body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote, {
	margin: 0px; padding: 0px; border: 0px;
}

.clear:after {
	content: ""; display: block; clear: both;
}
	.clear { zoom: 1; }
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #3169a1;
	text-decoration: underline;
}
img {
	border: none;
}
a img {
	border: none;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 70px;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 207px;
	height: 65px;
	float: left;
	background: url(../images/logo.png);
	text-indent: -9999px;
}
#nav {
	float: right;
	margin-top: -20px;
}
#nav ul li {
	display: inline;
	list-style-type: none;
}
#nav ul li a {
	margin: 0px 5px;
}
#menu_wrapper {
	margin: 0 auto;
	padding: 0;
}
#menu_wrapper .left {
	float: left;
	padding-top: 20px;
	height: 47px; 
	width: 10px; 
	background: url(../images/blue.png) no-repeat left;
}	
#menu_wrapper div.right {
	float: right;
	height: 47px;
	width: 10px;
	padding-top: 20px;
	background: url(../images/blue.png) no-repeat right;
}

ul#menu {
	width: 940px;
	height: 47px;
	margin: 10px 0;  
	padding: 0;
	float:left;
	list-style: none;
	font-size: 1.1em;
	background: url(../images/nav-bg.png) repeat-x;
}
ul#menu li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#menu li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 47px;
}
ul#menu li:hover a, ul#menu li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#menu a.home {
	background: url(../images/home.png) no-repeat;
	width: 77px;
}
ul#menu a.products {
	background: url(../images/products.png) no-repeat;
	width: 98px;
}
ul#menu a.solutions {
	background: url(../images/solutions.png) no-repeat;
	width: 106px;
}
ul#menu a.services {
	background: url(../images/services.png) no-repeat;
	width: 99px;
}
ul#menu a.news {
	background: url(../images/news.png) no-repeat;
	width: 146px;
}
ul#menu a.about {
	background: url(../images/about.png) no-repeat;
	width: 115px;
}
ul#menu li .sub {
	position: absolute; /*--Important--*/
	top: 44px; left: 0;
	z-index: 99999;
	background: #172737; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#menu li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#menu li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#menu .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#menu .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0 5px 0 5px;  margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}
ul#menu .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #3169a1;
	font-variant: normal;
}
ul#menu .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(../images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#menu .sub ul li a:hover {
	color: #999;
	background-position: 5px 12px ;/*--Override background position--*/
}


#search-site {
	float: right;
	width: 240px;
	margin-top: -48px;
	overflow: hidden;
}

#search-site .searchbox  
{
	float:left;
	background: #e8e8e8 url(../images/icon-search.png) no-repeat;
	padding: 6px 30px;
	margin: 0px 10px 0 0px;
	text-indent: 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		
}

#search-site .searchbutton 
{
	float: left;
}


#search-site input:hover,
#search-site input:focus {
	background: #fff;
	text-indent: 0;
}
#left-content {
	float: left;
	width: 310px;
	margin: 10px 10px 0px 0px;
}
#center-content {
	float: left;
	width: 310px;
	margin: 10px 10px 0px 5px;
}
#right-content {
	float: left;
	width: 310px;
	margin: 10px 0px 0px 5px;
}
#left-content h2, #center-content h2, #right-content h2 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
#left-content .content-middle ul li {
	list-style-type: none;
	padding: 15px 10px 15px 0px;
	list-style-image: url(../images/arrow.png);
	margin-left: -10px;
}


#left-content .arrow {
	background: url(../images/arrow.png) no-repeat 5px;
	margin-left: -30px;
}
#center-content p {
	padding-bottom: 40px;
}
#center-content ul {
	margin-top: -10px;
}
#center-content ul li {
	list-style: none;
}
#center-content ul li a {
	margin: 0px 15px;
}
#center-content .arrow {
	background: url(../images/arrow.png) no-repeat 2px;
	margin-left: -40px;
	margin-top: 5px;
}
#right-content .resources {
	list-style: none;
	margin-left: -40px;
	margin-bottom: -20px;
}
#right-content ul.resources li {
	border-bottom: 1px solid #999;
}
#right-content ul.resources li.last {
	border: none;
}
#right-content ul.resources span.events {
	display: block;
	width: 290px;
	height: 65px;
	border: 1px solid #fff;
	background: url(../images/events.png) no-repeat 0px 0px;
}
#right-content ul.resources span.events:hover {
	background-position: 0px -65px;
}
#right-content ul.resources span.downloads {
	display: block;
	width: 290px;
	height: 65px;
	background: url(../images/downloads.png) no-repeat 0px 0px;
	
}
#right-content ul.resources span.downloads:hover {
	background-position: 0px -65px;
}
#right-content ul.resources span.webinars {
	display: block;
	width: 290px;
	height: 65px;
	border: 1px solid #fff;
	background: url(../images/webinars.png) no-repeat 0px 0px;
}
#right-content ul.resources span.webinars:hover {
	background-position: 0px -65px;
}



.content-top {
	float: left;
	height: 40px;
	width: 310px;
	background: url(../images/box_top.png) no-repeat;
	padding: 0px 15px;	
}
.content-middle {
	float: left;
	width: 288px;
	height: 210px;
	padding: 0 10px;
	border-right: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	background: #fff;
}
.content-bottom {
	float: left;
	height: 16px;
	width: 310px;
	background: url(../images/box_bottom.png) no-repeat;
}


#footer {
		width: 960px;
		margin: 0 auto;
		padding: 10px 0 20px 0;
}
	#footer .copyright {
		font-size: 12px;
		color: #999999;
	}
	#footer .social-media-icons {
	float: right;
	margin: -25px 10px 0 0;
	}
	#footer .social-media-icons p {
	float: left;
	margin: 15px 0 0 -20px;
	color: #999999;
	}
	#footer .social-media-icons ul li	{
	display: inline;
	
	}
	.social-media-icons ul li span.facebook {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: url(../images/facebook.png) no-repeat 0 -16px;
}
	.social-media-icons ul li span.facebook:hover {
	background-position: 0 0;
}
	.social-media-icons ul li span.twitter {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: url(../images/twitter.png) no-repeat 0 -16px;
}
	.social-media-icons ul li span.twitter:hover {
	background-position: 0 0;
}
	.social-media-icons ul li span.youtube {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: url(../images/youtube.png) no-repeat 0 -16px;
}
	.social-media-icons ul li span.youtube:hover{
	background-position: 0 0;
}
	.social-media-icons ul li span.linkedin {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: url(../images/linkedin.png) no-repeat 0 -16px;
}
	.social-media-icons ul li span.linkedin:hover {
	background-position: 0 0;
}

#content {
	margin: 10px 0;
}
#content #left-column {
	float: left;
	width: 160px;
	margin: 10px 10px 10px 10px;
}
#content #left-column h2 {
	font-size: 14px;
	color: #1d3f61;
}
#content #left-column ul li {
	list-style-image: url(../images/arrow.png);
}
#signup #content #left-column ul li {
	list-style-image: none;
	margin-left: -30px;
}
#content #middle-column {
	float: left;
	width: 470px;
	margin: 10px 20px 10px 10px;
}
#content #middle-column a
{
	color: #3169a1;
}

#content #right-column {
	float: right;
	width: 240px;
	margin: 10px 10px 10px 10px;
}
#content #right-column h2 {
	color: #fff;
}
#content #right-column #help ul li {
	list-style: none;
	margin-left: -20px;
}

#content #right-column #help ul li {
	list-style: none;
	margin-left: -20px;
}
#content #right-column ul li {
	list-style-image: url(../images/arrow.png);
	padding: 5px 0;
}
#content #right-column .content-top {
	float: left;
	height: 42px;
	width: 240px;
	background: url(../images/sidebox_top.png) no-repeat;
	padding: 0px 15px;	
}
#content #right-column .content-middle {
	float: left;
	width: 218px;
	height: 100%;
	padding: 0 10px;
	border-right: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	background: #fff;
}
#content  #right-column .content-bottom {
	float: left;
	height: 16px;
	width: 240px;
	background: url(../images/sidebox_btm.png) no-repeat;
	margin-bottom: 10px;
}

#content h1 {
	color: #275481;
	margin-top: -2px;
	font-size: 20px;
}

#content h3 {
	color: #003d76;
}

#content .content-top {
	float: left;
	height: 10px;
	width: 964px;
	background: url(../images/content-bg-top.png) no-repeat;
	padding: 0px 15px;	
}
#content .content-middle {
	float: left;
	width: 941px;
	height: 100%;
	padding: 0 10px;
	border-right: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	background: #fff;
}
#content .content-bottom {
	float: left;
	height: 10px;
	width: 964px;
	background: url(../images/content-bg-btm.png) no-repeat;
}

#secondarynav li.selected a { 
	color: #3169a1;
}

#login #left-column {
	width: 440px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #a7a7a7;
	height: 340px;
}
#login #left-column h2 {
	font-size: 1.4em;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 1px solid #a7a7a7;
}

#login #right-column {
	width: 440px;
	float: right;
}

#login #right-column h2 {
	font-size: 1.4em;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 1px solid #a7a7a7;
}

#signup #left-column {
	width: 660px;
}

#signup #left-column h2 {
	font-size: 1.4em;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 1px solid #a7a7a7;
}

#signup #right-column {
	width: 240px;
}

/* !General Form Styling
--------------------- */
/* -- !Fieldsets & Legends -- */
fieldset {
	border: none;
	position: relative;
	padding: 0;
}
	
/* -- !Introduction Text -- */
.introduction {
	font-size: 1.5em;
	line-height: 1.6;
	margin: 0 0 2em;
}

/* Note */
p.note {
	font-size: 1em;
	margin: 1.7em 0 1.25em;
}

/* -- !Required Fields -- */
fieldset abbr {
	color: #7b0101;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 0 1px;
	vertical-align: middle;
}

/* Right aligned asterisk */
fieldset label abbr {
	display: block;
	font-size: 12px;
	right: 40px;
	padding: 0;
	position: absolute;
	top: 15px;
	width: 16px;
}

#signup fieldset label abbr {
	display: block;
	font-size: 12px;
	right: 260px;
	padding: 0;
	position: absolute;
	top: 15px;
	width: 16px;
}

/* -- !Fields -- */
fieldset div {
	background: url(images/bg-form-fieldset-div.png) repeat-y 0 0;
    margin: 0 0 10px;
    padding: 2px 0 2px 160px;
}

fieldset div.controls {
	margin: 25px 0 0;
	padding: 0;
}

	/* Labels */
    fieldset div label {
    	color: #666;
    	float: left;
    	display: block;
    	font-size: 1.0em;
        font-weight: bold;
        line-height: 1.1;
        margin: 7px 0 0 -160px;
        width: 140px;
    }

	/* Input defaults */
	fieldset div input,
	fieldset div textarea,
	fieldset div select {
		border: 1px solid #a3b4c4;
		border-color: #636d77 #a3b4c4 #c7d2de; 
		color: #333;
	    display: block;
	    font-size: 14px;
	    font-family: Arial, Helvetica, sans-serif;
	    line-height: 1;
	    margin: 0;
	}
	
	/* Focus */
	fieldset div input:focus,
	fieldset div textarea:focus,
	fieldset div select:focus {
		border-color: #636d77;
	}
    
    /* Text inputs */
    fieldset div input {
    	background: #FFF url(images/bg-form-input.gif) repeat-x left top;
    	padding: 5px 5px;
        width: 250px;
    }
    
    /* Select menus */
    fieldset div select {
    	padding: 0 0 0 3px;
        width: 210px;
    }        
    
    /* Textareas */
    fieldset div textarea {
    	background: #FFF url(images/bg-form-input.gif) repeat-x left top;
        height: 89px;
        padding: 6px 5px;
        width: 288px;
    }
    
    /* File Upload */
    fieldset div input[type=file] {
    	background: none;
    	border: inherit;
    	padding: 0;
    }
        
    /* Radio buttons + checkboxes */
    fieldset div ul {
    	margin: 5px 0 0 0;
    }
    
	    fieldset div ul li {
	        margin: 0 0 5px;
	        padding: 0;
			list-style-type: none;
}
	                                 
	        fieldset div ul li label {
	            display: inline;
	            float: none;
		    	font-size: 1em;
	            font-weight: normal;
	            margin: 0;
	            padding: 0;
	        }
	                        
	        fieldset div ul li input {
	        	background: none;
	            border: none;
	            display: inline;
	            margin: 0 5px 0 0;
	            padding: 0;
	            width: auto;
	        }
	        
	/* Groups */
	fieldset fieldset.group {
		background: url(images/bg-form-fieldset-div.png) repeat-y -155px 0;
		color: #666;
		margin: 0 0 10px 155px;
		padding: 0;
	}
	
		fieldset fieldset.group legend span {
			background: none;
			border: none;
			display: block;
	    	font-size: 1.16em;
	        font-weight: bold;
	        left: 0;
	        line-height: 1.1;
	        margin: 9px 20px 0 -155px;
			padding: 0;
			position: absolute;
			width: 140px;
		}
		
		fieldset fieldset.group div {
			background: none;
			float: left;
			margin: 0 0 0 5px;
			padding-left: 0;
		}

	/* Submit */
	fieldset div.controls {
		background: none;
	}
	
		fieldset div.controls input {
			float: left;
			margin-left: 310px;
			width: auto;
		}
		
/* -- !Table of radio buttons -- */
fieldset table {
	border-collapse: collapse;
	border-spacing: none;
	width: 465px;
}
	
	/* Head */
	fieldset table thead th {
		color: #0c1155;
		font-size: 1.16em;
		padding: 0 14px 8px;
	}
		
	/* Body */
	fieldset table tbody th,
	fieldset table tbody td {
		border: 10px solid #FFF;
		border-width: 0 0 10px;
		vertical-align: middle;
	}
	
	fieldset table tbody tr.with-note td,
	fieldset table tbody tr.with-note th {
		border: none;
	}
	
	fieldset table tbody th {
		color: #666666;
		font-size: 1.16em;
		font-weight: bold;
		width: 155px;
	}
	
	fieldset table tbody td {
		background: #f2f2f2;
		padding: 12px 28px;
	}
	
	/* General */
	fieldset table th.private,
	fieldset table td.private {
		text-align: left;
	}
	
	fieldset table th.contacts,
	fieldset table td.contacts {
		text-align: center;
	}
	
	fieldset table th.public,
	fieldset table td.public {
		text-align: right;
	}
	
	fieldset table input {
		margin: 0;
		padding: 0;
	}
	
	fieldset table td.note {
		padding: 2px 10px 12px; 
	}
		
/* -- !Validation -- */
fieldset div,
fieldset fieldset.group {
	position: relative;
}

	/* List of Messages */
	#form-messages {
		background: url(images/bg-form-messages.gif) no-repeat 0 2px;
		font-size: 1.16em;
		margin: 2.5em auto;
		padding: 0 0 0 23px;
		width: 280px;
	}
	
		#form-messages h2 {
			color: #630000;
			font-weight: normal;
			font-size: 1em;
			margin: 0;
		}
		
		#form-messages ul {
			color: #633000;
			padding: 0 0 0 30px;
		}
		
			#form-messages ul li {
				background: url(images/bg-form-messages-li.gif) no-repeat 0 0.55em;
				padding: 0 0 0 19px;
			}
		
		#form-messages a {
			color: #633000;
			text-decoration: underline;
		}
		
		#form-messages a:hover,
		#form-messages a:focus {
			text-decoration: none;
		}
	
	.valid #form-messages {
		background-image: url(images/bg-form-messages-success.gif);
	}
	
		.valid #form-messages h2 {
			color: inherit;
		}

	/* Error Message */
	fieldset strong.error {
		clear: left;
		color: #993333;
		display: block;
		margin: 0.5em 0 0.2em 5px;
	}
	
	/* Field */
	fieldset div input.error,
	fieldset div textarea.error,
	fieldset div select.error {
		border: 1px solid #993333;
	}
	
	/* Icon */
	fieldset img.icon {
		right: 60px;
		position: absolute;
		top: 10px;
	}


/* !Sign Up Form
--------------------- */
/* -- Login -- */
#container {
	position: relative;
}

#sign-up .log-in {
	background: #eaeaea;
	margin: 0;
	line-height: 1;
	padding: 10px 12px;
	position: absolute;
	right: 20px;
	top: 30px;
}

	#sign-up .log-in a {
		font-weight: bold;
	}

/* -- !Date of Birth -- */
fieldset fieldset#section-dob div label {
	position: absolute;
	top: -999em;
}

fieldset fieldset#section-dob div select {
	width: 85px;
}

fieldset fieldset#section-dob div select#dob_month {
	width: 108px;
}

fieldset fieldset#section-dob em.note {
	clear: left;
	display: block;
	font-style: normal;
	margin: 0 0 0.5em 5px;
}
		
/* -- !Terms of Service Agreement -- */
#field-agree-tos {
	background: none;
}

/* -- !Your Profile Link -- */
#field-profile-link .profile-link-prefix {
	display: block;
	float: left;
	font-size: 1.16em;
	line-height: 1.1;
	margin: 9px 10px 0 0;
	text-align: right;
	width: 133px;
}

#field-profile-link input {
	width: 145px;
}

/* -- !Submit -- */
#sign-up fieldset .controls input#submit {
	background: url(images/ir-submit-create-profile.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 32px 0 0 136px;
	width: 136px;
}


/* !Feedback Form
--------------------- */
/* -- !Submit -- */
#feedback fieldset .controls input#submit {
	background: url(images/ir-submit-submit-feedback.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 32px 0 0 129px;
	width: 149px;
}


/* !Privacy Settings
--------------------- */
/* -- !Submit -- */
#privacy-settings fieldset .controls input#submit {
	background: url(images/ir-submit-privacy-settings.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 32px 0 0 144px;
	width: 144px;
}


/* !Edit Profile
--------------------- */
/* -- !Gender -- */
fieldset #field-gender {
	background: #FFF;
}

	fieldset #field-gender ul {
		overflow: hidden;
	}
	
		fieldset #field-gender ul li {
			float: left;
			margin-right: 38px;
		}
		
/* -- !Submit -- */
#edit-profile fieldset .controls input#submit,
#edit-profile fieldset .controls input#preview {
	background: url(images/ir-submit-edit-profile.png) no-repeat -140px 0;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 32px 0 0 66px;
	width: 66px;
}

#edit-profile fieldset .controls input#preview {
	background-position: 0 0;
	margin: 0 8px 0 0;
	padding: 32px 0 0 132px;
	width: 132px;
}


/* !Advanced Search
--------------------- */
/* -- !Keywords -- */
#field-keywords label {
	position: absolute;
	top: -999em;
}

/* -- !Submit -- */
#advanced-search fieldset .controls input#submit {
	background: url(images/ir-submit-search.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 32px 0 0 91px;
	width: 91px;
}


/* !Change Password
--------------------- */
/* -- !Submit -- */
#change-password fieldset .controls input#submit {
	background: url(images/ir-submit-submit-save-password.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 32px 0 0 137px;
	width: 137px;
}


/* !JS Enhancements
--------------------- */

/* -- !Password Strength -- */
#psr_score {
	background: transparent;
	display: block;
	margin: 0;
	padding: 0;
	width: 200px;	
}

	.psr_Weak,
	.psr_Medium,
	.psr_Strong,
	.psr_Excellent {
		background: transparent url(images/bg-password-strength.png) no-repeat 0 0;
		display: block;
		margin: 0.5em 0 0.2em 5px;
		padding: 10px 0 0;
	}
	
	.psr_Medium {
		background-position: 0 -50px;
	}
	
	.psr_Strong {
		background-position: 0 -100px;
	}
	
	.psr_Excellent {
		background-position: 0 -150px;
	}


/* -- !Select Menu -- */
fieldset div.selectbox-wrapper,
fieldset fieldset#section-dob div.selectbox-wrapper {
	border:1px solid #ccc;
	background: #FFF;
	float: none;
	margin: 0 0 0 5px;
	max-height: 150px;
	overflow: auto;
	padding: 0;
	position: absolute;
	width: auto;
	z-index: 100;
}

	fieldset div.selectbox-wrapper ul {
		background: #FFF;
		float: none;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}

		fieldset div.selectbox-wrapper ul li.selected { 
			background-color: #EAF2FB;
		}

		fieldset div.selectbox-wrapper ul li.current { 
			background-color: #CDD8E4;
		}

		fieldset div.selectbox-wrapper ul li {
			cursor: pointer;
			display: block;
			list-style-type: none;
			margin: 0;
			padding: 2px 5px;
		}

.selectbox-input-wrapper {
	background: url(images/ui-form-select.png) no-repeat 0 0;
	display: block;
	margin: 0 5px 0 0;
	padding: 0 0 0 10px;
	width: 293px;
}

	fieldset div .selectbox {
		background: url(images/ui-form-select.png) no-repeat 100% 0;
		border: none;
		display: block;
		margin: 0 -5px 0 0;
		padding: 5px 0;
		cursor: pointer;
		width : 288px;
	}
	
/* Date of Birth */
/* Pseodo Select */
fieldset fieldset#section-dob div input.selectbox {
	width: 85px;
}

/* Wrapper for Psuedo Select */
fieldset fieldset#section-dob div .selectbox-input-wrapper {
	width: 80px;
}

.navheading{margin-left: 18px; font-size: 14px;}
.note{
	font-size: 10px;
}
.navheading a {text-decoration:none; }
.navheading a:hover {color: #497164;}
#leftnav ul {
margin-left: 2px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}
#leftnav li {
	list-style:none;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 0px;
	border-top: 1px solid #cecece;
	background-color: #FFF;
	padding-left: 24px;
	}
#leftnav li a{
	text-decoration:none;
	color: #497164;
	}
#leftnav li a:hover {
	color:#000;
	}
#leftnav li.selected {
	background-image: url(images/selectedbg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;

	color: #000;
	overflow:hidden;
	padding-right: 4px;
	}
#leftnav li.selected a {color: #000;}
/* added by MS */

/*#leftnav li.selected a
{    
    background-image: url(images/selected_tic.jpg);
    background-repeat: no-repeat;
    background-position: 15px center;
}*/
li.last {border-bottom: 1px solid #cecece;}
/**/

.subnav {
	background-color: #FFFFFF;
	padding-left: 35px;
	padding-top: 0px;
	margin-left: 2px;
	margin-top: 0px;
	font-size: 8px;
	}
.subnav A {text-decoration:none;}
.subnav A:Hover {color: #3169a1; text-decoration: underline;}
.subnav P {
	margin-bottom: 4px;
	margin-top: 7px;
	padding-bottom: 0px;
	line-height: 11px;
	font-size: 10px;
	}
