@charset "utf-8";
/* CSS Document */
/* Neutralize styling: 
   Elements we want to clean out entirely: */
   
html, body {
		font-family:Arial, Helvetica, sans-serif;

        margin: 0;
        padding: 0;
		color:#959595;
		font-size:12px;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
}
h2{
	text-transform:uppercase;
	margin:0 0 20px 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: .5em;
}
/* Miscellaneous conveniences: */
hr{
	color:#cacaca;
	
}
form label {
        cursor: pointer;
}
#header{
	width:1200px;
	height:130px;
	background: url(../images/header_bg.jpg);
	
}
#thin-line{
	width:1200px;
	height:5px;
	background: url(../images/thin_line.jpg);
	background-repeat:repeat-x;
}
#header-con{
	margin: 0 auto;
	width:975px;
	height:130px;	
}
#header-banner{
	margin: 0 auto;
	width:975px;
	height:336px;
	background: url(../images/banner.jpg);
	
}
#logo{
	float:left;
	width:223px;
	height:210px;
}
#motto{
	float:left;
	width:752px;
	height:80px;
}
#motto img{
	margin:20px 0 0 40px;
}
#main-menu{
	margin-top:15px;
	margin-left:30px;
	float:left;
	width:600px;
	height:30px;
	
}
#header-mission{
	margin: 0 auto;
	width:975px;
	height:205px;
	text-align:center;
}
#header-mission-text{
	margin: 0 auto;
	width:766px;
	height:150px;
	padding-top:40px;

	text-align:center;
}
#header-mission-text p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333333;
	line-height:30px;
	margin:0 0 0 20px 0;	
}
#panels{
	margin: 0 auto;
	width:975px;
	height:240px;
	background: url(../images/panel_bg.png);
	background-repeat:no-repeat;	
}
#panel_1{
	float:left;
	width:310px;
	height:215px;
	text-align:center;
	padding-top:25px;
}
#panel_2{
	float:left;
	width:300px;
	height:215px;
	text-align:center;
	padding-top:25px;
	margin-left:33px;
}
#panel_3{
	float:left;
	width:300px;
	height:215px;
	text-align:center;
	padding-top:25px;
	margin-left:30px;
}
#support{
	margin: 0 auto;
	width:975px;
	height:260px;
}
#sponsors{
	float:left;
	/*width:732px;*/
	height:260px;
}
#header-sponsors{
	float:left;
	/*width:732px;*/
	height:30px;
}
#header-sponsors h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0588bc;
	
}
#sponsors-list{
	float:left;
	width:100%;
	/*width:732px;*/
	height:230px;
}
#sponsors-list p{
	text-align:center;
}
#h_separator{
	float:left;
	width:3px;
	height:260px;
}
#to_give{
	float:left;
	width:218px;
	height:260px;
	padding-left:22px;
}
#to_give h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0588bc;
}
#footer{
	height:145px;
	width:1200px;
	background: url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	
		
}
#powered{
	margin: 0 auto;
	width:975px;
	height:65px;
	text-align:center;
}
#footer-con{
	margin: 0 auto;
	width:975px;
	height:145px;
}
#footer-menu{
	float:left;
	height:145px;
	width:670px;	
}
#footer-menu-list{
	float:left;
	height:40px;
	width:670px;
	padding-top:45px;
}
#copyright-con{
	float:left;
	height:45px;
	width:670px;
}

#contact-con{
	float:left;
	height:145px;
	width:305px;
	text-align:right;
}
/*sfsfs*/
#footer-menu-list{
	color:#fff;
	
}
#footer-menu-list ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
		
}
#footer-menu-list ul li{
	text-align:center;
	display:inline;
	margin-left:.4em;
	/*padding-right:0.1em;*/
}
#footer-menu-list a {
	font-family:Arial;
	font-size:13px;
	color:#ffffff;
	line-height: 25px;
	text-decoration:none;
	
		
}
#footer-menu-list ul a:hover{
	text-decoration:underline;	
}
#copyright-con p{
	font-family:Arial;
	font-size:13px;
	color:#ffffff;
	line-height: 25px;
}
#contact-con p{
	font-family:Arial;
	font-size:13px;
	color:#ffffff;
	
}
#contact-con a{
	font-family:Arial;
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}
#contact-con a:hover{
	text-decoration:underline;
	
}
#sub-menu{
	width:1200px;
	height:45px;
	background:#cccc99;
}
#divider{
	width:1200px;
	height:60px;
}
#shadow{
	width:1200px;
	height:45px;
	background: url(../images/shadow.png);
}
#content{
	margin: 0 auto;
	width:975px;
	min-height:500px;
	overflow:auto;
	padding:20px 0;
}
#content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height:26px;
	margin:0 0 20px 0;
}
#content h2{
	color:#0588BC;
	
}
#sub-menu-con{
	margin: 0 auto;
	width:1200px;
	height:45px;
}
#sub-menu-spacer{
	float:left;
	width:260px;
	height:45px;
}
#sub-menu-list{
	float:left;
	margin-left:40px;
	width:820px;
	height:45px;
}
#sub-menu-list ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
		
}
#sub-menu-list ul li{
	text-align:center;
	display:inline;
	padding-right:2em;
}
#sub-menu-list a {
	font-family:Arial;
	font-size:14px;
	color:#666666;
	line-height: 45px;
	text-decoration:none;
	
		
}
#sub-menu-list ul a:hover{
	text-decoration:underline;	
}
#tbl-sponsors td{
	text-align:center;
	vertical-align:bottom;
	
}
#content ul{
	list-style-type:circle;
	color:#333333;
	font-size:14px;
	margin:0 0 20px 0;
}
#content ul li{
	margin-left:3em;
	line-height:26px;	
}
table#contact-us-form {
	font-family:Myriad Pro;
	color:#333333;
	font-size:14px;
	
	
}
.scholarship hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin:20px 0;
}
#content .table-1 td, .table-1 th{
	padding:0 0 20px 0;
	color:#333333;
	font-size:14px;
	line-height:26px;
}
#content .table-1 td p{
	margin:0;
}
#slideshow{
	position: relative;	
}
#controls { 
	z-index: 1000; 
	position: absolute;
	 
	top: 85; 
	left: 85; 
	display: none;
    background-color: #009933; 
	border: 1px solid #ddd; 
	margin: 0; 
	margin-left: 250px; 
	padding: 6px; 
    width: 160px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
}
#controls span { 
	margin: 0 5px ;
}
