body
{
	background: top left scroll url(/images/main-bg.jpg) no-repeat;
	margin: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
p
{
    line-height: 18px;
}
address { font: bold 14px; }

a:link, a:visited, a:active
{
	text-decoration: none;
	font: normal 14px Arial, Helvetica, sans-serif;
    color: #9C9A52;
}
a:hover
{               
    color: #5A8252;
    text-decoration: underline;	
}
.transp 
{
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
h3, .flash-title
{
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4
{
    color: #5A6D52;
    font: bold 16px Arial, Helvetica, sans-serif;
}
h5
{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h6
{
	font-size: 22px;
	white-space: nowrap;
	font-weight: bold;
	width: 100%;
	margin: 0 0 10px 0;
	color: #fff;
}                      
ul 
{ 
    list-style-type: circle !important;
    color: #2A2228;  
}                      
ul ul
{
    list-style-type: square !important;
}
.sIFR-active .flash-title, .sIFR-active h3 
{
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 1em;
}
.sIFR-active h5 
{
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1em;
}
a.mnu, a:active.mnu, a:visited.mnu, a:link.mnu
{
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
a:hover.mnu
{
	color: #f00;
}
.rheader 
{
	float: right;
	vertical-align: top;
	padding: 0;
	margin: 0 20px 0 0;
	width: 250px;
	text-align: right;
}

#wrapper
{
	width: 100%;
	padding: 70px 0 70px 0;
}
#content
{
	width: 790px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background-image: url(/images/content-bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	border: solid 1px #676767;
	min-height: 300px;
}
#copyright
{
    width: 790px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    text-align: center;
    font: bold 14px Times, serif;
    color: #676767;
}
#logo
{
	margin: 0 0 30px 40px;
}
#innercontent 
{
	width: 750px;
	margin: 0 auto;
}
#menubar
{
	height: 30px;
	width: 750px;
	margin: 0 auto;
	padding: 7px 0 0 5px;
	background: top left url(/images/menu-bg.png) no-repeat;
}
img.mnu
{
	border: none;
	vertical-align: middle;
}
#menubar span 
{
	float: right;
	margin-right: 20px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#slider
{
	height: 317px;
	width: 750px;
	margin: 0 auto;
	position:relative;
	background: #fff url(/images/loading.gif) no-repeat 50% 50%;
    z-index: 1;     /* superfish menu fix for IE */
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    z-index: 2;     /* superfish menu fix for IE */
}
#slider a
{
	display:block;
}
#textcontent
{
	width: 750px;
	margin: 0 auto;
    background-color: #fff;
    font: normal 14px Arial, Helvetica, sans-serif; 
}
#green-boxes
{
	margin: 3px 0 0 0;
	background: top right url(/images/boxes-bg.png) no-repeat;
	width: 750px;
	height: 154px;
	table-layout: fixed;
	color: #fff;
	font: bold 14px Times, serif;
}
#green-boxes td
{
	padding: 5px 10px;
}
#green-boxes td span.lft
{
	float: right;
	margin-top: 10px;
	text-decoration: none;
}
#green-boxes td span.lft a:link, 
#green-boxes td span.lft a:active, 
#green-boxes td span.lft a:visited, 
#green-boxes td span.lft a:hover
{
	color: #fff;
	font: bold 20px Times, serif;
	text-decoration:: none !important;
}

/* Contact Form */
label { width: 200px; float: left; cursor: pointer; font: bold 14px; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: middle; font-size: 11px }
div.success { padding: 10px; border: solid 1px #669966; background-color: #99CC99; color: #333; }

fieldset#fsContact
{
    width: 530px;
    padding: 1em;
    -moz-border-radius-topright: 17px;
    -moz-border-radius-topleft: 17px;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-bottomright: 17px;
    
    -webkit-border-top-right-radius: 17px;
    -webkit-border-top-left-radius: 17px;
    -webkit-border-bottom-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
fieldset#fsContact legend
{
    padding: 0 5px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #2A2228;
}
fieldset#fsContact input, 
fieldset#fsContact textarea
{
    width: 370px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #676767;
}
fieldset#fsContact input.submit 
{ 
    width: 100px; 
    padding: 2px; 
    font: bold 14px Arial, Helvetica, sans-serif; 
}
