@charset "UTF-8";
/* CSS Document */

html, body 
{
	background:#cccccc url(../images/back.gif) repeat;
	margin:0;
	height:100%;
}

img 
{
	border:0px;	
}

h1
{
	font:1em/1.1em "Arial Black",Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#000;
	
	margin:0 0 5px 0;
	padding:0px;
	
	display:inline;
	text-transform:uppercase;
}

h2
{
	font:0.8em "Arial Black",Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#737373;
	
	margin:0 0 5px 0;
	padding:0px;
	
	display:inline;
	text-transform:uppercase;
}

h3
{
	font:0.8em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#000;
	
	margin:0 0 5px 0;
	padding:0px;
	
	display:inline;
	text-transform:uppercase;
}

h4
{
	font:1.3em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#8d3f32;
	
	margin:0 0 5px 0;
	padding:0px;
	
	text-transform:uppercase;
}

.clearboth
{
	clear:both;
}

#wrap
{
	background:url(../images/contentback.png) repeat-y;
	
	width:830px;
	
	margin-left:auto;
	margin-right:auto;
	
	padding:0 0 0 15px;
}

#header
{
	background:url(../images/headerback.gif) repeat-x;
	
	width:800px;
	height:85px;
}

#nav
{	
	width:800px;
	height:32px;
}

.navItem
{
	float:left;
}

#subnav
{
	background:url(../images/subnavback.gif) repeat-x;
	
	width:795px;
	height:26px;

	padding:5px 0 0 5px;
	
	font:0.9em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#cdcdcd;
}

#content
{
	width:800px;
	
	margin:1px 0 0 0;
	
	font:0.9em Georgia, "Times New Roman", Times, serif;
	color:#555555;
}

#contentText
{
	margin:0 0 0 30px;
	padding:0 100px 0 0;
}

#contentText a, #contentText a:active, #contentText a:visited
{
	color:#711a13;
}

#contentText p
{
	width:375px;
	padding:0;
	margin:0;
}

#contentImg
{
	float:left;
	margin:0 0 30px 0;
}

.rule
{
	height:1px;
	width:600px;
	
	border-bottom:1px solid #b5b5b5;
	
	margin:30px 0;
}

#contentR
{
	
	width:291px;
	
	margin:0 0 0 1px;
	
	float:right;
	position:relative;
	top:-219px;
}

#search
{
	background:#b5b5b5;
	
	width:291px;
	height:30px;
	
	text-align:right;
}

#search .input
{
	border-top:1px solid #888888;
	border-left:1px solid #888888;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	
	font-size:0.9em; 
	color:#494949;
	
	background-color:#d4d4d4;
	
	width:140px;
}

#searchL
{
	float:right;
	padding:5px 0 0 0;
}

#searchR
{
	float:right;
}

#comments
{
	height:30px;
	padding:5px 10px 0 0;
	
	font-style:italic;
	
	text-align:right;
}

#comments a, #comments a:active, #comments a:visited
{
	color:#711a13;
	text-decoration:none;
}

#comments a:hover
{
	color:#878787;
}

#request
{
	background:url(../images/back2.gif);
	
	padding:25px 0 0 20px;
}

.requestrule
{
	width:90%;
	height:1px;
	
	margin:0 0 20px 0;
	
	border-bottom:1px solid #b5b5b5;
}

#request .input
{
	border-top:2px solid #bfbfbf;
	border-left:2px solid #bfbfbf;
	border-right:1px solid #ababab;
	border-bottom:1px solid #ababab;
	
	font-size:0.9em; 
	color:#494949;
	
	background-color:#fff;
	
	width:150px;
}

#request_address
{
	border-top:2px solid #bfbfbf;
	border-left:2px solid #bfbfbf;
	border-right:1px solid #ababab;
	border-bottom:1px solid #ababab;
	
	font-size:0.9em; 
	color:#494949;
	
	background-color:#fff;
	
	height:50px;
	width:150px;
	
	vertical-align:top;
	
	font-family:Arial, Helvetica, sans-serif;
	
	overflow:hidden;
}

#request table td
{
	text-align:right;
	padding:0px 10px 5px 0;
	vertical-align:top;
}

#requestButtons
{
	margin:10px 0 25px 0;
}


#footer
{
	background:url(../images/contentbottom.png) no-repeat;
	
	width:800px;
	height:50px;
	
	padding:20px 30px 0 15px;
	
	margin-left:auto;
	margin-right:auto;
	
	text-align:right;
	font:0.6em Helvetica, Arial, sans-serif;
	color:#8d3f32;
}


