@charset "utf-8";
/* CSS Document */

html *{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	outline: none;
}


body{
	
	position: relative;
	font-size: 13px;
	color: #464646;
	background: #f6f6f6 url(/images/shared/background.gif) repeat-y top center;
	background-attachment: fixed;
	
	
}

a img{
	border: 0;
}

#container{
	width: 918px;
	margin: 0px auto;
	position: relative;
}

#logos{
	padding: 15px 0px;
	height: 54px;
	position: relative;
}

#logoleft{
	float: left;
	width: 200px;
}

div#logoright{
	float: right;
	margin-top: 20px;
	width: 311px;
}

#menu{
	width: 918px;
	background: url(/images/shared/menubar.jpg) no-repeat top left;
	height: 35px;
	clear: both;
	position: relative;
	z-index: 99;
}

#menu #menuUL{
	list-style-type: none;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 0px;
}

* #menu #menuUL{
	width: 400px;	
}

#menu #menuUL li.top{
	float: left;
	position: relative;
	_height: 1%;
	
}

#menu #menuUL li.top a.top{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 17px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #dde1bc;
	font-weight: bold;
}

#menu #menuUL li#edu{
	width: 165px;
	position: absolute;
	top: 0;
	left: 0;
	
}

#menu #menuUL li#edu.on a.top{
	width: 165px;
	background: url(/images/shared/menu1_on.jpg) no-repeat top left;
}

#menu #menuUL li#edu.on a.top:hover, #menu #menuUL li#neo.on a.top:hover{
	/*background: none;*/
}

#menu #menuUL li#neo{
	width: 225px;
	position: absolute;
	top: 0;
	left: 165px;
}

#menu #menuUL li#neo.on a.top{
	width: 225px;
	background: url(/images/shared/menu2_on.jpg) repeat-x top left;
	border-right: 1px solid #9fcedb;
}

#menu #menuUL li#neo.on:hover a.top{
	width: 225px;
	background: url(/images/shared/menu2_on.jpg) repeat-x top left;
	border-right: 1px solid #9fcedb;
}

#menu ul ul.sub{
	list-style-type: none;
	position: absolute;
	background-color: #8b913d;
	font-size: 13px;
	_height: 1%;
	
}

#menu ul #edu ul.sub{
	width: 180px;
	margin-left: 10px;
	
}

#menu ul #neo ul.sub{
	width: 225px;
}


#menu ul ul.sub li {
	border-bottom: 1px solid #a0a560;	
	cursor: pointer;
	background-color: #8b913d;
	_height: 1%;
	
}

#menu ul ul.sub li a{
	height: 30px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #FFF;
	padding-left: 10px;
	font-weight: bold;
	*background-color: transparent;
}

#menu ul ul.sub li a.arrowed{
	background-image: url(/images/shared/menuarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menu ul ul.sub li a:hover, #menu ul ul.sub li:hover a, #menu ul ul.sub li.over a{
	background-color: #7fc8db;
}

#menu ul #neo ul.sub li a{
	padding-left: 22px;
	
}

#menu ul #neo ul.sub li li a{
	padding-left: 10px;	
}

#menu ul ul.sub ul{
	position: absolute;
	margin-top: -30px;
	background: #7fc8db;
	list-style-type: none;
}



#menu ul #edu ul.sub ul{
	margin-left: 180px;
	width: 170px;
}

#menu ul #neo ul.sub ul{
	margin-left: 225px;
	width: 225px;
}

#menu ul ul.sub ul li{
	border-bottom: 1px solid #93d1e1;
}

#menu ul li ul.sub, #menu ul ul.sub ul{
	left: -999%;
}

#menu ul li:hover ul.sub, #menu ul li.over ul.sub{
	left: auto;
	background-position: 0 0;
	
}

#menu ul li:hover ul.sub li:hover ul, #menu ul li.over ul.sub li.over ul{
	left:auto;
	background-position: 0 0;
}

#menu ul li:hover, #menu ul li.over{
	*background-position: 0 0;
    *visibility:visible;
}


#searchDiv{
	width: 330px;
	height: 22px;
	line-height: 22px;
	margin-top: 6px;
	margin-right: 8px;
}

#searchDiv a{
	font-size: 11px;
	color: #FFF;
}

#searchDiv form{
	width: 185px;
	height: 22px;
	background: url(/images/shared/searchbox.gif) no-repeat top left;
	line-height: 22px;
}

#searchDiv input{
	border: 0;
	background: none;
	width: 145px;
	float: right;
	font-size: 12px;
	margin-right: 15px;
	height: 16px;
	line-height: 16px;
	margin-top: 3px;
	color: #464646;
}

#searchDiv button{
	width: 16px;
	height: 16px;
	float: right;
	background: none;
	border: 0;
	cursor: pointer;
	margin-right: 2px;
}

#copyright{
	clear: both;
	position: relative;
	background: url(/images/shared/copyright.gif) no-repeat top center;
	height: 28px;
	margin: 50px auto;
	color: #a6a6a6;
	font-size: 11px;
	padding: 0px 20px;
}

#copyright p{
	line-height: 28px;
	height: 28px;
	padding-bottom: 0px;
}

#copyright a{
	color: #a6a6a6;
	text-decoration: none;
	padding: 0px 5px;
	font-weight: bold;
}

#copyright a:hover{
	text-decoration: underline;
}

.left{float: left; }
.right{float: right;}
.nowrap{white-space: nowrap;}

#sb-container iframe{background: transparent;}

#social {
	margin-top: 20px;
}

#social img{vertical-align: middle; padding-left: 2px;}
