﻿body 
{
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	line-height: 1.6em;
	background-color: #e1e1e1;
}

img 
{
	border: 0px;
}

a
{
	color: #000;
	text-decoration: underline;
}

a:hover 
{
	color: #920000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

h1 {
	color: #ffc000;
	font-size: 17pt;
	padding: 0px;
	margin: 0px;
}

h2 
{
	color: #ffc000;
	font-size: 16px;
	padding: 9px 0px 3px 0px;
	margin: 0px;
}

h3 
{
	color: #ffc000;
	font-size: 20px;
}

h4 {
	color: #ffc000;
	font-size: 10px;
	margin: 20px 0 20px 0;
	display: inline;
	font-size: 10px;	
}

h5 {
	color: #ffc000;
	font-size: 10px;
}

ul 
{
	margin: 0px;
	padding: 0px;
	list-style: bullet;	
	color: #444;	
}

li 
{
	margin: 0px;
	padding: 0px;
	list-style: bullet;
	font-weight: bold;
	color: #444;	
}

p 
{
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;	
	color: #444;	
}

.gap
{
	height: 15px;
}

#container 
{
	margin: 20px auto 20px auto;
	height: auto;
	width: 837px;
	background-color: #fff;
	border: solid 1px #CCB46A;
	padding:  15px 15px 0px 15px;
}

#header
{
	width: 100%;
}

#h1_box
{
	z-index: 1000;
	height: 30px;
	padding: 12px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-bottom: solid 1px;
	border-color: #ffc000;
	margin: 0px 0px 8px 0px;
}

#content
{
	padding: 5px 20px 0px 20px;
	margin-top: 7px;
}

#logo
{
	width: 837px;
	height: 131px;
	padding: 0px;	
	margin: 0px;
	background-image: url(../images/logo.jpg);
}

#logo_text
{
	width: 807px;
	height: 150px;
	text-align: left;
	padding: 91px 15px 0px 15px;
}

#logo_text b
{
	color: #fff;
	font-size: 40px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: 46px;
}

#navigation 
{
	width: 837px;
	height: 18px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	padding: 6px 0px 6px 0px;
	background-color: #ffc000;
	
}

.navigation-list 
{
	float: left;
	padding: 0px 20px 0px 20px;	
	text-align: left;
	font-size: 11pt;
	line-height: 18px;
}

.navigation-list a
{
	 text-decoration: none;
	 color: #000;	
	 font-weight: normal;
}

.navigation-list a:hover
{
	text-decoration: underline;
	color: #BB0000;
	font-weight: normal;
}

.navigation-list a.active
{
	color: #ee0000;
	font-weight: normal;
}

.navigation-list b
{
	color: #eee;
	font-weight: normal;
}

.clear
{
	clear: both;
}

#footer 
{
	width: 813px;
	padding: 8px 12px 8px 12px;
	background-color: #ffc000;
	text-align: center;	
	margin-top: 10px;
	margin-bottom: 3px;
}

#footer p
{
	color: #000;
}

.intro-text 
{
	padding: 8px 0px 22px 0px;
	font-size: 11pt;
	font-weight: normal;
	color: #000;
	line-height: 1.6em;
	margin: 0px;
}

.content-container
{
	width: 100%;
}

.content-left
{
	float: left;	
	width: 430px;
}

.content-left ul
{
	padding: 2px 0px 18px 0px;
}

.content-left li
{
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	text-indent: 40px;
	line-height: 1.8em;
	font-size: 11pt;
	padding: 4px 0px 20px 0px;
	font-weight: normal;
}

.content-right
{
	float: right;
	width: 337px;
	padding-left: 10px;
}

.content-right ul
{
	padding: 8px 0px 0px 0px;
	margin-left: 0px;
}

.content-right li
{
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	text-indent: 40px;
	line-height: 1.8em;
	font-size: 11pt;
	padding: 4px 0px 20px 0px;
	font-weight: normal;
}

.content-left-con
{
	padding: 0px 0px 0px 50px;
	float: left;	
	width: 45%;
}

.content-right-con
{
	float: right;
	width: 50%;
	padding-left: 10px;
}

#content ul 
{
	
}

#content li
{
	list-style-type: none;	
	padding: 4px 0px 4px 0px;
	margin-left: 12px;
	
}

#content li a
{
	text-decoration: none;	
	font-size: 10pt;
	line-height: 1.6em;
}

#content li a:hover
{
	text-decoration: underline;
}

.footer_locally
{
	width: 817px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	background-color: #fff;
}

.footer_locally p
{
	padding: 0px;
	font-size: 11px;
}

.footer_locally a
{
	text-decoration: underline;
	font-size: 8pt;
	font-weight: normal;
}

.footer_locally a:hover
{
	text-decoration: underline;
	color: #040;
	font-size: 8pt;
}

.locally
{
	position: relative;
	top: 0px;
	left: 160px;
	float: left;
}


/* Moo Tools Slider */
/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}
.mask1{
	position:relative;
	width:337px;
	height:226px;
	overflow:hidden;
}

