/*RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}
/*BASE*/
body{font-size:81.3%;font-family:Arial, Helvetica, sans-serif;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:107.7%;}h1,h2,h3{margin:0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px solid #000;cursor:help;}em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:1em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table{margin-bottom:1em;}
/*FONTS*/
/*SITE*/
body{
	background: url("../_images/bg.gif") repeat-x #ffffff;	
	color: #464646;
}
@font-face {
    font-family: 'CollegeBold';
    src: url('collegeb-webfont.eot');
    src: url('collegeb-webfont.eot?#iefix') format('embedded-opentype'),
         url('collegeb-webfont.woff') format('woff'),
         url('collegeb-webfont.ttf') format('truetype'),
         url('collegeb-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}
p{
	color: #464646;
	padding:6px 0;
	line-height: 1.6em;
	margin-bottom: 5px;
}
li{
	color: #464646;
	line-height: 1.6em;
}
h1, h3{
	color: #003c7a;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:6px 0;
}
h2{
	color: #000000;
	padding:6px 0;
}
a{
	color:#003c7a;
}
	a:hover{
		color: #336598;
	}
#page{
	width: 980px;
	margin: 0 auto;
}
	#header{
		position: relative;	
		height: 117px;
	}
		#header_logo{
			left: 20px;
			position: absolute;
			top: 30px;
		}
		#header_menu{
			right: 0;
			position: absolute;
			top: 20px;
		}
			#header_menu ul{
				margin: 0;
			}
				#header_menu ul li{
					float: left;
					list-style: none outside none;
				}
					#header_menu ul li a{
						float: left;
						text-decoration: none;
						color: #909090;
						font-size: 0.9em;
						border-left: 1px solid #909090;
						margin-left: 4px;
						padding-left: 4px;
					}
					#header_menu ul li:first-child a{
						border-left: none;
						margin-left: 0;
						padding-left: 0;
					}
						#header_menu ul li a:hover{
							color: #336598;
						}
		#header_search{
			position: absolute;
			right: 0;
			top: 55px;
		}
			#header_search input{
				background: url("../_images/icon-search.gif") no-repeat scroll 0 0 transparent;
				border: 1px solid #DFDFDF;
				padding: 5px 5px 5px 20px;
				width: 310px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}
			#header_search input.submit{
				background: url("../_images/icon-arrow.gif") no-repeat scroll 0 0 transparent;
				border: medium none;
				border-radius: 0 0 0 0;
				cursor: pointer;
				height: 26px;
				padding: 0;
				position: absolute;
				right: 1px;
				top: 1px;
				width: 20px;
			}
			#header_search .field_helper{
				color: #909090;
				font-style: italic;
				left: 25px;
				position: absolute;
				top: 6px;
			}
	#menu{
		position: relative;	
		background: url("../_images/bg-menu.gif");
		height: 47px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		z-index: 1;
	}
		#menu ul{
			float: left;
			margin: 0;
			position: absolute;
			top: -5px;
			left: 80px;
		}
			#menu div.home_menu{    
				left: 20px;    
				position: absolute;
    			top: -4px;
			}
				#menu div.home_menu a.home{    
					background: url("../_images/menu-home.png") no-repeat scroll 10px 12px transparent;    
					float: left;
   					height: 34px;    
					width: 32px;
				}
			#menu ul li{
				list-style: none;
				float: left;
				position: relative;
			}
				#menu ul li a{
					color: #FFFFFF;
					float: left;
					font-size: 0.9em;
					font-weight: bold;
					margin-left: 5px;
					margin-right: 5px;
					margin-top: 1px;
					padding: 15px 16px;
					text-decoration: none;
				}
					#menu ul li.selected a,
					#menu ul li a:hover,
					#menu ul li:hover a{
						background: url("../_images/menu-item-bg.png") repeat scroll 0 0 transparent;
						color: #003e7e;   
						 border-top: 1px solid #d4d4d4;
						 border-left: 1px solid #d4d4d4;
						 border-right: 1px solid #d4d4d4;
						-webkit-border-top-left-radius: 5px;
						-webkit-border-top-right-radius: 5px;
						-moz-border-radius-topleft: 5px;
						-moz-border-radius-topright: 5px;
						border-top-left-radius: 5px;
						border-top-right-radius: 5px;
						margin-left: 4px;
						margin-right: 4px;
						margin-top: 1px;
					}
				/*2ND LEVEL*/
				#menu ul li:hover ul{
					display: block; 
				}
				#menu ul li ul{   
					display: none; 
					border-bottom: 1px solid #D4D4D4;
					border-left: 1px solid #D4D4D4;
					border-right: 1px solid #D4D4D4;
					left: 0;
					margin-left: 4px;
					padding-top: 5px;
					position: absolute;
					top: 52px;
					background: none #ffffff;
				}
					#menu ul li ul li{    
						clear: both;
						float: left;
						width: 200px;
					}
						#menu ul li ul li a{    
							background: none repeat scroll 0 0 transparent !important;
							border: medium none !important;
							border-radius: 0 0 0 0 !important;
							color: #003E7E !important;
							font-weight: normal;
							margin: 0 !important;
							padding-bottom: 8px !important;
							padding-left: 15px !important;
							padding-right: 15px;
							padding-top: 7px !important;
							width: 170px;
						}
						#menu ul li ul li.selected a,
						#menu ul li ul li a:hover{
							background: none #336598 !important;
							border: none;
							-webkit-border-radius: 0 !important;
							-moz-border-radius: 0 !important;
							border-radius: 0 !important;
							margin: 0;
							color: #ffffff !important;
						}
				/*3RD LEVEL*/
				#menu ul li ul li:hover ul{
					display: block !important; 
				}
				#menu ul li ul li:hover a{ /**/
					background: none #336598 !important;
					color: #ffffff !important;
				}
				#menu ul li ul li ul{
					display: none !important;
					background: none repeat scroll 0 0 #336598;
					border: medium none;
					left: 200px;
					margin: 0;    
					padding: 0;
					position: absolute;
					top: 0;
				}
					#menu ul li ul li li ul li{
					}
						#menu ul li ul li ul li a{
							color: #ffffff !important;
						}
						#menu ul li ul li ul li.selected a,
						#menu ul li ul li ul li a:hover{
							background: #295078 !important;
						}
	#splash{
		position: relative;	
		margin-top: 4px;
		z-index: 0;
		height: 285px;
	}
		#splash .left{
			float: left;
			margin-top: 8px;
			width: 662px;
		}
			#home_rotate{
				height: 285px;
				overflow: hidden;
				position: relative;
				width: 662px;
			}
				#home_rotate .buttons{
					position: absolute;
					font-size:11px;
					bottom: 0;
					right: 0;
					background: #ffffff;
					-webkit-border-top-left-radius: 5px;
					-moz-border-radius-topleft: 5px;
					border-top-left-radius: 5px;
					padding: 4px 6px;
				}
					#home_rotate .buttons .button{
						color: #003E7E;
						cursor: pointer;
						float: left;
						padding: 3px 6px;
					}
					#home_rotate .buttons .selected{
						background: #336598;
						color: #ffffff;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						border-radius: 5px;
					}
		#splash .right{
			float: left;
			margin-left: 10px;
			width: 308px;    
			margin-top: 5px;
		}
			#content .right ul,
			#splash .right ul{
				margin: 8px 0 0;
			}
				#content .right ul li,
				#splash .right ul li{
					list-style: none;    
					margin-top: 1px;
					margin-left: 0;
				}
	#content{    
		float: left;
		margin-bottom: 20px;
		margin-top: 9px;
		position: relative;
	}
	#breadcrumbs{
			font-size: 0.9em;
	}
		#breadcrumbs a{
			font-size: 0.9em;
			text-decoration: none;	
		}
		#breadcrumbs a:hover{
			text-decoration: underline;
		}
	#content ol li,
	#content ul li{
		margin-left:20px;    
	}
		#content .home_left{
			float: left;
			margin-right: 25px;
			width: 266px;
		}
			#content .home_left table{
				width: 100%;
			}
				#content .home_left table th{    
					padding: 5px;
					text-align: left;
				}
				#content .home_left table td{    
					padding: 5px;
				}
				#content .home_left table tr.even{
					background: #f3f3f3;
				}
		#content .home_middle{
			background: none repeat scroll 0 0 #F3F3F3;
			float: left;
			padding: 15px;
			width: 397px;
		}
			#content .home_middle ul{
				margin: 0;
			}
				#content .home_middle ul li{
					list-style: none;
					float: left;
					margin: 0;
				}
				#content .home_middle ul li:first-child{
					margin-right: 23px;
				}
		#content .home_right{    
			float: left;
			margin-left: 25px;
			width: 237px;	
		}
		#content .left{
			float: left;
			margin-right: 10px;
			min-height: 300px;
			width: 650px;
		}
		#content .right{
			float: left;
			margin-left: 12px;
			width: 308px;
		}
		a.webvision {
			background:url(../_images/button-webvision.jpg);
			background-position:top left;
			display:block;
			height:69px;
			width:308px;
			text-decoration: none;
		}
			a.webvision:hover {
				background: url(../_images/button-webvision.jpg);
				background-position: bottom left;
			}
	#footer{
		background: url("../_images/bg-footer.jpg") no-repeat;
		width: 1035px;
		height: 67px;
		margin: 0 auto;	
		clear: both;
	}
	
	#footer_content{
			margin: 0 auto;
			position: relative;
			top: 30px;
			width: 980px;
		}
		
			#footer_content .left, #schools_footer_content .left{    
				float: left;
			}
				#footer_content ul, #schools_footer_content ul{    
					float: left;
					margin: 0;
				}
					#footer_content ul li{
						list-style: none;
						float: left;
						margin-right: 19px;
						font-size: 0.8em;
						color: #909090;
					}
					#schools_footer_content ul li{
						list-style: none;
						float: left;
						margin-right: 18px;
						font-size: 0.8em;
						color: #909090;
					}
			#footer_content .right, #schools_footer_content .right{    
				float: right;
			}
					#footer_content .right ul li, #schools_footer_content .right{
						list-style: none;
						float: left;
						margin-right: 5px;
						font-size: 0.8em;
						color: #909090;
					}
	#schools_footer{
		background: #fff;
		width: 980px;
		margin: 20px auto 0 auto;	
		clear: both;
		-moz-box-shadow: 0 0 10px #3c3c3c;
		-webkit-box-shadow: 0 0 10px #3c3c3c;
		box-shadow: 0 0 10px #3c3c3c;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#schools_footer_content{
			margin: 0 auto;
			padding:15px 10px 10px 10px;
			width: 980px;
		}
		#subfooter{
			border-top: 6px solid #F3F3F3;
			float: left;
			margin-top: 20px;
			padding-bottom: 10px;
			width: 980px;
		}
			#subfooter_content{
				margin: 20px auto;
    			width: 480px;
			}
			#subfooter ul{
			}
				#subfooter ul li:first-child{
					border-left: none;
				}
				#subfooter ul li{
					border-left: 1px solid #909090;
					margin-right: 0;
					margin-left: 5px;
					padding-left: 5px;
				}
					#subfooter ul li a{
						color: #909090;
						font-size: 1em;
						text-decoration: none;
					}
			#subfooter p{
				clear: both;
				float: left;
				font-size: 0.8em;
				margin-top: 10px;
				text-align: center;
				width: 100%;
				color: #909090;
			}
table.tab_deposit {
	background:#FFF;
}
table.data{
	width: 100%;
}
	table.data tr:nth-child(even){
		background: #336598;
		color:#fff;
	}
	table.data tr:nth-child(odd){
		background:#fff;
	}
		table.data tr td{ 
			padding: 5px;    
		
		}
		table.data tr th{ 
			padding: 5px;    
			text-align: left;
		}
.box{
	border: 1px solid #CCCCCC;
    margin: 10px;
    padding: 10px;
}
/*FORM*/
.webform{
}
	.relative_container{
		position: relative;
	}
	.webform label{
		display: block;
		margin-top: 10px;
	}
	.webform input{
		width: 300px;
	}
	.webform textarea{
		width: 98%;
		height: 400px;
		padding: 2%;
	}
	.webform .submit{
		display: block;
		margin-top: 10px;
		width: auto;
	}
	.webform input.input_radio,
	.webform input.input_checkbox{
		width: auto;
	}
	.webform label.radio_label,
	.webform label.checkbox_label{
		display: inline;
	}
	label.error,
	.webform label.error{
		background:none repeat scroll 0 0 #CC0000;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		margin-bottom:5px;
		margin-top:0;
		padding:0 5px 5px;
		position:relative;
		width:294px;
		display:block;
	}
/*CALENDAR*/
.bigcalendar table.month{
	width: 100%;	
}
	.bigcalendar table.month td.nomonthday,
	.bigcalendar table.month td.monthday,
	.bigcalendar table.month td.sunday,
	.bigcalendar table.month td.saturday,
	.bigcalendar table.month td.today{
    	height: 75px;
		text-align: left;
		vertical-align: top;
		width: 75px;
	}
table.month{
	
}
	table.month td{
    	padding: 5px;   
		text-align: center;
	}
	.monthnavigation a{
		color: #003E7E;
   	 	font-weight: bold;
		text-decoration: none;
	}
		.monthnavigation a:hover{
			text-decoration: underline;
		}
	.monthname{
		color: #003e7e;
   	 	font-weight: bold;
	}
	table.month td.monthnavigation:first-child{    
		text-align: right;
	}
	table.month td.monthnavigation{    
		text-align: left;
	}
	.dayname{    
		background: none repeat scroll 0 0 #E6E6E6;
		color: #000000;
		font-weight: bold;
		padding: 5px;
	}
	.nomonthday{
		border: 1px solid #E6E6E6;
	}
	.monthday{
		border: 1px solid #E6E6E6;
	}
	.sunday{
		border: 1px solid #E6E6E6;
	}
	.saturday{
		border: 1px solid #E6E6E6;
	}
	.today{
		color: #ffffff;
		background: #336598;
		border: 1px solid #E6E6E6;
	}
		.today a{
			color: #ffffff !important;
		}
	.event_item a{
		color: #003e7e;
		text-decoration: underline;
	}
	.eventcontent{
		margin-bottom: 0;	
	}
		.eventcontent td{
			padding: 0 !important;	
		}
/* SCHOOL TEMPLATE */
	#school {
		background:url(../_images/school_back.png);
	}
	#header_school{
		border-bottom:8px solid #003e7e;
		position: relative;	
		height: 117px;
		margin:0 auto;
		width:980px;
	}
		#header_logo{
			left: 20px;
			position: absolute;
			top: 30px;
		}
	#school_page{
		background:url(../_images/paper_background.png);
		width: 970px;
		margin: 0 auto;
		padding:5px;
		-moz-box-shadow: 0 0 5px 5px #888;
		-webkit-box-shadow: 0 0 5px 5px#888;
		-webkit-border-bottom-left-radius:20px;
		border-bottom-left-radius:20px;
		-webkit-border-bottom-right-radius:20px;
		border-bottom-right-radius:20px;
		box-shadow: 0 0 3px 3px #888;
	}
	#school_page .pod {
		margin:5px 10px 15px 10px;
		min-height:300px;
		padding:10px;
		width:280px;
		float:left;
	}
	#school_page .left {
		background:url(../_images/school_home.jpg);
		height:280px;
		width: 650px;
	}
	#school_page .left p {
		position:relative;
		left:400px;
		top:180px;
		width:230px;
	}
	#school_page .pod0 {
		background:#00448b;
		color:#fff !important;
		border-radius:20px;
		-webkit-border-radius:20px;
	}
	#school_page .pod0 p {
		color:#fff !important;
	}
	#school_page .pod1 {
		
	}
		#school_page .pod0 p, #school_page .pod1 p {
		}
	#school_page h2 {
		color:#00448b !important;
	}
	#school_page #splash {
		background:#fff !important;
	}
	.clear {
		clear:both;
	}
#school_menu {
	float:right;
	position:relative;
	top:71px;
	height:60px;
	width:640px;
}
#school_page #splashsm {
		background:#00448b !important;
		height:200px;
	}
.school_link1 a {
	font-family: 'CollegeBold' Georgia, "Times New Roman", Times, serif !important;
	background:#063;
	color:#fff;
	float:left;
	padding:18px 30px 12px 30px;
	-webkit-border-top-left-radius:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	text-decoration:none;
	}
.school_link2 a {
	font-family: 'CollegeBold' Georgia, "Times New Roman", Times, serif !important;
	background:#900;
	color:#fff;
	float:left;
	padding:18px 30px 12px 30px;
	-webkit-border-top-left-radius:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	text-decoration:none;

	}
.school_link3 a {
	font-family: 'CollegeBold' Georgia, "Times New Roman", Times, serif !important;
	background:#039;
	color:#fff;
	float:left;
	padding:18px 30px 12px 30px;
	-webkit-border-top-left-radius:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	text-decoration:none;

	}
.school_link4 a {
	font-family: 'CollegeBold' Georgia, "Times New Roman", Times, serif !important;
	background:#F60;
	color:#fff;
	float:left;
	padding:18px 30px 12px 30px;
	-webkit-border-top-left-radius:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	text-decoration:none;
	}
.school_link5 a {
	font-family: 'CollegeBold' Georgia, "Times New Roman", Times, serif !important;
	background:#06F;
	color:#fff;
	float:left;
	padding:18px 30px 12px 30px;
	-webkit-border-top-left-radius:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	text-decoration:none;

	}
.school_link6 a {
	font-family: 'CollegeBold' Georgia, "Times New Roman", Times, serif !important;
	background:#bb32cf;
	color:#fff;
	float:left;
	padding:18px 30px 12px 30px;
	-webkit-border-top-left-radius:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	text-decoration:none;
	}


.school_link1 a:hover, .school_link2 a:hover, .school_link3 a:hover, .school_link4 a:hover, .school_link5 a:hover,  .school_link6 a:hover {
	opacity:0.8;
}
.back a{
	background:url(../_images/back.png) left no-repeat;
	display:block;
	height:35px;
	padding:15px 0 0 50px;
	margin:0 0 0 70px;
	font-size:14px;
	text-decoration:none;
	width:300px!important;
}
