

html, body
{
padding: 0;
margin: 0
}

body
{
color: #3F3F3F;
font-family: 'Tahoma', 'Trebuchet MS', 'Arial', helvetica, sans-serif;
font-size: 0.9em;
text-align: center;
line-height: 1.6em;
background-image: url('../images/body_background.gif');
background-position: top center;
background-repeat: repeat-x;
background-color: #777;
margin: 0 40px 0 40px
}

#container
{
padding: 30px 32px 0px 32px;
background-image: url('../images/container_background.jpg');
background-position: 335px 0;
background-repeat: repeat-y;
margin: 0 auto 0 auto;
background-color: #FFF;
max-width: 1095px;
min-width: 860px;
border-top: 8px solid #B1BB17;
}

#header
{
position: relative;
height: 130px;
width: 300px
}

#logo
{
position: absolute;
left: 0px;
top: 29px;
width: 271px;

}


#page_content
{
text-align: justify;	
}



#banner
{
z-index: 100;	
text-align: left;	
height: 220px;
margin: 0 0 30px 0;
overflow: hidden;
position: relative;
background: #f5f8f0
/*
background-image: url('../images/banner_image.jpg');
background-position: top left;
background-repeat: no-repeat;
*/
}

div.banner_image
{
width: 100%
}

#banner img
{
z-index: 500	
}

#footer
{
font-size: 0.8em;
clear: both;
background: #FFF;
width: 100%;
padding: 8px 32px 8px 32px;
border-top: 2px solid #B1BB17;
position: relative;
left: -32px;
margin: 16px 0 0 0
}

a:link
{
color: #22B5E5;
text-decoration: none;
font-weight: bold
}

a:visited
{
color: #A6A3C5;
text-decoration: none;
font-weight: bold
}

a:hover, a:active
{
color: #7ABF47;
text-decoration: underline;
font-weight: bold
}

.spacer
{
clear: both;
width: 100%;
height: 1px	
}

p
{
margin-top: 0
}

img
{
border: 0px	
}

h1, h2, h3, h4, h5
{
text-align: left;	
}

h1
{
font-weight: normal;
color: #6d8d23;
font-family: 'Tahoma', 'Trebuchet MS', 'Arial', helvetica, sans-serif;
margin-top: 8px;
font-size: 3.1em;
letter-spacing: -0.05em
}

h2
{
font-weight: normal;
color: #9bb06a;
font-family: 'Tahoma', 'Trebuchet MS', 'Arial', helvetica, sans-serif;
margin-top: 8px;
font-size: 2.2em;
letter-spacing: -0.05em
}

h3
{
font-weight: normal;
color: #AABF77;
font-family: 'Tahoma', 'Trebuchet MS', 'Arial', helvetica, sans-serif;
margin-top: 12px;
font-size: 1.6em;
letter-spacing: -0.05em
}

label
{
display: block;
font-weight: bold;
font-size: 0.9em;
margin: 0 0 -2px 0
}

input, textarea
{
width: 240px;
color: #6a6a6a;
font-family: 'Tahoma', 'Trebuchet MS', 'Arial', helvetica, sans-serif;
}

textarea
{
height: 114px;
font-size: 1em
}

#contact1, #contact2
{
width: 47%;
float: left;
margin: 0 12px 0 0;
height: 240px
}

#contact1 input, #contact2 input, #contact1 textarea, #contact2 textarea
{
width: 98%	
}

.buttonbar
{
clear: both;
background: #BBCF8E;
padding: 12px;
margin: 32px 0 0 0
}

button
{
color: #3F3F3F;
font-family: 'Tahoma', 'Trebuchet MS', 'Arial', helvetica, sans-serif;
font-weight: bold;
cursor: pointer;
font-size: 1.1em
}

.success
{
background: #BFFF8F;
font-weight: bold;
padding: 8px;
color: #2F3F23;
clear: both
}


.problem
{
background: #FF6A5F;
font-weight: bold;
padding: 8px;
color: #3F2D2B;
clear: both
}


img.float_left
{
float: left;
margin: 27px 27px 27px 0px	
}

img.float_right
{
float: right;
margin: 27px 0px 27px 27px
}

#column_left
{
width: 271px;
float: left;
position: relative;
top: -30px;
z-index: 2000
}

#column_right
{
margin: 0 0 0 331px;
height: 1%;
overflow: hidden
}

#nav span.arrow
{
color: #B7DF61;
font-weight: bold;
font-size: 1.4em;
margin: 0 0 0 4px
}

#nav a:hover span.arrow
{
color: #DDD
}

/*IE7 FIX*/
ul#nav li:hover, ul#nav li.hover
{
position: static;
}
/*IE7 FIX*/

#nav
{
text-align: left;
padding: 8px 0 16px 0;
margin: 0 0 0 0;
float: left;
position: relative;
top: 7px;

}
	
#nav, #nav ul
{ /* all lists */
margin: 0;
list-style: none;
float : left;
width: 272px;
z-index: 2000
}

#nav ul
{
padding: 0;
}

#nav li
{ /* all list items */
position : relative;
float : left;
line-height : 1.25em;
margin-bottom : -1px;
width: 11em;
}

#nav li ul
{ /* second-level lists */
position : absolute;
left: -999em;
margin-left: 18.8em;
margin-top: -2.4em;
}



#nav li ul ul
{ /* third-and-above-level lists */
left: -999em;
}

#nav li a
{
width: 259px;
display : block;
color: #6D8D23;
font-family: 'Tahoma', 'Trebuchet MS', 'Arial', helvetica, sans-serif;
font-weight: normal;
font-size: 1.1em;
border-bottom: 1px solid #EEE;
padding: 8px 6px 8px 6px
}

#nav li ul a
{ /*second-and-above-level links*/
background: #FFF;
font-size: 0.95em;
text-transform: none;
width: 175px;
z-index: 2000;
border-bottom: 1px solid #EEE;
border-left: 1px solid #EEE;
}

#nav li ul ul a
{ /*third-and-above-level links*/
margin-left: -2.3em
}

#nav li a:hover
{
text-decoration: none;
border-bottom: 1px solid #DEDEDE;
color: #AECF67
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
left: -999em;
}

#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;
}

#nav a.selected
{
background: #EEE;	
}

#nav li ul a.selected
{
background: #EEE;	
}

#map
{
height: 320px;
width: 100%;
margin: 16px 0 16px 0;
float: left;
}

.map
{
color: #42444f;
font-size: 0.8em;
line-height: 1.2em
}

#content_wrapper img
{
border: 1px solid #e3e3e3;
padding: 8px;
background: #FFFFFF
}

#contact_info
{
width: 238px;
margin-top: 32px;
padding: 16px;
text-align: left;
border: 1px solid #EEE;
height: 240px
}

#contact_info div img
{
float: left;
margin: 0 12px 0 0;

}

#contact_info div
{
float: left;
margin: 0 0 12px 0;
color: #888;
font-size: 1em;
position: relative;
top: 2px
}

#contact_info_tel img, .contact_info_tel img
{
position: relative;
top: 9px
}

table
{
background: #FFF;
border: 4px solid #CFDFA7;
margin: 8px 0 16px 0
}

th, td
{
padding: 8px;
border-bottom: 1px solid #E2EFC2
}

th
{
background: #9BB06A;
color: #FFF;
border-bottom: 1px solid #889F4F;
width: 200px
}

#contact_info_page
{
font-weight: bold;
float: left;
width: 100%
}

#contact_info_page img
{
border: 0px;
margin: 0px;
padding: 0px;
float: left;
width: auto
}

#contact_info_page div
{
clear: both;
}

#contact_info_page div div
{
margin: 0 0 0 40px;
position: relative;
top: -28px
}

a#calltoaction
{
background-color: #92AF4C;
color: #FFF;
padding: 16px 16px 16px 145px;
display: block;
clear: both;
font-weight: normal;
background-image: url('../images/calltoaction_background.gif');
background-position: 8px 8px;
background-repeat: no-repeat;
}

a#calltoaction:hover
{
background-color: #ADCF5A;
text-decoration: none;
background-image: url('../images/calltoaction_background_hover.gif');
}

a#calltoaction strong
{
font-weight: normal;
font-size: 1.6em;
display: block;
margin: 0 0 8px 0
}

img#security
{
margin-top: 16px
}

label span
{
font-weight: normal;
font-size: 0.9em
}