/* 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: #fff;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #b10026;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #b10026;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
}

h1
{
	font-size: 22px;	
	padding-top: 25px;
}

h2
{
	font-size: 20px;
	padding-top: 20px;
}

h3
{
	font-size: 18px;
	padding-top: 20px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
}

h6
{
	font-size: 12px;
	font-weight: bold;
}

p
{
	color: #131313;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.6;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 850px;
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-y;
}

#logo
{
	width: 450px;
	height: 27px;
	float: left;
	padding-top:10px;
}

#logo a
{
	font-size:30px;
	text-decoration:none;
}

#logo a span
{
	font-size:24px;
	color:#000;
}

#second-nav
{
	width: 140px;
	height: 38px;
	float: left;
	margin-left: 236px;
}

#navigation
{
	width: 450px;
	height: 28px;
	float: left;
	margin-top: 16px;
}

#banner
{
	width: 850px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #fff;
}

#content-wrapper
{
	width: 850px;
	min-height: 370px;
  	height: auto !important;
  	height: 370px;
	background: url(../images/content-bg.jpg) top no-repeat;
}

#home #content-wrapper
{
	width: 850px;
	min-height: 370px;
  	height: auto !important;
  	height: 370px;
	background: url(../images/content-home-bg.jpg) top no-repeat;
}

#latest-news
{
	width: 353px;
	height: 79px;
	margin-top: 14px;
	padding-left: 132px;
	background: url(../images/news-thumbnail.jpg) no-repeat;
}

#footer
{
	width: 100%;
	height: 27px;
	font-size: 11px;
	text-align: center;
	background: #72745a;
	color: #fff;
	margin-top: 40px;
}

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper #content-left
{
	float: left;
	width: 540px;
	padding-left: 20px;
}

#content-wrapper #form
{
	float: right;
	margin-right: 20px;
	width: 249px;
	display: inline;
}

#content-wrapper ul
{
	padding: 20px 30px 30px 20px;
	float: left;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #131313;
	padding-bottom: 12px;
	padding-left: 16px;
	background: url(../images/list-bullet.gif) left 4px no-repeat;
	list-style: none;
	
}

#content-wrapper #content-left img.float-right
{
	float: right;
	margin: 40px 0 10px 0;
}

#content-wrapper #content-left img.float-left
{
	float: left;
	margin: 6px 18px 20px 0;
}

/*************************************************** Latest News Styles ***************************************************/

#latest-news h4
{
	color: #fff;
	margin: 0;
	padding: 0 0 7px 0;
	margin-bottom: 6px;
	width: 333px;
	font-weight: bold;
	border-bottom: 1px solid #620f14;
}

#latest-news h6
{
	color: #fff;
	margin: 0;
	padding: 0;
}

#latest-news p
{
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.4;
}

#latest-news p a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	height: 28px;
	line-height: 27px;
	margin: 0 0 0 20px;
	display: inline;
	float: left;
	width: 500px;
	padding-left: 4px;
	background: url(../images/nav-divide.gif) left 8px no-repeat;
}

#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: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 12px 0 9px;
	background: url(../images/nav-divide.gif) right 8px no-repeat;
}

#navigation ul li a:hover
{
	color: #b10026;
}

#home #navigation ul li a#home-link, #about #navigation ul li a#about-link
{
	color: #b10026;
}

/*************************************************** Second Nav Styles ***************************************************/

#second-nav ul
{
	height: 37px;
	line-height: 37px;
	margin: 0;
	display: inline;
	float: left;
	width: 140px;
}

#second-nav ul li
{
	display: inline;
	float: left;
}

#second-nav ul li a:link,
#second-nav ul li a:visited
{
	display: inline;
	float: left;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;	
	margin-right: 12px;
	padding: 0 4px 0 11px;
	background: url(../images/nav-arrow.gif) left 15px no-repeat;
}

#second-nav ul li a:hover
{
	color: #b10026;
}

/*************************************************** Footer Styles ***************************************************/

#form h5
{
	background: #969877 url(../images/form-arrow.gif) 17px 10px no-repeat;
	color: #fff;
	margin: 0;
	padding: 0 0 0 31px;
	height: 27px;
	line-height: 27px;
}

#form p
{
	padding: 15px 0;
	margin: 0 auto;
	width: 217px;
	font-size: 11px;
	line-height: 1.4;
	border-bottom: 1px solid #b8ba97;
}

#form form
{
}

#form fieldset
{
	padding: 18px 16px;
}

#form form label
{
	display: inline;
	float: left;
	width: 48px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 11px;
	color: #1b1b1a;
	padding-top: 3px;
}

#form form input
{
	display: inline;
	float: left;
	width: 163px;
	margin-bottom: 10px;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #b0b0b0;
	font-family: Arial, Helvetica, sans-serif;
}

#form form br
{
	clear: left;
	font-size: 0;
}

#form form textarea
{
	display: inline;
	float: left;
	width: 163px;
	margin-bottom: 10px;
	height: 90px;
	border: 1px solid #b0b0b0;
	font-size: 11px;
	color: #1b1b1a;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

#form form #submit
{
	width: 90px;
	height: 19px;
	padding: 0;
	text-align: center;
	margin-left: 126px;
	border: 1px solid #721117;
	background-color: #a71d24;
	color: #fff;
}

/*************************************************** Footer Styles ***************************************************/

#footer p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	line-height: 26px;
}

#footer p a
{
	text-decoration: none;
	color: #fff;
}