/** STRUCTURE **/
body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 11px;
}
html {
	overflow: -moz-scrollbars-vertical;
}
#wrapper {
	width: 890px;
	margin: 0 auto;
}
#header {
	width: 890px;
	height: 141px;
	background: url(../images/bg_header.jpg) no-repeat top center;
}
#nav_a {
	width: 358px;
	float: right;
	margin: 95px 14px 0 0;
}
#login {
	width: 875px;
	height: 25px;
	padding: 0 7px 0 8px;
	display:none;
}
#nav_b {
	width: 875px;
	height: 34px;
	margin: 0 auto;
	background: url(../images/bg_nav_b.jpg) repeat-x;
	z-index: 100 !important;
}
#content {
	width: 875px;
	margin: 0 auto;
	padding: 15px 0;
}
#feeds {
	width: 875px;
	margin: 0 auto;
	padding: 3px 0 0 0;
}
#footer_a {
	width: 875px;
	height: 272px;
	margin-left: 8px;
	background: #F1F1F1;
	color: #646464;
	line-height: 17px !important;
	padding: 17px 0 0 0;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#footer_a a {
	color: #646464;
	text-decoration: none;
}
#footer_a a:hover {
	text-decoration: underline;
}
#footer_a_left {
	width: 205px;
	height: 100%;
	float: left;
	margin-left: 20px;
}
#footer_a_center {
	width: 205px;
	height: 100%;
	float: left;
}
#footer_a_right {
	width: 205px;
	height: 194px;
	float: left;
}
#footer_b {
	width: 875px;
	height: 20px;
	padding: 9px 7px 20px 8px;
	color: #b7b7b7;
	float: left;
}
#footer_b a {
	color: #4b4b4b;
}
#searchBox {
	width: 319px;
	height: 76px;
	background: url(../images/bg_searchBox.png) no-repeat;
	padding: 30px 0 0 20px;
	float: right;
	margin-right: -20px;
}
.topShadowWhite {
	width: 875px;
	height: 5px;
	margin: 0 auto;
	background: url(../images/bg_contentTopShadowWhite.gif) repeat-x;
	margin-top: -5px;
}


/*Links*/
a {
	color: #005da4;
	text-decoration: underline;
}
a:hover {
	color: 005da4;
	text-decoration: underline;
}
a img {
	border: none;
}
a:focus {
	outline: none;
}


/*Images*/
img {
	border: none;
}
#moveLogo {
	margin: 17px 0px 0px 43px;
}



/*Form Elements*/
input.inputBorder {
	width: 164px;
	border-collapse: collapse;
	border: 1px solid #8f8e8f;
	font-size: 11px;
	font-family: arial, sans-serif;
	padding: 0 5px;
}
table#loginForm {
	float: right
}


/*News Feed*/
#news {
	padding: 20px 35px;
}
#news ul {
	margin-left: -40px;
}
#news li {
	list-style-type: none;
	margin-bottom: 30px;
}
#news p.headline {
	font-size: 14px;
	font-weight: bold;
	margin:0 0 0 0;
}
#news p.date {
	margin:0 0 0 0;
	color: #a4a4a4;
}
#creditfooter {
	display: none;
}


/*Surveys and Announcements Feed*/
#surveysAndAnnouncements {
	padding: 20px 35px;
}

/** TYPOGRAPHY STYLES **/
h1 {
	font-size: 16px;
	margin: 0;
}
h2 {
	font-size: 16px;
	margin: 0;
}
h3 {
	font-size:14px;
     font-weight:bold;
     margin:0;
     color:#005da4;
}
h4 {
	font-size: 12px;
	margin: 0;
}
h5 {
	font-size: 11px;
	margin: 0;
}
h6 {
	font-size: 10px;
	margin: 0;
}
hr {height:1px;background:url(../images/rule_dotted.png);border:none;}

hr.white {height:1px;background:url(../images/rule_dottedWhite.png);border:none;}

.blue {color:#005da4;}

.bold {
font-weight:bold;
}

.subTitleItalic {font-size:12px;font-style:italic;font-weight:bold;}

ul.styled_list li{line-height:18px;list-style-image:url(../images/check_bullet.png);margin:0px 0px 5px 0px;}
ul.styled_listWhite li{line-height:18px;list-style-image:url(../images/check_bulletWhite.png);margin:0px 0px 5px 0px;}

/** FORM ERROR STYLES **/
input.error {border:3px solid #FF0000;}
textarea.error {border:3px solid #FF0000;}
label.error {color:#FF0000;float:left;clear:both;font-weight:bold;}

/** PREFERRED VENDOR LISTING STYLES **/

span.vendorName {
font-size:14px;
font-weight:bold;
}

.preferredVendorTable td.logoCell {
padding-bottom:20px;
width:130px;
}

.preferredVendorTable td.infoCell {
padding-bottom:20px;
}

.vipPackage {width:540px;float:left;padding-right:15px;}
.toolkit {width:270px;float:left;background:#005da4;color:#FFF;padding:15px;margin-bottom:15px;}