/* CSS Document */
body {
	background-color: #386A6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-align: center;
}

p {
	margin: 0px 0px 10px 0px;
	padding:0px;
}

.page_wrapper {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	width: 900px;
	padding: 0px 0px 0px 0px;
	height: 725px;
}

.banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	width: 896px;
	height: 93px;
	margin: 0px;
	padding: 0px;
}
/*-----------------------------------------------
   Style items for nav bar
  -----------------------------------------------*/

.nav_bar{
	text-align: left;
	background-image: url(images/template_middle.jpg);
	background-repeat: repeat-y;
	width: 896px;
	height: 24px;
	padding-left: 0px;
	margin:0px;
}
.nav_line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 15px;
	width: 845px;
	height: 4px;
}	
.horizontal_line {
	background-image: url(images/1_line.gif);
	background-repeat:repeat-x;
}
.horizontal_line_sidebar {
	background-image: url(images/1_line.gif);
	background-repeat:repeat-x;
	width:175px; 
	height:1px; 
	float: left;
	margin: 0px 0px 10px 0px;
}
.vertical_line {
	background-image: url(images/1_line.gif);
	background-repeat:repeat-y;
	margin: 5px 0px 0px 0px;
}
/*-----------------------------------------------
   Style items for Navigation and the drop down menu
  -----------------------------------------------*/
ul#navmenu {
	height: 20px;
	margin: 0px;
  	border: 0px none;
	padding: 0px 0px 0px 110px;
	list-style: none;
  	z-index: 100;
}
ul#navmenu li {
  /*margin: 0px;
  margin-left: 25px;*/
  border: 0px none;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 20px;
}

ul#navmenu ul {
  margin: 0px;
  border: 0px none;
  padding: 0px;
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  top: 19px;
  left: 0px;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  margin: 0;
  width: 180px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}
/* Root Menu */
ul#navmenu a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #386A6B;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/ 
  padding-top: 3px;
}
ul#navmenu a:hover {
	color: #93342e;
}
ul#navmenu a#active_nav {
	color: #93342e;
}
/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  border: 1px solid #93342e;
  float: none;
  background: #ffffff;
  color: #2b5051;
  font: 12px/22px  Arial, Verdana, Helvetica, sans-serif;
  padding-left: 5px;
  margin: 0px;
  font-weight:bold;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #93342e;
  color: #ffffff;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 180px;
}

/*Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}


/*-----------------------------------------------
   Style items for flash section
  -----------------------------------------------*/
  
.flash_section {
  	height: 67px;
	padding: 0px;
	margin:0px 10px 0px 10px;
}
/*-----------------------------------------------
   Style items for sidebar
  -----------------------------------------------*/
.special_text {
	color:#93342e;
}
.sidebar {
	width:198px;
	float: left;
}
.sidebar_content {
	float: left;
	margin: 10px 0px 0px 10px;
	width: 185px;
	padding: 0px;
	text-align:center;
}
.sidebar_content a {
	font-size: 14px;
}

/*-----------------------------------------------
   Style items for main content
  -----------------------------------------------*/
.main_content {
	background-image: url(images/template_middle.jpg);
	background-repeat: repeat-y;
	width: 896px;
	height: auto;
	padding: 0px;
	margin:0px;
}
.main_content a {
	color:#93342e;
	text-decoration:underline;
}
.content {
	width: 655px;
	float: right;
	text-align: left;
	margin: 0px 35px 0px 0px;
}
.whole_column {
	float: left;
}
.whole_column table {
	padding: 10px;
	
}
.whole_column table tr th {
	border: #386A6B thin solid;
	padding: 5px;
	text-align: center;
	width: 295px;
	background-color:#386a6b;
	color: #ffffff;
}
.whole_column table tr td {
	border: #386A6B thin solid;
	padding: 5px;
	text-align: left;
	width: 295px;
	vertical-align: top;
	line-height: 16px;
}
.middle_column {
	float: left;
	width: 445px;
}
.right_column {
	float: right;
	text-align:center;
}
.main_content h1 {
	color:#2B5051;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
}
.main_content h2 {
	color:#93342e;
	font-size: 16px;
}
.main_content h3 {
	color:#000000B;
	font-size: 15px;
	font-style: normal;
}
.main_content p {
	font-size: 16px;
	color: #000000;
	font-style: normal;
}
.content ul{
	list-style: square;
}
.content ul li {
	font-size: 14px;
}
.content td {
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
	line-height: 30px;
}
.content th {
	font-size:12px;
	text-align:left;
}

/*-----------------------------------------------
   Style items for Bio Pages
  -----------------------------------------------*/
.bio_image {
	float: left;
	padding: 0px 10px 5px 0px;
}  

/*-----------------------------------------------
   Style items for Executive Excellence Bulleted Questions
  -----------------------------------------------*/
.executive_bullets {
	color:#1a3131;
	font-weight: normal;
}	

.executive_bullets ul {
	list-style-image: url(images/bullet.jpg);
}

.executive_bullets ul li {
	font-size: 17px;
}

/*-----------------------------------------------
   Style items for Home Page Sub headers
  -----------------------------------------------*/
.subheader_1 {
	float: left;
	width: 200px;
}
.subheader_2 {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 20px;
}
/*-----------------------------------------------
   Style items for page footer
  -----------------------------------------------*/

.footer {
	background-image: url(images/template_bottom.jpg);
	background-repeat: no-repeat;
	width: 896px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	text-align:center;
}
.footer a {
	color: #CD202C;
	text-decoration: none;
}
.footer a:hover {
	color:#93342e;
}
.copyright {
	color: #18130F;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.copyright a {
	color:#000000;
}
.closing_statement {
	color:#93342e;
	font-size: 14px;
	font-weight:bold;
	margin-top: 15px;
}