@charset "utf-8";
/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */
 
 
body {
	background: #f2f9fc url(images/topbar_bg.gif) repeat-x;
	color: #3d3d3d;
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

blockquote {
	margin: 0px 25px 8px 35px;
	
	}

/* ---- Common ---- */


h1	{ font: 1.5em 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; color: #00679e; }
h2	{ font: 1.3em 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; color: #40550d; }
h3	{ font: 1.2em 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;  color: #506D27;}

h1 span,h2 span,h3 span	{ display:none; }

a:link	{ color:#274F70; text-decoration:underline; outline:none; }
a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover, a:active { color:#cc6600; text-decoration:none; outline:none; }



p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	font-size: 11px;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 8px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
	
.star {
	color:#FFFFFF;
}
.supper { line-height:-2.0em; }
	

/* ---- Forms ----*/
form label	{ font-size:.95em; }
form label.error	{ font-size:1.0em; text-transform:uppercase; color:#FF0000; }
form br { line-height:0; height:0; } /* defaults vertical spacing between fields */
fieldset {
	padding: 10px;
	margin: 8px 35px 8px 20px;
	border: solid 1px #a0ce67;
	background-color: #fdfffa;
}

#myForm {
	margin: 20px 0 10px 20px;
}

.FormField {
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #1c8fcc;
	color:#000;
	width:165px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding: 1px auto auto 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
}

.FormButton {
	padding: 2px;
	background-color: #cbedff;
	border: solid 1px #1c8fcc;
	color: #0075b4;
	font-weight: bold;
	font-size:1.0em;
}

/* ---- Layout ----*/


#flash {
	height: 263px;
	margin: 0;
	padding: 0;
}


#PhotoContainer {
	height: 263px;
	background: url(images/banner-home.jpg) top no-repeat;
}

#PhotoContainer-C {
	height: 163px;
	background: url(images/banner-contact.jpg) top no-repeat;
}

#PhotoContainer-FAQ {
	height: 163px;
	background: url(images/banner-faq.jpg) top no-repeat;
}

#PhotoContainer-L {
	height: 163px;
	background: url(images/banner-locations.jpg) top no-repeat;
}

#PhotoContainer-M {
	height: 163px;
	background: url(images/banner-math.jpg) top no-repeat;
}

#PhotoContainer-R {
	height: 163px;
	background: url(images/banner-reading.jpg) top no-repeat;
}

#PageHeading {
	height: 52px;
	background-repeat: no-repeat;
	margin: 0 0 0 14px;
}

.heading {
	margin: 0;
	padding: 23px 0 0 250px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
}

.PageHeading_Blue {
	background-image: url(images/heading_bg_blue.gif);
}
	
	.PageHeading_Blue h1{
		margin: 0;
		padding-top: 23px;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: normal;
		text-align:center;
		}


.PageHeading_Purple {
	background-image: url(images/heading_bg_purple.gif);
}

.PageHeading_Orange {
	background-image: url(images/heading_bg_orange.gif);
}

#ColumnFeatures {
	float: left;
	width: 242px;

}
	#ColumnFeatures p{
		margin: 0 16px 8px 32px;	
	}
	
	#ColumnFeatures ul { padding-left:30px; }
			#ColumnFeatures ul li {
				background:transparent url("images/bullet-purple.gif") 0px 4px no-repeat;
				padding:0 0 10px 15px;  /* pushes text to the right to display bg img */
				}

	#a-math {
		height: 65px;
		width: 193px;
		background: url(images/A-math.jpg) top no-repeat;
		margin:15px 0 10px 33px;
	}
	
	#a-reading {
		height: 62px;
		width: 193px;
		background: url(images/A-reading.jpg) top no-repeat;
		margin:15px 0 10px 33px;
	}
	
	#testimonials {
		height: 25px;
		width: 192px;
		background: url(images/testimonials.jpg) top no-repeat;
		margin:20px 0 20px 33px;
	}
	
	#research {
		margin:15px 0 10px 33px;
	}
	
	.hr-left {
		height: 2px;
		width: 192px;
		margin:10px 0px 10px 31px;
		background: url(images/left-hr.gif) no-repeat;
		}
	
	#hm-img {
		height: 292px;
		width: 192px;
		margin:25px 0 10px 30px;
		background: url(images/img6.jpg) top no-repeat;
		}
		

	
	#award {
		height: 106px;
		width: 205px;
		margin:25px 0 10px 20px;
		}
	.award {
		text-transform:uppercase;
		color:#506D27;
		font: 1.2em 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
		font-weight:bold;
		padding: 8px 0px 8px 0px;
	}
	
	#map {
		margin: 13px 0 0 32px;
	}
	
	.pdf {
		margin:15px 0 10px 33px;
	}
	
	

#column-left {
	background-color: #e9f4fa;
	margin: 15px 18px 0 18px;	
	}
	
	#column-left p{
		margin: 0px 10px 0px 10px;
		padding-top: 15px;	
		}
	
#ColumnMain {
	float: left;
	width: 586px;
}

	#ColumnMain h1 {
		line-height: 22px;
		font-weight: bold;
		text-transform: uppercase;
		padding-top:15px;
	}
	
	#ColumnMain h2 {
		line-height: 20px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#ColumnMain h3 {
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#ColumnMain h4 {
		margin-top: 10px;
		color: #3d3d3d;
		font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
		padding-top:5px;
		border-top: 1px dashed #00679e;
	}
		#ColumnMain #form {
			margin: 0px 35px 20px 20px;
		}
		
	#ColumnMain h1, #ColumnMain p, #ColumnMain table {
		margin: 0px 35px 10px 20px;
	}
	
	#ColumnMain h2 {
		margin: 10px 35px 10px 20px;
		padding-top:10px;
		border-top: 1px dashed #a0ce67;
		}

	#ColumnMain h3 {
		padding-top:10px;
		margin: 10px 35px 10px 20px;
		border-top: 1px dashed #a0ce67;
	}
	
	/* unordered list */
	#ColumnMain ul { padding:5px 35px 3px 25px; }
		#ColumnMain ul li { 
			padding-bottom: 5px;
			}
		
		#ColumnMain #check li { 
			background:transparent url(images/check.gif) 0px 3px no-repeat;
			padding:0 0 15px 20px;  /* pushes text to the right to display bg img */
			}
		
		#ColumnMain #home-use2 li, #ColumnMain #private2 li{ 
			background:transparent url(images/bullet-orange.gif) 0px 4px no-repeat;
			padding:0 0 15px 20px;  /* pushes text to the right to display bg img */
			font-weight: bold;
			}
		
		#ColumnMain #home-use li, #ColumnMain #hardware li, #ColumnMain #private li{ 
			background:transparent url(images/bullet-purple.gif) 0px 4px no-repeat;
			padding:0 0 15px 20px;  /* pushes text to the right to display bg img */
			font-weight: bold;
			}
			
		
		#ColumnMain #general li{ 
			background:transparent url(images/bullet-blue.gif) 0px 4px no-repeat;
			padding:0 0 15px 20px;  /* pushes text to the right to display bg img */
			font-weight: bold;
			}
			
		
	
	/* definition list */
	#ColumnMain dl { padding:5px 10px 8px 15px; }
		#ColumnMain dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#ColumnMain dl dd {
			background:transparent url(images/check.gif) 0px 3px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			}
			
	/* ordered list */
	#ColumnMain ol { padding:5px 35px 10px 25px; margin-left: 25px;}
		#ColumnMain ol li { 
			padding-left:5px;  /* pushes text to the right to display bg img */
			}
			
			
			.hr-main {
				height: 3px;
				margin: 15px 0 5px 10px;
				width: 525px;
				background: url(images/main-hr.gif) top no-repeat;
				}
	
	#coming-soon { height: 62px; margin: 20px 0px 5px 35px; width: 491px; background: url(images/img-coming_soon.gif) no-repeat;}
			
	
#column-right {
	width:545px;
	background:url(images/right-slice.gif) repeat-y;
	margin-left:15px;
	}
	
	#column-right-orange {
		width:265px;
		float:left;
		}
		
		#column-right-orange p {
			margin: 0 10px 10px 10px;
			}
			
		#column-right-orange h2 {
			border-top: 1px dashed #f5e5ce;
			margin:20px 0 0 0;
			}
		
			#column-right-orange ul { padding-left:12px; }
			#column-right-orange ul li { 
				background:transparent url("images/bullet-orange.gif") 0px 4px no-repeat;
				padding-left:15px;  /* pushes text to the right to display bg img */
				font-weight: bold;
				}
		
		#btn-private {			
			margin-top: 10px;
			background: url(images/btn-private.jpg) top left no-repeat;
			height: 53px;
			width: 256px;
		}
		
		#btn-hs {
			margin-top: 10px;
			height: 53px;
			background: url(images/btn-home-use.jpg) top left no-repeat;
			width: 256px;
		}
		
		#graph {
			margin: 0 0 10px 32px;
		}
	
	#column-right-purple {
		width:265px;
		float:right;
		}
	
		#column-right-purple p {
			margin: 0 10px 8px 10px;
			}
		
		#column-right-purple h2 {
			border-top: 1px dashed #dcd7dd;
			margin:20px 0 0 0;
			}
			
			#column-right-purple ul { padding-left:12px; }
			#column-right-purple ul li {
				background:transparent url("images/bullet-purple.gif") 0px 4px no-repeat;
				padding-left:15px;  /* pushes text to the right to display bg img */
				font-weight: bold;
				}
	
		#column-right-bottom {
			width:545px;
			background-color: #e9f4fa;
			}
		
		#column-right-bottom p {
			margin: 0px 10px 10px 10px;
			}
		
		#column-right-bottom h3 {
			margin: 0px 10px 8px 10px;
			border-top: 1px dashed #eaf5fb;
			}
			
			#btn-cb {
				height: 58px;
				background: url(images/btn-blue.jpg) top left no-repeat;
			}

#bottom-wrap {
	height:20px;
	clear:both;
	width:100%; /* fix for Safar */
	}
			

/* ---- Misc ---- */
.clearer {
	clear: both;
	height:.01em; 
	overflow:hidden; 
}

/* ---- Location Finder ---- */
.LocationList {
	padding: 20px 0 30px 0;
	display: none;
	margin: 0px 35px 0 25px;
}

	.LocationList h2{
		margin: 0px 0px 0px 0px;
	}
	
	#LocationLists .LocationList h3 {
		margin: 0px 0px 4px 22px;
	}
	
	.LocationList p {
		margin: 0 0 0px 0px;
	}
	
	.box {
		background-color:#fdfefb;
		border-bottom: solid 1px #a0ce67;
	}
		
/* ---- Footer ---- */
#Footer {
	background:url(images/footer-bg.jpg) no-repeat;
	text-align: center;
	width: 828px;
	height: 80px;
	margin: 0 auto;
	font-size: 7pt;
	color: #878787;
}


#Footer p {
	color:#009900;
	margin-bottom:10px;
	}

#Footer a:link, #Footer a:visited { color:#878787; }

#Footer a:hover, #Footer a:active { color:#000; }

#Footer ul {padding-top:12px;}

#Footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #878787;
	}

	#Footer li.first { border: none; }



/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("images/nav.jpg") no-repeat; 
	width:828px; 
	height:31px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:31px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 81px; margin-left: 35px;}
#nav-02 { width: 63px;}
#nav-03 { width: 166px;}
#nav-04 { width: 139px;}
#nav-05 { width: 168px;}
#nav-06 { width: 60px;}
#nav-07 { width: 88px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("images/nav.jpg")  -35px -31px no-repeat; }
#nav-02 a:hover { background:url("images/nav.jpg") -116px -31px no-repeat; }
#nav-03 a:hover { background:url("images/nav.jpg") -179px -31px no-repeat; }
#nav-04 a:hover { background:url("images/nav.jpg") -345px -31px no-repeat; }
#nav-05 a:hover { background:url("images/nav.jpg") -484px -31px no-repeat; }
#nav-06 a:hover { background:url("images/nav.jpg") -652px -31px no-repeat; }
#nav-07 a:hover { background:url("images/nav.jpg") -712px -31px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background:url("images/nav.jpg")  -35px -31px no-repeat; }
body#SPECIFY #nav-02 { background:url("images/nav.jpg") -116px -31px no-repeat; }
body#SPECIFY #nav-03 { background:url("images/nav.jpg") -179px -31px no-repeat; }
body#SPECIFY #nav-04 { background:url("images/nav.jpg") -345px -31px no-repeat; }
body#SPECIFY #nav-05 { background:url("images/nav.jpg") -484px -31px no-repeat; }
body#SPECIFY #nav-06 { background:url("images/nav.jpg") -652px -31px no-repeat; }
body#SPECIFY #nav-07 { background:url("images/nav.jpg") -712px -31px no-repeat; }

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#0081c5;
	font-size:.80em;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:25px; 				/* Height of each drop down nav item */
	border:1px solid #005dad;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:25px;				/* Height of each drop down nav item, should match above */
	line-height:22px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto;background-position: 0 0; }

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-02 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#039ced;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:125px; }		
#nav-02 ul, #nav-02 li { width:125px; }
#nav-06 ul, #nav-06 li { width:290px; }


#wrap {
	background:url(images/body_bg.gif) repeat-y;
	width:828px;
	margin:0 auto;
	text-align:left;
	}



#masthead {
	position:relative;
	background:url("images/header.jpg");
	height:108px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:345px;
		width:138px;
		top:0px;
		height:108px; 
		}
	#masthead a span {
		display:none;
		}









		