/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #052281;
	background-color: #052281;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#wrapper {
	width: 777px;
	margin: 0 auto;
	position: relative;
	top: 10px;
}


/*
------------------------------------------------------
Headings
------------------------------------------------------
*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 3px;
	color: #FFFFFF;
	font-size: x-large;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 3px;
	color: #052281;
	font-size: 14px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 3px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}


/*
------------------------------------------------------
Footer
------------------------------------------------------
*/

#footerHome {
		height: 16px;
		width: 508px;
		padding-top: 40px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		color: #FFFFFF;
}

/* Footer Link */
#footerHome a{
	color: #FFFFFF;
	text-decoration: none;
}

#footerHome a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer {
		background: url(../../images/Education/content_bottom.gif) no-repeat top;
		height: 16px;
		width: 508px;
		padding-top: 40px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		color: #FFFFFF;
}

/* Footer Link */
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*
------------------------------------------------------
Links
------------------------------------------------------
*/
a:link, a:visited, a:Active          { 
	color: #052281;
	text-decoration : underline; 
}
a:Hover    {
	color: #cc6633;
	text-decoration : underline;
}



/*
------------------------------------------------------
Forms
------------------------------------------------------
*/



.inputField {
	border: none;
	height: 13px;
	padding: 2px 1px 2px 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #bee5fb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {

}

select {

	}

TD.formCaptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
}

/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	border: none 0;
	border-top: 2px dashed #052281;
	width: 100%;
	height: 2px;
	margin: 1px 0px 1px 0px;
}


ol {
}

ul{
}

/*
------------------------------------------------------
DHTML Menus
------------------------------------------------------
*/

.SubMenuGroup {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	cursor:pointer;
}
  
 
.MenuItem {

}
 
.MenuItemOver {

}
 

.SubMenuItem {
	color: #ffffff;
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-top: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	width: 110px;
	height: 15px;
	cursor: hand;
}
 
.SubMenuItemOver {
	color: #ffffff;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-top: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	width: 110px;
	height: 15px;
	cursor: hand;
}
 
.leftNav {
	background: url(../../images/Education/con-left_top.gif) no-repeat top;
	width: 108px;
	padding-top: 20px;
	padding-left: 10px;
}

.leftNav a:link, .leftNav a:visited, .leftNav a:Active {
	color: #052281;
	font-size: 11px;
	font-weight: normal;
	margin: 1px;
	line-height: 12px;
	text-decoration: none;
}

.leftNav a:hover{
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

/*
------------------------------------------------------
Positioning
------------------------------------------------------
*/

#containerLeft {
	width: 135px;
	position: relative;
	float: left;
	z-index: 99;
}

	#Mouse {
		z-index: 10;
		position: absolute;
		bottom: 23px;
	}

	#containerTopLeft {
		background: #44b2f3 url(../../images/Education/con-left_base.gif) no-repeat bottom;
		width: 118px;
		float: right;
		margin: 0;
		padding-bottom: 10px;		
	}
		
		#loginTop {
			background: url(../../images/Education/con-left_top.gif) no-repeat top;
			width: 118px;
			padding-top: 10px;
		}


	#search {
		margin-top: 8px;
		padding-top: 10px;
		background: url(../../images/Education/bg_gradient_blue.gif) no-repeat;
		width: 118px;
		float: right;
		height: 320px;
	}



#containerMiddle {
	position: relative;
	float: left;
	left: 8px;
	width: 508px;	
}

	#contatinerMenu {
		width: 503px;
		height: 102px;
		background: url(../../images/Education/home_clouds.jpg) no-repeat;
		padding-top: 13px;
		padding-left: 5px;
	}
	
	#contatinerMenuInner {
		width: 503px;
		height: 102px;
		background: url(../../images/Education/content_menu.gif) no-repeat;
		padding-top: 13px;
		padding-left: 5px;
	}
	
	#content {
		background: #68c3f4 url(../../images/Education/content_gradient.gif) no-repeat top;
		height:auto !important;
		height: 300px;
		min-height: 300px;
		width: 448px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	
	#contentSiteMap {
		background: #68c3f4 url(../../images/Education/content_gradient_sitemap.gif) no-repeat top;
		height:auto !important;
		height: 300px;
		min-height: 300px;
		width: 448px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
		#contentSiteMap a{
		color: #FFFFFF;		
		}
	
	/*#contentBottom {
		background: url(../../images/Education/content_bottom.gif) no-repeat top;
		height: 16px;
		width: 508px;
		padding-top: 40px;
	}*/

#containerRight {
	width: 118px;
	position: relative;
	float: right;
	left: 0px;
}

	#rightBanner {
		margin-top: 8px;
	}

	.rightBanner {
		margin-top: 8px;
	}
	
	#rightBannerBG {
		margin-top: 8px;
		padding-top: 10px;
		background: url(../../images/Education/bg_gradient_blue.gif) no-repeat;
		height: 323px;
		color: #FFFFFF;
	}
	
		#rightBannerBG p{
		padding-left: 8px;
		margin: 1px;
		}

#introText {
	z-index: 2; 
	position: absolute;
	margin: auto 0px; 
	height: 100px;
	left: 78px;
	width: 351px; 
}

/*
------------------------------------------------------
Search Results
------------------------------------------------------
*/

.searchbox {
background-color:#bee5fb;
border:none;
}

.searchResultsHeader {
background-color:#052281;
color:#FFFFFF;
font-weight:bold;
}

.searchResultTitle {
background-color:#bee5fb;
font-weight:bold;
}

.searchResultsLocation {
font-style:italic;
border-bottom: 2px dashed #052281;
}