/* TWO COLUMN LAYOUT */
/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/

/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	font: 62.5% Arial, Helvetica, sans-serif; /* 1em = 10pts */
	background:#9ea4ab url(img/vertbodybg.gif) repeat-x;
	}
/* GENERAL FONT SIZES / COLORS*/
p  {
	font-size:1.1em; /* 11pt */
	line-height:1.50; /* on 15pt */
	margin-bottom:1em; /* 12pts of space */
 	color:#5f6668;
	}
img {
	border:0;
	}
/* IDs */	
#main_wrapper {
	width:800px;
	margin-top:10px; /* moves main_wrapper down from top of page*/
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-color:#FFFFFF;
	}
#header {
	height:100%;
	background-color:#48575a;
/*Jeannes color:  background-color:#6a737b;*/
	}
#nav {
	width:800px;
	text-align:center;
	background-color:#fea620;/*Orange*/
	/*background-color:#626f74; /*Dark Gray*/
	/*background-color:#9ea4ab; /*Light Gray*/
	}

/* here comes a hack for IE6 */
/* floating this element gets rid of the gap between the col and content - the hateful 3 pixel jog bug in IE */
/* if I float this element in other browsers, the layout breaks - don't remove this comment \*/
* html #content { 
	float:left; 
	}
/* end of hack - don't remove this comment */
body#aboutuspage a#aboutus, body#aboutyoupage a#aboutyou, body#whatwedopage a#whatwedo, body#experiencepage a#experience, body#newseventspage a#newsevents, body#resourcespage a#resources, body#contactpage a#contact{
 	color:#443;
}
/*body#aboutuspage li#aboutus ul li a {
 	color:#FFF;
}*/
#footer {
	background-color:#FFFFFF;
	clear:both; /* makes the footer sit below whichever column is longest */
	}
#header_inner, #nav_inner, #leftcol_inner, #content_inner, #rightcol_inner{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner {
	height:48px; /*The logo is 48px high*/
	padding:1em 1em 1em 1.8em; /* creates space between the box and the content */
	}
#header_left {
	height:100%;
	width:358px;
	float:left;
	display:inline;
	position:relative;
    }
#footer p {
	margin:0;
	margin-bottom:.25em;
	font-size:1em; /* 10pt */
	color: #666666;
	}
#footer_inner {
	margin:1em .5em; 
	padding:1em .5em; /* creates space between the box and the content */
	text-align:center;
	border-top: 1px dashed #dbdddf; /*OPTION 1 - GREY BORDER*/
	/*border-top: 1px dashed #fea620; /*OPTION 2 - ORANGE BORDER*/
	}
.footnav {
  font: 9px Verdana;
  color: #015294;
  margin-top: 10px;
  margin-bottom: 5px;
}

.footnav a {
  font: 9px Verdana;
  color: #999999;
  text-decoration: none;
}

.footnav a:hover {
  color: #666666;
  text-decoration: none;
}

.footnav span {
  font: 11px Verdana;
  color: #666666;
  padding-right: 4px;
  padding-left: 4px;
}

.footnav img {
  margin: 0px 4px 0px 4px;
}

/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content:".";
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display:inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 

.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

a {
color:#FFFFFF
}
h1, h2, h3, h4, h5 {
	color:#5f6668;
	}
h1 {
	font:normal 1.8em Arial, Helvetica, sans-serif; 
	}
h2 {
	font:normal 1.6em Arial, Helvetica, sans-serif; 
	}
h3 {
	font:normal 1.2em Arial, Helvetica, sans-serif; 
	}
ul {
	list-style-type:none;
	}

#subnavarea {
	/*width:22%;*/
	width:177px;
	float:left;
	/*border-right:1px dashed #ff9728;*/
	/*background:#FFF url(img/contentbackground.gif) repeat-x;*/
	}
#maingraphic {
	/*width:78%;*/
	width:623px;
	float:left;
	/*border-left:1px dashed #ff9728;*/
	}
#maingraphic img {
	margin:0px;
	width:622px;
	height:150px;
	border-bottom:1px dashed #dbdddf;
	border-left:1px dashed #dbdddf;
	}
#subnavarea_inner {
	padding: 3em 2em 0em 2em;
	background:#FFF url(img/contentbackground.gif) repeat-x 0 -1px;
	}
	
#leftcol {
	/*width:22%;*/
	width:177px;
	float:left;
	/*border-right:1px dashed #ff9728;*/
	/*background:#FFF url(img/contentbackground.gif) repeat-x;*/
	}
#content {
	background:#FFF url(img/contentbackground.gif) repeat-x 0 -1px;
	/*width:78%;*/
	width:623px;
	float:left;
	margin-top:-2px;
	/*border-left:1px dashed #ff9728;*/
	}
#content_inner {
	margin:0em 0;
	padding:0em 8em 2em .25em; /* creates space between the box and the content */
	/*border-left:1px dashed #dbdddf;*/
	}
#content_inner p  {
	font-size:1.1em; /* 11pt */
	line-height:1.50; /* on 15pt */
	margin-bottom:1em; /* 12pts of space */
 	color:#323536;
	}
#content_inner h1 {
	font-size:1.6em;
	margin-bottom:.5em;
	margin-top:1em;
	color:#666666
    }
#content_inner h2 {
	font-size:1.4em;
	margin-bottom:.5em;
	margin-top:2em;
	color:#323536;
    }
#content_inner h3 {
	font-size:1.2em;
	margin-bottom:.5em;
	margin-top:2em;
	color:#323536;
    }
#content_inner ul {
	font-size:1.1em;
	line-height:1.50;
	list-style-type:disc;
	margin-left:2em;
	}
#content_inner li {
	text-indent:0em;
	color:#323536;
}
#content_inner a{
	color:#1e658f;
	text-decoration:none;
}
#content_inner a:hover {
	color:#323536;
	}
#content_inner img {
	float:left;
	margin:0 14px 20px 0;
	}	
body#experiencepage div#content_inner h3{
	text-decoration:underline;
	margin:2em 0 0 0;
}
body#experiencepage div#content_inner p{
	margin-top:0;
	margin-bottom:.5em;
}
body#newseventspage div#content_inner h3{
	text-decoration:underline;
	margin:2em 0 .5em 0;
}
body#newseventspage div#content_inner ul{
	list-style-type:none;
}
body#newseventspage div#content_inner li{
	line-height:1.2;
	margin-left:-2em;
}
body#contactpage div#content_inner ul{
	list-style-type:none;
	margin-left:0;
	margin-right:3em;
	}
body#contactpage div#content_inner {
	padding:0em 1em 2em .25em;
	}
body#contactpage div#content_inner h1{
	margin-bottom:2em;
	}
#leftcol_inner {
	padding: 0 2em;
	}
#maincontent {
	clear:both;
}
#subnavlist ul {
	margin-top:1em;
	}
#subnavlist ul li{
	margin:.5em 0;
	}
#subnavlist ul li a{
	background: url(img/bullet.gif) left center no-repeat;
	font-size:1.1em;
	padding-left:15px;
	color:#5f6668;
	text-decoration:none;
	}
#subnavlist a:hover
{
   color:#ff9728;
   background: url(img/bullet.gif) no-repeat left center;
   padding-left:15px;
}
#subnavlist a:active
{
   color:#ff9728;
}
/*.selected {color:#181818;}*/
.show { display: block; }
.hide { display: none; }
#blogbutton {
/*padding:4px;*/
margin:0px;
/*border:1px solid #dbdddf;*/
}
#web-form legend {
	color: #5c7fae;
	font-size: 1.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#web-form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#web-form {
	margin-bottom: 30px;
	margin-top: 20px;
}

#web-form ul {
	list-style-type: none;
	color: #043a83;
	font-size: 1.3em;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#web-form ul li {
	padding-top:0;
	margin-top:0;
}
#web-form li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 14px;
}
.input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	width: 115px;
}
.submit {
	font-size: 0.9em;
	color: #666666;
	font-weight: bold;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #969696;
	border-bottom-color: #969696;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #fbfbfb;
	border-left-color: #fbfbfb;
}
.input-area {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	width: 115px;
	height: 75px;
}
.clear {clear:both;}
.contactinfo ul{
	list-style-type:none;
	font:.8em/1 sans-serif;
	}
.contactinfo li {
	color:#666;
}
.contactinfo span{
	color:#000;
	font-weight:bold;
}
.minibios img {
	padding:4px;
	border:1px solid #999999;
	}
table.minibios {
	margin-top:2em;
	}
.minibios {
	font-size:1.1em;
	}
.minibios span {
	font-size:1.1em;
	}
td.lefttd {
	padding-right:1.5em;
	border-right:1px dashed #CCCCCC;
	}
td.righttd {
	padding-left:1.5em;
	}
td.righttd img{
	float:left;
	padding:4px;
	border:1px solid #999999;
}
ul.articles {
	margin-top:2em;
	}
