@charset "utf-8";
/* CSS Document */
body{
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	font-size: 100%;
	background: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #ededed;
	margin-bottom:0;
}

a{
	text-decoration:none;
	color:#6d6d6d;
}

a:hover{
	text-decoration:none;
	color:#3c7598;
}

li{
	list-style: none;
	float: left;
	font-weight: bolder;
	font-size: 14px;
	padding-right: 15px;
	color:#3c7598;
	_padding-top:15px;
	!padding-top:15px;
}

p{
color: #333333;
font-size: 12px;
line-height: 16px;

}

#container{
	margin: auto;
	width: 942px;
}

#logo{
	height: 162px;
	width: 414px;
	float: left;
	background: url(images/logo.gif);
	background-repeat: no-repeat;
	margin-left: 1px;
	_display:inline;
	margin-top: 20px;
	text-indent: -9999px;
}

#header{
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 280px;
	clear: both;
	
	
}

#nav{
	background: url(images/navbg.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 432px;
	float: right;
	margin-top:143px;
	

}

#nav li{
	color:#6d6d6d;
}

#maincon{
	background: url(images/mainbg.gif);
	background-repeat: repeat-y;
	width: 942px;
	overflow:hidden;
	clear:both;
	
	
}

#main{
	/*background: url(images/maincontentbg.gif);
	background-repeat: repeat-y;*/
	width:580px;
	text-align:left;
	padding-left:20px;
	padding-right:40px;
	padding-top: 20px;
	padding-bottom: 10px;
	float:left;
	clear:both;
	
	
	
}

#main img{
	padding-bottom: 20px;
}

#main h3, a{
	color:#3a5a7f;
}

#submain{
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	float:left;
	_padding-top:15px;
	!padding-top:15px;

	
	
}

#submain h3{
	color: #3c7598;
	line-height:.25em;
	!line-height:1em;
	_line-height:1em;
}

#submain small a{
	line-height:.25em;
	_line-height:1.25em;
	!line-height:1.25em;
	font-size:11px;
	float:right;
	margin-top:-2.5em;
	padding-right:1em;
	color:#3a5a7f;
	!margin-top:-1.5em;
	_margin-top:-1.5em;
	
	

}

#submain small a:hover{
	text-decoration:underline;
}

#mlist{
	width:250px;
	background: url(images/mlistbg.gif);
	background-repeat: no-repeat;
	//height: 105px;
	height: 75px;
	padding-top:0.1em;
	padding-left:0.5em;
	_padding-top:15px;
	!padding-top:15px;
	
}

#mlist p{
	color:#3c7598;
	font-weight:bold;
	line-height:1em;
}

#mlist label{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	/*font-height:10px;
	font-weight:bold;
	color:#3c7598;
	line-height:1em;*/
}

.submit{
	margin-top:-.5em;
	padding-left:4.5em;
	_margin-top:-1.25em;
	!margin-top:-1.25em;
	
	
}

.submit input{
	font-weight:bold;
	background:#3c7598;
	color:#f0f0f0;
	border: 1px solid #dcdcdc;
	
}

#sidecontent{
	/*background: url(images/sidecontentbg.gif);
	background-repeat: repeat-y;*/
	width:301px;
	float:right;
	padding-top: 20px;
	padding-bottom: 20px;
	
	
	
}

#sidecontent img{
	padding-bottom: 10px;
}

#sidecontent small a{
	color:#3a5a7f;
	font-size:11px;
	float: right;
	padding-right: 57px;
}

#sidecontent small a:hover{
	text-decoration:underline;
}

#daycol{
	display: block;
	width: 80px;
	padding-left: 20px;
	!padding-left: 10px;
	_padding-left: 10px;
	//padding-right: 8px;
	padding-bottom: 20px;
	text-align: center;
	float: left;
}

#daycol b{
	color: #3a5a7f;
}

#gallerycon{
	background: url(images/gallerybg.gif);
	background-repeat: repeat-y;
	width: 942px;
	overflow:hidden;
	clear:both;
	padding-bottom:40px;

}

#gallerycon h3{
	color:#3a5a7f;
	
}

#gallerycon img{
	padding-left:20px;
	padding-top:20px;
	
	
}


#footer{
	clear:both;
	background-color:#3a5a7f;
	width: 100%;
	height: 95px;
	color: #ffffff;
	
}

#footer small{
	font-size:11px;
	float: right;
	text-align:right;
	padding-top:15px;
	padding-right: 20px;
	!line-height:1em;
	_line-height:1em;
}

#footer a{
	color:#ffffff;
}

#footer a:hover{
	text-decoration: underline;
}

#footer img{
	float: left;
	padding-left: 10px;
}
	

