﻿body, #wrapper, #navbar, #navbar ul, a, img, h1, h2, p, table { margin: 0px; padding: 0px; border: 0px;}

body {
	background: #ffffff;
	color: black;
	margin: 20px 0px 0px 0px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 13px;
	line-height : 20px;
}

#wrapper { 
	background: #ffffff; 
	width : 960px; 
	margin-left : auto; 
	margin-right : auto;
}

#top { height : 102px; }
#top p { padding : 35px 0px 0px 30px; font-size: 15px; }

#homelink {float : right;}

#navbar { height : 42px; background-image : url(gfx/menu_bgg.gif); }
#navbar ul { list-style: none; line-height: 1; }
#navbar a { display: block; width: 120px; color : #ffffff; text-decoration : none;}
#navbar a:hover { color : #77aa22; }
#navbar li { padding : 0px; border : 0px; margin : 0px; float: left; width: 120px; position: relative;}
#navbar li ul { display: none; position: absolute; top: 42px; left: 0; background-color : #000000; color : #ffffff; padding-top : 0px; }
#navbar li ul li { display : block; float: none; border-bottom : 1px solid #cccccc; padding : 3px 6px 3px 6px; width : 108px;}
#navbar li:hover ul, li.over ul { display: block; }

#content { min-height : 600px; height : auto; background-repeat : no-repeat; }
#inner_content { margin : 255px 530px 30px 30px; }
#innerleft_content { margin : 255px 0px 0px 30px; width : 212px; float : left;}
#innercenter_content { margin : 255px 270px 30px 300px; }
#content h1 { text-transform: uppercase; font-size: 22px; margin-bottom : 10px; }
#content h2 { text-transform: uppercase; font-size: 14px; }
#content p, #content table { margin-bottom : 15px; }
#content td { padding-right : 10px; }
a:active {text-decoration : none; color : #77aa22;}
a:link {text-decoration : none; color : #77aa22;}
a:visited {text-decoration : none; color : #77aa22;}
a:hover {text-decoration : underline; color : #000000;}

input, textarea, select { border : 1px solid #999999; padding : 1px; }
input, textarea { width : 230px; }
#submit { width : 70px; }
#contact td { vertical-align: top; }

#footer { height : 22px; background-image : url(gfx/line_bottom.gif); clear : both; }