html, body {

}
body {
  margin: 0;
  padding: 0;
  font-family: verdana, arial;
  background: url('images/bg.jpg') repeat-x #CBCBCB;
}


/*Hack to make outer div "contain" main_content in Firefox, even when this is shorter than column left*/
#main_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* End hack */

/* Styling for header and footer links*/

a.head_foot_link {
  color: #CBC9C9;
  font-size: 11px;
  text-decoration: none;
  margin: 0px 20px 0 0;
}

a.head_foot_link:hover {
  color: #B10101;
}

#site_top_links { 
  height: 18px;
  padding-top: 0px;
}

#top_right_links {
  margin-left: 150px;
}

/* Styling for header and footer links EOF*/



form {
  margin: 0;
}

form p {
  clear: right;

  margin: 0;
  padding: 2px;
  text-align: left;
}

form p label {
  font-size: 12px;
  float: left;
  margin: 5px 0px 0px 0px;
}

form p input, form p textarea, form p select, form p submit{
 float: right;
 border: 1px solid black;
 margin: 5px 0px 0px 0px;
}

p {
	font-family: Verdana, Arial;
}


.page_header {
 font-family: verdana;
 font-size: 18px;
 font-weight: bold;
 color: #BC0410;
 margin: 0;
}

/* News Page */
.news_item {
 border-bottom: 1px solid #ccc;
 margin: 10px;
 padding: 5px;
}

.news_title {
  font-weight:bold;
	font-size: 14px;
	text-decoration: underline;
	color: ##076D2B; 
	margin-bottom: 5px;
}

/* News Page EOF */

/* Infobox Styles */

.side_box {

}

.side_box_heading {
  font-family: Verdana, Arial;
  color: #BC0410;
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
}

.side_box_content {
  font-family: Verdana, Arial;
  font-size: 8pt;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  color: #484747;
  font-size: 11px;
  line-height: 20px;
}


.side_box_content form {
	width: 180px;
	text-align: center;
}


/* Infobox Styles EOF */

td{
font-family:verdana;
font-size:8pt;
}


/*Styles for My Account Page */
.account_heading {
  font-size: 14px;
  font-weight: bold;
	color: #444;
}

.account_checkbox_row {
  height:30px;
	margin-bottom: 10px;
	border: 1px dotted #aaa;
}
/*Styles for My Account Page EOF*/

.warning {
  border: 1px solid #a00;
	background: pink;
	color: #a00;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}

a.simple_button {
  display: block;
  border: 1px solid #aaa;
	padding: 5px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
}

a.simple_button:hover {
  background: #aaa;
	border: 1px solid #a0a;
}

/* IMP Health Specific Styles */

#site_container {border: 1px solid #666666; width:960px; background:#E5E5E5; margin-top: 20px;}
#logo_container {height: 99px; text-align: left; background:#fff;}

#top_menu {height: 30px; text-align: left; padding-left: 20px; background: #4C4C4C; line-height: 22px;}
#top_menu a {color: #fff; text-decoration: none; font-size: 11px; margin: 0 10px;}
#top_menu a:hover {color:#1F5EAB;}

#flash_container { margin-bottom: 20px;}

#col_and_content_container {background: url('images/faux_bg.jpg') repeat-y; margin-bottom: 30px; min-height: 820px;}

#column_left_container { 
  background: url('images/infobox_bg_repeat.jpg') repeat-x top right; 
  width: 248px; 
  float:left; 
  clear: none;
  display: inline;
  margin-left: 30px; 
  text-align: left;
  padding-top: 40px;
}


#content_container {
  background: url('images/infobox_bg_repeat.jpg') repeat-x top left; 
  min-height: 600px;
  height:auto;
  font-size: 11px; 
  color:#484747; 
  text-align: left;
  margin-left: 285px; 
  margin-right: 28px;
  padding: 20px;
 }

.sub_nav_link {
  display: block;
  text-decoration: none;
  color: #8F8F8F;
  margin: 10px 0 0 0;
}

.sub_nav_link:hover {
 color: #C00110;	
}

.sub_nav_link img {
  position: relative;
  top: 2px;
}

.sub_nav_link_selected {
  display: block;
  text-decoration: none;
  color: #8F8F8F;
  margin: 10px 0 0 0;
}

.sub_nav_link_selected:hover {
 color: #C00110;	
}

#footer_separator {height: 1px; border-bottom: 1px solid #ADACAC; width: 900px; margin-bottom: 20px;}


#footer {color: #8B8A8A; font-size: 10px; width: 900px;  margin-bottom: 20px; }
#copyright {width: 210px; float: left; text-align: left;}
#legal {width: 100px; margin-left: 100px;}
#legal a {color: #8B8A8A; text-decoration: none;}

#design_note {width: 200px; float: right; text-align: right;}
#design_note a {color: #8B8A8A; text-decoration: none;}

#case_study_images {text-align: center; margin-top: 20px;}
#case_study_images a {text-decoration: none}

#case_study_image1 {margin-right: 20px;}
#news_feed_container {}
#news_feed_container a {text-decoration: none;}
#news_feed_container img {margin-right: 10px;}

/* IMP Health Specific Styles EOF */


	
