* { margin: 0; padding: 0; } img { border: none; } .floatr { float: right; } .floatl { float: left; } .center { text-align: center; } .left { text-align: left; } .right { text-align: right; } .noborder { border: none !important; } .clr { display: block; clear: both; } ul { list-style: none; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


body {
	background: #fff url("../images/bg.jpg") no-repeat top center;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
body#home {
	/*background: #fff url("../images/home_bg.jpg") no-repeat top center;*/
}
input, select, textarea {
	font: 1em arial, sans-serif;
}

#container {
	width: 1000px;
	margin: 0 auto;
	display: block;
	clear: both;
}

#header {
	width: 1000px;
	height: 179px;
	margin: 0 auto;
	display: block;
	clear: both;
	position: relative;
}
	#header h1 a {
		display: block;
		width: 468px;
		height: 79px;
		background: transparent url("../images/logo.jpg") no-repeat;
		position: absolute;
		top: 54px;
		left: 6px;
	}
	#header h1 span {
		display: none;
	}
	#nav {
		list-style: none;
		display: block;
		width: 1000px;
		height: 30px;
		position: absolute;
		top: 149px;
		left: 0px;
		z-index: 70;
	}
		#nav li {
			padding: 0;
			margin: 0;
			float: left;
			width: 90px;
			position: relative;
			z-index: 100;
		}
		#nav li a {
			height: 30px;
			width: 89px;
			float: left;
			padding: 0;
			text-align: center;
			text-decoration: none;
			color: #4980c5;
			font: 10px/30px Verdana, Arial, Helvetica, sans-serif;
			background: transparent url("../images/nav_bg.gif") no-repeat top left;
			margin: 0;
			border-right: 1px solid #ffe94a;
			position: relative;
		}
			#nav li a:hover, 
			#home #nav-home a,
			#about #nav-about a,
			#student #nav-student a,
			#news #nav-news a,
			#gallery #nav-gallery a,
			#resources #nav-resources a,
			#donate #nav-donate a,
			#help #nav-help a,
			#testimonials #nav-testimonials a,
			#nav li:hover > a {
				background: #fff;
				color: #614638;
				background: transparent url("../images/nav_bg.gif") no-repeat bottom left;
			}
		#nav a.last {
			background-position: top left;
			border: none;
		}
			#nav a.last:hover, 
			#contact #nav-contact a.last {
				background-position: bottom left;
				border: none;
			}
		#home #nav-home a, #nav li#nav-home a:hover {
			background: transparent url("../images/nav_home_bg_over.gif") no-repeat top left;
		}
		
		/* style all the links */

		#nav table{		
			position: absolute;		
			border-collapse: collapse;		
			z-index: 100;		
			left: 0;
			top: 31px;		
		}

		#nav ul ul li {	
			background: none;
		}
		#nav ul ul li a, #nav ul ul :visited {	
			display: block;		
			font-size: 10px;		
			width: 149px;		
			height: 25px;
			line-height: 25px;		
			color: #0093c3 !important;		
			background: #fdf9ce !important;		
			text-decoration: none;		
			margin-right: 1px;		
			text-align: left;		
			margin-top: -1px;		
			border: 1px solid #ffe94a;
			padding: 0 5px;	
		}
		#nav ul ul li a:hover {
			color: #000 !important;
			background: #fff !important;
		}
		
		/* hide the sub level links */
		
		#nav ul ul {		
			visibility: hidden;		
			position: absolute;		
			width: 150px;		
			height: 0;
			z-index: 80;
			left: 0;
			top: 31px;
		}
		
		/* make the sub level visible on hover list or link */
		
		#nav ul li:hover ul,		
		#nav ul a:hover ul {		
			visibility:visible;		
		}
		
		/* Set up the list items */
		
		#nav ul ul li {float:left; }
		
		#nav ul ul li:hover {position:relative;}
		
		/* Make the hovered list color persist */
		
		#nav ul ul li:hover > a {}
		
		/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
		
		#nav ul ul li ul {display:none;}
		
		/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
		
		
		/* Position the first sub level beneath the top level liinks */
		
		#nav ul ul > li:hover > ul {left:120px; top:-10px;}

#content {
	width: 1000px;
	margin: 16px auto 0 auto;
	display: block;
}
#left_col {
	display: block;
	width: 615px;
	float: left;
	margin: 45px 0 0 0;
	padding: 0 15px 15px 15px;
}
#home #left_col {
	margin: 10px 0 0 0;
}
#right_col {
	display: block;
	width: 325px;
	float: right;
	padding: 15px;
}
#banner {
	display: block;
	width: 996px;
	height: 148px;
	margin: 0 0 0 1px;
}
h2 {
	font: 34px/35px "Times New Roman", Times, serif;
	margin: 0 0 75px 120px;
	clear: both;
	color: #fff;
}
#home h2 span {
	font: 20px "Times New Roman", Times, serif;
	color: #ffeb36;
}
h3 {
	font: 24px "Times New Roman", Times, serif;
	margin: 20px 0 5px 0;
	clear: both;
}
	#left_col h3, #right_col #newsletter_signup h3 {
		color: #c81812;
	}
	#right_col h3 {
		color: #0063a9;
	}
h4 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin: 25px 0 0 0;
}
	h4 em {
		font: italic 12px/14px Arial, Helvetica, sans-serif;
		margin: 0 0 0 5px;
	}
h5 {
	font: bold 12px Arial, Helvetica, sans-serif;
}
p {
	margin: 15px 0;
}
a {
	color: #0085db;
}
	a:hover {
		color: #c71811;
	}
a.nolink {
	color: #333;
	text-decoration: none;
}
	a.nolink:hover {
		color: #333;
	}
table {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
	line-height: normal;
}
	table th, table td {
		padding: 3px 3px;
		border: 1px solid #ccc;
	}
	table th {
		background: #eee;
		text-align: left;
	}
		table th.alt, table tr.alt th {
			background: #e5e5e5;
		}
	table td {
		vertical-align: top;
	}
		table td.alt, tr.alt td {
			background: #f5f5f5;
		}
.menu {
	padding: 10px 0 20px 0;
	width: 325px;
}
.menu li a {
	display: block;
	float: left;
	width: 325px;
	border: 1px solid #68a2cb;
	background: transparent url("../images/menu_bg.gif") repeat-x bottom;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: -1px 0 0 0;
}
	.menu li a span {
		display: block;
		padding: 5px 5px 5px 30px;
		background: transparent url("../images/bullet.gif") no-repeat 5px 50%;
	}
	.menu li a:hover {
		color: #153f5c;
		background: #fff url("../images/bullet.gif") no-repeat 5px 50%;
	}
#left_col ul, #left_col ol {
	margin: 20px 35px 40px 35px;
}
	#left_col li {
		margin: 5px 0;
	}
	#left_col ul {
		list-style: disc;
	}
#left_col a {
	color: #c71811;
}
	#left_col a:hover {
		color: #0085db;
	}
.quote {
	display: block;
	background: transparent url("../images/quote_top.gif") no-repeat right top;
	margin: 15px 0;
	float: left;
}
	.quote_photo {
		float: left;
		margin: 0 10px 0 0;
		background: transparent url("../images/quote_photo_frame.gif") no-repeat;
		width: 76px;
		height: 94px;
	}
		.quote_photo img {
			float: left;
			margin: 4px 0 0 3px;
			width: 68px;
			height: 85px;
		}
	.quote p {
		display: block;
		float: right;
		width: 205px;
		padding: 15px 15px 0 15px;
		background: transparent url("../images/quote_bottom.gif") no-repeat right bottom;
		margin: 0;
	}
	.quote cite {
		display: block;
		clear: both;
		padding: 15px 0 0 42px;
		font-weight: bold;
	}
#left_col dl {
	float: left;
	width: 46%;
	padding: 0 3% 0 0;
}
	#left_col dt {
		font: bold 14px Verdana, Arial, Helvetica, sans-serif;
		color: #999;
		margin: 15px 0 5px 0;
	}
	#left_col dd {
		margin: 5px 0 0 0;
		padding: 5px 0;
		border-top: 1px solid #d2d2d2;
	}
		#left_col dd p {
			margin: 5px 0 15px 0;
		}
#right_col dl {
	border: 1px solid #d2d2d2;
	float: left;
	margin: 10px 0;
}
	#right_col dt {
		font-weight: bold;
		float: left;
		padding: 10px 0 10px 10px;
		border-top: 1px solid #d2d2d2;
		margin: -1px 0 0 0;
		width: 223px;
	}
	#right_col dd {
		float: right;
		padding: 10px 10px 10px 0;
		border-top: 1px solid #d2d2d2;
		margin: -1px 0 0 0;
		width: 80px;
	}
.highlight {
	display: block;
	width: 575px;
	height: 160px;
	padding: 20px;
	margin: 15px 0;
	background: transparent url("../images/highlight_bg.gif") no-repeat;
}
.img_l {
	float: left;
	margin: 0 15px 15px 0;
}
.img_r {
	float: right;
	margin: 0 0 15px 15px;
}
.col {
	width: 49%;
	float: left;
}
.col p {
	margin-right: 35px;
}
.col h4 {
	margin-top: 15px;
}
.divider {
	border-bottom: 1px solid #ccc;
	display: block;
	clear: both;
	height: 14px;
	margin: 0 0 15px 0;
}
.error {
	font: bold 12px arial, sans-serif;
	color: #cc0000;
	padding: 10px 35px;
	border: 1px solid #cc0000;
	background: #ffdbdc;
	margin: 15px 35px;
	list-style: disc;
}
	.error li {
		margin: 5px 0;
	}
.success {
	font: bold 12px arial, sans-serif;
	color: #339966;
	padding: 10px;
	border: 1px solid #339966;
	background: #dfffef;
}

#left_col .resources {
	list-style: none;
	margin: 10px 0 30px 0;
	float: left;
	width: 100%;
}
	.resources li {
		border-bottom: 1px solid #ccc;
		display: block;
		float: left;
		clear: both;
		margin: 0 0 15px 0;
		width: 100%;
	}
	.resources li img {
		float: left;
		margin: 0 15px 45px 0;
	}
	.resources li h5 {
		padding-top: 5px;
	}
	
#left_col a.btn {
	width: auto;
	background: #ef8a38 url("../images/btn_bg.gif") repeat-x bottom;
	padding: 5px 25px;
	line-height: 0;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
	#left_col a.btn:hover {
		background: #e86e0e;
		cursor: pointer;
	}
#left_col input, #left_col textarea {
	padding: 5px;
	color: #777;
	border: 1px solid #ccc;
}
#left_col select {
	line-height: 25px;
	color: #777;
}
#left_col option {
	padding-right: 15px;
}
#left_col form strong {
	color: #cc0000;
}
#left_col input.btn {
	width: auto;
	background: #ef8a38 url("../images/btn_bg.gif") repeat-x bottom;
	padding: 3px 25px;
	line-height: auto;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	border: none;
}
	#left_col input.btn:hover {
		background: #e86e0e;
		cursor: pointer;
	}
#newsletter_signup {
	margin: 0 0 100px 0;
}
	#newsletter_signup input {
		border: none;
		width: 190px;
		height: 16px;
		line-height: 18px;
		padding: 4px 4px 2px 4px;
		background: #fff;
		float: left;
		margin: 0 10px 0 0;
		color: #333;
	}
		#newsletter_signup input.btn {
			width: auto;
			height: 22px;
			background: #ef8a38 url("../images/btn_bg.gif") repeat-x bottom;
			padding: 4px 10px;
			line-height: 0;
			color: #fff;
			font-weight: bold;
		}
			#newsletter_signup input.btn:hover {
				background: #e86e0e;
				cursor: pointer;
			}
#left_col .big_btns {
	margin: 0;
}
.big_btns li {
	display: inline;
}
.big_btns li a {
	display: block;
	float: left;
	height: 113px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/buttons.gif") no-repeat 0 0;
}
	li#help a {
		width: 302px;
		background: transparent url("../images/buttons.gif") no-repeat -326px 0;
		margin: 0 10px 0 0;
	}
		li#help a:hover {
			background: transparent url("../images/buttons.gif") no-repeat -326px -111px;
		}
	li#gallery a {
		width: 302px;
		background: transparent url("../images/buttons.gif") no-repeat -628px 0;
	}
		li#gallery a:hover {
			background: transparent url("../images/buttons.gif") no-repeat -628px -111px;
		}
	li#donation a {
		width: 326px;
		background: transparent url("../images/buttons.gif") no-repeat 0 0;
	}
		li#donation a:hover {
			background: transparent url("../images/buttons.gif") no-repeat 0 -111px;
		}
		
.sm_btns li {
	display: inline;
}
.sm_btns li a {
	display: block;
	float: left;
	height: 86px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/buttons_small.gif") no-repeat 0 0;
}
	li#donation_sm a {
		width: 250px;
		background: transparent url("../images/buttons_small.gif") no-repeat 0 1;
	}
		li#donation_sm a:hover {
			background: transparent url("../images/buttons_small.gif") no-repeat 0 -84px;
		}
		
#breadcrumb {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
#photo_gallery a img {
	border: 1px solid #ccc;
	padding: 3px;
}
#photo_gallery a:hover img {
	border: 1px solid #cc0000;
}
#photo_gallery table, #photo_gallery td {
	border: none;
}
#photo_gallery td {
	padding: 10px 0;
}
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding: 15px 0;
	color: #999;
	background: transparent url("../images/footer_bg.gif") repeat-x;
	text-align: center;
}
	#footer p {
		width: 960px;
		margin: 10px auto;
	}
	#footer #synapse {
		margin: 0 0 0 30px;
	}
	#footer a {
		color: #555;
		text-decoration: none;
	}
	#footer a:hover {
		color: #959595;
	}
	#footer ul {
		list-style: none;
		display: block;
		text-align: center;
		width: 960px;
		margin: 0 auto;
	}
		#footer ul li {
			display: inline;
			margin: 0 10px;
		}
		#footer ul li.last {
			border: none;
		}
		
table input{
background-color:#ffffff;
}

table input:hover{
background-color:#FFFFCC;
}

table textarea{
background-color:#ffffff;
}

table textarea:hover{
background-color:#FFFFCC;
}
