
/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}




html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #0a2a42 url(../images/bg.gif) top repeat-x;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #384335;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5, h6
{
	color: #87000E;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
}


/*************************************************** Layout Divs ***************************************************/


#main-wrapper
{
	width: 820px;
	margin: 0 auto;
}
#navigation
{
	width: 160px;
	float: left;
	background-position:right top;
}

#right-wrapper
{
	float: right;
	width: 570px;
	min-height: 500px;
  	height: auto !important;
  	height: 500px;
	padding: 50px 33px;
background: #ffffff;

}

#logo
{
	width: 321px;
	height: 156px;
	float: left;
	background: url(../images/logo-bg.gif) no-repeat;
}

#logo a
{
font-size:30px;
color:#000;
margin-left:40px;
text-decoration:none;
}

#logo a span
{
font-size:30px;
color:#fff;
margin-left:40px;
}


#header-photo
{
	margin: 0 0 0 0 ;
	float: left;
	width: 580px;
	padding: 0 -20px;


}

#content-wrapper
{
	width: 580px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer
{
	float: right;
	width: 646px;
	height: 32px;
	font-size: 11px;
	text-align: center;
	background: url(../images/right-wrapper-bot.gif) top no-repeat;
	color: #97a787;
}

/*************************************************** Header Styles ***************************************************/

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper p
{
	padding-left: 12px;
	padding-right: 12px;
}


#content-wrapper h6.title
{
	background-color: #9a9652;
	padding: 7px 12px;
	margin-bottom: 20px;
	color: #fff;
}

#content-wrapper h6.contact
{
	padding: 0 12px;
	margin-bottom: 0;
	color: #252c23;
}



/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	margin: 120px 0 0 0;
	width: 160px;
}

#navigation ul li
{
	list-style: none;
	border-top: 1px solid #494f45;

}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	width: 132px;
	padding: 6px 0;
	padding-left: 28px;	
	background: url(../images/nav-arrow.gif) 14px 12px no-repeat;
}

#navigation ul li.last
{
	border-bottom: 1px solid #494f45;
}


#navigation ul li a:hover
{
	background: url(../images/nav-arrow-over.gif) 14px 12px no-repeat;
	color: #6a7065;
}



/*************************************************** Footer Styles ***************************************************/

#footer p
{
	padding-top: 18px;
	color: #97a787;
	font-weight: bold;
	font-size: 11px;
}

