/* ---------------------- */
/* STANDARD HTML RESET    */
/* ---------------------- */

* {
	
	margin:0;
}

html, body {
	
	height:100%;
}

body,h1, h2, h3,p, ul, li, form {
	
	border:0;
	margin:0;
	padding:0;
	
}
	

body {
	
	background: url(images/bgBody2.jpg) repeat-x;
	background-color:#FFF;
}

body.home {
	
	background: url(images/bgBody.jpg) repeat-x;
	background-color:#000;
}

body, form, input {
	
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	
}
	
h1 {
	
	font-size: 28px;
			
}
	
h2 {
	
	font-size: 18px;
			
}
	
h3 {
	
	font-size: 15px;
			
}
	
a img {
	
	border: none;

}


a:link, a:visited {

	color:#5d5b35;
	text-decoration:none;

}

a:hover, a:active, a:focus {

	color:#5d5b35;
	text-decoration: underline;

}

/* ---------------------- */
/* ===== CONTAINER  ====  */
/* ---------------------- */

div#container {

	width:960px;
	margin: 0 auto -37px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
		
	} 

/* ---------------------- */
/* ======= HEADER  =====  */
/* ---------------------- */

div#header {
	
	width:960px;
	background: url(images/bgHeader.jpg) no-repeat;
	float:left;
}

div#headerLeft {

	float: left;
	padding-top: 100px;

}

div#headerRight {

	float: right;
	padding-top: 39px;
}


/* ---------------------- */
/* ==========NAV========  */
/* ---------------------- */

ul#nav {

	background: url(images/bgNav.jpg);
	list-style: none;
	width:960px;
	height: 25px;
	float:left;
	padding-top: 25px;

}

ul#nav li

{
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 15px;
	padding:2px 6px 2px 6px;
	border-right: 1px solid #FFF;
	float:left;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -.1em;

}

ul#nav li.first
{
	
	padding-left:5px;

}

ul#nav li.last
{
	border-right: none;
}

ul#nav li a
{
	display: block;
	color: #FFF;
}

ul#nav li a.last
{
	border-right:none;
}

#nav li a:hover
{
	color: #29abe2;
	text-decoration: none;
}

/* ---------------------- */
/* =====MAIN CONTENT====  */
/* ---------------------- */

div#mainContent {

	margin-top: 3px;	

}


/* ---------------------- */
/* ====  LEFT COL   ====  */
/* ---------------------- */

div#leftCol {

	width: 620px;
	float: left;
	padding-right: 20px;

	
}

div#leftCol h1, div#rightCol h1 {

	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #848484;
	
}

div#leftCol h3, div#rightCol h3 {

	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	font-style:italic;
	color: #848484;
	
}

div#leftCol p {

	font-size: 15px;
	line-height: 20px;
	letter-spacing: -1px;
	color: #848484;
	
	
}

div#leftCol ul{

	margin-left: 10px;
	
}

div#leftCol ul li, div#leftCol ol li{

	text-transform: uppercase;
	font-size: 15px;
	font-style: italic;
	line-height: 18px;
	
}

div#rightCol {

	width: 320px;
	float: left;

	
}

/* ---------------------- */
/* =====  FOOTER    ====  */
/* ---------------------- */

div#footer {
	margin-top:20px;
	width: 960px;

}

#footer p{
	text-align: center;
	font-size: 9px;
	letter-spacing: -1px;
	color: #313131;
}

/* ---------------------- */
/* UTILITIES  */
/* ---------------------- */

.floatLeft {

	float:left;
	
}

.floatRight {

	float:right;

}

.clear {
	
	clear:both;

}


