
/*=========== Global reset ======================*/
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
/*table { border-collapse: collapse; border-spacing:0 }*/
fieldset, img { border:0 }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration: none }

table, p {
margin: 0 0 1.6em 0;
padding: 0;
}
ul, dl, ol {
margin: 0 0 1.6em 2.8em;
padding: 0;
}
strong { font-weight: bold }
em { font-style: italic }
a img { border: none } /* Gets rid of IE's blue borders */
/*=========== END: Global reset ======================*/



/*======== COLORS ========
dark blue: #3b506d;
light gray: #ebebeb;
dark green: #627d6f;
med green: #536a21;
======== COLORS ========*/


html {
font-family: arial, helevtica, sans-serif;
font-size: 0.75em;
color: #333;
}

body {
background: #fff;
margin: 0 0 2em 0;
}

#wrapper {
width: 990px;
margin: 0 auto;
}

#pf-top {
display: none;
}

#content-row {

}

/*========== photo placement ==========*/
.pic_place1 {
position:relative;
width:auto;
float:left;
margin-right: 5px;
margin-bottom: 3px;}

.pic_place2 {
position:relative;
width:200px;
float:right;
margin-left:5px;}

.pic_place3 {
position:relative;
width:auto;
float:right;
margin-left: 5px;}

.p_indent {
margin-left:45px;
margin-right:45px;}

/*========== END: photo placement ==========*/


/*======== left-column ========*/
#left-column {
float: left;
width: 240px;
border-top: 8px solid #003399;
}

h1.logo {
float: left;
width: 240px;
height: 85px;
background: transparent url(logo.gif) no-repeat center top;
margin: 18px 0 8px 0 !important;
padding: 0 !important;
text-indent: -9999px;
}

h1.logo a {
width: 240px;
height: 85px;
display: block;
}

h3 a {text-decoration:none;}

ul.special {
line-height:2em;
}

#left-column-text {
margin: 15px;
}
/*======== END: left-column ========*/


/*======== right-column ========*/
#right-column {
float: right;
width: 738px;
border-top: 8px solid #ebebeb;
}

#logo-name {
width: 400px;
height: 44px;
margin: 18px 0 9px 0 !important;
padding: 0 !important;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:22px;
color:#339999;
}

#logo-name a {
width: 400px;
height: 44px;
display: block;
text-decoration:none;
}

#content {
padding: 0 5em 1.4em 0;
overflow:visible;
}
/*======== END: right-column ========*/

.indented {
margin-left:50px;
margin-right:50px;
}

#footer {
clear: both;
font-size: 0.9em;
}

#footer-left-column {
float: left;
width: 240px;
background: #003399;
}

#footer-left-column ul {
list-style: none;
margin: 0;
padding: 0.5em 0.75em;
text-align:center;
}

#footer-left-column li {
display: inline;
padding: 0 0.8em;
color: #fff;
}

#footer-left-column li.last {
border-width: 0;
}

#footer-left-column li a {
color: #fff;
}

#footer-right-column {
float: right;
width: 738px;
background: #ebebeb;
}

#footer-right-column p {
margin: 0;
padding: 0.5em 0.75em;
}

