@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

#wrapper
{
	margin: 0 auto;
	width: 960px;
	position: relative;
	background-color: #ffffff;
	border-top: 4px solid #797778;
}

#innerwrapper
{
	padding-right: 15px;
}

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background: #797778 url(../images/bg.jpg) no-repeat scroll center top;
}

a
{
	text-decoration: none;
}

h3
{
	color: #ff6600;
	margin: 1.5em 0 1em;
	font-weight: normal;
}

img
{
	display: block;
	border: 0 none;
}

ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#header
{
	padding: 22px 0;
}

#contact
{
	font-size: 10px;
	color: #c9c9c9;
}

#contact a
{
	color: #c9c9c9;
}

#contact ul li
{
	float: left;
	line-height: 21px;
	margin-left: 10px;
}

#contact a:focus, #contact a:hover, #contact a:active
{
	color: #58595b;
}

#search-form
{
	width: 138px;
	height: 21px;	
}

#search-form #search-field
{
	background: transparent url(../images/search_input_bg.gif) no-repeat scroll 0 0;
	border: 0 none;
	font-size: 10px;
	color: #000000;
	width: 118px;
	height: 21px;
}

#search-form #search-button
{
	background: transparent url(../images/search_button_bg.gif) no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 21px;
    width: 18px;
}

.logo
{
	background: transparent url(../images/logo.gif) no-repeat scroll 0 0;
}

.logo a
{
	text-indent: -9999px;
	display: block;
	width: 268px;
	height: 56px;
}

#navigation
{
	margin-top: 13px;
	width: 676px;
	background-color: #f4f4f4;
}

#navigation li
{
	float: left;
	padding: 0 22px;
	
	cursor: pointer;
}

#navigation li.hover, #navigation li.current
{
	background-color: #e8e8e8;
}

#navigation li.hover a, #navigation li.current a
{
	color: #ff6600
}

#navigation li a
{
	line-height: 30px;
	text-transform: uppercase;
	font-size: 9px;
	color: #58595b;
}

#navigation h2
{
	font-weight: normal;
}

#content
{
	margin-bottom: 36px;
}

#news
{
	padding: 75px 30px;
}

#news dl
{
	width: 208px;
}

#news dt
{
	color: #ff6600;
	font-size: 10px;
	margin-bottom: 1em;
	font-weight: normal;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #f3f3f3;
}

#news dd
{
	padding-left: 12px;
	background: transparent url(../images/bullet_triangle.gif) no-repeat scroll 0 4px;
	color: #000000;
	float: left;
	margin-bottom: 30px;
	width: 208px;
}
#news current dd {
	padding-left: 12px;
	background: #CCC url(../images/bullet_triangle.gif) no-repeat scroll 0 4px;
	color: #000000;
	float: left;
	margin-bottom: 30px;
	width: 208px;
}

#innercontent
{
	width: 538px;
}

#footer
{
	padding: 0 9px;
	height: 31px;
	background-color: #9fa1a3;
	font-size: 10px;
	color: #ffffff;
}

#footer ul li.link
{
	padding-top: 0;
	margin: 0 5px;
}

#footer ul li.link a
{
	color: #ffffff;
	text-transform: uppercase;
}

#footer img
{
	float: left;
	margin-right: 7px;
}

#footer span
{
	line-height: 31px;
}

#footer ul li
{
	float: left;
	padding-top: 7px;
}

#address
{
	text-align: center;
	color: #9e9e9f;
	font-size: 9px;
	line-height: 31px;
}

#address a
{
	color: #9e9e9f;
}

#address a:focus, #address a:hover, #address a:active
{
	color: #ffffff;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clr
{
	display: block;
	clear: both;
}

.rule
{
	display: block;
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background-color: #f3f3f3;
}

#innercontent form
{
	margin: 20px 0;
}

label
{
	font-size: 9px;
	float: left;
	line-height: 24px;
	width: 88px;
	color: #404040;
}

input
{
	border: 0 none;
	background: transparent url(../images/input_bg.gif) no-repeat scroll 0 0;
	height: 24px;
	margin-bottom: 7px;
	width: 220px;
}

textarea
{
	width: 230px;
	height: 117px;
}

.column50
{
	width: 50%;
	margin-bottom: 10px;
}

#checkboxes
{
	margin-top: 16px;
	
}

#checkboxes label
{
	float:none;
	line-height: 12px;
}

#checkboxes input
{
	height: auto;
	margin-right: 7px;
	width: auto;
}

form .submit
{
	width: 66px;
	height: 21px;
	border: 0 none;
	margin-top: 32px;
	cursor: pointer;
	background: transparent url(../images/submit_btn.gif) no-repeat scroll 0 0;
}
