@charset "utf-8";
/* Layout
----------------------------------------------------------------------------------------------------*/
body {
	background: url(../images/layout/browBg.jpg) repeat-x left top;
	font: 13px Tahoma, Arial, Verdana, sans-serif;
	color: #000000;
	margin-top: 20px;
}
#container {
	width:760px;
	margin:0 auto;
	border: solid 1px #544532;
	background-color: #FFFFFF;
}
#header {
	background: url(../images/layout/headerBg.jpg) no-repeat right bottom;
}
#nav {
	background: url(../images/layout/navBg.jpg) repeat-x right bottom;
	line-height:40px;
	height:40px;
	overflow:hidden;
}
	#nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
	#nav ul li{
	display:inline;
	float:left;
	background: url(../images/layout/navDividers.jpg) no-repeat left top;
	}
	#nav ul li a{
	color:#fff;
	font-size:13px;
	text-decoration: none;
	font-weight:bold;
	letter-spacing: .1em;
	display:block;
	padding: 0px 11px;
	}
	#nav ul li a:hover{
	color:#052A62;
	}
	#nav ul li:hover{
	background-image: url(../images/layout/navBgOver.png);
	background-repeat: repeat;
	background-position: left bottom;
	}
	.last {
	width:90px;	
	text-align:center;
	}
#facility {
	height:250px;
	width:760px;
	background:url(../images/layout/facility.jpg) no-repeat left center;
}
#content {
	background-image: url(../images/layout/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
}
	#content ul{
	margin:0;
	margin-left:20px;
	padding:0;
	}
	#content ul li{
	background-image: url(../images/layout/listArrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	list-style-type: none;
	padding-left:16px;
	padding-bottom:5px;
	margin-top: 0px;
	}
#leftCol {
	float:left;
	width:260px;
	margin:0;
	padding:0;
	background-color: #EFE3B9;
}
#rightCol {
	float:left;
	width:500px;
	margin:0;
	padding:0;
}
#footer {
	background-color:#d1c698;
	padding:5px;
	font-size:12px;
}
/* Styles
----------------------------------------------------------------------------------------------------*/
h1 {
	color:#052A62;
	font-size:16px;
	font-weight: bold;
	margin:0px;
	padding:0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h2 {
	color:#544532;
	font-size:14px;
}
a:link, a:visited {
	color:#03286F;
}
a:hover, a:active{
	color:#6FA1D6;
	text-decoration:none;
}
input, textarea {	
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
strong{
	color:#052A62;
}
img {
	border:none;
}
/* Classes
----------------------------------------------------------------------------------------------------*/
.border {
	border: solid 1px #544532;
}
.content{
	padding:10px;
}
.flleft {
	float:left;
}
.imgleft {
	float:left;
	margin: 0 10px 10px 0;
}
.progress {
	 width:240px;
	 margin-right:6px;
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
