/*******************************************************
TITLE: Fluid One-Column Layout (Basic) V1.0 (Beta)
DATE: 20060524
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:0;
padding:0;
background-image:url('images/background.jpg');
font-size:1em;
color:#666;
line-height:1.2em;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#ffffff;
text-decoration:none;
}

blockquote {
margin:1em;
padding:.5em;
font-size:.9em;
background-color:#cccccc;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
}

blockquote p {
margin:.2em;
}

#header {
margin:auto;
width:920px;
padding:0;
height:176px;
background-color:#f8b941;
}



#nav {
	font-family:helvetica, arial, geneva;
	font-size:13px;
	color:#f8b941;
}
#nav a {
	color:#ca8400;
}
#nav a:hover {
	color:#f8b941;
}


#centerColumn {
margin:auto;
width:900px;
padding:10px;
font-size:.9em;
background-color:#fff;

}
#left-col {
width:600px; float:left;
}

#right-col {
width:210px; height:100%; float:right; text-align:center; border-left:dotted 1px #f8b941; padding:0 15px 0 30px;
}

html>body #centerColumn {
margin:auto;
width:900px;
}

h2 { 
margin:0 0 .5em 0; 
color:#00d564;
padding:0;
font-size:2.5em;
font-style:italic;
font-weight:normal;

}
h3 { 
margin:0 0 1em 0; 
color:#0091d9;
padding:0;
font-size:1.8em;
font-style:italic;
font-weight:normal;

}
h4 { 
margin:0 0 .1em 0; 
color:#0091d9;
padding:0;
font-size:1.2em;
font-style:italic;
font-weight:normal;

}
h5 { 
margin:0 0 .1em 0; 
color:#00d564;
padding:0;
font-size:1.2em;
font-style:italic;
font-weight:normal;

}
h5 a {
color:#00d564;
}
#footer {
margin:auto;
width:900px;
padding:10px;
background:#00d564;
font-size:.7em;
text-align:center;
color:#fff;
}

html>body #footer {
margin:auto;
width:900px;
}

/* Source: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
	color:#f8b941;
	text-decoration:none;
}
a:hover {
	color:#fdff38;
	text-decoration:none;
}
.menu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-transform:uppercase;
}
.menu li a{
	color:#666;
	font-weight:normal;
}
.menu li a:hover{
	color:#ffa303;
	text-decoration:none;
}
#nav li.current_page_parent a,  
#nav li.current_page_parent a:visited,  
#nav li.current_page_item a,  
#nav li.current_page_item a:visited  {  
	color:#ffa303;} 
	
.bio-image {
	padding-right:10px;
}
.alignleft { float:left; margin: 0 15px 15px 0; } 
.divider { clear:both;border-bottom:dotted 1px #f8b941; margin-bottom:25px; }