﻿@import url(../Common/default.css);

body {
	background-color:#671d43;
}


#banner {
	background-image:url(Images/BG/banner_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#banner #simpleSearchWidget input {
	border:solid 1px #a09891;
}

#banner #simpleSearchWidget .searchButton {
	background-image:url(../../Corp/Images/Button/search_btn.gif);
}

#sideNav #navMenu {
	background-color:#d9d6d3;
}

#sideNav ul li a {
	background-image:url(Images/Nav/sidenav_top_level_expandable_bg.gif);
	background-repeat:no-repeat;
}

#sideNav ul li.expandable a {
	background-image:url(Images/Nav/sidenav_top_level_expandable_bg.gif);
}

#sideNav ul li.active a {
	background-image:url(Images/Nav/sidenav_top_level_expanded_bg.gif);
}

#sideNav #navMenu ul ul li {
	line-height:15px
}

#sideNav #navMenu ul ul li a {
	color:#81766d;
}

#sideNav #navMenu ul ul li.active ul li a {
	background-image:none;
}

#sideNav #navMenu ul ul li.active a, #sideNav #navMenu ul ul li ul li.active a {
	background-image:url(Images/Nav/secondary_item_bullet.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#sideNav .quickLinks div {
	background-color:#c5c0bc;
	background-image:url(Images/Nav/quicklink_bg.gif);
	background-position:bottom right;
	background-repeat:repeat-x;
}

/* CONTENT AREA STYLES */

body.home #bodyCopy #splash {
	padding:8px 0 0 0;
	
	border-top:solid 6px #81766D;
}

body.home #bodyCopy #textContent {
	padding:0 0;
	
	background-image:none;
}

body.home #bodyCopy #textContent div {
	min-height:128px;
	
	border-top:none;
	background-position:bottom left;
	background-repeat:repeat-x;
}

* html body.home #bodyCopy #textContent div {
	height:128px;
}

body.home #bodyCopy #textContent div.left {
	background-color:#bed9d6;
	background-image:url(Images/BG/vert_gradient_green_light.gif);
}

body.home #bodyCopy #textContent div.right {
	width:175px;
	padding:0 0;
	
	background-color:#b4d1e7;
	background-image:url(Images/BG/vert_gradient_blue_light.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

body.home #bodyCopy #textContent div h2 {
	margin:0 0 8px 0;
	
	background-attachment:top left;
	background-repeat:repeat-x;
	
	color:white;
	font-size:12px;
	line-height:14px;
}

body.home #bodyCopy #textContent div.left h2 {
	background-image:url(Images/BG/vert_gradient_green.gif);
}

body.home #bodyCopy #textContent div.right h2 {
	background-image:url(Images/BG/vert_gradient_blue.gif);
}

body.home #bodyCopy #textContent div h2 a {
	display:block;
	width:159px;
	margin:0 0;
	padding:4px 8px;
	
	background-image:url(Images/Icon/hm_home_link_arrow.gif);
	background-position:top right;
	background-repeat:no-repeat;
	
	color:white;
	text-decoration:none;
}

body.home #bodyCopy #textContent div.left h2 a {
	background-image:url(Images/Icon/hm_home_link_arrow.gif);
}

body.home #bodyCopy #textContent div.right h2 a {
	background-image:url(Images/Icon/hms_home_link_arrow.gif);
}

body.home #bodyCopy #textContent div ul {
	margin:0 0 0 8px;
	padding:0 0;
	
	list-style:none;
}

body.home #bodyCopy #textContent div ul a {
	font-weight:bold;
	color:#671f41;
	text-decoration:none;
}

body.home #bodyCopy #textContent div a:hover {
	text-decoration:underline;
}




