body {
	cursor: default;
	margin: 0px 0;
	background: #fff;
	color: #555550;
	text-align: center;
}
p,input,textarea,select{
font-family: Arial, Helvetica, sans-serif; font-size:11px;
}
a,a:visited{color: #fff; text-decoration: none;}
a:hover,a:visited:hover{color: #FDC74B}


#top{
	width: 960px;
	height: 50px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#logo{
	width: 960px;
	height: 146px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container{
	width: 960px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#masthead { margin-top: 0px;}

.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #288428;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4A4844;
}


.bottom-line{ width:auto; border-bottom: 1px dotted #999;}


#menupanel {
	width: 630px;
    height: 100px;
	float: right;
}

#nav-menu
{ 
	height: 0;
	margin-top: 9px;
	margin-right:18px;
	float: right;
} 

#nav-menu ul
{
	list-style: none;
	width: 500px;
	float: right;
} 

#nav-menu li {float: left;} 

#nav-menu li a
{
	display: block;
	margin-left:5px;
	color: #595955;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	height: 25px;
	line-height: 26px;
	background-image: url(images/tab.jpg);
}

#nav-menu li a:hover
{
	color: #F75725;
	background-image: url(images/tab-i.jpg);
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: left
}
/* End hide */

#nav-menu
{
width:30em
} 

#maincontent {
    overflow:hidden;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	line-height:1.5;
}

#content {
    overflow:hidden;
	margin: 5px 10px 0 8px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	line-height:1.4;
	background-image: url(images/bg.jpg);
}

#contactbar { clear: left; }

#contactpanel {
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
	background-color: #2B2C25;
}


#sidebar {
	width: 250px;
	border: 1px solid #DDDDDD;
	float: right;
	position: relative;
	left: 10px;
	min-height: 250px;
	margin:5px 25px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:8px;
	line-height:1.5;
}


#titlebox {
	background-color: #514946;
	display: block;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom:10px;
	padding:8px;
}


#footer {
	clear: left;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 130px;
}


.highlight
{	
	font-family: Arial, Helvetica, sans-serif;
	color: #FDC74B;
}

.link {color: #ED6511; text-decoration: underline;}

.link a {color: #ED6511; text-decoration: underline;}

.link a:hover {color: #555550; text-decoration: underline;}

/* WEB FORM */
.webform legend {clear:both;color:#1A6A8B;font-size:11px;font-weight:bold;padding:15px 0 15px 0;border-top:1px dotted #AEAEAE;display:block;width:100%;}
.webform input[type=text]{width:220px;}
.webform input[type=password]{width:220px;}
.webform select{width:228px;}
.webform textarea{width:220px;height:120px;}
.webform p {clear:both;margin-top:5px;margin-bottom:5px;}
.webform label {font-family: Arial, Helvetica, sans-serif;	font-size: 12px;margin-top:3px;float:left;display: block;padding-left:12px;margin-bottom:5px;width: 150px; color:#595854;}
.webform label.error {
	color: red;
	padding: 6px 4px 4px 24px;
	background: url(img/error.gif) left no-repeat;
	background-position: 5px 6px;
	font-weight: normal;
}
.webform label.error {clear:both;margin-top:-2px;margin-left: 160px;width: 220px;}
.webform .column1{float:left;width:300px;line-height:1.5;}
.webform .column2{float:left;margin-left:30px;width:300px;line-height:1.5;}
.webform optgroup{ background: #333; color: #fff; font-size: 10px; padding: 3px; width:220px;}



.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
   font-weight: bold;
	color: #FFFFFF;
   text-decoration: none;
   border: none;
   background: url('images/submit.gif') no-repeat top left;
   padding: 4px 6px;
   width: 69px;
   height: 25px;
 }