@charset "UTF-8";

/*global reset*/

*
{
margin: 0;
padding: 0;
border: none;
list-style: none;
text-decoration: none;
font-weight: normal;
}

body {
font-family: Georgia, "Times New Roman", serif;
font-size: 9pt;
line-height: 1.5em;
text-align: left;
}

#wrap
{
width: 900px;
}

/* link styles */

a:link
{
color: #959595;
}	

a:active, a:hover 
{
color: #959595;
text-decoration: underline;
}

a:visited
{
color: #959595;
}

#blurb p a:link
{
color: black;
}

#blurb p a:active, #blurb p a:hover 
{
text-decoration: underline;
}


#blurb p a:visited
{
color: #959595;
}

#nav 
{
position: absolute;
width: 580px;
top: 124px;
left: 320px;
font-size: 1.1em;	
line-height: 1.6em;
font-style: italic;	
}

#nav li 
{
float: left;
position: relative;
width: auto;
margin-right: 3.2em;
font-weight: bold;
}
  
#nav li ul 
{
display: none;
position: absolute;
top: 1.6em;
left: 0;
}

#nav li ul li 
{
font-weight: normal;
width: 11em;
}
  
li > ul 
{
top: auto;
left: auto;
}

#nav li:hover ul, #nav li.over ul 
{ 
display: block;
}

/*header styles*/

#header
{
width: 900px;
height: 230px;
}

#logo
{
position: absolute;
left: 0;
}

#banner
{
position: absolute;
left: 320px;
}

/*main content styles*/

#guts
{
width: 840px;	
margin: 0 0 50px 0px;
padding-left: 30px;
float: left;
}	

h1
{
margin: 0 0 1em 30px;
font-size: 2.1em;
line-height: 1.1em;
font-style: italic;
padding-bottom: .5em;
}

h2
{
width: 810px;
padding: 0 0 .2em 30px;
margin-bottom: 2em;
font-size: 1.6em;
line-height: 1em;
font-style: italic;
border-bottom: 1px solid #959595;
}

h3
{
margin: 2.5em 0 1.1em 0;
font-size: 1.2em;
line-height: 1.2em;	
font-style: italic;
font-weight: bold;
}

#hwrap
{
width: 840px;
border-top: 1px solid #959595;
}	

#headColLeft
{
border-right: 1px solid #959595;
padding-top: 1.5em;
}

#headColRight
{
padding-top: 1.5em;
}

#headColLeft, .bodyColLeft
{
width: 260px;
margin: 0 30px 0 0;
float: left;
}

.bodyColLeft
{
padding-bottom: 2em;
}

#headColRight, .bodyColRight
{
width: 540px;
float: left;
}

#headColRight
{
padding-bottom: 4.5em;
}

.bodyColRight
{
padding-bottom: 2em;
}

.articleExcerpt, .articleMain
{
width: 840px;
clear: left;
}

#blurb
{
margin-top: .2em;
}

#blurb p
{
font-size: 1.4em;
line-height: 1.6em;
color: #959595;
margin-bottom: 1.6em;
}

#blurb p em
{
font-style: italic;
}

#blurb ul
{
font-size: 1.4em;
line-height: 2em;
}

.bodycopy p, .bodycopy ul
{
margin-bottom: 1.5em;
font-size: 1.1em;
}

.bodycopy ul
{
line-height: 1.8em;
padding-left: 1em;
}

.bodycopy ul li
{
list-style-position: outside;
list-style-image: url("/images/dot.gif");
}

.imageContainer
{
margin: 0 0 3em 30px;
}


{
font-style: italic;
}

.bodyImage
{
width: 230px;
margin-left: .2em;
padding-top: .5em;
}

.bodyImage a
{
text-decoration: none;
}

.bodyImage a img, 
.imageContainer a img
{
margin-bottom: .2em;
}

.bodyImage a p, .imageContainer a p
{
padding-bottom: .5em;
font-style: italic;
font-size:.9em;
line-height: 1.5em;
border-bottom: 1px solid #959595;
}

.bodycopy table
{ 
padding-bottom: 1.5em;
width: 540px;
margin-left: 1em;
font-size: 1.1em;
line-height: 1.8em;
font-style: italic;
}

.bodycopy table th
{
padding-bottom: .75em;
font-weight: bold;
}

.bodycopy table tr td
{
width: 300px;
}

#headColLeft img
{
margin-left: 30px;
background-color:#AAAAAA;
}


/*footer styles*/

#footer
{
position: fixed;
width: 900px;
bottom: 0;
background-color: #FFFFFF; 
clear: left;
}

#foot_border
{
margin: 0 0 0 30px;
border-top: 1px solid #959595;
width: 840px;
}

#footer p
{
margin: .5em 0 .5em 290px;
}

/* form styles */	

#contact_form {
width: 540px;
}

fieldset {
border: none;
}

.zemText, .zemTextarea
{
font-size: 9pt;
}

.zemText
{
width: 400px;
}

.zemTextarea 
{
width: 500px
}

.zemSubmit
{
color: #959595;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11pt;
text-align: left;	
cursor: pointer;
}

#input_fields li {
margin-bottom: 1.6em;
}

label
{
font-family:Georgia, "Times New Roman", Times, serif;
color: #959595;
font-style: italic;
font-size: 2em;
}	

#input_fields li input, #input_fields li textarea{
margin-top: .4em;
border: 1px #BBBBBB solid;
background-color: #FFFFFF;
padding: 5px;
}
