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

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

body{
	background: #b4b4b4;
	color: #000;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #00346a;
}

a:hover{
	text-decoration: none;
}

h1, h2{
	display: none;
}

.clear{
	clear: both;
}

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

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

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

#nav{
	width: 888px;
	height: 30px;
	background: url(img/nav.gif) no-repeat;
	margin-bottom: 5px;
}

#left-col{
	width: 545px;
	float: left;
	text-align: left;
	/*For IE*/
	height: 550px;
	margin-left: 30px;
}

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

#content{
	padding: 10px 20px;
}

.contact #content{
	margin-left: 200px;
}

#right-col{
	width: 221px;
	float: right;
	text-align: left;
	background: url(img/contact.gif) no-repeat;
	/*For IE*/
	height: 530px;
	margin-right: 30px;
}

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

#footer{
	width: 888px;
	height: 37px;
	clear: both;
	background: url(img/footer.gif) no-repeat;
}

#footer p{
	line-height: 37px;
	color: #fff;
}

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

#nav ul{
	list-style: none;
}

#nav li{
	float: left;
}

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

#nav #home a{
	width: 70px;
	margin-left: 140px;
}

#nav #types a{
	width: 160px;
	margin-left: 40px;
}

#nav #about a{
	width: 110px;
	margin-left: 50px;
}

#nav #contact a{
	width: 120px;
	margin-left: 50px;
}

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

#right-col h3{
	display: block;
	width: 221px;
	height: 44px;
	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{
	display: block;
	width: 80px;
	height: 20px;
	color: #00346a;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #fff;
	background: #ccc;
}


/*********************
* 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{
	width: 487px;
	padding: 2px 10px;
	margin: 0 0 15px 0;
	list-style: none;
	background: url(img/list.gif) no-repeat;
}

#content li{
	margin: 6px 0;
}

#content dl{
	list-style: none;
}

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

#content fieldset{
	width: 300px;
	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: #00346a;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #fff;
	background: #ccc;
}