* {
	margin: 0px;
	padding: 0px;
}

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
	line-height: 18px;
	text-align: center;
}

a {
	color: #909090;
}

a.pdf {
	background: url(/images/ico_pdf.gif) no-repeat left 50%;
	display: inline;
	padding: 2px 0px 2px 18px;
}

.content_wrapper h1 {
	padding: 0px 0px 34px 46px;
	font-weight: normal;
	font-size: 22px;
	color: #00AEEF;	
}

h2 {
	font-weight: normal;
	color: #00AEEF;
	font-size: 14px;
	padding: 4px 0px 8px;
}

/*-------------------------------------------------------------------------------- HEADER + HOMEPAGE*/
#container {
	margin: 0 auto;
	text-align: left;
	width: 747px;
}

#header {
	height: 230px;
}

#header img { float: left; }

#header div#contact-phone {
	background: url(/images/here_to_help.gif) no-repeat top right;
	float: right;
	padding-top: 60px;
	text-align: right;
	/*height: 56px;*/
	height: 15px;
	width: 235px;
}

#header div#rotating-quote {
	float: left;
	padding: 7px 0px 7px 0px;
	font-family: Times New Roman, serif;
	color: #01aef0;
	font-size: 11px;
}

	#header div#rotating-quote td {
		height: 135px;
	}
	
	#header div#rotating-quote .rotating-quote-name {
		padding-top: 10px;
	}
	
	.showLayer {
		visibility: visible;
	}
	.hideLayer {
		display: none;
		visibility: hidden;
	}

#header h1, #header h1 span {
	display: block;
	float: right;
	height: 208px;
	width: 93px;
}

#header h1 {
	margin-left: 40px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

#header h1 span {
	background: url(/images/logo.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#header a.help, #header a.help span {
	display: block;
	width: 108px;
	height: 173px;
}

#header a.help {
	float: right;
	margin-top: 30px;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
}

#header a.help span {
	background: url(/images/ready2contact.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.home_first_paragraph {
	width:747px;
	float:left;
	padding-top:36px;
	padding-bottom:10px;
	
}
/*-------------------------------------------------------------------------------- TOP NAVIGATION*/
.top_menu {
	width:747px;
	float:left;
	background-image: url(/images/bg_top_menu.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.top_menu ul {	
	width:747px;
	height:21px;	
	float:left;
	margin:0px;
	padding:0px;
	list-style-type: none;	
}

.top_menu ul li {
	height:21px;
	float:left;
}
/*-------------------------------------------------------------------------------- CONTENT*/
.content_wrapper {
	width:747px;
	float:left;
	padding-top:23px;
	padding-bottom:75px;
	min-height:300px;
}

* html .content_wrapper {
	height:300px;
}
/*-------------------------------------------------------------------------------- INSIDE CONTENT*/
.inside_content_wrapper {
	width:747px;
	float:left;
}

.inside_content {
	width:584px;
	float:left;
	padding-left:23px;
	min-height:300px;
}

* html .inside_content {
	height:300px;
}
/*-------------------------------------------------------------------------------- LEFT NAVIGATION*/
.left_menu_wrapper {
	width:139px;
	float:left;
	border-right:1px solid #999999;
	padding-bottom:50px;
}

.left_menu {
	list-style-type:none;
}

.menu a:link,
.menu a:active,
.menu a:visited {
	display:block;
	width:120px;
	padding:0px 19px 0px 0px;
	margin-bottom:20px;
	text-decoration:none;
	color:#909090;
	text-align:right;
}

.menu a:hover {
	color:#00AEEF;
	text-decoration:none;
	text-align:right;
}

.menu_selected a:link,
.menu_selected a:active,
.menu_selected a:visited,
.menu_selected a:hover {
	display:block;
	width:120px;
	padding:0px 19px 0px 0px;
	margin-bottom:20px;
	text-decoration:none;
	text-align:right;	
	color:#00AEEF;
}
/*-------------------------------------------------------------------------------- OUR STORIES*/
/*
.our_stories_leftside {
	width:355px;
	float:left;	
}

.our_stories_rightside {
	width:229px;
	float:left;
	text-align:left;
}

.big_image_wrapper {
	padding-bottom:20px;
}

.our_stories_small_img {
	border:1px solid #FFFFFF;
}

.our_stories_small_img_selected {
	border:1px solid #00AEEF;
}
*/

/*-------------------------------------------------------------------------------- HOMEPAGE*/
#flash { float: left; }
/*-------------------------------------------------------------------------------- NEWSROOM*/
.ihm_logo_wrapper {
	float:left;
	width:350px;
	padding-left:150px;
}

.ihm_logo_left_side {
	float:left;
}

.ihm_logo_right_side {
	float:left;
	width:200px;
	padding:60px 0px 0px 10px;
}
/*-------------------------------------------------------------------------------- CONTACT*/
.left_cell {
	padding-bottom:7px;
}

.right_cell {
	padding-bottom:7px;
}

.error_color {
	color:#FF0000;
	padding-bottom:7px;
}

.thankyou {
	color:#FF0000;
	padding-bottom:20px;
}

/*-------------------------------------------------------------------------------- SHARED CLASSES*/
.subtitle_link {
	text-decoration:none;
	color:#00AEEF;
}

.textarea1 {
	width:335px;
}

.unordered_list {
	padding-left:40px;
}

.unordered_list li {
	padding-bottom:5px;
}

.no_bullet_item {
	list-style:circle;
	margin-left:25px;
}

.ordered_list {
	padding-left:40px;
}

.ordered_list li {
	padding-bottom:10px;
}

.general_link {	
	color:#00AEEF;
	text-decoration:none;
}

.general_link:hover {
	color:#939598;
	text-decoration:none;
}

.general_link2 {	
	color:#00AEEF;
	text-decoration:none;
}

.button {
	background-image:url(/images/submit_off.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:56px;
	height:21px;	
	border:none;	
	cursor:pointer;
}

.button_over {
	background-image:url(/images/submit_on.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:56px;
	height:21px;
	border:none;	
	cursor:pointer;
}

.hspacer {
	padding-left:13px;
}
/*-------------------------------------------------------------------------------- FOOTER*/
.footer_print {
	display:none;
}

.footer_wrapper {
	width:747px;
	float:left;
	color:#939598;
	font-size:9px;
	padding-bottom:10px;
}

.first_row {
	width:747px;
	float:left;
	padding-bottom:2px;
	text-align:justify;
}

.first_row_left {
	float:left;	
}

.first_row_right {
	float:right;
}

.left_side{
	width:547px;
	float:left;
}

.right_side {
	width:200px;
	float:right;
	text-align:right;
}

.footer_link {
	color:#939598;
	text-decoration:none;
}

.footer_link:hover {
	text-decoration:underline;
}

/*-------------------------------------------------------------------------------- FORM ELEMENTS */

form {
	margin: 0px;
	padding: 0px;
}

	form div {
		clear: left;
		display: block;
	}
	
		form input, form select, form textarea {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
		}

		form div label {
			color: #555555;
			display: block;
			float: left;
			width: 150px;
			text-align: right;
			margin: -6px 6px 6px 0px;
			padding: 6px 20px 0px 0px;
		}

		form div.required label{
			background-image: url(/images/required.gif);
			background-repeat: no-repeat;
			background-position: 153px 8px;
		}

	form fieldset {
		border: none;
		margin: 0px;
		padding: 10px;
	}

		form fieldset table {
			margin-bottom: 10px;
		}
		
		form fieldset td {
			color: #555555;
		}

#message {
	padding: 10px; 
	background-image: url(/images/message_background.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
}