body { background: url(images/ht.gif) left 41px repeat-x; }
body, input, select, td, textarea, th { color: #6F6F6F; font-family: Tahoma; font-size: 12px; }
body, form { margin: 0; padding: 0; }
img, table { border: 0 none; }
a { color: #CC092F; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 0 0 1em 0; padding: 0; }
storng { color: #373636; }
table { border-collapse: collapse; }
td, th { padding: 0; }
td { vertical-align: top; }
textarea { overflow: auto; }
ul { margin: 0; padding: 0 0 0 16px; }

#wrap { background: url(images/ft.gif) left bottom repeat-x; }
	
	#main { margin: 0 auto; width: 980px; }
	
		#time { color: #5F7393; height: 35px; padding: 6px 32px 0 0; text-align: right; }
		
		#header { height: 79px; padding: 8px 28px 0 18px; text-align: right; }
		
		#menu { background: #CC092F; clear: both; height: 51px; }
		#menu li.nbg { background: none; }
		#menu li.nbg a { width: 125px; }
		
		#flash { clear: both; height: 244px; }
		
		#content { display: table; height: 1%; padding: 20px 0 20px 10px; }
			
			#left { border: 1px solid #E1E1E1; float: left; padding: 24px 20px; position: relative; width: 308px; }
			#left strong a { text-decoration: underline; }
			
			#right { float: left; margin: 0 0 0 20px; width: 574px; }
		
		#footer { clear: both; color: #373636; height: 40px; padding: 28px 0 0 20px; }



.news { clear: both; display: table; height: 100%; padding: 0 0 12px 0; }
.news img { border: 1px solid #E7E7E7; float: left; margin: 0 8px 0 0; padding: 2px; }
.news p { margin: 0 0 0.5em 0; }
.title { border-bottom: 1px solid #F1F1F1; margin: 0 0 14px 0; }
.photo { border: 1px solid #E7E7E7; }
.pad_photo { border: 1px solid #E7E7E7;  margin: 0 6px 0 0; padding: 2px; }
.frame {border: 1px solid #E7E7E7;  margin: 0 6px 0 0; padding: 10px;}

.news_title_blue { 
	background: #003e7e;
	color: #ffffff;
	font-family:  arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	text-transform:uppercase;
	}

.section_title { 
	background-image: url(images/blue_gradient_bkg.jpg);
	background-repeat: repeat-y;
	color: #ffffff;
	font-family:  arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-transform:uppercase;
	}
	
.subheading {
	font-family:  arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 6px 0;
	color: #003e7e;
	}
	
.redsubheading {
	font-family:  arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 6px 0;
	color: #cc092f;
	}	
	
.smlredsubheading {
	font-family:  arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 6px 0;
	color: #cc092f;
	}		
	
.smlsubheading {
	font-family:  arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 20px 0 6px 0;
	color: #003e7e;
	}

/* corners */

.tlc { background-image: url(images/tlc.gif); left: -1px; top: -1px; }
.trc { background-image: url(images/trc.gif); right: -1px; top: -1px; }
.blc { background-image: url(images/blc.gif); left: -1px; bottom: -9px; }
.brc { background-image: url(images/brc.gif); right: -1px; bottom: -9px; }
html>body .blc { left: -1px; bottom: -1px; }
html>body .brc { right: -1px; bottom: -1px; }

.tlc, .trc, .blc, .brc { background-position: left top; background-repeat: no-repeat; height: 6px; width: 6px; position: absolute; z-index: 5; }



/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 980px; /*For KHTML*/
  list-style: none;
  height: 51px;
}

ul#navmenu li {
	background: url(images/mbg.gif) right top repeat-y;
  margin: 0;
  border: 0 none;
  padding: 0 1px 0 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 51px;
}

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

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 {
	background: none;
	border-top: 1px solid #164593;
	border-bottom: 1px solid #164593;
	height: auto;
	padding: 0;
  width: 120px;
  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: #FFFFFF;
	line-height: 51px;
	text-align: center;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	width: 121px;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background-color: #9e0724;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	background: #0f2d61;
  float: none;
	line-height: 24px;
  color: #FFF;
}

/* 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: #0a2045;
  color: #FFF;
}

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