*{ margin: 0; padding: 0; }* 
body { 
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px;
	color: #444; 
	background: #eeeeee url(../images/bodyBg.gif) repeat-x left top;
	z-index:0;
}

a {	color: #d30c44;	background: inherit; text-decoration: underline; }
a:hover { color: #444; background: inherit; text-decoration: none; }
p { margin: 0 0 15px 0; }
h1 a { background: inherit; }
img { border: 0; }
h1 { font: normal 22px "Trebuchet MS", Arial, Sans-Serif; margin: 0 0 12px; color: #d30c44; }
h2 { font: normal 18px "Trebuchet MS", Arial, Sans-Serif; margin: 0 0 12px; color: #d30c44; }
h3 { font-size: 14px; color: #d30c44; padding-bottom: 10px; }
h4 { font-size: 12px; }
#main ul { padding:0 0 10px 30px; }
.color { color:#b41212; }

#content { width: 940px; margin: 0 auto; padding: 0; border-top: 20px solid #fff; border-right: 20px solid #fff; border-bottom: 10px solid #fff; border-left: 20px solid #fff; background-color:#FFFFFF;}

#primaryLinks{ float: right; text-align: right;  }
#primaryLinks a { color: #808080; margin: 0 0 0 13px; background: #fff url(../images/toparrow.gif) no-repeat center left; padding: 0 0 0 12px; }

input.searchfield { width: 160px; padding: 6px; border: 2px solid #ccc; font-size: 11px; font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; }
input.searchbutton { background: #d30c44; border: 0; padding: 6px; color: #fff; font-weight: bold; font-size: 11px; font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; }

#logo { float: left; color: #808080; width:500px; height:110px; }
.award { float:left; margin-right:20px; margin-bottom:20px; }
#contact { clear:both;  }
#profile { height:auto; padding:10px; text-align:left; height:310px; margin-bottom:10px; }
.profile-pic { float:right; margin:0 0 20px 15px; }



#menuOuter {
	clear: both;
	position:relative;
	display:block;
	height:42px;
	background:transparent url(../images/menuBg.gif) repeat-x top left;
	z-index:100;/* this makes sure that the menu appears on top of all elements of the page mainly things like JS banners and flash files */
	}

#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; /* add line height  DONT USE HEIGHT */
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	}
	
#menu { margin-left:0px; /* add any padding - separate so you don’t add margin to the all the ul elements */ }

#menu li { 
	list-style:none;
	float:left; /* float needed */  
	}
	
#menu li.noborderr a { border-right:none;  } #menu li.noborderl a { border-left:none;  }/* Borders as appropriate */

#menu a{
	display:block;
	padding:0px 22px; /* set padding will affect padding on all a tags in menu */
	line-height:42px; /* set line height DONT use just height */
	color:#FFFFFF;
	background-repeat:repeat-x;	text-decoration:none;
	border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; /* Borders as appropriate */
	}

#menu a:hover{
	background-color: #d30c44;
	color:#fff;
	}

#menu li{
	float:left; /* IMPORTANT */
	position:relative;
	border:0;
	}

#menu ul {
	position:absolute; /* Menu uses position ab to set drop downs so top: needs to be the same height as the menu */
	display:none; /*display none so menu is not visable until user hovers over the li*/
	width:194px; /* Width will need to be updated inline with all the padding on the menus */
	top:42px;
	background-color:#d30c44;
	}

#menu li ul a{
	width:200px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	line-height:normal;
	padding-bottom:8px;
	padding-top:8px;
	background-color: #d30c44; background-image:url(/images/menuBg.gif); background-repeat:repeat-x; color: #ffffff;
	}
	
#menu li ul a:hover {
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	background-color: #d30c44; text-decoration: none; background-image:none;
	}
	
#menu ul ul{
	top:auto;
	}	

#menu li ul ul { /* styles for sub drop downs */
	left:184px; /* left needs to be the overall width of the main drop down  */
	margin:0px 0 0 10px;
	width:204px;
	}
#menu li ul ul a { 
	width:160px; /*update width inline with all the overs*/
	}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
	}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block; background-color: #d30c44; background-image:none;
	}


#dominantLinks { background: #eee;  clear: left; float: left; width: 278px; padding: 10px 15px 0px 15px; margin: 0 0 10px; }
#dominantLinks h3 { font-size: 14px; }
#dominantLinks img { margin: 0 0 8px; }
#dominantLinks ul { list-style: none; margin:0 0 10px 0 }
#dominantLinks li { list-style: none; }
#dominantLinks li a {  color: #787A8F; font-weight: bold; background: url(../images/arrow.gif) no-repeat center left; padding: 0 0 0 12px; }

#mainSurround { background: url(../images/mainSurroundBg.gif) repeat-y right top; display: block; clear: both; overflow: hidden; z-index:2; height:100%;}
#column { width: 40%; float: left; padding-right:10%; }
#columnHeader { width: 120px; float: left; padding-right:10px; font-weight:bold; }
#columnAnswer { width: 490px; float: left; }
.clear { clear: both; }
#main { float: left; width: 633px; margin: 20px 0 10px; padding-right:20px; border-right: 1px dotted #CCCCCC;  }
#main td { padding:0 2px 0 2px; }
#mainFull { float: left; width: 925px; margin: 20px 20px 0 0; }
.mainImage { float: left; border: 3px solid #eee; padding: 1px; margin: 0 15px 5px 0; }
#line { clear: both; padding: 3px; margin: 0 0 15px; background: #fff url(../images/smalldot.gif) repeat-x; }
#supportingArea { float: right; width: 256px; margin:0; padding:0;}

#secondary { float: right; width: 235px; padding:20px 15px 10px 0; }
.news { border-bottom: 1px solid #fff; padding: 0 0 2px; margin: 0 0 10px;}
.news p { margin-bottom:5px; }
#secondaryLinksArea { margin: 0 15px 20px 0; padding: 0 0 0 15px; float: right; width: 602px; text-align: justify; }
.supportingTextArea { clear: both; border-left: 4px solid #ccc; padding: 0 0 0 15px; }

#listPrimary { float: left; width: 290px; margin: 0 20px 30px 0; }
#listSecondary { float: right; width: 290px; }

#listPrimary li, #listSecondary li { list-style: none; border-bottom: 1px solid #eee; padding: 4px; margin: 0; }
#listPrimary li a, #listSecondary li a { background: #fff url(../images/arrow.gif) no-repeat center left; padding: 0 0 0 12px; color: #808080;  }

#footer { clear: both; padding: 5px 10px 1px 10px; margin: 0 0 15px; background: #eee; border-top: 5px solid #ccc; border-bottom: 1px solid #d30c44; }
#footer p { font-size: 11px; color: #808080; }
.links a { font-weight: bold; color: #787A8F; background: #fff; margin: 0 10px 0 0; background: url(../images/dot.gif) no-repeat center left; padding: 0 0 0 10px; }

#footer h1 { font: 14px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; margin: 0; }
#footer li { list-style: none; }
#footerPrimary { width: 400px; }
#footerSecondary { float: right; width:260px; }
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: none; }

#printLogo { display: none; }

#RHCAcc_1_DIV, #RHCAcc_2_DIV, #RHCAcc_3_DIV, #RHCAcc_4_DIV {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #fff; padding: 0 0 10px; margin: 0 0 10px;
	width:auto;
	min-height:75px;
	height:auto !important;
	height:75px;/*Needs to match the min height pixels above*/
	font-size:12px;
	background:none;
	color:#444;
}

.RightPanelBody { margin: 0; padding:0; background:none; }
#RHC_Body { margin:0; padding:0; background:none; width: 235px; }
#RHC_Body b { color: #d30c44; }
#RHC_Body a {	color: #d30c44;	 text-decoration: none; }
#RHC_Body a:hover { color: #4444; text-decoration: underline; }
