html, body {
	/*height:100%;*/
	margin:0 auto;
}

body {
	background-color:#ffffff;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}

input {
	color:#666666;
	font-size:8pt;
	margin-top:2px;
	border-style:solid;
	border-color:#aeaeae;
	border-width:1px;
	/*padding:2px 0 0 0 0;*/
}

input {
	border: expression( this.type=="checkbox"?'none':this.type=="radio"?'none':this.type=="image"?'none':'1px #aeaeae solid');
}

select, option {
	border-width:1px;
	border-style:solid;
	border-color:#aeaeae;
	color:#666666;
	font-size:9pt;
	width:210px;
}

select {
	border-style:solid;
	font:10px verdana ;
	color:#666666; 
	border-color:#969696;
	border-width:1px;
	line-height:18px;
	vertical-align:middle;
}


.dots {
	background-image:url(../images/dots.jpg); 
	background-repeat:repeat-x; 
	height:1px;
}

/* NAV */

#nav5, #nav5 ul, #nav5 li, #nav5 a {
	color:#360401;
	float:left;
}

.nav2 {
	width:601px; 
	border-collapse:collapse;
}
.nav2 th {
	display:none;
}
.nav2 td {
	padding:0 0 0 0;
	white-space:nowrap;
	text-align:center;
	width:100%;
}
.nav2 td a {
	display:block;
	text-decoration:none;	
	font-family:"Times New Roman", Times, serif;
	padding:0;
	font-size:13px;
	line-height:normal;
	padding:3px 9px 3px 12px;
	color:#b29173;
	background-image: url("../images/vert_line.jpg");
	background-repeat:no-repeat;
	background-position: 0px 5px;
}
.nav2 td a:hover {
	color:#f20000;
}

.nav2 .this a, .nav2 .this a:hover {
	color:#f20000;
	display:block;
}

.hide {
	display:none;
}

.this a {
	cursor:default;
	background-image: url("../images/vert_line.jpg");
	background-repeat:no-repeat;
	background-position: 0px 5px;
	/*font-weight:bold;*/
}

/* HOME */

.home_featured {
	color:#333333;
	font-size:12px;
}

.home_featured a {
	color:#2286c2;
	text-decoration:none;
	font-size:12px;
}

.home_featured a:hover {
	color:#ffffff;
	background-color:#2286c2;
}


/* FOOTER */
.footer {
	position:relative; 
	text-align:right; 
	margin-top:-45px; 
	padding-right:40px;
	font-size:10px;
	color:#f1eaba;
	height:60px;
}

.footer a {
	color:#f1eaba;
	text-decoration:none;
	font-size:10px;
}

.footer a:hover {
	color:#837853;
	background-color:#f1eaba;
	font-size:10px;
}


.content {
	color:#333333;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}

.content a {
	color:#b60303;
	font-size:12px;
	text-decoration:none;
}

.content a:hover {
	color:#ffffff;
	background-color:#b60303;
	text-decoration:none;
}



