* { margin:0; padding:0; }

/* Begin Structure */

body {
	background:#fff url(/images/bg-body.gif) no-repeat 0 0;
	font-size:12px;
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Trebuchet', Verdana, Arial, Sans-Serif;
	color: #111;
}
	
body.home {
	background:#fff url(/images/bg-body-home.gif) no-repeat 0 0;
}

#header {
	background:url(/images/bg-logo.gif) no-repeat 35px 5px;
	height:139px;
	position:relative;
	width:788px;
}
	
#header .description {
	color:#fff;
	font-size:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	position:absolute;
	right:0;
	bottom:8px;
	text-align:right;
}

body.home #header .description {
	display:none;
}
	
#content {
	margin: 0 0 0 195px !important;
	margin: 0 0 0 192px; /* to accomodate for IE's 3 pixel job */
	min-height:400px;
	padding:0 0 30px 0;
	width:680px
} 
	
*html #content {
	height:400px;
}

#sidebar {
	float: left;
	margin-top:105px;
	padding:0 0 55px 0;
	width:165px;
}

#sidebar form {
	margin: 0;
}

/* nested inside content - all content is in container div */
.post {
	padding:20px 0 40px 0;
}
	
#footer {
	background:#cbdec8;
	clear: both;
	color:#777;
	font-size:.9em;
	padding: 10px 0 0 35px;
}
	
#footer a, #footer a:visited {
    color:#fff;
    text-decoration:none;
    }
    
#footer a:hover {
    text-decoration:underline;
    }


#footer p {
	margin: 0;
	padding: 18px 10px;
	text-align: right;
}
	
/* EO Structure */

/*	Begin Headers */
h1 {
	left:0;
	position:absolute;
	height:138px;
	text-indent:-9999px;
	top:0;
	width:164px;
}
	
h1 a, h1 a:visited {
    display:block;
    height:138px;
    text-decoration:none;
    width:164px;
}

h2 {
	color:#000;
	font-weight:normal;
	font-size:1.6em;
	margin:10px 0;
}
	
h2 a {
	color:#000;
	text-decoration:none;
}
	
/* this is for the page flag. it has headers in it and also kinda is a header area as well so it's here */

div#page-flag {
    height:73px;
	font-family: 'Trebuchet MS', 'Trebuchet', Verdana, Arial, Sans-Serif;
    position:relative;
	width:680px;
}

div#page-flag h2 {
	color:#fff;
	font-size:2.6em;
	line-height:1em;
	left:0px;
	margin:0;
	padding:0;
	position:absolute;
	text-transform:uppercase;
	bottom:-5px;
}
	
div#page-flag h2.flag {
    font-size:40px;
    font-weight:normal;
    color:#fff;
	opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;
	margin:0;
	padding:0;
    position:absolute;
    text-align:right;
	text-transform:none;
    top:9px;
	width:680px;
}

h3 {
	color:#2a5f22;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight:normal;
	padding: 0;
	margin: 5px 0 10px 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* EO Headers */

/* home */

#home {
    height:350px;
    position:relative;
	width:490px;
}

#home .welcome {
    left:0;
    position:absolute;
    width:225px;
}

#home .intro {
    left:255px;
    position:absolute;
	width:225px;
}

*html #home {
	width:480px;
}

*html #home .intro {
	left:0;
	width:220px;
}

*html #home .welcome {
	left:250px;
	width:220px;
}

/* Local Navigation */

ul#pagenav {
    font-family: 'Trebuchet MS', 'Trebuchet', Verdana, Arial, Sans-Serif;
	text-align:right;
    list-style-type:none;
	text-transform:uppercase;
}

ul#pagenav a, 
ul#pagenav a:visited {
    border-top:1px dotted #ccc;
	color:#2a5f22;
	font-weight:bold;
    display:block;
	letter-spacing:.1em;
	line-height:27px;
	padding:0 5px 0 0;
    text-decoration:none;
}

ul#pagenav li a:hover {
    background:#9cbf96;
    color:#fff;
}

ul#pagenav ul li a:hover {
    background:none;
	text-transform:none;
}

ul#pagenav li {
    display:inline; /* IE adds hella space between items without this */

}

ul#pagenav li ul {
    margin:5px 0px 15px 10px;
}

/* depth 1 links active */
ul#pagenav li.current_page_ancestor a, 
ul#pagenav li.current_page_item a, 
ul#pagenav li.current_page_ancestor a:visited, 
ul#pagenav li.current_page_item a:visited,
ul#pagenav a.hi {
    background:#ffdf00;
    color:#000;
	display:block;
}

ul#pagenav li ul li {
    font-size:1em; 
    line-height:1em;
    text-transform:none;
}

/* depth 2 links */
ul#pagenav li.current_page_ancestor ul li a, 
ul#pagenav li.current_page_item ul li a, 
ul#pagenav li.current_page_ancestor ul li a:visited, 
ul#pagenav li.current_page_item ul li a:visited {
    background:none;
	border:1px solid #fff;
	color:#2a5f22;
	letter-spacing:normal;;
	line-height:1em;
    padding:4px 6px 4px 0;
}

ul#pagenav li.current_page_ancestor ul li a:hover, 
ul#pagenav li.current_page_item ul li a:hover,
ul#pagenav li.current_page_ancestor ul li.current_page_item a:hover,
ul#pagenav li.current_page_ancestor ul li.current_page_ancestor a:hover {
    color:#666;
}

/* depth 2 links active, and depth 2 active links (parents with children showing) */
ul#pagenav li.current_page_ancestor ul li.current_page_item a, 
ul#pagenav li.current_page_ancestor ul li.current_page_ancestor a,
ul#pagenav li.current_page_ancestor ul li.current_page_item a:visited, 
ul#pagenav li.current_page_ancestor ul li.current_page_ancestor a:visited {
    border:1px solid #ffdf00;
    color:#000;
}

/* depth 3  - no border on right, and depth 3  (parents with children showing) 
ul#pagenav li.current_page_ancestor ul li.current_page_item ,
ul#pagenav li.current_page_ancestor ul li.current_page_ancestor  {
    border-right:2px solid #325896;
    margin:0 0 15px 0;
    padding:0;
}

/* depth 3 links non-active
ul#pagenav li.current_page_ancestor ul li.current_page_item  li a,
ul#pagenav li.current_page_ancestor ul li.current_page_ancestor  li a,
ul#pagenav li.current_page_ancestor ul li.current_page_item  li a:visited,
ul#pagenav li.current_page_ancestor ul li.current_page_ancestor ul li a:visited {
    border:none;
    color:#777;
    font-size:1em;
    font-weight:normal;
    line-height:1em;
    padding-left:5px;
}

ul#pagenav li.current_page_ancestor ul li.current_page_item ul li a:hover,
ul#pagenav li.current_page_ancestor ul li.current_page_ancestor ul li a:hover,
ul#pagenav li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_item a:hover {
    color:#000;
}

/* depth 3 links active 
ul#pagenav li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_item a,
ul#pagenav li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_item a:visited {
    border-left:3px solid #325896;
    color:#325896;
} */

/* EO Local Navigation */

/* Begin Lists */

.post ul, 
.post ul ul, 
.post ul.subpages, 
.post ul.subpages ul {
    list-style-type:none;
    margin:15px 50px 10px 10px;
}

body.home .post ul {
	margin:3px 0 0 0;
}

/* wordpress inserts empty <p></p> for some reason whenever i call subpages. remove if you figure this out */
.post ul.subpages {
    font-size:1.1em;
    margin-top:-15px;
}

.post ul.subpages a {
    text-decoration: none;
}

.post ul.subpages a:hover {
    text-decoration: underline;
}

.post ul ul, .post ul.subpages ul {
    font-size:.9em;
}

.post ul li, 
.post ul li ul li, 
.post ul.subpages li, 
.post ul.subpages li ul li {
    background:url(/images/bg-bullet.gif) no-repeat 0 6px;
	line-height:1.4em;
	margin:3px 0 2px 0;
    padding:2px 5px 2px 15px;
}

.post ul li.pdf {
    background:url(/images/bg-pdf.gif) no-repeat 0 3px;
    padding:2px 5px 2px 21px;
}

body.home .post ul li{
	margin:0;
	padding:0 0 0 15px;
}

.post ul.subpages li {
    font-weight:bold;
}

.post ul.subpages li ul li {
    font-weight:normal;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
div.news {
	float:right;
	margin:60px 0 0 30px;
	width:162px;
}

div.news h3 {
	background:url(/images/bg-news.gif) no-repeat 0 0;
	height:31px;
	margin:0;
	text-indent:-9999px;
}

div.news ul,
body.home div.news ul {
	border:1px solid #ffdf00;
	list-style-type:none;
	margin:0 0 20px 0;
	padding:10px 0;
}

div.news ul li,
body.home div.news ul li {
	background:url(/images/bg-arrow.gif) no-repeat 7px 7px;
	margin:0 0 6px 0;
    padding:2px 5px 2px 22px;
}

/* EO Lists */

/* Begin Form Elements */
#searchform {
	display:none;
	position:absolute;
	right:0;
	bottom:48px;
	text-align: right;
}
	
body.home #searchform {
	position:absolute;
	right:0;
	bottom:12px;
	text-align: right;
}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* EO Form Elements */

/* Begin Various Tags & Classes */

.post p {
	line-height:1.7em;
	padding:10px 0;
}

.caption {
    color:#6e6e6e;
    font-size:.9em;
    line-height:1.4em;
}
	
a {
	color: #325896;
	text-decoration: underline;
}

a:hover {
	color: #6A8ABA;
	text-decoration: none;
}
	
div#testimonials strong {
    display:block;
    text-align:right;
}

img {
	border:none;
}

img.right,
div.right {
    float:right;
    margin:0px 5px 5px 20px;
}

img.left,
div.left {
    float:left;
    margin:0px 20px 5px 5px;
}

body.home img.left {
    margin:0 8px 0 0;
}

img.border,
div.caption {
	background:#fff;
	border:1px solid #ddd;
	padding:5px;
}

div.caption p {
    margin:5px 0;
    width:200px;
}

/* pull quote */

div.pull {
	background:url(/images/bg-pull_top.gif) top no-repeat;
	color:#000;
	float:right;
	font-size:1.2em;
	line-height:1.4em;
	margin:0 0 10px 28px;
	padding:12px 0;
	width:199px;
}

div.pull p {
	background:url(/images/bg-pull_bottom.gif) bottom repeat-y;
	display:block;
	font-family: 'Lucida Sans', 'Trebuchet MS', 'Trebuchet', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0 12px 12px 15px;
}

.clr {
    clear:both;
    font-size:1px;
    line-height:1px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 0 0 0 15px;
	padding:0;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	margin-bottom:25px;
}
	
/* forms */

form fieldset {border:0 solid;} /* Opera */

form p {
  padding:6px 0;
  border-bottom:1px solid #D3D7E3;
}

form em {
  color:#999;
  margin-left:5px;
  font-size:0.8em;
  font-style:normal;
}

form textarea {overflow:auto;}

#contactform {
    margin-right:220px;
}

#contactform label {
    display:block;
    float:left;
    font-weight:bold;
    width:110px;
}

#contactform textarea, #bx_subject, #bx_name, #bx_email, #bx_url {
    border:2px ridge #999;
    width:225px;
}

* html #contactform textarea,
* html #contactform #bx_subject {width:205px;} /* IE WIN; but why? */

#contactform .button {
    width:90px !important;
    border-bottom:1px solid #D3D7E3;
    font-weight:bold;
}

#contactform .button {
    margin-left:110px;
}

#contactform .hiddenfield {display:none;}
