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

body {
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.main {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	height: 37px;
	padding-top: 0.5em;
	margin-left: 0.5em;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a
{
	text-decoration: none;
	padding-top: 1.6em;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 17px;
	color: #FFFFFF;
	width: 120px;
	height: 37px;
	background-image: url(../images/bg_mouseover.gif);
	background-repeat: no-repeat;
	background-position: 0 -37px;
}
#navcontainer ul li a:hover
{
color: #FFFFFF;
background-position: center 12px;
width: 120px;
height: 37px;
}

.mainmenu {
	float: left;
	width: 525px;
	font-size: 11px;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.menu1 {

	float: right;
	width: 170px;
}
.menu2 {
	float: right;
	width: 170px;
}
.menu3 {
	float: right;
	width: 140px;
}

.markermenu{
	list-style-type: none;
}

.markermenu li a{
	display: block;
	padding-left: 30px;
	height: 17px;
}
.markermenu li a:link, .markermenu li a:visited{
	color: #999999;
	text-decoration: none;
}
.indent30px {
	padding-left: 30px;
}

.markermenu li a:hover, .markermenu li a:active{
	color: #CC0000;
	background-image:url(../images/bullet.gif); /*onMouseover image change. Remove if none*/
	background-repeat: no-repeat;
	background-position: left center;
}

.content {
	float: left;
	width: 450px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 50px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	list-style-position: outside;
}
.content ul li{
	margin-left: 15px;
}
.content a, a:link, a:visited, a:active{
	color: #CC0000;
	text-decoration: none;
}
.content a:hover{
	color: #CC0000;
	text-decoration: underline;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #9ACD32;
	font-size: 20px;
}

.news {
	width: 230px;
	float: left;
	background-image: url(../images/title_news.gif);
	background-position: 20px 0px;
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-top: 60px;
	padding-left: 29px;
}

.newsmenu{
	list-style-type: none;
}

.newsmenu li a{
	color: #999999;
	display: block;
	padding-left: 30px;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 40px;
	padding-top: 10px;
}
.newsmenu li a:link, .newsmenu li a:visited{
	color: #999999;
	text-decoration: none;
}
.newsmenu li a:hover, .newsmenu li a:active{
	color: #CC0000;
	background-image:url(../images/bullet.gif); /*onMouseover image change. Remove if none*/
	background-repeat: no-repeat;
	background-position: left center;
}

.gallery {
	float: left;
	width: 760px;
	padding-top: 30px;
	padding-bottom: 50px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.footer {
	height: 57px;
	clear: left;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
}

.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 22px;
	font-size: 11px;
	height: 35px;
}
.float_image {
	float: left;
	margin-right: 8px;
}

table.servicesT
{
	font-weight: normal;
	font-size: 11px;
	width: 300px;
	border: 1px solid #C3E188;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}

table.servicesT td.servHd
{
	background-color: #C3E188;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #91C230;
}

table.servicesT td
{
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A9D453;
	padding: 3px;
}

.servBodL {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C3E188;
}
.float_right {
	float: right;
}
.captions {
	font-size: 11px;
	padding-top: 5px;
}
.side_item {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	list-style-position: outside;
	list-style-image: url(../images/link_icon.jpg);
}
.side_item  li a:link, .side_item  a:visited{
	color: #999999;
	text-decoration: none;
}
.side_item li a:hover, .side_item  a:active{
	color: #CC0000;
	text-decoration: underline;
}.form_field {
	border: 1px solid #9ACD32;
	padding: 3px;
}
.submit_button {
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CC33;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #99CC33;
}

/* ====== SUCKERFISH MENU ====== */

#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	float: left;
}

#nav a {
	display: block;
	width: 12em;
	color: #999999;
	padding-left: 30px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

#nav a:hover {
	color: #CC0000;
	background-image:url(../images/bullet.gif); /*onMouseover image change. Remove if none*/
	background-repeat: no-repeat;
	background-position: left center;
}

#nav li { /* all list items */
	clear: left;
	width: 15em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFFF;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: -1.6em;
	margin-left: 15em;
	border: 1px solid #99CC00;
	padding-top: 2px;
	padding-bottom: 4px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin-top: -1em;
	margin-left: 15em;
	padding-top: 2px;
	padding-bottom: 4px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	margin-top: -2.6em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}