﻿/* CSS Stylesheet for Internet Explorer and Firefox */
/* (c) 2010 www.stonerkids.com */
/* Designed and Built by David Stoner */


/*  Website Colors:  Blue: 0f406f,  */
/*  New Colors:		Blue: 7696bc, 212f54, 6d80a8, 658197	Grey: e4e4e4, 8c8c8c, 656565	Brownish-Grey: a69f99	Red: 9d0909  */

/* Site Styles */
	body {margin:0; padding:0; border:0; width:100%; background:URL(images/bg.png); min-width:760px; 
	  font-family: Calibri, Arial, Helvetica, sans-serif; font-size:0.9em; color:#656565; }

	a {color:#233156; font-weight: bold; }
	a:hover {color:#9d0909; }
	ul {list-style-type:none; padding:0px; margin:0px; }
	h1 {font-size:2.0em; color: #658197; }
	h2 {font-size:1.3em; height:20px; color: #7696bc; padding: 2px 0px 2px 20px; border-bottom: 1px #a69f99 solid; }

/* Header Styles */
	#header {position: relative; border-bottom:2px #a69f99 solid; height:80px; background:#e4e4e4;}
	#header img {float:left; padding:15px; }
	
	#header ul {position: relative; float:right; list-style:none; margin:0px; padding:0; }
	#header ul li {display:inline; list-style:none; margin:0; padding:0; }
	#header ul li a {display:block; float:left; margin:0; padding:3px 10px; text-align:center; background:#656565; 
					color:#fff; text-decoration:none; position:relative; line-height:1.3em; }
	#header ul li a:hover {background:#7696bc; color:#fff; }
	#header ul li a.active, #header ul li a.active:hover {color:#fff; background:#9d0909; font-weight:bold; }
	#header ul li a span {display:block; }
	#header ul li a.divider {border-left: 0px solid #a69f99; }
	
	#titleimage {position: relative; float:left; padding: 15px; }

	
/* Content Styles */	
	#wrapper {position: relative; overflow:hidden; height:1%; width: 1000px; top: 20px; margin: 0 auto; text-align: left; border:2px #a69f99 solid; 
	  background:#fff;  -moz-border-radius:5px; -webkit-border-radius:5px; } 
	#spacer {position:relative; padding:10px;}
	
	#col1 {float: left; position: relative; top: 0px; width: 800px; height:418px; padding: 0px; }
	#col2 {float: left; position: relative; top: 0px; width: 198px; height:418px; padding: 0px; border-left:2px solid #a69f99; background:#e4e4e4; }
	#content {float: left; position: relative; top: 0px; width: 1000px; padding: 0px; }
	#col6, #col7, #col8, #col9, #col10 {float: left; position: choice; top: 0px; width: 180px; height:380px; padding: 8px; }

	.imgborder {float:right; padding: 3px; border: 2px #a69f99 solid; margin: 10px; }

/* Footer Styles */
	#footer {position: relative; width:100%; color:white; text-align: center; padding:40px 0 0 0;}

	