/* ---------------------------------------------
Screen Stylesheet for http://www.eaglenetsolutions.com/
Updated:	03/22/08
author:		John D. Beatrice
website:	http://www.MaineWebworks.com
-------------------------------------------------
>> ::COLORS::

>> ::TOC::
	Resets
	Defaults
	Typography
	Forms
	Tables
	Template 
	Links
	Menus
	Global Classes
	Content

------------------------------------------------- */

/* ---------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
fieldset, table {
border:none;
}
/* ---------- ::Document Defaults:: ---------- */
html { 
font-size:100.01%; 
height: 101%;
}
body { 
margin:0 auto;
height:100%;
font:62.5%/1.8em Verdana,Arial,Helvetica,sans-serif;
background:#e3cf76 url(images/bg.jpg) repeat-x 0 0;
color:#14253b;
}
/* ---------- ::Typography:: ----------------- */
blockquote, address, pre { /* adjust as needed */
margin:.5em 2em;
}
blockquote, p, li { /* adjust as needed */
padding:0 0 .4em 0;
}
h3, h4, h5, h6, p { /* adjust as needed */
margin:1em 0;
}
h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.8em;
font-weight:normal;
margin:1em 0 0 .2em;
padding-bottom:.5em;
color:#746934;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.8em;
margin:1em 0 .2em;
color:#33578c;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
margin:1em 0 0 .3em;
color:#33578c;
}
p, li {
font-size:1.1em;
}
/* ---------- ::Forms:: ---------------------- */
form {
margin: 30px auto;
}
label {
float: left;
width: 120px;
font-weight: bold;
}
input, textarea {
width: 180px;
margin-bottom: 5px;
}
textarea {
height: 150px;
}
.boxes {
width: 1em;
}
#submitbutton {
margin-left: 120px;
margin-top: 5px;
width: 90px;
}
br {
clear: left;
}
.required {
font-size:10px;
font-weight:bold;
margin-left: 120px;
}
#imgverification {
width:230px;
margin-left:120px;
}
#imgverification label {
width:225px;
}
#imgverification input {
clear:left
}
ul#fmerror {
list-style-type:none;
padding-left: 5px;
}
#fmerror li {
font-weight:bold;
}
/* ---------- ::Template:: ------------------- */
#wrap {
width: 780px;
margin:0 auto;
background:#fff url(images/wrap_bg.jpg) repeat-x 0 0;
border-right:2px dotted #a1a6aa;
border-left:2px dotted #a1a6aa;
}
#head {
width:780px;
height:85px;
margin:0 auto;
position:relative;
}
#logo {
display:inline;
width:250px;
float:left;
margin:0 0 0 17px;
}
#logo h1 {
position:relative;
top:0;
width:247px;
height:82px;
margin:8px 0 0 0;
padding:0;
line-height:normal;
font-size:10px;
}
#logo h1 img {
position:absolute;
top:0;
left:0;
width:247px;
height:82px;
}
#contactinfo {
display:inline;
width:300px;
height:60px;
float:right;
margin:25px 17px 0 0;
text-align: right;
}
#contactinfo p {
font-family:Arial, Verdana, Helvetica, sans-serif;
margin:0;
padding:0;
line-height:normal;
}
#contactinfo p.darkblue {
color:#33578c;
font-size: 1.7em;
font-weight:bold;
}
#contactinfo p.lightblue {
color:#5372a0;
font-size:2.9em;
font-weight:100;
}
#flashimage {
clear:both;
width:750px;
height:285px;
margin:0 auto;
}
#content {
width:748px;
height:auto;
background:#fff url(images/content_bg.jpg) repeat-x 0 0;
margin:0px auto 0 auto;
padding-bottom:1em;
overflow:hidden;
}
#left {
width:375px;
float:left;
margin:0 0 0 8px;
}
#left p {
padding: 0 5px;
}
#right {
display:inline;
width:300px;
float:left;
margin:50px 20px 0 35px;
background:#fff url(images/feature_box_bg.jpg) repeat-x 0 0;
color:#33578c;
}
#right h2 {
padding-left:10px;
}
#right img {
margin:0 auto;
text-align:center;
}
#right p {
padding-left:15px;
}
#right ul {
display:block;
list-style-image: url(images/bullet.gif);
margin:0;
padding:0 0 0 30px;
}
#right li, #right p {
font-size: 1.1em;
color:#33578c;
}
#right li a, #right li a:visited, #right p a {
text-decoration:none;
color:#33578c;
}
#right li a:focus, #right li a:hover, #right li a:active,
#right p a:focus, #right p a:hover, #right p a:active {
text-decoration: underline;
color:#33578c;
}

#footer {
width:784px;
height:28px;
margin:0 auto;
text-align:center;
line-height:2em;
font-size:10.5px;
color:#fff;
background: #01122d;
border-right:0px solid #333;
border-left:0px solid #333;
}
#footer p {
margin:0;
padding:0;
font-size:10.5px;
color:#fff;
}
/* ---------- ::Links:: ---------------------- */
a {
color:#564e29;
text-decoration:none;
}
a:visited {
color:#564e29;
text-decoration:none;
}
a:active, a:focus, a:hover {
color:#564e29;
text-decoration:underline;
outline:none;
}
a img {
border:none;
}
/* ----------  ::Menus:: ---------------------- */
/* ::Main Menu:: */
#menu {
width:740px;
margin:0 auto;
clear:both;
}
#menu ul {
list-style-type:none;
float:right;
}
#menu li {
display:inline;
font-family:Arial, Verdana, Helvetica, sans-serif;
text-transform:uppercase;
padding-left:3px;
font-size:11px;
font-weight:bold;
color:#746934;
}
#menu li a {
color:#746934;
text-decoration:none;
}
#menu li a:active, #menu li a:focus, #menu li a:hover {
color:#15253c;
text-decoration:none;
}
/*#menu li #active {
color:#15253c;
text-decoration:none;
}*/

/* ::Footer Menu:: */
#footer a, #footer a:visited {
color:#fff;
text-decoration:none;
}
#footer a:focus, #footer a:hover, #footer a:active {
color:#fff;
text-decoration:underline;
}
/* ---------- ::Global Classes:: ------------- */
.center {
text-align:center;
}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.hidden {
display:none;
visibility:hidden;
}
.inline {
display:inline;
}
.small {
font-size:10px;
font-weight:normal;
}
.large {
font-size:20px;
font-weight:bold;
}
/* ---------- ::Content/Pages:: -------------- */

/* /// specific page rules here /// */