@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	border: 0px solid #000;
	padding: 0px;
	width: 780px;
	text-align: left;
}

/*--------------------------------------------------------------------------------------------------*/
/*---------------------------------------------HEADER-----------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	width: 780px;
	height: 265px;
	background-image:url(../images/Header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#header img {
	position: relative;
	text-align: left;
	padding: 75px 0px 0px 18px;
}

#header p {
	text-align: right;
	color: #fff;
	font-size: 10pt;
	padding: 5px 20px 0px 0px;
}

#header p a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}

#header p a:hover, a:visited {
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------*/
/*-------------------------------------------NAVIGATION---------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

#navigation {
	position: relative;
	margin-top: -43px;
	padding-left: 8px;
	width: 780px;
	height: 26px;
	background-image:url(../images/NavBarBG.gif);
	background-repeat: no-repeat;
}

ul#mainnav {
	margin: 0px 4px 0px 0px;
	padding: 5px 0px;
	list-style-type: none;
	color: #3f3a5a;
}

li#mn {
	margin: 0px 2px;
	padding: 5px 0px;
	display: inline;
	color: #3f3a5a;
	border: 0px solid #000;
}

li#current {
	margin: 0px 2px;
	padding: 0px 0px;
	display: inline;
	color: #dfde33;
	background: url(../images/NavHovers2.gif) no-repeat 0px -20px;
}

li#mn a:link { margin: 0px -4px; padding: 5px 10px; color: #3f3a5a; text-decoration: none; background: url(../images/NavHovers.gif) no-repeat 0px 0px;}
li#mn a:visited { margin: 0px -4px; padding: 5px 10px; color: #3f3a5a; text-decoration: none; background: url(../images/NavHovers.gif) no-repeat 0px 0px;}
li#mn a:hover { color: #dfde33; text-decoration: none; background: url(../images/NavHovers.gif) no-repeat 0px -26px; }
li#mn a:active { color: #dfde33; text-decoration: none; background: url(../images/NavHovers.gif) no-repeat 0px -26px; }

li#current a:link { margin: 0px -4px; padding: 5px 10px; color: #dfde33; text-decoration: none; background: url(../images/NavHovers2.gif) no-repeat 0px 0px; }

li#current a:visited { margin: 0px -4px; padding: 5px 10px; color: #dfde33; text-decoration: none; background: url(../images/NavHovers2.gif) no-repeat 0px 0px;}

li#current a:hover { color: #dfde33; text-decoration: none; background: url(../images/NavHovers2.gif) no-repeat 0px 0px; }

li#current a:active { color: #dfde33; text-decoration: none; background: url(../images/NavHovers2.gif) no-repeat 0px 0px; }


/*--------------------------------------------------------------------------------------------------*/
/*----------------------------------------------QUOTE AREA------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

#quote_area {
	position: relative;
	text-align: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 116px;
	background: url(../images/quotebg.gif) no-repeat 0 0;
}

#quote_area h3 {
	color: #3e3a5a;
	font-style: italic;
	width: 680px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7em;
	padding: 25px 5px 5px 50px;
}

#quote_area p {
	color: #000;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0px 0px 0px 50px;
	margin: 0px;
}

#quote_area img#open {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 17px;
	left: 18px;
}

#quote_area img#close {
	position: absolute;
	top: 59px;
	right: 47px;
}

/*--------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------FOOTER---------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

#footer {
	position: relative;
	padding: 0px;
	text-align: left;
	margin: 0px;
	width: 780px;
	height: 75px;
	background: url(../images/footerbg.gif) no-repeat 0 0;
}

#footer p#links {
	color: #fff;
	text-align: left;
	padding: 7px 0px 0px 17px;
}

#footer p#address {
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
    color: #000;
	padding: 14px 0px 0px 17px;
}

#footer p#sugarcane {
	font-size: 11px;
	text-align: right;
	position: relative;
	top: -14px;
	right: 20px;
}

#footer p#links a:link { color: #fff; text-decoration: none;}
#footer p#links a:visited { color: #fff; text-decoration: none;}
#footer p#links a:hover { color: #fff; text-decoration: underline;}
#footer p#links a:active, a:focus {color: #fff; text-decoration: none;}

#footer p#sugarcane a:link {color: #000; text-decoration: none;}
#footer p#sugarcane a:visited {color: #000; text-decoration: none;}
#footer p#sugarcane a:hover {color: #000; text-decoration: underline;}
#footer p#sugarcane a:active, a:focus {color: #000; text-decoration: none;}
