/* 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: #f5f1dc 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: #fff;
}

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

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

h1
{
	font-size: 22px;	
	padding-top: 20px;
	padding-left: 25px;
	background: url(../images/header-arrow.gif) left 26px no-repeat;
}

h2
{
	font-size: 20px;
	padding-top: 20px;
	padding-left: 24px;
	background: url(../images/header-arrow.gif) left 24px no-repeat;
}

h3
{
	font-size: 18px;
	padding-top: 20px;
	padding-left: 23px;
	background: url(../images/header-arrow.gif) left 24px no-repeat;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.6;
}

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

#main-wrapper
{
	width: 950px;
	margin: 0 auto;
}

#navigation
{
	width: 500px;
	height: 28px;
	float: left;
	padding-top: 68px;
}

#logo
{
	width: 195px;
	height: 123px;
	float: right;
	margin-bottom: 10px;
}

#logo a
{
font-size:30px;
color:#fff;
text-decoration:none
}

#logo a span
{
font-size:24px;
color:#ff0000;
text-decoration:none
}

#banner
{
	width: 820px;
	height: 164px;
}

#content-wrapper
{
	width: 950px;
	min-height: 400px;
  	height: auto !important;
  	height: 400px;
}

#footer
{
	width: 100%;
	height: 27px;
	font-size: 11px;
	text-align: center;
	background: #373a33;
	color: #fff;
	margin-top: 40px;
}

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

#content-wrapper ul
{
	padding: 30px 30px 20px 20px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-bottom: 12px;
	padding-left: 20px;
	background: url(../images/list-arrow.gif) left 4px no-repeat;
	list-style: none;
}

#content-wrapper img.float-left
{
	float: left;
	margin: 0px 27px 10px 0;
}

#content-wrapper .content-float
{
	float: left;
	width: 390px;
}

#content-wrapper .content-float2
{
	float: left;
	width: 640px;
  color: black;
}
.content-float2 
{
  color:black;
}

#content-wrapper .content-float3
{
	float: left;
	width: 540px;
}

#content-wrapper .orange-header
{
	color: #e47e00;
}

#content-wrapper .black-text
{
	color: #000;
}

#content-wrapper #small-photos
{
	float: right;
	padding-top: 24px;
}

#content-wrapper #small-photos img
{
	padding-left: 30px;
}

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

#navigation ul
{
	height: 28px;
	line-height: 27px;
	margin: 0;
	display: inline;
	float: left;
	width: 500px;
	padding-left: 10px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 15px 0 11px;
	text-transform: uppercase;
	background: url(../images/nav-divide.gif) right 12px no-repeat;
}

#navigation ul li a.last:link
{
	background: none;
}

#navigation ul li a:hover
{
	color: #f7a43d;
}

#home #navigation ul li a#home-link, #about #navigation ul li a#about-link
{
	color: #f7a43d;
}

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

#footer p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	line-height: 26px;
}

#footer p a
{
	text-decoration: none;
	color: #fff;
}