@charset "UTF-8";

body{
  background-color: #ffffff;
	text-align: center;
	margin: 16px auto;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

/* layout */
div#wrapper{
text-align: left;
	/*border: 1px solid red;*/
}
div#side_wrap{
	width: 180px;
	float: left;  
	/*border: 1px solid red;*/
}
div#side_header{
		height: 153px;
		background: #ffffff url(../Images/side_logo.gif) 16px 0 no-repeat;
}
div#sidebar{
	/*border: 1px solid blue;*/
}
div#inner_wrap{
  width: 600px;
	float: right;
	background: #ffffff url(../Images/inner_wrap_side.gif) 0 0 repeat-y;
}
div#header{
	width: 600px;
	height: 153px;
	float: right;
	/*border: 1px solid green;*/
}
div#content{
  margin-top: 180px;
	/*border: 1px solid yellow;*/
}
div#footer{
	/*border: 1px solid red;*/
}
#content, #footer{
  padding: 0 0px 30px 26px;
}
#footer{
  padding-bottom: 10px;
}

/* stylings */

h1 {
  font-weight:100;
  font-size: 18px;
	margin-bottom: 0;
}

p {
	font-size: 12px;
	margin-top: 2px;
}
#sidebar ul{
  text-decoration: none;
	list-style-type: none;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 16px;
	
}
#sidebar ul li{
	text-decoration:none;
	display: block;
	line-height: 26px;
}
#sidebar ul.subnav{
  padding-top: 0;
}
#sidebar a{
	display: block;
}
#content{
}
#bios img{
  border-bottom: 1px solid #999;
}
#bios h1{
  clear: both;
	border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.bios_left{
  float: left;
	width: 250px;
  margin-top: 16px;
	margin-bottom: 16px;
	/*border: 1px solid red;*/
}
.bios_right{
  float: right;	
	margin-top: 16px;
	text-align: center; 
	border: 1px solid #999;
}
div.sub_items{
  margin-left: 20px;
}
div.sub_items h1{
  font-size: 16px;
	margin-bottom: 0;
}
div.sub_items p{
  margin-top: 2px;
}
#footer p{
	font-size: 9px;
}


/* sitewide link styles */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #993333;
	text-decoration: none;
}
a:active {
	color: #669900;
	text-decoration: none;
}


/* page specific stylings */
.submit_resume{
  margin-top: 60px;
	font-style: italic;
}
.short_page_spacer{
  height: 400px;
}
div.sub_items p.contact_block{
  margin-top: 30px;
}