@charset "UTF-8";
/* CSS Document */

body, html{
	margin:0px;
	padding:0px;
}

body{
	background-image:url("../images/cap.jpg");
	background-repeat:repeat-x;
	padding-top:12px;
	background-color:#000033;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d362d;
	line-height:16px;
}

#wrapper{
	
	background-color:#ded5b4;
}

#main, #footer .text{
	width:960px;
	margin:0px auto;
}

#main #header .logo .right{
	float:right;
}

#main #header .navigation{
	width:inherit;
	height:70px;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	border-top:1px solid #ececec;
	
	background-color:#ffffff;
	clear:both;
}

#main #header .navigation .links, #main #header .navigation .sub{
	float:left;
	width:inherit;
	text-align:right;
}
#main #header .navigation .sub{
	padding:5px 0px 5px 0px;
	text-align:left;
	color:#dfdedb;
}

#subnav{
	display:inline;
	font-size:13px;
}


.subnav h3{
	font-size:12px !important;
}

#content{
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	background-color:#ffffff;
	padding:10px 10px 10px 10px;
	
}

#footer{
	clear:both;
	border-top:1px solid #ffffff;
	padding-top:15px;
	text-align:center;
}

#footer .text{
	font-size:12px;
	color:#CCCCCC;
}

.spacer{
	width:25px !important;
}

a:link{
	color:#000033;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#000033;
	font-weight:bold;
	text-decoration:underline;
}
a:visited{
	color:#000033;
	font-weight:bold;
	text-decoration:none;
}

#main #header .navigation .sub a:link, #main #header .navigation .sub a:visited{
	color:#fca311;
	font-weight:normal;
	text-decoration:none;
}

#main #header .navigation .sub a:hover{
	color:#4a453b;
	font-weight:normal;
	text-decoration:none;
}

.input, .textarea{
	border:1px solid #d7d4cf;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	vertical-align:middle;
}

h1{
	font-size:20px !important;
	color:#000066;
	line-height:26px;
	margin-top:10px;
	border-bottom:1px solid #ededed;
	padding-bottom:9px;
	margin-bottom:4px;
}
h2{
	font-size:14px !important;
	color:#000066;
	border-bottom:1px solid #ededed;
	padding-bottom:5px;
	margin-bottom:4px;
}
sup{
	font-size:7px;
}
