/* This site runs like Clockwork (http://www.clockwork.net/). */

/* Counteract some troublesome new margin, padding, and width rules for images 
   from AMM 3.0's components.css, to protect pre-3.0 layouts. 
   NOTE: To fully support AMM 3.0 captioned/credited images, set a pixel 
         width for each named alt image size, instead of 'width:auto'.    */

.caption_credit {
	padding-top: 0;
}

div.image_component, 
div.image_link_component, 
div.image_rotator_component {
	margin:0;
}

div.image_component.left, 
div.image_component.right, 
div.image_component.center,
div.image_link_component.left, 
div.image_link_component.right, 
div.image_link_component.center,
div.image_rotator_component.left, 
div.image_rotator_component.right, 
div.image_rotator_component.center {
	padding:0px;
}

div.image_component.thumbnail, 
div.image_link_component.thumbnail, 
div.image_rotator_component.thumbnail {
	width:auto;
}

div.image_component.small, 
div.image_link_component.small, 
div.image_rotator_component.small {
	width:auto;
}

div.image_component.medium, 
div.image_link_component.medium, 
div.image_rotator_component.medium {
	width:auto;
}

div.image_component.large, 
div.image_link_component.large, 
div.image_rotator_component.large {
	width:auto;
}

/* end counteract of components.css */

* {
	margin: 0px;
	padding: 0px;
}

html {}

body {
	background-image: url(/amm/themes/lh_home/images/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Lucida Grande, Lucida Sans, Verdana,  sans-serif;
	color: #333;
}

p {
	margin-bottom: 1em;
}

a, a:link, a:visited {
	color: #0055A4;
}

a:active, a:hover {
	text-decoration: none;
	color: #00365E;
}

hr {
	margin-bottom: 1em;
	border: none 0;
	border-top: 1px solid #e5dfd3;
}

h1, .hd1 {
	font-family: Frutiger, Lucida Grande, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 150%;
	color: #00365E;
	margin-bottom: .5em;
}

h2, .hd2 {
	font-family: Frutiger, Lucida Grande, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	color: #0055A4;
	margin-bottom: .5em;
}

h3, .hd3 {
	font-family: Frutiger, Lucida Grande, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	color: #00365E;
	margin-bottom: .5em;
	margin-top: 0;
}

h4, .hd4 {
	font-family: Frutiger, Lucida Grande, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #0055A4;
	margin-bottom: .5em;
}

h5, .hd5 {
	font-family: Frutiger, Lucida Grande, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #333;
	margin-bottom: .5em;
}

h6, .hd6 {
	font-family: Frutiger, Lucida Grande, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
	color: #00365E;
	margin-bottom: .5em;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 962px;	
}

#container_top {
	margin: 28px 0 0 0;
	padding: 5px 5px 0 5px;
	width: 952px;
	background-image: url(/amm/themes/lh_home/images/container_header.gif);
	background-repeat: no-repeat;		
}

#header {
	margin: 0;
	width: 950px;
	height: 103px;
	background-image: url(/amm/themes/lh_home/images/bg_header.jpg);
	background-repeat: no-repeat;
}

#container_repeat {
	margin: 0;
	padding: 0 5px;
	width: 952px;
	background-image: url(/amm/themes/lh_home/images/container_repeat.gif);
	background-repeat: repeat-y;
}

#container_bottom {
	margin: 0;
	width: 962px;
	height: 50px;
	background-image: url(/amm/themes/lh_home/images/container_footer.gif);
	background-repeat: no-repeat;
}

#footer {
	font-size: 11px;
	line-height: 160%;
	width: 922px;
	color: #666;
	margin: 0;
	padding: 20px;
	text-align: center;
}

/* Nav's */

#main_nav {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 37px;
	background-image: url(/amm/themes/lh_home/images/bg_nav.jpg);
	background-repeat: repeat-x;
	background-color: #00294e;
	background-position: top;
}

#main_nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	line-height: 37px;
}

#main_nav li a, #main_nav li a:visited {
	margin: 0;
	padding: 8px 20px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#main_nav li a:hover, #main_nav li a:active {
	margin: 0;
	padding: 8px 20px;
	font-size: 11px;
	font-weight: bold;
	color: #C3DDEA;
	text-decoration: none;
}

#main_nav li a.current {
	margin: 0;
	padding: 8px 20px;
	font-size: 11px;
	font-weight: bold;
	color: #C3DDEA;
	font-style: italic;
	text-decoration: none;
}

#footer_nav li {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	display: inline;
}

#footer_nav li a, #footer_nav li a:visited {
	margin: 0;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #00365E;
	text-decoration: underline;
}

#footer_nav li a:hover, #footer_nav li a:active {
	margin: 0;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #00365E;
	text-decoration: none;
}

#content_area_1 {
	font-size: 11px;
	line-height: 160%;
	width: 545px;
	padding: 30px 0 30px 40px;
}

#content_area_2 {
	font-size: 11px;
	line-height: 160%;
	width: 290px;
	padding: 20px 20px 20px 15px;
	float: right;
}

#content_area_3 {
	font-size: 11px;
	line-height: 160%;
	width: 250px;
	margin: 0 10px 0 20px;
	padding: 20px;
	background-image: url(/amm/themes/lh_home/images/bg_column_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#content_area_4 {
	font-size: 11px;
	line-height: 160%;
	width: 250px;
	margin: 0 11px;
	padding: 20px;
	background-image: url(/amm/themes/lh_home/images/bg_column_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#content_area_5 {
	font-size: 11px;
	line-height: 160%;
	width: 250px;
	margin: 0 0 0 10px;
	padding: 20px;
	background-image: url(/amm/themes/lh_home/images/bg_column_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}

div.clear{
	clear: both;
}
