@charset "utf-8";
/* CSS Document */

/*******Resets*******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


:focus {
	outline: 0;
}

.clear{
	clear:both;
	line-height:-1px;
	padding:0px;
	height:0px;
	margin:0px;
	font-size:0px;
}

/*******General*******/

body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#560007 url(images/background.jpg) repeat-x top left scroll;
	color:#585442;
	font-size:14px;
}

p{
	margin:10px 0 0 0;
	line-height:18px;
}

a{
	color:#585442;
	text-decoration:none;
	border-bottom:1px dotted #585442;
}

h4{
	margin:10px 0 0 0;
}

/*******Header*******/

#headerWrap{
	width:100%;
	background:url(images/topBack.png) top left repeat-x;
	height:337px;
	position:relative;
	z-index:2;
}

#header{
	width:940px;
	margin:auto;
	position:relative;
	z-index:4;
}

#logo{
	width:315px;
	height:55px;
	margin:28px 0 0 0;
	float:left;
}

#loginBox{
	width:386px;
	height:39px;
	background:url(images/loginBox.png) no-repeat top left;
	float:right;
	margin:30px 0 0 0;
	font-size:21px;
	font-style:italic;
	color:#fff;
	text-align:center;
	padding:11px 0 0 0;
}

#loginBox a{
	color:#fff;
	text-decoration:none;
}

#loginBox a:hover{
	text-decoration:underline;
}

/*******Container*******/

#containerWrap{
	width:982px;
	background:transparent;
	margin:-239px auto 0;
	position:relative;
	z-index:7;
}

#container{
	width:982px;
	background:url(images/containerBack.png) top center repeat-y;
	padding:3px 0px;
}

/*******Nav*******/

#nav{
	background:url(images/navBack.jpg) no-repeat top left;
	border:1px solid #a5a292;
	width:912px;
	height:40px;
	margin:auto;
	font-size:12px;
	text-transform:uppercase;
	padding:0 0 0 2px;
}

#nav a{
	display:block;
	float:left;
	padding:0px 12px;
	line-height:40px;
	color:#fff;
	text-decoration:none;
	border:0;
}

#nav a:hover{
	text-decoration:underline;
}

#nav img{
	float:left;
	margin:9px 0 0 0;
}

/*******Left Column*******/

#leftColumn{
	width:634px;
	float:left;
	margin:0px 14px 0 33px;
	background:#e5e2d2;
}

#quickSearch{
	width:626px;
	height:201px;
	background:url(images/quickSearchBack.jpg) no-repeat top left;
	margin:3px 0 0px 0;
	padding:90px 0 0 12px;
}

#searchForm{
	width:400px;
	font-size:14px;
}

#searchForm p{
	margin:0 0 18px 0;
}

#searchForm label{
	color:#fff;
	font-size:14px;
	width:53px;
	display:block;
	float:left;
}

#searchForm input{
	width:140px;
	outline:none;
}

#searchForm select{
	width:132px;
	outline:none;
	line-height:20px;
	height:20px;
}

#searchForm input.submit{
	color:#fff;
	background:url(images/submitBtn.png) no-repeat;
	width:117px;
	height:27px;
	outline:none;
	border:0;
	font-size:14px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px 0 0 53px;
	cursor:pointer;
	padding:0;
}

#leftColumn h1, #leftColumn h2{
	background:#bbb38e;
	font-size:18px;
	padding:5px 0 5px 12px;
	margin:14px 0 0 0;
	border:1px solid #a5a292;
}

#leftColumn a.jump{
	font-size:11px;
	margin:-23px 12px 0 0;
	float:right;
	font-weight:bold;
	display:inline;
}

#leftColumn ul{
	list-style-type:square;
	font-size:12px;
}

#leftColumn ul li{
	margin:6px 0 0 15px;
	line-height:18px;
}

.imgRight{
	float:right;
	margin:12px 0px 5px 10px;
	clear:right;
}

#leftColumn #iFrame{
	border:1px solid #a5a292;
	margin:14px 0 0 0;
	background:#fff;
}

/*******RightColumn*******/

#rightColumn{
	width:264px;
	background:#e5e2d2;
	margin:14px 0 0 0;
	border:1px solid #a5a292;
	padding:1px;
	float:left;
}

#sidebar{
	width:264px;
	background:#585442;
	padding:15px 0 13px 0;
}

#sidebar div:first-child{
	margin:0px auto 0;
}

#sidebar div{
	border:1px solid #e5e2d2;
	width:226px;
	margin:18px auto 0;
	padding:8px;
	background:#585442;
}

#sidebar h3{
	font-size:16px;
	color:#e5e2d2;
	text-align:center;
	margin:-19px auto 0;	
	padding:0;
	background:#585442;
	width:132px;
}

#sidebar p{
	color:#e5e2d2;
	margin:5px 0 10px 0;
}

#sidebar label{
	color:#e5e2d2;
	display:block;
	margin-bottom:2px;
}

#sidebar input{
	width:222px;
	border:0;
	border:1px solid #e5e2d2;
	height:20px;
	line-height:20px;
}

#sidebar textarea{
	width:222px;
	border:0;
	border:1px solid #e5e2d2;
	height:60px;
}

#sidebar .submit{
	color:#fff;
	background:url(images/submitBtn.png) no-repeat;
	width:117px;
	height:27px;
	line-height:27px;
	text-align:center;
	text-decoration:none;
	display:block;
	outline:none;
	border:0;
	font-size:14px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:auto;
	cursor:pointer;
	padding:0;
}

/*******mainColumn********/

#mainColumn{
	width:916px;
	margin:auto;
	background:#e5e2d2;
}

#mainColumn #iFrame{
	border:1px solid #a5a292;
	margin:14px 0 0 0;
}

#mainColumn h1, #mainColumn h2, .SD{
	background:#bbb38e;
	font-size:18px;
	padding:5px 0 5px 12px;
	margin:14px 0 0 0;
	border:1px solid #a5a292;
	font-weight:bold;
}

/*******Footer*******/

#footerWrap{
	width:100%;
	height:95px;
	background:url(images/footerWrapBack.png) repeat-x top left;
	position:relative;
	z-index:5;
	margin:-70px 0 0 0;
	padding:78px 0 0 0;
}

#footer{
	width:940px;
	margin:auto;
	font-size:10px;
	text-transform:uppercase;
}

#footer p{
	line-height:22px;
	float:left;
}

#footer p a{
	color:#585442;
	text-decoration:none;
	border:0;
}

#footer p a:hover{
	border-bottom:1px dotted #585442;
}

#footer p#footRight{
	float:right;
	text-align:right;
	margin:-9px 0 0 0;
	padding:0 5px 0 0;
}

#footer p#footRight a img{
	margin:-4px -5px 0 8px;
}

#footer p#footRight a:hover{
	border:0;
}

#sitemap{
list-style:disc;
margin:15px 0 180px 0;
}

#sitemap li{
margin:0 0 10px 15px;
}




