body {
	font-family:Geneva,Verdana,sans-serif;
	font-size:12px;
	color:#939598;
}

h3 {
	margin-top:0px;
	font-size:120%;
	padding-left: 0px;
}

h1 {
    margin-top:0px;
    font-size:16px;
	color:#939598;
}

a {
    color: #939598;
    text-decoration:none;
}
#body-content a {
	color: #FF0000;
	text-decoration:none;
}

#home-top-bar {
    height: 35px;
    background: transparent url(../images/home-top-bar.gif) repeat-x;
}

#wrapper {
	width:925px;
	clip: rect(auto,auto,auto,auto);
	margin: auto;
}

#logo {
	margin-left:0%;
	height:auto;
	background: #ffffff;
}

#body-menu {
    float: left;
    margin-top:-5px;
}

#body-content {
	background: #ffffff;
	line-height:normal;
	font-size: 36px;
	padding-left: 0%;
	padding-right: 0%;
	margin-right: 7%;
	margin-left: 12%;
}

.home {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 100px;
}

.secondary {
    padding:1px 80px 20px 150px;
}
#contactpage {
	padding:1px 80px 20px 150px;
	    background: url(../images/body-right-side.gif) repeat-y right;
    line-height:140%;
}


#right-side-image-top {
    height:58px;
    background: url(../images/right-side-image-top.gif) no-repeat bottom right;
}

#bottom-bar {
	background: #ffffff;
	height:37px;
}


#logos img {
	border:0px;
	margin-top:0px;
	margin-bottom: 0px;
}

#copyright {
    /*float:left;*/
    color: #939598;
    font-size:9px;
    font-weight:normal;
}

/* menus */

#main-menu ul {
	list-style-type:none;
}

#main-menu li{
	display:inline;
	background: url(../images/menu-divider.gif) no-repeat right;
	padding:70px 0px;
}

#main-menu a{
    line-height:40px;
    padding:7px 40px;
    font-size:14px;
    font-weight:normal;
}

#main-menu a:hover{
	background:url(../images/swoosh.gif) no-repeat bottom center;
}

.active {
	 background:url(../images/swoosh.gif) no-repeat bottom center;
}	 

#main-menu li.active {
	text-decoration:underline;
}

#main-menu li.last {
    background: none;
}

#main-menu li.active-last {
	text-decoration:underline;
    background: none;
}

#footer {
	width:926px;
	margin:0;
	text-align: right;
}

#footer-menu ul {
    padding:0px;
	width:926px; 
	margin:0 auto;
}

#footer-menu li{
    display:inline;
    background: url(../images/footer-menu-divider.gif) no-repeat right;
    padding-right:10px;
}

#footer-menu a:hover{
    color: #666666;
}

#footer-menu li.last {
    background: none;
}

#body-menu ul {
    margin:0px;
    padding-left:10px;
}
#body-menu li {
    list-style-type:none;
    padding:3px 0px;
}

#body-menu a .active{
    font-weight:normal;
	    color: 707276;
	font-weight:bold;
}

#body-menu a:hover{
    color: #666666;
}
#body-menu .active {
    color: 707276;
	font-weight:bold;
	padding-left:15px;
	text-decoration: none;
}

/* FORMS */
form {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 90%;
	padding-bottom: 0;
	padding-left: 0;
}

form input.text,

form textarea { background: #fcfefa; border: 2px solid #252525; font-size: 1em; padding: 3px 5px; font-family: Verdana, sans-serif; color: #565656; width: 450px; }

form input.captcha { background: #fcfefa; border: 1px solid #c1d885; font-size: 1em; padding: 3px 5px; font-family: Verdana, sans-serif; color: #565656; width: 165px; }
.version {
	font: 0.7em Georgia, "Times New Roman", Times, serif;
}


form label { color: #373F03; font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; font-weight: bold; line-height: 2em; }

form select { background:#fcfefa; border: 2px solid #252525; height: 35px; width: 450px; font-family: Verdana, sans-serif; color: #565656; font-size: 1em; }

form button {

	background: #dededd;

	border: 1px solid #c1d885;

	font-size: 1em;

	padding: 5px 5px;

	font-family: Verdana, sans-serif;

	color: #565656;

	width: 160px;

}

form span.required {

	font-family: Verdana, sans-serif;

	font-style: italic;

	color: #bbbbbb;

    font-size: .8em;

}

form fieldset { margin: 0; padding: 0; border: 0; }
form legend { display: none; }
