/* CSS Document */

body {
	margin-top:10px;
	padding:0;
	background:#FFF; 
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; line-height:14px;
	}
	
	p {line-height:1.4em; color:#000;}
	
	.home h1 {font-size:22px; color:#CC812F; font-weight:200;margin-top:13px; line-height:1em;}
	h1 {font-size:22px; color:#CC812F; font-weight:200;margin-top:13px; line-height:1em;}
	h2 {font-size:18px; color:#13346A; font-weight:200; border-top:1px solid #AFCDE7; padding-top:5px;}
	h3 {font-size:15px; color:#13346A; font-weight:600; margin-bottom:-1px;}
	h4 {font-size:11px; color:#13346A; font-weight:600; margin-bottom:-1px;}
	
	a, a:link, a:visited, a:active {text-decoration:underline; color:#CC812F;}
	a:hover, a:visited:hover {text-decoration:none; color:#B3CDE3;}
	
	li {line-height:1.5em;}
	
	.callout {background:#e1eef9;color:#13346A; padding:10px; font-size:14px; }

.container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
	
.top {
	float:left;
	width:900px;
	margin-bottom:10px;
}
	.logo {
		float:left;
		width:271px;
	}
	.nav {
		float:left;
		width:580px;
		text-align:right;
	}
		.subnav {
			float:left;
			width:580px;
			text-align:left;
			color:#13346A;
			}
			.subnav a:link, #subnav a:visited, #subnav a:active {color:#13346A; text-decoration:none; }
			.subnav a:hover, #subnav a:visited:hover {color:#CC812F; text-decoration:underline; }
					
#main {
	float:left;
	width:900px;
	background:url("../images/sec-background.gif") repeat-y;
	border-bottom:10px solid #FFF;
	}
	#main-nosidebar {
	float:left;
	width:860px;
	margin-left:20px;
	border-bottom:10px solid #FFF;
	}
	#leftcol {
		float:left;
		margin-top:9px;
		width:175px;
		font-size:10px;
		}
		#leftcol hr {height:1px; width:145px; border:0;color:#AFCDE7; background:#AFCDE7;text-align:left;margin: 10px auto 10px 0;}
		#leftcol p {  padding-right:30px;  }
	#centercol {
		float:left;
		width:685px;
		
		}
		#centercol-fullpage {
		float:left;
		width:600px;
		}
		#sidebar {
		float:left;
		width:140px;
		padding:5px;
		}
		#content {
		float:left;
		width:530px;
		}
	#footer {
		float:left;
		width:900px;
		padding:5px;
		border-top:1px solid #13346A;
		}
		.copyright {
		float:left;
		}
		.helping {
		float:right;
		text-align:right;
		}
	#testimonialVideo {
		float:left; width:540px; margin-left:180px;
		}
	#testimonialThumbs {
		float:left;
		width:860px;
		}
	.activeVideo {background:#B3CDE3;}