/* CSS Document */


body {
	background: #fff url(../images/rebrand/background.png) repeat-y;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
img { 
	border: 0;
	display: inline;
}
#header {
	width: 930px;
	height: 150px;
	background: #fff url(../images/rebrand/header_bg.png) no-repeat top left;
	margin: 0; padding: 0;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 .homelink {
	background: transparent url(../images/rebrand/logo2.png) no-repeat;
	/*background: transparent url(../images/rebrand/logo.png) no-repeat;*/
	width: 500px;
	height: 150px;
	display: block;
	position: relative;
	top: 20px;
	left: 12px;
	z-index:1;
}
#header h1 .no-risk {
	background: transparent url(../images/index/no-risk-guarantee.png) no-repeat;
	/*background: transparent url(../images/rebrand/logo.png) no-repeat;*/
	width: 351px;
	height: 120px;
	display: block;
	position:absolute;
	/*position: relative;*/
	top: 30px;
	left: 520px;
	z-index:2;
}
.hide {
	display: none;
}
#upper {
	width: 930px;
	height: 105px;
	padding: 0;
	margin: 0;
}
#sprtr {
	width: 930px;
	height: 1px;
	padding: 0;
	margin: 0;
	float: clear;
}
#lower {
	width: 930px;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
}
#menucontainer {
	width: 930px;
	padding: 0;
	margin: 0;
	height: 38px;
}
#menucontainer .menu {
	background: transparent url(../images/rebrand/menu_bg.png) no-repeat;
	width: 902px;
	margin: 0 8px 0 7px;
	padding: 0;
	height: 37px;
	min-height: 38px;
	position: relative;
	z-index: 1000;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #fff;
	width: auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	position: relative;
}
.menu ul li#menu_services a.menu_services:link, .menu ul li#menu_services a.menu_services:visited, .menu ul li#menu_services a.menu_services:active {
	width: 172px;
}
.menu ul li#menu_providers a.menu_providers:link, .menu ul li#menu_providers a.menu_providers:visited, .menu ul li#menu_providers a.menu_providers:active {
	width: 158px;
}
.menu ul li#menu_learn a.menu_learn:link, .menu ul li#menu_learn a.menu_learn:visited, .menu ul li#menu_learn a.menu_learn:active {
	width: 144px;
}
.menu ul li#menu_enroll a.menu_enroll:link, .menu ul li#menu_enroll a.menu_enroll:visited, .menu ul li#menu_enroll a.menu_enroll:active {
	width: 121px;
}
.menu ul li#menu_process a.menu_process:link, .menu ul li#menu_process a.menu_process:visited, .menu ul li#menu_process a.menu_process:active {
	width: 130px;
}
.menu ul li#menu_about a.menu_about:link, .menu ul li#menu_about a.menu_about:visited, .menu ul li#menu_about a.menu_about:active {
	width: 98px;
}
.menu ul li#menu_testamonial a.menu_testamonial:link, .menu ul li#menu_testamonial a.menu_testamonial:visited, .menu ul li#menu_testamonial a.menu_testamonial:active {
	width: 135px;
	background-image: none;
}
.menu ul li#menu_about:hover > a.menu_about {
	background: #eee url(../images/rebrand/rollover_bg.png) top right no-repeat;
}
.menu ul li#menu_about a.menu_about:hover {
	background: #eee url(../images/rebrand/rollover_bg.png) top right no-repeat;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	font-size: 0.85em;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #343434;
	height: 38px;
	background: transparent url(../images/rebrand/menu_separator.png) right no-repeat;
	white-space: nowrap;
	line-height: 38px;
	min-height: 100%;
}
.menu ul li a:hover {
	background: #eee url(../images/rebrand/rollover_bg.png) top right no-repeat;
}
.menu ul li:hover > a {
	background: #eee url(../images/rebrand/rollover_bg.png) top right no-repeat;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width: 200px;
	w\idth: 189px;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #c7dde2;
	color: #000;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background: #517d95;
	color: #fff;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 38px;
	left: 0;
	width: 200px;
	background: #eee;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top: 37px;
	t\op: 36px;
}
/* position the third level flyout menu */
.menu ul ul ul{
	left: 220px;
	top: 0;
	width: 200px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left: -200px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
}
/* style the second level links */
.menu ul ul li {
	background: #eee;
	padding: 0 0.5em 0 0.5em;
}
.menu ul ul li.first {
	padding-top: 0.5em;
}
.menu ul ul li.last {
	padding-bottom: 0.5em;
}
.menu ul ul a, .menu ul ul a:visited {
	display: block;
	background: #eee;
	color: #000;
	width: 200px;
	height: 24px;
	line-height: 24px;
	padding-left: 0.4em;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	white-space: nowrap;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a{
	width: 200px;
	w\idth: 180px;
}
* html .menu ul ul ul {
	left: 200px;
	l\eft: 180px;
}
/* style the top level hover */
.menu ul a:hover {
	color: #000;
	background-color: #eee;
}
 .menu :hover > a{
	color: #000;
	background-color: #eee;
}
/* style the second level hover */
.menu ul ul a:hover{
	color: #000;
	background: #fff;
}
.menu ul ul :hover > a {
	color: #000;
	background: #fff;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility: visible;
}
#usernav {
	position: absolute;
	font-family: Arial, sans-serif;
	left: 445px;
	top: 110px;
	width: 455px;
	text-align: right;
	color: #c00;
	font-size: 75%;
}
#usernav a {
	color: #c00;
}
#sign_in {
	position: absolute;
	top: 164px;
	left: 575px;
	width: 330px;
	height: 32px;
	z-index:1000;
}
#sign_in ul {
	margin: -1px 0 00 0;
	padding: 0;
	list-style-type: none;
	height: auto;
}
#sign_in li {
	width: auto;
	padding: 0 6px;
	color: #c00;
	font-family: Arial, sans-serif;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.1em;
	float: right;
	white-space: nowrap;
	border-right: 1px solid #c00;
	overflow: hidden;
	text-align: right;
}
#sign_in li.last {
	border: none;
	width: auto;
}
#sign_in li.welcome {
	overflow: hidden;
	padding-left: 0;
	width: 155px;
}
#sign_in li a {
	font-size: 100%;
	color: #c00;
	text-decoration: none;
}
#sign_in li a:hover {
	text-decoration: underline;
}
#searchbox_new {
	position: absolute;
	top: 26px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/graphics/search_bg.gif) 0 0 no-repeat;
	left: 726px;
	width: 180px;
	z-index:0;
}
#searchbox_new form {
	padding: 0;
	margin-top: 6px;
	height: 32px;
}
#searchbox_new fieldset {
	border: none;
	padding: 0;
	margin: 0;
	height: 32px;
	position: relative;
	z-index: 99;
	padding-left: 6px;
}
#searchbox_new input {
 	border: 0;
	vertical-align: middle; 
	background-color: transparent; 
	line-height: 18px; 
	height: auto; 
	padding: 0;
	font-size: 0.95em;
	width: 146px;
}
#searchbox_new #submitsearch {
	vertical-align: middle;
	width: auto;
}
#sales_phone {
	position: absolute;
	left: 700px; 
	top: 101px;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
#submitsearch {
	border: 12px solid #fff; 
	padding: 0; 
	margin: auto -3px 0 0;
	vertical-align: middle;
}
#btn {
	position: absolute;
	top: 32px;
	left: 879px;
	z-index: 1001;
}
#logos {
	margin: 1.5em 0;
}
.slogan {font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	z-index:99;
	color:#333;
	left:20px;
	top:5px;
}
.print_hide { /* For print.css */
	display: none;
}
#sales_assistance {
	float: right;
	width: 170px;
	height: 30px;
	font-size: 1.2em;
	color: #000000;
	background: transparent url(../images/rebrand/phone.gif) no-repeat top left;
	padding: 2px 0 0 40px;
	margin: -50px 10px 0 0;
}
#sales_assistance strong {
	display: block;
}

