@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
/* v1.0 | 20080212 */

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, sup, tt, var,
b, u, i, center,
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;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS Reset */
body{
	font: 14px Verdana, Geneva, sans-serif;
	background: #E6E6E6 url(2009images/body_bg.jpg) no-repeat scroll center top;
}

p{
	line-height: 200%;
}
#page{
	width: 1024px;
	background: #FFF;
	float: none;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	/*IE6*/
	_height: auto !important;
}
#header{
	background: url(2009images/header_bg_full.jpg) no-repeat left center;
	float: left;
	height: 280px;
	width: 1024px;
}
#mid_bar{
	background: url(2009images/mid_bar_bg.jpg) no-repeat left top;
	float: left;
	height: 33px;
	width: 1024px;
}
#content_left{
	float: left;
	width: 287px;
	font-size: 12px;
}

#content_left a, #content_left a:visited{
	color: #EEAE43;
	text-decoration: none;
	display: block;
	width: 175px;
	line-height: 130%;
	padding-top: 5px;
}

#content_left #contact a, #content_left #contact a:visited{
	color: #595959;
}

#content_left a:active,
#content_left a:hover,
#content_left #contact a:hover,
#content_left #contact a:active{
	color: #DC8732;
}

#content_left ul .active {
	background: url(2009images/list_active.jpg) no-repeat left top;
}
#content_left ul .active a,
#content_left ul .active a:visited,
#content_left ul .active a:active,
#content_left ul .active a:hover {
	color: #999;
	cursor: default;
	background: url(none);
}


#content_left ul{
	margin-top: 20px;
	margin-left: 25px;
}
#content_left li{
	display: block;
}
#content_right  .block
{
	display: none;
}
#content_right .block.active
{
	display: block;
}
#content_right{
	float: right;
	width: 736px;
	background: #FFF url(2009images/content_right_bg.jpg) no-repeat left bottom;
	color: #3E3E3E;
	min-height: 500px;
	/*IE6*/
	_height: auto !important;
	_height: 500px;
	overflow: visible;
}


#content_right a, #content_right a:visited{
	color: #F60;
	text-decoration: none;
}
#content_right a:active, #content_right a:hover{
	color: #F60;
}
#content_right .foot {
	width: 650px;
	text-align: right;
	display: none;
}

#content_right .title{
	padding-top: 10px;
	padding-left: 40px;
	height: 76px;
	width: 664px;
	display: block;
}
#content_right p, #content_right h1 , #content_right h4{
	padding-right: 50px;
	padding-left: 50px;
	text-align: left;
}

#content_right h1 
{
	margin: 20px 0px;
	color: #333333;
	font: normal 26px "Times New Roman", Times, serif;
}
#content_right h4 {
	font-size: 14px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
	color: #473312;
}
#content_right  h1.icon
{
	margin: 10px 0px;
	background: url(2009images/tiny_logo.gif) no-repeat 10px center;
	padding-left: 70px;
}

#content_right #title_image
{
	background: #FFFFFF;
	height: 76px;
	width: 664px;
	border-style: none;
}
#footer{
	background: url(2009images/footer_bg.jpg) no-repeat left top;
	float: left;
	width: 1024px;
	height: 520px;
}
#footer #foot_contact
{
	margin-top: 30px;
	float: right;
	margin-right: 60px;
	display: none;
	height: 333px;
	width: 650px;
}
#foot_contact img
{
	float: left;
	display: block;
}
#logo{
	float: left;
	padding-top: 30px;
	padding-left: 25px;
}
#header_title{
	float: right;
	clear: right;
	padding-top: 130px;
	padding-right: 100px;
}
#header_sub{
	float: right;
	clear: right;
	padding-right: 100px;
	padding-top: 15px;
}
#content_right #cycle
{
	float: left;
	text-align: center;
	margin-top: 50px;
}
#content_right  #contact 
{
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#content_right .float_addr {
	width: 350px;
	margin-top: 20px;
	float: left;
	display: block;
}
#content_right .float_addr_r {
	width: 350px;
	margin-top: 20px;
	float: left;
	margin-left: -30px;
}
