/* CSS Document */
* {padding: 0px; margin: 0px;}

.clear {clear: both;}

.float-right {float: right; margin: 0px 0px 10px 10px;}

.float-left {float: left; margin: 0px 10px 10px 0px;}

body {font: 62.5% Verdana, Arial, Helvetica, sans-serif;}

#container {width: 940px; margin: 0px auto;}

#header {width: 940px; height: 205px; margin-bottom: 2px;}

#header p {display: none;}

#content {width: 940px; min-height: 300px; padding: 20px 0px;}

/* Top Menu Styles */
#header ul {
clear: both;
display: block;
width: 865px;
height: 35px;
font-size: 1.6em;
background: url("../images/top-menu-bg.gif") no-repeat left top;
margin: 20px 0px;
padding-left: 75px;
}

#header li {position: relative; float: left; list-style: none}

#header li a {color: #666; height: 21px; display: block; text-decoration: none; padding: 7px 20px; float: left; border-left: 1px solid #666;}

#header li a.last {border-right: 1px solid #666;}

#header li a:hover, #header li.current a {background-color: #666; color: #FFF;}
/* End Top Menu Styles */

/* Menu Styles */
#menu {clear: both; width: 940px; height: 30px; font-size: 1.4em; background-color: #153c89;}

#menu ul {list-style: none; float: left;}

#menu li {float: left; position: relative;}

#menu a {color: #FFF; height: 20px; display: block; text-decoration: none; padding: 5px 14px; float: left;}

#menu a:hover {background-color: #666;}
/* End Menu Styles */

/* Footer Styles */
#footer {clear: both; display: block; width: 920px; height: 45px; padding: 10px; margin-bottom: 20px; background-color: #153c89;}

#footer p {display: block; float: left; width: 250px; font-size: 1.1em; color: #FFF;}

#footer ul {display: block; float: left; width: auto; margin-right: 50px;}

#footer ul li {display: block;}

/* #footer ul {display: block; float: left; margin: 2px 0px 0px 0px; padding: 0px;}

#footer ul li {display: inline; list-style-type: none;} */

#footer ul li a {text-decoration: none; color: #FFF; font-size: 1.1em; padding: 0px 5px;}

#footer ul li a:hover {text-decoration: underline;}

#footer ul li a.last {border-right: none;}
/* End Footer Styles */

h1 {font: 2.6em Rockwell, Times; font-weight: normal; color: #153c89; margin: 0px 0px 10px 0px;}

h2 {font: 2.4em Rockwell, Times; font-weight: normal; color: #153c89; margin: 5px 0px;}

h3 {font: 2.2em Rockwell, Times; font-weight: normal; color: #153c89; margin-bottom: 5px;}

h4, h5, h6 {font: 2em Rockwell, Times; font-weight: normal; color: #153c89; margin-bottom: 5px;}

p, td, #content li {font-size: 1.3em; line-height: 1.3em; color: #666; margin-bottom: 5px;}

a {color: #153c89;}

a:hover {color: #666;}

strong {color: #153c89; font-weight: bold;}

#content ul {margin: 0px 0px 5px 25px;}

/* Contact Form */
form {width: 330px; padding-top: 10px;}

input, textarea {padding: 5px; width: 200px; font-size: 1.4em; margin: 0px 0px 10px 0px; border: 2px solid #666;}

textarea {height: 100px;}

textarea:focus, input:focus {border: 2px solid #153c89;}

input.submit-button {width: 100px; float: left; margin-left: 115px;}

label {float: left; text-align: right; margin-right: 15px; width: 100px; padding-top: 5px; font-size: 1.4em; color: #666;}
/* End Contact Form */
