@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
	
}

@font-face {
	font-family: 'CrimsonTextRoman';
	src: url('fonts/crimson_text_roman-webfont.eot');
	src: local('☺'), url('fonts/crimson_text_roman-webfont.woff') format('woff'), url('fonts/crimson_text_roman-webfont.ttf') format('truetype'), url('fonts/crimson_text_roman-webfont.svg#webfontRVAWpq2N') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	background:#6d6d6d url(images/backDrop2.png) no-repeat;
	background-attachment:fixed;
}

h2{
	font:Verdana, Geneva, sans-serif;
	font-size:26px;
	font-weight:bolder;
	text-transform:uppercase;
	color:#69CEF1;
	border-bottom:1px #69CEF1 dotted;
	padding-bottom:20px;
	margin-bottom:20px;
}

h2 a{
	padding:0;
	margin:0;
}

h1{
	font-size:36px;
}

#titlebarContainer{
	position:relative;
	width:960px;
	height:100%;
	margin:auto;
}

#searchBarComp{
	position:absolute;
	background:url(images/searchbar.png) no-repeat;
	height:20px;
	width:200px;
	right:0px;
	margin:5px;
	padding:1px;
}

#searchBarComp input{
	position:relative;
	margin:1px 0 0 0;
}

#searchBar_button{
	position:absolute;
	background:url(images/searchbar_button.png) no-repeat;
	right:1px;
	top:1px;
	width:30px;
	height:20px;
	cursor:pointer;
}

#AUheader{
	position:relative;
	clear:both;
	background:url(images/AboutUs_header.png) no-repeat;
	width:930px;
	height:62px;
	margin:20px 0 0 15px;
}

.midTop{
	position:relative;
	background:#F7F8F8;
	margin-left:5px;
	margin-right:5px;
	/*padding:20px;*/
	/*margin:5px;*/
}

.innerContent{
	background:#F7F8F8;
	padding:10px;
	margin:10px;
	/*clear:both;*/
	
	-moz-box-shadow: 1px 0px 5px #C1C1C1;
	-webkit-box-shadow: 1px 0px 5px #C1C1C1;
	box-shadow: 1px 0px 5px #C1C1C1;
}

.midTop p{
	padding:20px;
	margin:5px 40px 5px 30px;
}

.midTop h2{
	margin:10px;
}

#core_values{
	padding:20px 0;	
	counter-reset: item;
}

#core_values li{
	font-size:16px;
	display:block;
	padding:5px;
	margin:0 20px;	
}

/*#articleSection .articleBlock{
	text-align:center;
	width:200px;
	height:150px;
	margin:30px;
	float:left;
}*/

.rowDivider{
	height:10px;
	clear:both;	
}

/*#articleSection .articleBlock a{
	color:inherit;
	text-decoration:inherit;
	text-align:inherit;
	font:inherit;
	font-size:inherit;
	font-family:inherit;
}

#articleSection .articleBlock a:hover{
	background:url(images/article_background.png);
	color:#06C;
	height:150px;
	width:200px;
}*/

#articleSection .innerContent{
	/*margin:auto;
	margin-bottom:40px;*/
}

#articleSection .innerContent .grid_4{
	/*background:#666;*/
	height:200px;
	color:#e3e3e3;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 1px 0px 3px #292929;
	-webkit-box-shadow: 1px 0px 3px #292929;
	box-shadow: 1px 0px 3px #292929;
	
	text-shadow:0 1px 1px black;
	background:#333;	
}

#articleSection .innerContent .grid_4:hover{
	/*margin-top:40px;*/
	/*background:#666;*/
	height:200px;
	
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 1px 0px 3px #292929;
	-webkit-box-shadow: 1px 0px 3px #292929;
	box-shadow: 1px 0px 3px #292929;
	
	text-shadow:0 1px 1px black;
	background:#CCC;
}

#articleSection .innerContent .grid_4 a{
	color:#e3e3e3;
	text-decoration:none;
	text-align:center;
	vertical-align: baseline;
	font-family:'CrimsonTextRoman', Arial, Helvetica, sans-serif;
	font-size:16px;
	display:block;
	margin:10px;
	height:170px;
	
	background-color: #666666;
	background-image: -moz-linear-gradient(top, #666666, #999999); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #666666),color-stop(1, #999999)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#999999'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#999999')"; /* IE8 */
	
	/*border:2px solid #CCC;
	margin-left: 8px;
	margin-right: 8px;*/
}

#articleSection .innerContent .grid_4 p, h4, a{
	padding:5px 15px;
}

#articleSection .innerContent .grid_4 h3{
	padding:10% 5px 5px 5px;
}

#content{
	position:relative;
	top:350px;
	clear:both;
	min-height:100px;
	/*margin:350px auto 0;*/
	margin:auto;
	/*margin-bottom:0;*/
	margin-bottom:350px;
	/*width:960px;*/
	/*min-height:800px;*/
	background:#fff;
	/*padding:10px 0 0 0;*/
	color:#333;
	border:1px solid #666;
	padding-bottom:30px;
}

#videoPlayer{
	position:relative;
	float:left;
}

#vidContainer{
	position:relative;	
	height:420px;
	padding:15px;
}

#JustGiveAd{
	position:relative;
	height:390px;
	width:400px;
	border:1px solid #000;
	float:right;
}

#titlebar{
	position:absolute;
	height:30px;
	width:100%;
	background:url(images/blTitlebar.png) repeat-x;
	z-index:21;
	bottom:0px;
}

#navBar{
	position:relative;
	/*left:280px;*/
	width:960px;
	margin:auto;
	padding:10px;
}

#navBar img{
	position:absolute;
	float:left;
	z-index:1000;
	top:3px;
}

#ulWrapper{
	
}

#topNav{
	position:fixed;
	background:url(images/topNav.png) repeat-x;
	width:100%;
	/*height:40px;*/
	height:100px;
	color:#FFF;
	z-index:20;
	top:0;
	left:0;
	margin-bottom:100px;
}

#topNav #navBar ul{
	display:block;
	position:relative;
	float:left;
	height:40px;
	padding:2px 2px 2px 20px;
	border-left:#FFF 2px solid;
	/*margin:50% 0 0;*/
	margin-left:100px;
	margin-top:10px;
}

#topNav #navBar ul li{
	display:inline;
	padding:5px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10.5pt;	
}

#topNav ul li a{
	color:#fff;
	font-weight:bold;
	font-size:1em;
	text-decoration:none;
	margin:2px;
	padding:2px;
}

#topNav #navBar ul li a:hover{
	font-weight:bold;
	font-size:1em;
	color:#999;
}

#CVheader{
	position:relative;
	background:#F7F8F8;
	margin-left:10px;
	margin-right:10px;
}

#footer{
	position:relative;
	/*bottom:0;*/
	height:400px;
	background:#F00;
	border-top:#333 1px  solid;
	overflow:visible;
	color:#fff;
}

#footer h2{ 
	color:#fff;
	border-bottom:1px #fff solid;
	margin-top:5px;
	padding-bottom:5px;
}

#footer h3{ 
	border-bottom:1px #fff solid;
	margin-top:5px;
	padding-bottom:10px;
}

#footer ul{
	margin-top:10px;
	list-style:none;
	padding:0;	
}

#footer ul li{
	margin: 2px;
	padding:0;
}

#UC_section{
	width:100%;
	height:900px;
	padding:60px;
}

#UC_section span{
	color:#CC0;
	text-transform:uppercase;
}

#UC_section h1{
	margin:60px 0 0 0 ;	
}

#program_header{
	background:url(images/program_header.png) no-repeat;
	width:930px;
	height:62px;
	margin:20px 0 0 15px;
}

.program_col {
	margin:10px 0 0 20px;
	width:920px;
	/*height:250px;*/
	min-height:250px;
	background:#F7F8F8;
	border:#E9E9E9 solid 1px;	
}

.program_col img{
	padding:20px;
	float:left;
	
}

.program_col p{
	font-size:12pt;
	padding:10px;
}

.program_col h2{
	color:#69CEF1;
	width:910px;
	border-bottom:1px #69CEF1 solid;
}

#vs_header{
	background:url(images/vs_header.png) no-repeat;
	width:930px;
	height:62px;
	margin:20px 0 0 15px;
}

#bm_header{
	background:url(images/BM_header.png) no-repeat;
	width:930px;
	height:62px;
	margin:20px 0 0 15px;
}

.personel{
	width:860px;
	margin:30px auto 30px;
}

.personel h3{
	font-size:18px;
	float:left;
	color:#D91F26;
	font-weight:bold;
	margin:0 5px 0 0;
	border-right:1px #999 solid;
	padding:5px;
	width:100px;
}

.personel p{
	width:800px;
	margin:auto;
	padding:25px 15px 15px;
}

.personel a{
	color:inherit;
	text-decoration:inherit;
}

.personel a:hover{
	color:#06C;
	height:150px;
	width:200px;
}

#test1pic{
	height:200px;
	width:200px;
	overflow:hidden;
	background:url(images/john_liotti_still_web2.png) top left;
}

#test1pic:hover{
	background:url(images/john_liotti_still_web2.png) bottom left;
}

#test2pic{
	height:200px;
	width:200px;
	overflow:hidden;
	background:url(images/thomas_madison_web2.png) top left;	
}

#test2pic:hover{
	background:url(images/thomas_madison_web2.png) bottom left;
}

/*****************************************

tesimony section

***********************************************/

.testSect{
	margin-top:20px;
	/*background:#0F0;*/
	background:#F7F8F8;
	display:block;
	
	-moz-box-shadow: 1px 0px 5px #C1C1C1;
	-webkit-box-shadow: 1px 0px 5px #C1C1C1;
	box-shadow: 1px 0px 5px #C1C1C1;
}


#innerTestSect{
	padding:5px;
}

.pic{
	margin-top:10px;
	margin-bottom:10px;
	border-right: 2px solid #999;
	/*background:#00F;*/
	/*padding:10px;*/
	
}

#testText {
	/*border-left:2px solid #999;*/
}

#vidCaption{
	font-size:12px;
	margin:0;
	padding:0;
	color:#09F;
	text-transform:uppercase;
}

#testText p{
	margin:0;
	padding:0;
	padding:25px;
	clear:both;
	/*background:#FF0;*/
	
}

#test1{
	position:relative;
	height:220px;
}

#test2{
	position:relative;
	height:220px;
}

/*#otherQuotes{
	background:#F7F8F8;	
	-moz-box-shadow: 1px 0px 5px #C1C1C1;
	-webkit-box-shadow: 1px 0px 5px #C1C1C1;
	box-shadow: 1px 0px 5px #C1C1C1;
}*/

#otherQuotes p{
	padding:20px;
}

img{
	margin:0;
	padding:0;
}

#quoteRight{
	position:relative;
	float:right;
}

#quoteLeft{
	float:left;
	clear:both;
}

#test3pic{
	height:200px;
	width:200px;
	overflow:hidden;
	background:url(images/yahoo_vid.png) top left;
}

#test3pic:hover{
	background:url(images/yahoo_vid.png) bottom left;
}

#TestHeader{
	position:relative;
	clear:both;
	background:
	url(images/Test_header.png) no-repeat;
	width:930px;
	height:62px;
	margin:20px 0 0 15px;
}