/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { 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; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* 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,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* ---------- A note on font-sizing ---------- 
Default font size in IE6, IE7 and FireFox is 16px. 
Default for Safari 2 is 16px for "standard fonts" and 13px for "fixed-width fonts." (Safari 3 uses 16px for all fonts.) 
I am ignoring the Safai 13px mono-space type issue since this site does not use any mono-spaced fonts.
*/

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(../images/bg.jpg) no-repeat #395541;
	background-position:50% 0;
	font-size:.75em; /* 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0 0 12px 0; 
	color:#000;
	}

a:link, a:visited {
	color:#ef3e33;
	}
	
a:hover, a:active {
	color:#ffa14e;
	}


h1 {
	font-size:2.0em;
	color:#000;
	margin-bottom:10px;
	}


	
h2 {
	font-size:1.5em;
	}

.solid {
	background:#0b6faa;
	color:#fff;
	margin-top:25px;
	margin-bottom:10px;
	padding:2px 10px;
	}
	
	
	
h3 {
	font-size:1.3em;
	color:#0B6FAA;
	margin-bottom:5px;
	margin-top:15px;
	}
	
h4, h5, h6 {
	margin-bottom:12px;
	}

blockquote {
	font-style:italic;
	}

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left  {
	margin:0 10px 0px 0;
	float:left;
	border:1px solid #fff;
	padding:2px;
	}

.pic_right {
	margin:0 0px 0px 10px;
	float:right;
	border:1px solid #fff;
	padding:2px;
	}

.pic_border, a img.pic_border {
	padding:0;
	border:1px solid #000;
	}

	a img.pic_border:hover, a img.pic_border:active {
		background:#fff;
		}

.raquo {
	font-size:1.2em;
	color:#888;
	}

.small {
	font-size:.92em;
	line-height:1.3em;
	}

.xtra_small {
	font-size:.82em;
	line-height:1.3em;
	}

.big {
	font-size:1.2em;
	}


.hr {
	color:#ccc;
	background:#ccc;
	width:100%;
	height:1px;
	overflow:hidden;
	margin:20px 0 20px 0;
	}
	
	
.italic {
	font-style:italic;
	}

.bold {
	font-weight:bold;
	}

.right {
	text-align:right;
	}

.center {
	text-align:center;
	}

.quote {
	background:url(../images/quote.gif) no-repeat top left;
	padding:2px 0 15px 22px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	}

.orange {
	color:#ef3e33;
	}

.home_button {
	background:url(../images/home_button.gif) no-repeat;
	width:79px;
	height:21px;
	display:block;
	outline:none;
	text-indent:-5000px;
	margin:0 auto;
	}
	
	.home_button:hover, .home_button:active {
		background-position:0px -21px;
		}

.next_button {
	background:url(../images/next_button.gif) no-repeat;
	width:76px;
	height:21px;
	display:block;
	outline:none;
	text-indent:-5000px;
	margin:0 auto;
	}
	
	.next_button:hover, .next_button:active {
		background-position:0px -21px;
		}
	
.program_button {
	background:url(../images/program_button.gif) no-repeat;
	width:137px;
	height:21px;
	display:block;
	outline:none;
	text-indent:-5000px;
	margin:0 auto;
	}
	
	.program_button:hover, .program_button:active {
		background-position:0px -21px;
		}

.facebook {
	background:url(../images/facebook_icon.gif) no-repeat 0px 0px;
	padding:1px 0 5px 20px;
	text-decoration:none;
	}
	


/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
	width:950px;
	margin:0 auto;
	background-color:#fff;
	}

#header {
	background:url(../images/title.gif) no-repeat;
	width:950px;
	height:114px;
	}
	
	#header p {
		text-indent:-5000px;
		}
	
	#home_link {
		width:250px;
		height:114px;
		display:block;
		text-indent:-5000px;
		outline:none;
		float:left;
		}

#nav_bg {
	background:url(../images/nav.gif) no-repeat;
	width:950px;
	height:43px;
	}
	
	#nav_bg.home {
		background:url(../images/nav_home.gif) no-repeat;
		}

#content_container {
	width:910px;
	padding:10px 20px 8px 20px;
	}
	
	#content_container ul, {
		margin-left:10px;
		}
	
	#content_container li {
		background:url(../images/bullet_point.gif) no-repeat 0px 4px;
		padding-left:14px;
		margin-bottom:12px;
		}

#content_container_home {
	background:url(../images/homepage_container_bg.gif) repeat-y;
	width:950px;
	}

#home_column_left_bottom {
	background:url(../images/home_left_column_bottom.gif) no-repeat bottom left;
	width:950px;
	}

#content_container_bottom {
	background:url(../images/content_container_bottom.gif) no-repeat;
	width:950px;
	height:10px;
	overflow:hidden;
	margin:0 auto;
	}

#home_column_left {
	width:150px;
	margin:10px 20px 10px 10px;
	float:left;
	display:inline;
	}
	
#home_column_left_content {
	padding:0 15px;
	font-size:.92em;
	}

#enroll_now {
	width:99px;
	height:99px;
	margin:15px auto;
	background:url(../images/enroll_now.gif) no-repeat;
	display:block;
	outline:none;
	text-indent:-5000px;
	}
	
	#home_column_left_content p {
		margin-bottom:12px;
		}
	
	#home_column_left_content li {
		background:url(../images/bullet_sidebar.gif) no-repeat 0px 5px;
		padding-left:10px;
		margin-bottom:8px;
		}
		
		#home_column_left_content li a {
			text-decoration:none;
			}
	
#home_column_right {
	width:749px;
	float:left;
	display:inline;
	margin:10px 0 0 0;
	}
	
	#home_column_right p, #content_container p {
		line-height:1.5em;
		margin-bottom:12px;
		}

#flashcontent {
	width:400px;
	height:300px;
	float:right;
	margin:0 0 5px 15px;
	z-index:0;
	}

#footer {
	width:930px;
	margin: 10px auto;
	}

#footer_text {
	float:left;
	display:inline;
	}

#countdown {
	color:#fff;
	text-align:center;
	width:950px;
	margin:0 auto;
	}

#copyright {
	font-size:.92em;
	color:#a7bbad;
	margin-top:10px;
	}

#accredited {
	width:76px;
	height:47px;
	margin:15px auto;
	background:url(../images/accredited.gif) no-repeat;
	display:block;
	outline:none;
	text-indent:-5000px;
	}



/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
	margin-left:9px;
	}

#nav li a:link, #nav li a:visited {
	display: block;
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	width:100px;
	height:28px;
	text-align:center;
	padding-top:15px;
	}
	
	#nav  a#one { width:94px; }
		
		#nav a#one:hover {
			background:url(../images/nav_first_rollover.gif) no-repeat bottom left;
			}
		
		#nav.home a#one:hover {
			background:url(../images/nav_first_rollover_home.gif) no-repeat bottom left;
			}
	
	#nav a#two { width:99px; }
	
	#nav a#three { width:98px; }
	
	#nav a#four { width:134px; }
	
	#nav a#five { width:97px; }
	
	#nav a#six { width:175px; }
	
	#nav a#seven { width:68px; }
	
	#nav a#eight { width:60px; }
	
	#nav a#nine { width:106px; }
		
		#nav a#nine:hover {
			background:url(../images/nav_last_rollover.gif) no-repeat bottom right;
			}
	
	#nav li a:hover, #nav li a:active {
		background:url(../images/nav_rollover.gif) repeat-x bottom left;
		color:#fc655c;
		}
	



#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */

}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:5;
}

	#nav li ul.first {
		margin-left:20px;
		}

#nav li ul li {

	border-bottom:1px solid #3f8ccb;
	text-align:left;

	}
	
	#nav li ul li a:link, #nav li ul li a:visited  {
		background:#0b6faa;
		display:block;
		width:180px;
		text-align:left;
		padding:8px 0 0 8px;
		height:20px;
		font-size:1.0em;
	
		}
		
	#nav li ul li a:hover, #nav li ul li a:active {
		background:#1c90d4;
		}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav li:hover {
  position: static;
}