body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0;padding:0;
}
table{
	border-collapse:collapse;border-spacing:0;
}fieldset,img{
	border:0;
}address,caption,cite,code,dfn,th,var{
	font-style:normal;font-weight:normal;
}ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
q:before,q:after{
	content:'';
}

/* END RESET */



html, body {
	height: 100%;
}
body#home, html#home { height: auto; }

body {
	margin: 0;
	padding: 0;
	background: #f7f5ed;
	color: #000;
}
body#home { background: url(/images/bg-site.png) repeat; }
body,td,th {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #222222;
}

.right { float: right; }
.left { float: left; }
.clearfix { clear: both; }
p, ul, ol, H1, table { margin: 0 0 15px 0; }
a img { border: none; }
#home a { color: #eae4ce; text-decoration: none; font-weight: bold; }
#home a:hover { color: #eae4ce; text-decoration: underline; }

a { color: #56775f; text-decoration: none; font-weight: bold; }
a:hover { color: #56775f; text-decoration: underline; }


form { padding: 0; margin: 0; }
form td { padding: 4px 0; text-align: left; }

#wrapper {
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
#home #wrapper { margin-bottom: 0; }
.clear { clear: both; }



#home #wrapper { margin-top: 64px; }
#home #header { width: 920px; margin: 0 auto; height: 100px; position: relative; }
#home #contact_info {
	text-align: center;
	width: 320px;
	position: absolute;
	left: 0px;
	top: 304px;
}
#home #logo_bar {
	background: url(/images/a-white-65.png) repeat;
	height: 265px;
}
#home #logo_bar div {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding-top: 28px;
	padding-left: 15px;
}

#logo_bar {
	height: 170px;
	background: url(/images/bg-site.png) repeat;
}
#logo_bar div {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding-top: 25px;
}

#home_photos {
	width: 538px;
	background: url(/images/a-white-65.png) repeat;
	position: absolute;
	top: -6px;
	right: 0;
	text-align: center;
	padding-top: 16px;
	height: 90px;
	overflow: visible;
}

#slideshow {
    position:relative;
    height:342px;
}
#slideshow img {
    position:absolute;
    top:0;
    left:16px;
    z-index:8;
    opacity:0.0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}



#home_content {
	width: 900px;
	margin: 0 auto;
	padding: 40px 10px;
}
#home #news {
	background: url(/images/a-white-30.png) repeat;
	padding: 10px;
	width: 900px;
	margin: 0 auto 15px;
	border: 1px solid #e5ddd2;
	height: 20px;
}
#home #news_feed { margin: 0; position: relative; }
#home #news_feed li { width: 900px; text-align: center; position: absolute; top: 0; left: 0; }

#home #news_feed a {
 color: #222222; text-decoration: none;  }


#footer {
	height: 50px;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	background: #56775f;
	color: #ffffff;
	width: 100%;
	line-height: 50px;
}
#home #footer { background: none; color: black; }
#home #footer a, #home #footer a:hover { color: black; }
#footer div { width: 920px; margin: 0 auto; }

#footer a, #footer a:hover { color: #eae4ce; }

#footer, .push {
	height: 50px /* .push must be the same height as .footer */
}




#content {
	padding: 35px 0;
	clear: left;
	color: #444444;
	width: 920px;
	margin: 0 auto;
	overflow: auto;	
}
#int_left_col {
	width: 277px;
	float: left;
}
#int_right_col {
	width: 600px;
	float: right;
}

.img_border { border: 1px solid #65645a; }


/* HEADERS */

H1 {
	font: normal 22px Tahoma, Geneva, sans-serif;
	color: #56775f;
}

/* FORM STYLES */

.FormField {
	padding: 3px;
	color: #333333;
	background: #f9f9f9;
	border: 1px solid #cccccc;
	width: 90%;
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
}
.FormButton {
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #1c3d1c;
	background: #56775f;
	padding: 3px 5px;
	font: bold 13px Arial, Helvetica, sans-serif;
}

ul.dropdown { 
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
	width: 920px;
	 position: relative;
	 z-index: 597;
}



ul.dropdown li {
 float: left;
 line-height: 45px;
 vertical-align: middle;
 zoom: 1;
 border-left: 1px solid #475750;
}
ul.dropdown li:first-child  {
 border-left: none;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown li a {
	padding: 0 25px;
	color: #f2f6f4;
	height: 45px;
	display: block;
}
ul.dropdown li a:hover { color: #ece1cb; }
ul.dropdown li:hover, ul.dropdown li.hover { /* lists nested under hovered list items */
	background: #475750;
	color: #ece1cb;
}
ul.dropdown li ul li a { height: 30px; width: 140px; }
ul.dropdown li ul li a:hover { text-decoration: none; color: #ece1cb; }
ul.dropdown li ul li { line-height: 30px; }
ul.dropdown li ul li { border-top: 1px solid #56775f; border-left: none; }
ul.dropdown li ul li:first-child { border-top: none; }
ul.dropdown li ul { 
	background: #475750;
	width: 190px;
	font-size: 12px;
}


#navbar { padding: 0; margin: 0; list-style: none; height: 45px; font: 15px Georgia, "Times New Roman", Times, serif; background: #56775f; width: 100%; }

/* LEFT NAV */


.sub_nav {
	margin: 15px auto;
	padding: 0;
	list-style: none;
	width: 230px;
}
.sub_nav li { border-top: 1px solid #ddd; }
.sub_nav li:first-child { border-top: none; }
.sub_nav li a {
	display: block;
	text-decoration: none;
	color: #777777;
	padding: 7px 5px;
	margin: 0;
	width: 220px;
}
.sub_nav  li a:hover {
	text-decoration: none;
	color: #56775f;
}
.sub_nav .sub_nav_header { font: bold 15px Georgia, "Times New Roman", Times, serif; background: #eae4ce; padding: 5px;  }

.headshot {
	margin-top: 15px;
	border: 1px solid #000000;
	margin-bottom: 8px;
}

.headshot_bio {
	border: 1px solid #000000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#int_right_col ul {
padding-left: 25px;
list-style: disc outside;
}

#int_right_col ul ul {
list-style: circle outside;
margin-bottom: 0;
}
