/*********************
* Globals
*********************/

*{margin: 0; padding: 0; border: 0}

body{
	background: #c8c8c8 url(img/bkd.gif) repeat-x;
	color: #000;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #EE0C0C;
}

a:hover{
	text-decoration: none;
}

h1, h2{
	display: none;
}

.clear{
	clear: both;
}

/*********************
* Structural
*********************/

#wrap{
	margin: 0 auto;
	width: 788px;
	background: url(img/wrap.gif) repeat-y;
}

#header{
	width: 788px;
	height: 226px;
	background: url(img/header.jpg) no-repeat;
}

#nav{
	width: 788px;
	height: 28px;
	background: url(img/nav.gif) no-repeat;
	margin-bottom: 16px;
}

#left-col{
	width: 561px;
	float: left;
	text-align: left;
	/*IE stuff*/
	margin-left: 8px;
	height: 550px;
	background: #fff url(img/content.gif) no-repeat;
}

html>body #left-col{
	/*Override IE stuff*/
	margin-left: 16px;
	height: auto;
	min-height: 550px;
}

.contact #left-col{
	width: 750px;
	background: #fff;
}

#content{
	padding: 10px 20px;
}

#right-col{
	width: 192px;
	float: right;
	text-align: left;
	background: #b04100;
	/*IE stuff*/
	margin-right: 8px;
	height: 550px;
}

html>body #right-col{
	/*Override IE stuff*/
	margin-right: 16px;
	height: auto;
	min-height: 550px;
}

#footer{
	color: #fff;
	width: 788px;
	height: 20px;
	line-height: 20px;
	clear: both;
}

/*********************
* Navigation
*********************/

#nav ul{
	list-style: none;
}

#nav li{
	float: left;
}

#nav a{
	display: block;
	text-decoration: none;
	text-indent: -10000em;
}

#nav #home a{
	width: 100px;
	height: 28px;
	margin-left: 15px;
}

#nav #faq a{
	width: 130px;
	height: 28px;
	margin-left: 30px;
}

#nav #about a{
	width: 105px;
	height: 28px;
	margin-left: 65px;
}

#nav #contact a{
	width: 80px;
	height: 28px;
	margin-left: 50px;
}

#nav #recent a {
    width: 105px;
	height: 28px;
	margin-left: 60px;
}

/*********************
* Contact Form
*********************/

#right-col h3{
	display: block;
	width: 192px;
	height: 23px;
	text-indent: -10000em;
	background: url(img/c_header.gif) no-repeat;
}

#contact p{
	font-size: 9px;
	color: #fff;
	width: 173px;
	text-align: justify;
	margin-bottom: 10px;
}

#contact fieldset{
	margin: 10px auto;
	width: 173px;
	text-align: left;
}

#contact label{
	color: #fff;
	font-size: 11px;
	margin-bottom: 4px;
	display: block;
}

#contact input.text{
	border: 1px solid #000;
	width: 173px;
	margin-bottom: 10px;
}

#contact select{
	margin-bottom: 10px;
}

#contact textarea{
	border: 1px solid #000;
	width: 173px;
	height: 100px;
	margin-bottom: 10px;
}

#contact input.submit{
	width: 80px;
	height: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: #f3ad00;
}


/*********************
* Content
*********************/

#content img{

}

#content p{
	margin: 0 0 15px 0;
	line-height: 15px;
}

#content h3{
	font-size: 15px;
	margin: 0 0 5px 0;
}

#content h4{
	font-size: 13px;
	margin: 0 0 5px 0;
}

#content ul{
	list-style: none;
	margin: 0 0 15px 25px;
}

#content li{
	margin: 6px 0;
	padding-left: 10px;
	background: url(img/arrow.gif) 0 50% no-repeat;
}

#content dl{
	list-style: none;
}

#content dd{
	margin-bottom: 10px;
}

#content fieldset{
	width: 400px;
	text-align: left;
}

#content label{
	font-size: 11px;
	margin-bottom: 4px;
	display: block;
}

#content input.text{
	border: 1px solid #000;
	width: 300px;
	margin-bottom: 10px;
}

#content textarea{
	border: 1px solid #000;
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
}

#content select{
	margin-bottom: 10px;
}

#content input.submit{
	display: block;
	width: 80px;
	height: 20px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #000;
	background: url(img/submit.gif) repeat-x;
}