@charset "utf-8";
/* CSS Document */

.clear {
	clear:both;
}


body {
	background-image: url(../images/mainBkgrd.gif);
	background-repeat: repeat;
}

#outerDiv {
	width:907px;
	background: url(../images/contentBkgrd.gif) repeat-y;
	margin:0 auto;
	
}


/*------------------------------ top bar ------------------------------*/


#topBar {
	height:42px;
	background:url(../images/topBarBkgrd.gif) repeat-x top;
	position: relative;
}

#topBarLeft {
	float:left;
	width:6px;
}

#topBarRight {
	float:right;
	width:12px;
}


/*--------------------begin Navigation---------------------*/


#topNav ul {
	list-style-type:none;
	margin-left:34px;
	padding-left:0px;
	margin-top:0px;
}

#topNav li {
	float:left;
}

#topNav li a:link, #topNav li a:visited {
	clear:both;
	display:block;
	width:6em;
	text-align:center;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-right:11px;
	padding-left:5px;
	padding-right:5px;
	color:#005BB7;
	line-height:35px;
	margin-top:7px;
}

#topNav li a:hover {
	background-color:#3D3F58;
	color:#FFF;
}

#topNav #current a {
	background-color:#3D3F58;
	color:#FFF
	
}

/*------------------------------ banner ------------------------------*/


#mainBanner {
	margin:0 auto;
	width:889px;
	height:153px;
	clear:both;
	margin-left:6px;
}

#content {
	margin-left:6px;
	margin-top:15px;
	height:500px;
	clear:both;
}

/*------------------------------ sub navigation ------------------------------*/

 #subNavigation {
	background: url(../images/lftSideBarBkgrd.gif) top repeat-y;
	width:180px;	
}

 #subNav ul {
	margin-top:0px;
	
	padding-left:0px;
	margin-left:0px;	
}

#subNav li {
	list-style-type:none;
	margin-left:0px;	
}

#subNav li a:link, #subNav li a:visited {
	display:block;
	text-decoration:none;
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	padding-left:8px;
	border-bottom:1px #FFF solid;
	height:26px;
	line-height:26px;
}

#subNav li a:hover {
	background:url(../images/subNavOn.gif) no-repeat top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5591CF;
}

#subNav li a.current {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5591CF;
	background-image: url(../images/subNavOn.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/*------------------------------ main content ------------------------------*/


#mainContent {
	width:480px;
	padding:10px;
	margin-left:11px;
	padding-bottom:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:25px;
	
}

#mainContent ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
}

#mainContent.altList li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	list-style:square;
}

#mainContent ol {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
}

.click {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	color: #666;
	text-align:center;
}

.pdf {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	color:#666;
}

/*------------------------------ right box ------------------------------*/

.box th {
	width:174px;
	padding:0px;
	background:url(../images/rtBoxTop.gif) no-repeat top;
	text-align:left;
	padding:5px;
	
}

.box th h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#FFF;
	margin:0px;
	padding:0px;
}

.box td {
	
	background-color: #FFFFAE;
	padding:5px;
}

#rtBox {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	color:#000;
	line-height:17px;
	text-align:left;
	margin-left:5px;
}

.right {
	background:url(../images/rtBarBkgrd.gif) repeat-y top;
	text-align: center;
}


/*------------------------------ footer ------------------------------*/

#footer {
	background: url(../images/footerBkgrd.gif) no-repeat top;
	height:7px;
	width:907px;
	margin:auto;
	clear:both;
}

#footer2 {
	width:907px;
	margin:auto;
	margin-top:5px;	
}

#footer2 p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#FFF;
	text-align:center;	
}

.headers {
	margin-left:1px;
	margin-bottom:0px;
	margin-top:0px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#5591CF;
	margin-bottom:10px;
	margin-top:15px;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	color:#5591CF;
	text-align: justify;
	margin:0px;
	padding:0px;	
}

h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.7em;
	color:#FFF;
	text-align:center;
}


p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:1em;
	margin:0px;
	padding:0px;
}

table tr td {
	font-size: 0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.main {
	margin-left:6px;
	margin-top:10px;
	margin-bottom:5px;
}

.sideImage {
	margin-top:20px;

}

.contentImgRight {
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}

.contentImgLeft {
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}

.bold {
	font-weight:bold;
	color:#5591CF;	
}

.boldBlack {
	font-weight:bold;
	color:#000;
}

.pdfSml {
	padding-right:5px;
}

.calendar {
	margin:0px;
	border:none;
}

table.form label {
	float:left;
	width:160px;
	margin-right:8px;
	text-align:right;
	background-color:#5591CF; 
	padding:3px;
}

img#imgLft {
	margin-right:15px;
}

.auction {
	margin-left:0px;
	width:500px;
}

