/* 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: #444 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: #1d1d1d;
}

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

h1, h2, h3, h4, h5
{
	color: #1c1c1c;
	padding-top: 8px;
	padding-bottom: 10px;
	font-weight: normal;
}

h1
{
	font-size: 22px;	
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

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

p
{
	color: #1d1d1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
	padding-right: 65px;
}

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

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

#logo
{
	float: left;
	width: 200px;
	height: 69px;
	padding-top:35px;
	padding-left: 33px;
}

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

#logo a span{
	font-size:20px;
	color:#fc9a04;
}


#navigation
{
	float: right;
	width: 470px;
	height: 49px;
	padding-right: 12px;
	padding-top: 55px;
}

#navigation ul li
{
float:left;
list-style-image:url(../images/arrow.gif);
margin-right:30px;
}

#navigation ul li a
{
display:block;
color:#fff;
text-decoration:none;
font-size:20px;
}

#navigation ul li a span
{
color:#fc9a04;
font-size:14px;
}


#banner
{
	width: 844px;
	height: 177px;
}

#content-wrapper
{
	width: 844px;
	background-color: #f8f7ee;
	padding-top: 20px;
}

#content-left
{
	float: left;
	width: 235px;
	padding-top: 15px;
}

#content-right
{
	float: right;
	width: 609px;
}

#content-bot
{
	width: 844px;
	height: 11px;
	background: url(../images/content-bot-bg.gif) no-repeat;
	font-size: 0;
}

#footer
{
	color: #fff;
	font-size: 11px;
}



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

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

#content-right ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1d1d1d;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 22px;
	background: url(../images/list-arrow.gif) left no-repeat;
	list-style: none;
}

#content-right img.news-more
{
	padding-bottom: 20px;
}

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

#footer a
{
	color: #fff;
}

#footer-left
{
	float: left;
	width: 400px;
	height: 30px;
	line-height: 30px;
	padding-left: 18px;
}

#footer-right
{
	float: right;
	width: 300px;
	height: 30px;
	line-height: 30px;
	padding-right: 18px;
	text-align: right;
}