body, html{
	background:white url(../images/grid.png) repeat-y top center;
	background: #fdfdfd;
	width: 100%;
	height: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#topBar{
	height: 20px;
	padding: 0 20px;
	text-align: center;
	font-style: italic;
	color: gray;
	background: white;
}

	#visual{
		float: right;
	font-style: normal;		
	}
	
#menuWrapper{
	background: white;
	border-bottom: 1px silver solid;	
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#menu{
	margin: 0 auto;
	display: block;
	width: 960px;
	height: 70px;
	-moz-border-radius: 8px;

}
	#menu li{
		min-width: 140px;
		position: relative;
		display: block;
		float: left;
		margin: 0 10px;
	}
#logo{
	width: 170px;
	height: 56px;
	text-indent: -9999px;
	display: block;
	margin-left: -10px;
	margin-top: -5px;
	background: transparent url(../images/logo.png) no-repeat;
}

#menu .first{
	min-width:60px;margin-left:70px;
}

#menu a{
	text-transform: uppercase;
	font-size: 19px;
	color: #1c6180;
	text-decoration: none;
}

.side a{
	font-size: 12px;
	color: #2FA1D6;
	text-decoration: none;
}

.side a:hover{
	text-decoration: underline;
}

.submenu a{
	color: #1c6180;
	text-transform: uppercase;
	font-weight: bold;
}

.side h2{
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	margin-left: 10px;
}

#menu .secondary{
	background: white;
	position: absolute;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

#menu .secondary .indicator{
	color: gray;
}

#menu .secondary li{
	display: inline;
	min-width: 1em;
	margin: 0;
}
#menu .secondary a{
	color: #2fa1d6;
	display: inline;
	font-size: 12px;
	text-transform: none;
	margin: 0;
}

#menu .secondary .rollover{
	display: none;
}

#menu .dropdown:hover{
	height: auto;
	margin-left: -11px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px silver solid;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 25px silver;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 0 25px silver;	
}

#menu .dropdown:hover .rollover{
	display: inline;
}

#menu .dropdown:hover .indicator{
	display: none;
}
	
#menu a:hover{
	text-decoration: underline;
}	
	
#footer{
	padding-top: 65px;
	height: 20px;
	clear: both;
	text-align: center;
	font-weight: bold;
	color: black;
	background: transparent url(../images/bottom.gif) no-repeat top center;
}

#footer a{
	color: black;
	text-decoration: underline;
}

.side .umft{
	color: #004798;
}

.box{
	background: lightyellow;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


.em, .ea, .da, .km, .kd, .nyd, .dd{
	float: left;
	width: 1em;
	height: 1em;
	margin-top: .25em;
	margin-right: .5em;
}

.em{background: #425ba9;}
.ea{background: #714ea0;}
.da{background: #d72a89;}
.km{background: #2ebfd7 url(../images/kmbg.gif) repeat-x top left;}
.kd{background: #57ba47;}
.nyd{background: #d7b630 url(../images/nydbg.gif) repeat-x top left;}
.dd{background: #d8472f;}


#promo{
	background: #bcdb19;
	height: 300px;
	margin-top: -30px;
}

.smallnews li{
	margin-bottom: 1em;
}

.newsList a{
	color: #1C6180;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}


#next{
	float: right;
	margin-right: 20px;
}

#prev{
	margin-left: 20px;
}


.barmenu{
	height: 60px;
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
	margin-top: -20px;
	line-height: 60px;
	text-shadow: 0 0 3px gray;
}

.barmenu .cc12{
	margin: 0 auto;
}

.barmenu h2{
	font-size: 30px;
	color: white;
	line-height: 60px;
	margin-left: 10px;
	display: inline;
}

.barmenu ul, .barmenu li{
	display: inline;
	margin: 0 10px;
}


.barmenu a{
	color: white;
	font-weight: bold;
	font-size: 14px;
}
