@charset "UTF-8";
/* CSS Document */

/***********************
 * GENERAL-USE CLASSES *
 ***********************/
.black {
	color: #171717;
}

.red {
	color: #bc041f;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right
{
    float: right;
    clear: left;
}

.nowrap {
	white-space: nowrap;
}

.super {
	position: relative;
	top: -.3em;
}

.disclaimer
{
    color: #D1CEC6;}

/******************
 * GENERAL STYLES *
 ******************/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%
	position: relative;
	z-index: -3;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #313131;
	height: 100%;
	position: relative;
	z-index: -2;
}

h2 {
	color: #c10622;
}

h3 {
	color: #c10622;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 10px 0;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0;
}

p {
	margin: 8px 0;
}

sup 
{

    vertical-align: baseline;
    font-size: 0.8em;
    position: relative;
    top: -0.4em;
}

div.wrapper {
	width: 782px;
	margin: auto;
	position: relative;
}

a {
	color: #bc041f;
	text-decoration: none;
}

img {
	border: none;
}
/**********
 * HEADER *
 **********/
 
#header {
	padding: 15px 20px 0 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1000;
}

a.logo {
	display: block;
	float: left;
}

form.search {
	float: right;
	position: relative;
	padding-right: 65px;
	top: 1px;
}

form.search #searchParam_input {
	width: 120px;
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
	border: 1px solid #9fa6a6;
	background: #efefef url(../images/icons/search.png) no-repeat left;
	padding: 0 5px 0 30px;
}

form.search #searchButton {
	position: absolute;
	right: 0;
	bottom: -1px;
}

.ie7 form.search #searchButton {
	bottom: 0;
}

div.social {
	float: right;
	margin-right: 1px;
	margin-top: 3px;
	width: 64px;
}

div.social a {
	width: 14px;
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0 2px 0 0;
}

div.social #linkedin_link {
	background: url(../images/icons/linkedin.gif);
}

div.social #rss_link {
	background: url(../images/icons/rss.gif);
}

div.social #twitter_link {
	background: url(../images/icons/twitter.gif);
}

div.social #facebook_link {
	background: url(../images/icons/facebook.gif);
}

/* VCS Added for standard lists*/
ul.nobullet
{
    list-style:none;
}

ul.indent, ol.indent
{
    padding-left:50px;
    
}

/*END */


ul.menu {
	clear: right;
	float: right;
	list-style: none;
	background: url(../images/menu_bg.png) repeat-x center;
	height: 25px;
	border: 1px solid #d3d3d3;
}

.ie7 ul.menu {
	position: relative;
	top: -16px;
	width: 545px;
}

ul.menu li {
	display: block;
	float: left;
	margin-top: 7px;
	height: 16px;
}

ul.menu li.active,
ul.menu li:hover {
	border-bottom: 2px solid #ce1a35;
}

ul.menu li a {
	display: block;
	float: left;
	height: 12px;
	padding: 0 10px;
	border-right: 1px solid #a0a0a0;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #000000;
}

ul.menu li.last a {
	border-right: none;
}


/************
 * SIDE NAV *
 ************/

#sideNav {
	width: 192px;
	background: url(../images/vr.gif) no-repeat right 106px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

#sideNav ul.navMenu {
	padding-top: 136px;
	width: 191px;
	background-position: center bottom;
	background-repeat: no-repeat;
	list-style: none;
}

#sideNav ul.navMenu li {
	background: url(../images/divider.png) no-repeat left bottom;
	padding: 8px 0 8px 23px;
	border: none;
}

#sideNav ul.navMenu li:hover,
#sideNav ul.navMenu li.active {
	border-left: 3px solid #CE1A35;
	padding-left: 20px;
}

#sideNav ul.navMenu li a,
#sideNav ul.navMenu li h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	width: 100%;
	color: #000000;
}

#sideNav ul.navMenu ul.submenu {
	list-style: none;
	padding-bottom: 5px;
}

#sideNav ul.navMenu ul.submenu li {
	background: none;
	padding: 2px 0 2px 13px;
	border: none;
}

#sideNav ul.navMenu ul.submenu li a {
	font-size: 12px;
	line-height: 14px;
	color: #bb0620;
}

#sideNav ul.navMenu ul.submenu li a:hover {
	text-decoration: underline;
}


#sideNav h4#getOurNewsletter {
	margin: 20px 0 0px 10px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#sideNav form.newsletter {
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}

#sideNav form.newsletter input[type="text"]{
	width: 111px;
	border: 1px solid #9fa6a6;
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
}

#sideNav form.newsletter #joinButton {
	position: absolute;
	width: 57px;
	height: 21px;
	left: 111px;
	bottom: -1px;
}

.ie7 #sideNav form.newsletter #joinButton {
	bottom: 0;
}


/**********
 * FOOTER *
 **********/

div#footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}

div#footer .wrapper {
	width: 100%;
}

div#footer #partnersWrapper {
	background: url(../images/partners_bg.gif) repeat-x left top;
	border-top: 1px solid #c6c6c6;
	height: 47px;
}

div#footer #bottomBarWrapper {
	background: url(../images/bottombar_bg.png) repeat-x left;
	height: 26px;
}

div#partners {
	width: 782px;
	margin: auto;
}

div#partners a.leftArrow {
	display: block;
	float: left;
	width: 9px;
	height: 16px;
	margin: 15px 0 11px 15px;
	background: url(../images/icons/left_arrow.png) no-repeat center;
}

div#partners a.rightArrow {
	display: block;
	float: right;
	width: 9px;
	height: 16px;;
	margin: 15px 15px 16px 0;
	background: url(../images/icons/right_arrow.png) no-repeat center;
}

div#partners div.logosWrapper {
	overflow: hidden;
	height: 47px;
	position: relative;
}

div#partners div.logos {
	white-space: nowrap;
	height: 100%;
	width: 1000px;
	position: relative;
}

div#partners div.logo {
	width: 103px;
	height: 100%;
	display: block;
	float: left;
}

div#partners div.logo img {
	display: block;
	margin: auto;
}

div#bottomBar {
	width: 782px;
	margin: auto;
	font-size: 9px;
	color: #ffffff;
}

div#bottomBar ul.links {
	float: left;
	list-style: none;
	margin-top: 9px;
	margin-left: 11px;
}

div#bottomBar ul.links li {
	display: block;
	float: left;
	border-right: 1px solid #ffffff;
	padding: 0 6px 0 4px;
}

div#bottomBar ul.links li.last {
	border-right: none;
}

div#bottomBar ul.links li a {
	color: #ffffff;
	text-decoration: none;
}

div#bottomBar div.legal {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}
