@charset "UTF-8";
/* CSS Document */

body {
    color: #000;
    font:normal 11pt/1.8em Helvetica, Arial, sans-serif;
	background:#666;
}

/* common styles -----------------------------------------------------------------------------------------------*/

ol{
	list-style:decimal;
	color:#66747e;
	padding-left:60px;
	margin-bottom:30px;
}

ul{
	margin-bottom:30px;
}

a{
	color:#000;
}

a:link, a:visited{
	text-decoration:underline;
}

a:hover, a:active{
	text-decoration:none;
}

a:active{
	color:#FF0000;
}

/* extra classes */
.hidden{
	display:none;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

strong{
	font-weight:bold;
}

.clear{
	clear:both;
}


/* main styles ------------------------------------------------------------------------------------------------ */

#bg-fullwidth{
	width:100%;
	height:100%;
	background:#bdbdbd url(/tpl/img/bg-fullwidth.jpg) top center repeat-y;
}

#container{
	width:100%;
	height:100%;
	background:url(/tpl/img/bg-top-inner.jpg) top center no-repeat;
}

#content{
	position:relative;
	margin:0 auto -24px auto;
	width:900px;
	min-height:100%;
}

* html #container, * html #content{
	height:100%;
}

#w860px{
	clear:both;
	width:860px;
	margin:0 auto;
}

#logo-slogan-div{
	width:860px;
	height:114px;
	overflow:hidden;
}

/* logo link -----------------------------------------------------------------------------------------------------*/
#logo-link{
	float:left;
	position:relative;
	width:88px;
	height:50px;
	top:40px;
	left:34px;
}

#logo-link img{
	width:88px;
	height:50px;
}

/* slogan style --------------------------------------------------------------------------------------------------*/
#slogan-div{
	float:right;
	position:relative;
	top:75px;
	right:35px;
}

/* top menu style --------------------------------------------------------------------------------------------------*/
#top-menu-div{
	clear:both;
	margin:0 auto;
	width:860px;
	height:30px;
}

#top_menu {
	width:860px;
	height:30px;
	overflow:hidden;
}

#top_menu {
	height:37px; 
	text-align:center; 
	background:url(back.gif);
}

#top_menu ul {
	display:inline-block; 
	margin:0 auto; 
	padding:0; 
	list-style:none; 
	white-space:nowrap;
}

#top_menu li {
	display:inline;
}

#top_menu ul li a{
	display:block;
	position:relative;
	top:4px;
	float:left;
	margin:0;
	padding:3px 25px 0;
	font:bold 10pt Helvetica, Arial, sans-serif;
	text-decoration:none;
	border-right:1px solid #000;
	border-left:1px solid #90d22c; 
}

#top_menu ul li a.first{
	border-left:none;
}

#top_menu ul li a.last{
	border-right:none;
}

#top_menu ul li a:hover {
   color:#FFF;
}

#top_menu ul li a.active,
#top_menu ul li a.active:hover {
   color:#000;
}

#top_menu li#active {
	display:block;
	float:left;
	height:39px;
	background: url(/tpl/img/bg-inner-menu-hover.png) 50% 0 no-repeat;
}

/* mainbody ----------------------------------------------------------------------------------------------------------*/
#mainbody-div{
	display:table;
	margin:0 auto;
	width:900px;
	min-height:33px;
}

#mainbody-top-div{
	margin:0 auto;
	width:900px;
	height:33px;
	overflow:hidden;
	background:url(/tpl/img/bg-inner-mainbody-top.png) top center no-repeat;
}

#mainbody{
	display:table;
	margin:0 auto;
	width:900px;
	padding:40px 0 20px 0;
	background:#FFF;
}

#contact-info{
	float:left;
	width:300px;
	overflow:hidden;
}

#googlemaps{
	float:right;
	width:430px;
	overflow:hidden;
}

#googlemaps a{
	clear:both;
	float:right;
	margin:15px 0 0 0;
}

#mainbody-bottom-div{
	margin:0 auto;
	padding:0;
	width:900px;
	height:10px;
	overflow:hidden;
	background:url(/tpl/img/bg-inner-mainbody-bottom.png) top center no-repeat;
}


/* footer ----------------------------------------------------------------------------------------------------------*/

.clearfooter {
	clear:both;
	height:24px;
}

#footer_container{
	width:100%;
	height:24px;
	background:url(/tpl/img/bg-footer.png) top center no-repeat;
	overflow:hidden;
}

#footer{
	margin:0 auto;
	width:940px;
	height:24px;
	color:#FFF;
	font:normal 8pt/40px Helvetica, Arial, sans-serif;
}

/* footer menu -----------------------------------------------------------------------------------------------------*/

#footer_menu {
	float:left;
	width:100%;
	height:24px;
	overflow:hidden;
	position:relative;
}

#footer_menu ul {
	clear:left;
	float:left;
	list-style:none;
   	margin:0;
   	padding:0;
   	position:relative;
   	left:50%;
   	text-align:center;
}

#footer_menu ul li {
   	display:block;
   	float:left;
   	list-style:none;
   	margin:0;
   	padding:0;
   	position:relative;
   	right:50%;
}

#footer_menu ul li a, #footer_menu ul li span {
	position:relative;
	top:4px;
   	display:block;
   	margin:0;
   	padding:0 25px;
   	color:#505050;
   	text-decoration:none;
   	line-height:15px;
   	border-right:1px solid #505050;
}

#footer_menu ul li a.last{
	border:none;
}

#footer_menu ul li span.last{
	border:none;
	font-weight:normal;
}

#footer_menu ul li a:link, #footer_menu ul li a:visited {
   color:#777;
}

#footer_menu ul li a:hover {
   color:#000;
   text-decoration:underline;
}

#footer_menu ul li a.active,
#footer_menu ul li a.active:hover {
   color:#000;
   text-decoration:underline;
}

#footer_menu ul li span.last a{
	display:inline-block;
	position:relative;
	top:0;
	border:none;
	font-weight:normal;
	padding:0;
	margin:0;
}
