<!--

body {
	background-color:#F8F5F0; 
	margin: 0px;
	text-align: center;
	z-index: 1;
}

img { border : none; }

.PrintStyle {
	display: none;
	color: #000;
	background-color:#fff;
}

table {
	font-size: 12px;
}

h1 {
	font-size: 15px;
	font-weight:bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

div#container {
	position: relative;
	width: 775px;
	min-width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	min-height: 10px;
	z-index: 2;	
}

div#top_container {
	float: left;
	position: relative;	
	height: 107px;
	width: 775px;
	margin: 0;
	padding: 0;
	background-color: #7a2800;
}

div#logo {
	float: left;
	position: relative;
	width:383px;
	height:107px;
}

div#logo a {
	text-decoration: none;
	color: #fff;
}

div#top_tools {
	float: left;
	position: relative;
	width: 392px;
	height:80px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 0.65em;
	font-weight: bold;
	
}

div#top_tools ul {
	float: right;
	padding: 0;
	margin: 8px 10px 0 0;
	z-index:101;	
}	

div#top_tools li {
	display: inline;
	z-index:101;
	text-align: center;
	background: url(../assets/images/bullet.jpg) no-repeat;
	background-position: 0 5px;
	padding:0px 4px 0 12px; /*creates space each side of menu item's text */
	margin: 0;
}

div#top_tools li.first_child {
	padding:0px 4px 0 0; /*creates space each side of menu item's text */	
	background: none;
	text-decoration:none;	 /* removes the underlining of the link */
	color: #fff;	/* sets the type color */
	border: none;
	z-index:100;
}

div#top_tools a.first_child:hover {
	color: #fff;
	text-decoration: underline;	
}

div#top_tools a {	
	text-decoration:none;	 /* removes the underlining of the link */
	color: #fff;	/* sets the type color */
	z-index:100;
}

div#top_tools a:hover {
	color: #fff;
	text-decoration: underline;	
}

div#statement {
	float: left;
	position: relative;
	width: 382px;
	height:22px;
	margin: 0;
	padding: 5px 10px 0 0;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 0.70em;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: right;
}

div#menu_container {
	float: left;
	position: relative;	
	min-height: 26px;
	width: 775px;
	background-color: #000;
	z-index: 3;
}

* html div#menu_container {	
	height: 26px;
}

div#middle_container {
	float: left;
	position: relative;	
	height: 218px;
	width: 775px;
	background-color: #7a2800;
	z-index: 2;
}

div#main_image {
	float: left;
	position: relative;	
	height: 218px;
	width: 555px;
	background-color: #fff;
	z-index: 1;
}

div#aud_nav {
	float: left;
	position: relative;	
	height: 218px;
	width: 220px;
	background: #7a2800 url(../assets/images/aud_nav_bg.jpg) no-repeat;
}

div#aud_nav ul {
	margin: 36px 0 0 0;
	padding: 0;
	list-style-type: none;
}

div#aud_nav li.first_child {
	padding: 0;
	margin: 0 0 10px 0;
	height: 24px;
	font-size: 14px;
	color: #fff;
}

div#aud_nav li {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

* html div#aud_nav li {
	padding: 0;
	margin: 0 0 -5px 0;
}

div#aud_nav li a img {
	padding: 0;
	margin: 0;
}

div#aud_nav li a {
	color: #fff;
}

div#bottom_container {
	float: left;
	position: relative;	
	min-height: 205px;
	width: 775px;
	background-color: #fff;
}

div#feature_image {
	float: left;
	position: relative;	
	min-height: 205px;
	width: 208px;
	background-color: #fff;
}

div#feature_image ul {
	margin: 20px 0 0 12px;
	padding: 0;
	list-style-type: none;
}

div#feature_image li {
	margin: 0 0 -4px 0;
	padding: 0;
}

div#feature_image li.image {
	padding: 0 0 12px 0;
}

div#news_events {
	float: left;
	position: relative;	
	min-height: 205px;
	width: 327px;
	padding: 0 20px 0 0;
	background-color: #fff;
}

div#news_events_headline {
	float: left;
	position: relative;	
	min-height: 10px;
	width: 327px;
	margin: 10px 0 0 0;
	padding: 0 0 3px 0;
	font-family: Times, serif;	
	font-size: 0.95em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000;	
	background: #fff url(../assets/images/content_border.jpg) repeat-x;
	background-position: 0 100%;
}

div#news_events_items {
	float: left;
	position: relative;	
	min-height: 10px;
	width: 327px;
	font-family: Arial, sans-serif; 
	font-size: 0.75em;
	font-weight: normal;
	color: #000;	
	background-color: #fff;
}

div#news_events_items ul {
	margin: 8px 0 0 15px;
	padding: 0;
}

div#news_events_items li {
	margin: 0 0 10px 0;
}

div#news_events_items li a {
	color: #7c3a1c;
}

div#news_events_items li a:hover {
	color: #7c3a1c;
	text-decoration: none;
}

div#presidents_blog {
	float: left;
	position: relative;	
	min-height: 205px;
	letter-spacing: 5px;
	width: 220px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

div#bottom_tools {
	float: left;
	position: relative;
	min-width: 775px;
	width:775px;
	min-height: 42px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px 0 0 0;
	background-color: #7a2800;
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 0.70em;
	font-weight: bold;
	color: #fff;
}

* html div#bottom_tools {
	height: 42px;
}

div#bottom_tools ul {
	padding: 0;
	margin: 3px 0 0 0;
	text-align: center;
	list-style-type: none;
	z-index:101;	
}	

div#bottom_tools li {
	display: inline;
	z-index:101;
	text-align: center;
	background: url(../assets/images/bullet.jpg) no-repeat;
	background-position: 0 5px;
	padding:0px 4px 0 12px; /*creates space each side of menu item's text */
	margin: 0;
}

div#bottom_tools li.first_child {
	padding:0px 4px 0 0; /*creates space each side of menu item's text */	
	background: none;
	text-decoration:none;	 /* removes the underlining of the link */
	color: #fff;	/* sets the type color */
	border: none;
	z-index:100;
}

div#bottom_tools a.first_child:hover {
	color: #fff;
	text-decoration: underline;	
}

div#bottom_tools a {	
	text-decoration:underline;	 /* removes the underlining of the link */
	color: #fff;	/* sets the type color */
	z-index:100;
}

div#bottom_tools a:hover {
	color: #fff;
	text-decoration: none;	
}
/*
div#footer {
	float: left;
	position: relative;	
	min-height: 47px;
	width: 775px;
	padding: 0;
	margin: 5px 0 0 0;
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 0.70em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
*/
.footerTextInterior {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11.3px;
	line-height			: 17px;
	color				: #666666;
}
a.footerTextInterior:link		{ color: #666666; text-decoration: none; }
a.footerTextInterior:active		{ color: #666666; text-decoration: none; }
a.footerTextInterior:visited	{ color: #666666; text-decoration: none; }
a.footerTextInterior:hover		{ color: #666666; text-decoration: underline; }


/*-------------------------------------*/
/* Interior Style */

div#bluecontentbox {
	width				: 100%;
	text-align			: center;
}

div#content_container {
	position			: relative;
	text-align			: left;
	margin				: auto;
	width				: 775px;
	background			: #fff url(../assets/images/home/new/interior_bg.jpg) repeat-y;
}

div#left_container {
	float				: left;
	position			: relative;	
	min-height			: 10px;
	width				: 175px;
	padding				: 0;
	margin				: 0;	
	background-color	: #F3F3D9;
}

div#left_container_image {
	float				: left;
	position			: relative;	
	height				: 140px;
	width				: 175px;
	padding				: 0;
	margin				: 0;
	color				: #FFFFFF;
	background-color	: #F3F3D9;
	/*border-bottom		: 1px solid #7a2800;*/
}

div#left_nav {
	float				: left;
	position			: relative;	
	min-height			: 10px;
	width				: 175px;
	padding				: 0;
	margin				: 0;	
	border-top			: 1px solid #FFFFFF;
	font-family			: Tahoma, Arial, sans-serif; 
	font-size			: 0.65em;
	font-weight			: bold;
	color				: #C68665;	
	background-color	: #F3F3D9;
}

div#left_nav ul {
	margin				: 10px 5px 50px 8px;
	padding				: 0;
	list-style-type		: none;
}

div#left_nav li {
	margin				: 0 0 12px 0;
}

div#left_nav ul li ul {
	margin				: 5px 5px 0px 20px;
	padding				: 0;
	list-style-type		: none;
}

div#left_nav ul li ul li {
	margin				: 0 0 5px 0;
}

div#left_nav ul li ul li a {
	text-decoration		: none;
	color				: #5A6990;
	color				: #C68665;
}

div#left_nav ul li ul li a:hover {
	text-decoration		: underline;
	color				: #917B4C;
}

div#left_nav a {
	text-decoration		: none;
	color				: #C68665;
	color				: #5A6990;
}

div#left_nav a:hover {
	text-decoration		: none;
	color				: #917B4C;
}

div#content_area_container {
	float: right;
	position: relative;	
	min-height: 10px;
	width: 582px;
	padding: 0;
	margin: 0 0 0 18px;
}

div#content_wrapper {
	float: left;
	position: relative;	
	min-height: 10px;
	width: 430px;
	padding: 0 10px 0 0;
	margin: 0;
}

div#wide_content_wrapper {
	float: left;
	position: relative;	
	min-height: 10px;
	width: 572px;
	padding: 0 10px 0 0;
	margin: 0;
}

div#content {
	float				: left;
	position			: relative;	
	min-height			: 10px;
	width				: 99%;
	padding				: 30px 0 20px 0;
	margin				: 0;
	font-family			: Arial, sans-serif; 
	font-size			: 0.75em;
	line-height			: 1.25em;
	font-weight			: normal;
	color				: #666666;		
	background			: url(../assets/images/content_border.jpg) repeat-x;
	padding-bottom		: 40px;
}

div#content a {
	color				: #000;
}

div#content table{
	background-color	: #FFFFFF;
}

div#page_title {
	float				: left;
	position			: relative;
	width				: 99%;
	font-family			: Times, serif;	
	font-size			: 24px;
	font-weight			: normal;
	color				: #666699;
	margin				: 10px 0 5px 0;
	line-height			: 1em;
}

div#breadcrumbs {
	float: left;
	position: relative;
	width: 99%;
	font-family: Verdana, Arial, sans-serif;	
	font-size:0.65em;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}

div#breadcrumbs ul {
	padding: 0;
	margin: 5px 0 0 0;
	z-index:100;	
}

div#breadcrumbs li.first_cell {
	float:left;
	position:relative; 
	list-style-type:none;
	background: none;
	padding: 0;	
	z-index:100;
}
	
div#breadcrumbs li {
	float				: left;
	position			: relative; 
	list-style-type		: none;
	background			: url(../assets/images/breadcrumb_image.jpg) no-repeat;
	background-position	: 0 4px;
	padding				: 0 0 0 12px;	
	z-index				: 100;
}


div#breadcrumbs a {
	display				: block;	
	text-decoration		: underline;
	color				: #5A6990;
	padding				: 0 8px 0 0;
	z-index				: 100;
}

div#breadcrumbs a:hover {
	color				: #5A6990;
	text-decoration		: underline;
}

div#right_side {
	float				: right;
	position			: relative;	
	min-height			: 10px;
	width				: 140px;
	padding				: 0;
	margin				: 0;	
	background-color	: #FFFFFF;
}

div#profile {
	float				: left;
	position			: relative;	
	min-height			: 10px;
	width				: 135px;
	padding				: 0;
	margin				: 0 0 10px 0;	
	font-family			: Arial, sans-serif;	
	font-size			: 0.75em;
	letter-spacing		: 1px;
	color				: #333333;	
	background-color	: #FFFFFF;	
}

div#profile ul {
	width				: 135px;
	margin				: 0;
	padding				: 0;
	list-style-type		: none;
}

div#profile li a img {
	margin				: 0;
	padding				: 0 0 8px 0;
}

div#fast_facts {
	float				: left;
	position			: relative;	
	min-height			: 10px;
	width				: 140px;
	padding				: 0;
	margin				: 0;	
	font-family			: Verdana, Arial, sans-serif;	
	font-size			: 0.65em;
	font-weight			: normal;
	color				: #000000;	
	background-color	: #FFFFFF;	
}

div#fast_facts ul {
	margin				: 0;
	padding				: 0;
	color				: #000000;
}

div#fast_facts ul li.first_child {
	margin				: 0;
	padding				: 0;
	list-style-type		: none;
}

div#fast_facts ul li {
	width				: 129px;
	margin				: 1px 0 10px 10px;
}

div#fast_facts a {
	text-decoration		: underline;
	color				: #000000;
}

div#fast_facts a:hover {
	text-decoration		: underline;
	color				: #00F;
}



/*-------------------------------------*/
/* Menu Style */

/* the horizontal menu starts here */
div#listmenu {
	font-family: Verdana, Arial, sans-serif;	
	font-size:10px; /* SET FONT-SIZE HERE */
	/* letter-spacing: 1px; */
	font-weight: bold;
	color: #fff;	
	position: relative;
	width:775px; /* makes the div full width */
	float:left;
	margin-top:5px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	z-index:100;
	}
	
div#listmenu ul {
	padding: 0;
	margin: 2px 0 0 15px;	
	z-index:100;
	text-align: center;
	}
div#listmenu li {
	float: left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */	
	list-style-type:none;	/* removes the bullet off each list item */
	z-index:100;
	}	
	
div#listmenu li.first_cell a {
	padding:2px 9px 1px 9px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color: #fff;	/* sets the type color */
	z-index:100;
}

div#listmenu li:first-child {
	z-index:100;
	}

div#listmenu li:hover {	
	z-index:100;
	}
div#listmenu a {
	padding:2px 9px 1px 9px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color: #fff;	/* sets the type color */
	z-index:100;
	}
	
div#listmenu a:hover {
	color: #c68665;
	text-decoration: none;
	}
	
div#listmenu a.selected {
	color: #fff;
	text-decoration: none;
}

div#listmenu li.first_cell a:hover {
	color: #c68665;
	text-decoration: none;
	}		

/* the menu ends here */
/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0;
	z-index: 100; /* puts drop-down on top of div - Safari needs this as menu is 1px higher */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	border-right:0; /* stops SCBs drops having two right borders - they inherit the border, IE doesn't */
	left:-1px; /*aligns the drop exactly under the menu */
	top: 13px;
	background-color: #000;
	}
div#listmenu ul li ul li {padding:0;
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #fff; /*  three sides of each drop-down item */
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;}
div#listmenu ul li ul li a {padding:1px .5em;}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #fff; /*the top edge of the dropdown */
	z-index:100;
	}
div#listmenu ul li ul li.first-child {
	border-top:1px solid #fff; /*the top edge of the dropdown */
	z-index:100;
	}	
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	position:absolute;
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	margin-left: 2px; /* IE doubles the given value above - why? */
	margin-top: 2px;
	margin-bottom: 0;
	margin-right: 0;
	text-align: center;
	}

/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	top: 12px;	
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#listmenu ul li ul li ul {
  left:9.85em;
  voice-family: "\"}\"";
  voice-family:inherit;
  left:10em;
  }
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  left:10em;
}

/* END OF HACK ZONE */
/* the drop-down ends here */
/* END OF LIST-BASED MENU */



/*-------------------------------------*/
/* .sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/

.sIFR-replaced > div {
  display: none !important;
}

/*---- Header styling ---*/
.sIFR-hasFlash #interior_content p.headline {
	visibility: hidden;
	margin: 0 0 0 -3px;
	padding: 8px 0 0 0;
	width: 99%;
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;	
	font-size:24px;
	font-weight: bold;
	letter-spacing: 0.5px;	
	line-height: 1em;
}

.sIFR-hasFlash #page_title {
	visibility: hidden;
	float: left;
	position: relative;
	width: 95%;
	font-family: Arial, sans-serif;	
	font-size:24px;
	font-weight: normal;
	color: #5d2617;
	margin: 25px 0 -8px -3px;
	line-height: 1em;
}

.sIFR-hasFlash h1 {
  padding-bottom: 0;
}


/*-------------------------------------*/
/* Image Styles */

.padding-left {
	margin: 0 0 0 10px;
}

.padding-right {
	margin: 0 10px 0 0;
}

.padding-top {
	margin: 10px 0 0 0;
}

.padding-bottom {
	margin: 0 0 10px 0;
}

.padding-top_left {
	margin: 10px 0 0 10px;
}

.padding-top_right {
	margin: 10px 10px 0 0;
}

.padding-bottom_left {
	margin:  0 0 10px 10px;
}

.padding-bottom_right {
	margin: 0 10px 10px 0;
}

.padding-top_bottom_left {
	margin: 10px 0 10px 10px;
}

.padding-top_bottom_right {
	margin: 10px 10px 10px 0;
}

.align_left {
	text-align: left;
}

.align_right {
	display:block;
	text-align: right;
	clear: none;
}

.floatpicleft {
 float: left;
 margin-top: 10px;
 margin-right: 10px;
 margin-bottom:10px;
 } 
 
.floatpicright {
 float: right;
 margin-top: 0px;
 margin-left: 10px;
 margin-bottom:10px;
 }  

-->