/* standardize global font-size */
body {
	font-size: 100%; 
	min-height: 600px;
	_height: 600px;

}

html>body {
	font-size: 16px; 
}

/* global whitespace clear */
* {
	padding:0;
	margin:0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	width: 820px;
	padding: 10px 25px 10px 23px;
	margin: 0px auto;
	background-color: #fff;
	background-image: url(assets/page_back.png);
	background-repeat: repeat-y;
	
	position: relative;
}

html {
	background: #D0D7B9;
}


/* HEADER 
*************************************/

#header {
	margin-bottom: 4px;
	border-bottom: 1px solid #909090;	
	padding-bottom: 3px;
	background-image: url(assets/header_back.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

	#header #logo {
		display: block;
		width: 163px;
		height: 82px;
		float: left;
		background-image: url(assets/logo.gif);
		background-repeat: no-repeat;
		text-indent: -999em;
	}

	#header ul {
		margin-left: 170px;
		text-align: right;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
	}
	
		#header ul li {
			display: inline;
			padding-right: 10px;
			
		}
		
			#header ul li a {
				color: #5C6D5E;
				text-transform: lowercase;
				text-decoration: none;
			}
			
				#header ul li a:hover, #header ul li a:focus, #header ul li a:active {
					color: #092275;
				}
			
		
			#header ul li.phone {
				font-weight: bold;
				color: #F8A349;
			}
			
/* Main Nav with drop downs */
ul#main_nav {
	position: relative;
	clear: both;
	margin-bottom: 4px;
	background: #2E448A;
}

	ul#main_nav li {
		display: block;
		float: left;
	}
		
		ul#main_nav li a {
			background: #2E448A;
			display: block;
			width: 195px;
			xpadding-left: 4px;
			text-align: center;
			
			float: left;
			
			color: #fff;
			text-decoration: none;
			font-size: 0.7em;
			font-weight: bold;
			line-height: 20px;
			
			overflow: hidden;
		}
		
	/* drops */
	ul#main_nav li ul {
  		position: absolute; 
  		width: 195px;
  		top: 19px;
  		clear: left;
		display: none;
		border-bottom: 1px solid #C8C5A8;
  	}
  	
  		ul#main_nav li ul li a {
  	 	 	border-left: 1px solid #C8C5A8;
  	 	 	border-right: 1px solid #C8C5A8;
  	 	 	
  			background-color: #fff;
  			background-image: url(assets/blue_grad.png);
  			background-repeat: repeat-y;
  			
  			color: #0B2476;
  			width: 187px; 
  			padding: 2px 3px;
  			font-weight: normal;
  			text-align: left;
  		}
  		
  			ul#main_nav li ul li a:hover {
  		  		color: #F5840D;
  		  	}
  		  	
		
		
		
/* MAIN PAGE STRUCTURE
********************************************/

#main {
	background-image: url(assets/main_vert_line.gif);
	background-repeat: repeat-y;
	background-position: 220px 60px;
	border-top: 1px solid #909090;	
}

#content {
	width: 585px;
	padding-left: 10px;
	float: right;
	display: inline;
}
#content {
    min-height: 400px;
    height: auto !important; /*tell standards-compliant browsers to calculate their own height*/
    height: 400px; /* IE6/7 will treat this like min-height*/
}


	/* specified per bodyID below */
	#content #page_header {
		border-bottom: 2px solid #829B96;
		background-position: top right;
		background-repeat: no-repeat;
		height: 74px;
		overflow: hidden;
		background-image: url(assets/page_header_training.jpg);
	}
	
		#content #page_header p.breadcrumbs {
			padding: 4px 0px 0px 0px;
		}
		
		#content #page_header p.breadcrumbs a {
			font-size: 0.9em;
			color: #484849;
			background: url(assets/orange_right_arrow.gif);
			background-position: 100% 50%;
			background-repeat: no-repeat;
			padding-right: 20px;
			text-decoration: none;
		}
		
		#content #page_header h1 {
			color: #0A2476;
			font-size: 26px;
			letter-spacing: -0.5px;
			padding-top: 20px;
			font-weight: normal;
		}
		
/* LEFT MENU */
#secondary {
	float: right;
	width: 220px;
	padding-right: 5px;
}

	#secondary blockquote {
		color: #4F5559;
		font-style: italic;
		font-size: 0.8em;
		margin: 10px 0px;
	}
	
		#secondary blockquote cite {
			display: block;
			text-align: right;
		}
		

#footer {
	width: 795px;
	margin: 10px auto;
	margin-bottom: 5px;
	border-top: 6px solid #2E448A;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
	
	
	#footer p#copyright {
		line-height: 1.6;
		border-top: 1px solid #484849;
		text-align: left;
		color: #666;
	}
	

	
/* CONTENT ITEMS 
*************************************/

/* LEFT ROUNDED LINK BOXES */
#secondary ul#highlights {
	list-style-type: none;
}	
	
	#secondary ul#highlights li {
		background-image: url(assets/hilite_back.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 200px;
		margin: 6px auto;
		display: block;
	}
	
	#secondary ul#highlights li a {
		color: #061F74;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
		display: block;
		padding: 13px 7px 13px 20px;
		
		
		background-image: url(assets/hilite_top.png);
		background-repeat: no-repeat;
		background-position: top left;
		
	}
	
		#secondary ul#highlights li a span {
			color: #829B96;
			font-size: 12px;
			display: block;
			font-weight: normal;
			padding: 6px 0px;
			letter-spacing: 0px;
		}
			
	#secondary blockquote {
		margin-top: 30px;
		}
	
	#secondary blockquote p {
		text-align: center;
		font-size: 16px;
		color: #061F74;
		margin: 10px 0px;
		font-style: normal;
		font-weight: bold;
		letter-spacing: -1px;
	}
	
		#secondary blockquote p em {
			font-style: normal;
			color:#F5840C;
		}
			
		
	
	/* INNER TABS IN CONTENT */
	
	#context_menu {
		border-bottom: 1px solid #829B96;
	}
	
		html body #context_menu ul {
			padding:0px 10px 0 0px;
			list-style:none;
			margin-left: 1px;
		}
		
		#context_menu li {
			display:inline;
		}
		
		#context_menu a {
			float:left;
			background:url(assets/tab_left.gif) no-repeat left top;
			padding: 0 0 0 4px;
			text-decoration:none;
		}
		
		#context_menu a span {
			float:left;
			display:block;
			background:url(assets/tab_right.gif) no-repeat right top;
			padding:9px 10px 4px 6px;
			color:#F5840C;
			font-size: 11px;
			
		}
		
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#context_menu a span {float:none;}
		/* End IE5-Mac hack */
		#context_menu a:hover span, #context_menu a.active span, #context_menu a:focus span, #context_menu a:active span {
			background-position:100% -42px;
		}
		
		#context_menu a:hover, #context_menu a.active, #context_menu a:focus, #context_menu a:active {
			background-position:0% -42px;
		}


	
	
	

/* SECTION SPECIFIC (cued from body ID)
********************************************/



		
			
/* General Typography
********************************************/	
#content h1{
	
	font-size: 1.0em;
	color:#0A2476;
	padding-top: 18px;
	}
			

#content p {
	font-size: 0.7em;
	line-height: 1.4;
	padding: 10px 0px;
	color: #484849;
	}

#content form {
	font-size: 0.7em;
	line-height: 1.4;
	padding: 10px 0px;
	color: #484849;
	}

#content form p {
	font-size: 1.0em;
	}

#content form input {
	font-size: 0.8em;
	line-height: 1.8;
	color: #484849;
	}

#content form input.submit {
		font-size: 1.2em;
		}

#content form td{
	padding: 5px;
	
	}
	
#content select {
	font-size: 11px;
	line-height: 1.4;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 0px;
	color: #484849;
	}

#content table {
	font-size: 0.7em;
	line-height: 1.4;
	padding: 10px 0px;
	color: #484849;
	}

#content th {
	font-weight:bold;
	background-color: #061F74;
	color: #FFF;
	
	}
	
	


	

	#content ul, #content ol {
		margin: 10px 10px 10px 40px;
		font-size: 0.7em;
		color:#484849;
	}

	#content li {
		padding-top: .7em;
		}
		
	
	a {
		color: #092173;
	}
	
	a:hover, a:active, a:focus {
		color: #071A5A;
	}
		
	.right_float {
		margin: 10px 0px 10px 10px;
		float: right;
	}

.size {
	font-size: 1.0em;
	}
	

		
/* HOME PAGE
********************************************/			

	

/* Hacks 
********************************************/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
.clearfix {display:block;}



