/* webpage defaults				*/
/* width of webpage is 780px	*/

body {
	font-size: 10px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
	font-style: normal;
	color: black;
	background-color: #DDDDDD;
	direction: ltr;
	line-height: 15px;
	behavior:url("csshover.htc"); 
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4 {
	text-align: left;
	font-weight: bolder;
}


/* Large red main header throughout the site */

h1 {
	font-size: 16px;
	color: #722418;
}

/* The black header used throughout the site */

h2 {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 15px;
}

/* Red small header used throughout the site  */

h3 {
	color: #722418;
	font-size: 10px;
}


h4, h5 {
	font-size: 10px;	
}

h5 {
	font-size: 10px;
}

.red {
	color: #722418;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

.no_dots {
	list-style-type: none;
	line-height: 20px;
}

.bio_pic {
	width: 126px;
	height: 144px;
	float: left;
}

#mainwrapper {
	width: 780px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
	border-left: 2px inset gray; 
	border-right: 4px ridge gray;
	border-bottom: 4px ridge gray;
}


/* begin header area */

#header {
	width: 100%;
	height: 127px;
	background-color: #722418;
}

#logo {
	width: 216px;
	height: 127px;
	float: left;
}

#header_right {
	width: 564px;
	height: 127px;
	overflow: hidden;
	color: white;
	float: left;
}

#header_msg {
	margin-top: 24px;
	height: 103px;
}

/* end header area */
/* begin menu area */

#menu_area {
	width: 100%;
}

#menu_pic {
	width: 562px;
	height: 168px;
	overflow: hidden;
	float: left;
}


/* begin vertical navigation bar styling */
.nav_bar_vert * {
	margin: 0;
	padding: 0;	
}

.nav_bar_vert {
	/* behavior: url(csshover.htc); */  /* fix broken hover property in IE6 */
	border-right: 2px solid white;
	width: 216px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	line-height: 20px;
	float: left;
}

.nav_bar_vert ul {
	list-style-type: none;
}

.nav_bar_vert li {
	border-bottom: 2px solid white;
	position: relative;
}

.nav_bar_vert li:hover {
	list-style-type: none;
	background-color: #ACA885;
}

.nav_bar_vert li:first-child {
	/* border-top: 2px solid white; */
}

.nav_bar_vert a {
	display: block;
	color: #722418;
	font-weight: bold;
	text-decoration: none;
	background-color: #D7D2A6;
	padding-left: 45px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.nav_bar_vert a:hover {
	color: white;
	background-color: #ACA885;
}

.nav_bar_vert li:hover ul {
	display: block;
	z-index: 1000;
}

.nav_bar_vert ul li ul {
	width: 216px;
	display: none;
}

.nav_bar_vert li li {
	border-bottom: 2px solid white;
	background-color: #D7D2A6;
}

.nav_bar_vert ul ul  {
	border-top: 2px solid white;
	border-right: 2px solid white;
	position: absolute;
	top: -2px;
	left: 218px;
 }
/* end navigation bar css styling */

.pdfmid {
	border: none;
	height: 18px;
	width: 18px;
}

#content_area {
	width: 100%;
}

#left_column {
	width: 562px;
	float: left;
}



#right_column {
	width: 214px;
	float: left;
}

.LC_content {
	padding-left: 45px;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
}

h1, h2, h3, h4 {
	margin-bottom: .5em;
}

p {
	padding-bottom: 1em;
	font-size:	1em;
}

ul {
	padding-top: 1em;
	padding-bottom: 1em;
}

li {
	margin-left: 3em;
}

.RC_content {
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 45px;
	padding-bottom: 20px;
	border-left: 2px dotted gray;
}

.footer_content {
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 20px;
}	

#ggi {
	width: 110px;
	padding-top: 30px;
}

#footer {
	width: 100%;
	font-size: 10px;
	font-weight: normal;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
