/* general settings*/

body {	background-color: #336;
	/* background-image: url(aw_bodybackground.gif);
	background-repeat: repeat-y;
	background-position: 0px 100px;  */
	margin: 0px;
	padding: 0px;
	}

#tinymce {
	background-color: white;
	font-size: 10pt;
}

a {
	color: #00F;
	}

a:visited {
	color: #00F;
	}
	
/* a:hover {
	color: #036;
	} */

a img {border: none;}

* {font-family: Arial, sans-serif;}

h3 {
	color: #000;
	padding: 5px 0px 2px 0px;
	margin: 0px;
	}

h4 {
	color: #084fb9;
	/* padding: 2px 0px 1px 0px; */
	margin: 0px;
	}

h5 { 
	color: #363;
	}


/* splash page */

div.splash {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #336;
	text-align: center;
	}


div.splashimage {
	position: absolute;
	left:50%;
	width:640px;
	margin-top:50px;
	margin-left:-320px;
	}


div.splashimage *{
	font-family: Trebuchet, Arial, sans-serif;
	font-size: smaller;
	}

/* banner */

div.a {
	position: absolute;
	top: 2px;
	left: 50%;
	height: 98px;
	width: 762px;
	margin-left: -381px;
	border-bottom: 100px solid #036;
	}

div.b {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 762px;
	height: 98px;
	margin: 0px;
	border: 0px;
	}
	

/* body container--nav tabs, body links, body text, and images */

div.d {
	position: absolute;
	top: 77px;
	left: 50%;
	width: 762px;
	margin-left: -381px;
	/*width: 762px;
	height: 30px; */
	border: 0;
	/* margin:	0px 0px 0px 0px;
	padding: 0px 0px; */
	/* background-color: #336; */
	}


/* navigation tabs */

div.c {
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 0px 0px;
	/* background-color: #336; */
	/* width: 530px; */
	height: 26px;
	width: 672px;
	}


ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul#nav li {
	display: inline;
	text-align: center;
	margin-top: 10px;
	}

ul#nav li a {
	/* padding: 0px 10px 20px 10px; */
	/* margin: 0px 1px 0px 0px; */
	/* background-image: url(nav_top_corner.gif);
	background-position: 0px -1px;
	background-color: #696; */
	background: #696 url(images/nav_corner-l.gif) left top no-repeat;
	padding-left: 10px;
	padding-bottom: 20px;
	text-decoration: none;
	text-align: center;
	color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}

ul#nav li a span {
	background: url(images/nav_corner-r.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 2px;
	padding-left: 0px;
	}	

ul#nav li a:hover {
	background-color: #Edf1f6;
	color: #363;
	} 

/* body links */

ul#bodynav {
	list-style-type: none;
	margin: 0;
	padding: 7px 0px 0px 5px;
	}

ul#bodynav li {
	display: inline;
	text-align: center;
	}

ul#bodynav li a {
	margin: 5px;
	border: 0;
	background-color: #Edf1f6;
	text-align: left;
	color: #036;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}

ul#bodynav li a:hover {
	background-color: #696;
	color: #333;
	} 

ul#bodynav li a:active {
	background-color: #696;
	color: #333;
	}

ul#bodynav li a:visited {
	color: #666;
	} 


/* body text and nav container */

div.e {
	position: absolute;
	top: 56px;
	left: 0px;
	width: 735px;
	background-color: #Edf1f6;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	color: #333;
	}

/* body text block*/

div.e1 {
	width: 500px;
	height: 100%;
	background-color: #Edf1f6;
	padding: 20px 15px 15px 15px;
	text-decoration: none;
	text-align: left;
	color: #333;
	font-family: Arial, sans-serif;
	padding-bottom: 50px;
	}
	
div.e2 {
	width: 732px;
	height: 100%;
	background-color: #Edf1f6;
	padding: 20px 15px 15px 15px;
	text-decoration: none;
	text-align: left;
	color: #333;
	font-family: Arial, sans-serif;
	padding-bottom: 50px;
	}

div.e1 blockquote {
	text-align: justify;
	padding: 0px 5px 0px 20px;
	}


/* images block */

div.f {
	/* position: absolute; */
	/* top: 28px; */
	/* left: 530px; */
	position: absolute;
	top: 0px;
	left: 532px;
	width: 200px;
	overflow:hidden;
	/*height:inherit;*/
	background-color: #369;
	text-decoration: none;
	text-align: left;
	font-size: smaller;
	color: #Edf1f6;
	border-left: 1px solid #036;
	border-right: 1px solid #036;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 100%;
	}
	
	
		
div.f p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #9CF;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width:204px;
	}

div.f img {
	margin: 10px 0px 10px 0px;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	}

/* footer */

div.footer {
	position: absolute;
	bottom: -20px;
	left: 0px;
	height: 20px;
	width: 732px;
	background-color: #696;
	border-top: 2px solid #036;
	color: #EEE;
	font-size: smaller;
	text-align: center;
	padding-right: 30px;
	padding-top: 5px;
	}

/*headshot page layout*/

div.headshot {
	width: 762px;
	background-image: url("img/nav/bg_headshot.gif");
}

div.headshot-inner {
	width: 700px;
	background-image: url("img/nav/bg_headshot.gif");
	padding: none;
	margin: none;
}

img.headshot {
	margin-right: 10px;
	margin-bottom: 6px;
	float:left;
	border-bottom: 1px solid #036;
	border-right: 1px solid #036;
}

table.headshot {
	border: none;
	padding: none;
	margin: none;
	background-color: transparent;
	width: 731px;
}

td.headshot-blurb {
	width: 500px;
	padding-right: 15px;
}

td.headshot-image {
	width: 211px;
	padding: none;
	vertical-align: top;
}

div.headshot-inner img {
	border: none;
}
