@charset "utf-8";
/* CSS Document */

body  {
	font-family: Corbel, Tahoma, Arial, Helvetica, Verdana, sans-serif;
	margin: 0;         
	padding: 0;      
	background-color: #887766;
}
div#container {
	position: relative;
	width: 800px;       
	min-height: 1000px;
	height: auto;
	margin: 0 auto; 
	background-color: #E8E2DC;
	box-shadow: 0px 7px 40px #444444;
	-webkit-box-shadow: 0px 7px 40px #444444;
	-moz-box-shadow: 0px 7px 40px #444444;
	filter: progid:DXImageTransform.Microsoft.DropShadow(color=#444444, offX=0, offY=7, positive=true);
}

h1 {
	font-weight: bold;
	font-size: 10.5pt;
	line-height: 1.2em;
	color: #7d6a55;
	margin: 0 0 2ex 0;
}


/* ===== header ===== */

div#headerLeft {
	width: 364px;
	height: 114px;      
	padding: 36px 0px 0px 36px;	
}

div#headerRight, div#headerRight_blue, div#headerRight_shadow {
	position: absolute;
	width: 400px;
	height: 150px;
	top: 0;
	left: 400px;
	padding: 0;
}

div#headerRight {
	background-color: #ff3811;
}

div#headerRight_blue {
	background-color: #7da0b6;
}

div#arrowShadow {
	width: 800px;
	height: 20px; 
	padding: 0;
	text-align: right; 
	background-color: #E8E2DC;    	
}

div#arrowClear {
	width: 400px;
	height: 20px;
	padding: 0;
	background-color: #E8E2DC;
}



/* ===== left body ===== */

div#bodyLeft {
	width: 364px;
	height: 350px;      
	padding: 30px 0px 0px 36px;	
}

div#bodyLeft_alternate {
	width: 340px;
	height: auto;
	padding: 52px 24px 36px 36px;
}

div#bodyLeft_alternate2 {
	width: 340px;
	height: auto;
	padding: 32px 24px 36px 36px;
}

div#bodyLeft_alternate3 {
	width: 340px;
	height: 350px;
	padding: 50px 24px 0px 36px;
}

#bodyLeft p, #bodyLeft_alternate p, #bodyLeft_alternate2 p {
	font-size: 10.5pt;
	line-height: 1.2em;
	color: #7d6a55;
	margin: 0 0 2ex 0;
}

#bodyLeft_alternate li .jobTitles, #bodyLeft_alternate2 li .jobTitles {
	font-size: 8.5pt;
	line-height: 1.2em;
	color: #7d6a55;
	margin: 0 0 4px 12px;
}

#bodyLeft ul, #bodyLeft_alternate ul, #bodyLeft_alternate2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#bodyLeft li, #bodyLeft_alternate li, #bodyLeft_alternate2 li {
	font-size: 10.5pt;
	line-height: 1.2em;
	color: #7d6a55;
	margin: 0 0 2ex 0;
}

#bodyLeft li a, #bodyLeft_alternate li a, #bodyLeft_alternate2 li a {
	color: #7d6a55;
	font-weight: bold;
	text-decoration: none;
}

#bodyLeft li a:hover, #bodyLeft_alternate li a:hover, #bodyLeft_alternate2 li a:hover {
	color: #ff2e11;
}

#bodyLeft li a.current, #bodyLeft_alternate li a.current, #bodyLeft_alternate2 li a.current {
	color: #ff2e11;
}

div#iconLeft {
    width: 364px;
	height: 20px;      
	padding: 0px 0px 0px 36px;	
}

.footer {
	font-size: 8pt;
	text-align: center;
	margin-top: 18px;
	color: #E8E2DC;
}

/* ===== right body with tan background ===== */

div#bodyRight_tan {
    position: absolute;
	top: 170px;
	left: 400px;
	width: 340px;
	height: 791px;
	padding: 35px 36px 24px 24px;
	background: url(../images/dots.jpg) repeat-y left top;	
	background-color: #E8E2DC;
}

div#bodyRight_tan_alt {
	width: 340px;
	min-height: 791px;
	height: auto;
	padding: 35px 36px 24px 24px;
	background: url(../images/dots.jpg) repeat-y left top;	
	background-color: #E8E2DC;
}

div#bodyRight_subnav {
	width: 340px;
	height: 35px;
	margin: 0;
	padding: 0;
}

#bodyRight_tan_alt #bodyRight_subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#bodyRight_tan_alt #bodyRight_subnav li {
	font-size: 8.5pt;
	line-height: 1.2em;
	color: #7d6a55;
	margin: 0;
}

#bodyRight_tan_alt #bodyRight_subnav li a {
	text-decoration: none;
}

#bodyRight_tan_alt #bodyRight_subnav li a:hover {
	color: #ff2e11;
	font-weight: bold;
}

#bodyRight_tan_alt #bodyRight_subnav li a.current {
	color: #ff2e11;
	font-weight: bold;
}

#bodyRight_tan_alt #bodyRight_subnav p {
	font-size: 8.5pt;
	line-height: 1.2em;
	color: #7d6a55;
	margin: 0 0 4ex 0;
}

#bodyRight_tan_alt #bodyRight_subnav a {
	text-decoration: none;
	font-weight: bold;
}

#bodyRight_tan_alt #bodyRight_subnav a:hover {
	color: #ff2e11;
}

#bodyRight_tan_alt #bodyRight_subnav a.current {
	color: #ff2e11;
	font-weight: bold;
}

#bodyRight_tan #bodyRight_subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#bodyRight_tan #bodyRight_subnav li {
	font-size: 8.5pt;
	line-height: 1.2em;
	color: #7d6a55;
	margin: 0;
}

#bodyRight_tan #bodyRight_subnav li a {
	text-decoration: none;
}

#bodyRight_tan #bodyRight_subnav li a:hover {
	color: #ff2e11;
	font-weight: bold;
}

#bodyRight_tan #bodyRight_subnav li a.current {
	color: #ff2e11;
	font-weight: bold;
}

#bodyRight_tan #bodyRight_subnav p {
	font-size: 8.5pt;
	line-height: 1.2em;
	color: #7d6a55;
	margin: 0 0 4ex 0;
}

#bodyRight_tan #bodyRight_subnav a {
	text-decoration: none;
	font-weight: bold;
}

#bodyRight_tan #bodyRight_subnav a:hover {
	color: #ff2e11;
}

#bodyRight_tan #bodyRight_subnav a.current {
	color: #ff2e11;
	font-weight: bold;
}

div#portrait {
	position: absolute;
	top: 243px;
	left: 657px;
	width: 133px;
	height:156px;
}

#bodyRight_tan img {
	float: right;
	margin: 1px;
}

#bodyRight_tan a, #bodyRight_tan_alt a {
	color: #7d6a55;
	font-weight: bold;
}

#bodyRight_tan a:hover, #bodyRight_tan_alt a:hover {
	color: #ff2e11;
}

#bodyRight_tan p, #bodyRight_tan_alt p {
	font-size: 10.5pt;
	line-height: 1.2em;
	color: #7d6a55;
	margin: 0 0 2ex 0;
}

#bodyRight_tan li, #bodyRight_tan_alt li {
	font-size: 10.5pt;
	line-height: 1.2em;
	color: #7d6a55;
	margin: 0 0 2ex 0;
}

/* ===== right body with red background ===== */

div#bodyRight_red {
    position: absolute;
	top: 150px;
	left: 400px;
	width: 340px;
	height: 795px;
	padding: 55px 36px 0px 24px;
	background-color: #ff3811;
}

div#bodyRight_red_alt {
	width: 340px;
	min-height: 791px;
	height: auto;
	padding: 55px 36px 24px 24px;
	background-color: #ff3811;
}

#bodyRight_red a, #bodyRight_red_alt a {
	color: #E8E2DC;
	font-weight: bold;
}

#bodyRight_red a:hover, #bodyRight_red_alt a:hover {
	color: #ffffff;
}

#bodyRight_red p, #bodyRight_red_alt p {
	font-size: 10.5pt;
	line-height: 1.25em;
	color: #E8E2DC;
	margin: 0 0 2ex 0;
}

/* ===== right body with blue background ===== */

div#bodyRight_blue {
    position: absolute;
	top: 150px;
	left: 400px;
	width: 340px;
	height: 795px;
	padding: 55px 36px 0px 24px;
	background-color: #7da0b6;
}

div#bodyRight_blue_alt {
	width: 340px;
	min-height: 791px;
	height: auto;
	padding: 55px 36px 24px 24px;
	background-color: #7da0b6;
}

#bodyRight_blue a, #bodyRight_blue_alt a {
	color: #f4eee8;
	font-weight: bold;
}

#bodyRight_blue a:hover, #bodyRight_blue_alt a:hover {
	color: #ffffff;
}

#bodyRight_blue p, #bodyRight_blue_alt p {
	font-size: 10.5pt;
	line-height: 1.25em;
	color: #f4eee8;
	margin: 0 0 2ex 0;
}

/* ===== navigation ===== */


#mainMenu1 {
	padding: 24px 0 0 24px;
	width: 231px;
	float: left;
}

#mainMenu2 {
	width: 145px;
	float: right;
	padding: 24px 0 0 0;
}

#mainMenu1 ul, #mainMenu2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu1 li, #mainMenu2 li {
    margin: 0 0 3px 0;
    padding: 0;
	font-size: 8pt;
	color: #E8E2DC;	
}

#mainMenu1 li a, #mainMenu2 li a {
	color: #E8E2DC;
	text-decoration: none;
	font-weight: bold;
}

#mainMenu1 li a:hover, #mainMenu2 li a:hover {
	color: #ffffff;
}

#mainMenu1 li a.current, #mainMenu2 li a.current {
	color: #ffffff;
	font-weight: bold;
}

div#bodyRight_tan {
	height:auto;
	position:relative;
	top:0;
	left:0;}
#mainTable {background-color:#e8e2dc;}
#bios .bio {margin-bottom:35px;}
#bios .bio img{margin:3px -36px 0 0;}
