@charset "utf-8";
/* CSS Document */



/* MAIN SITE */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, sans-serif;
	/*font-size:16px;*/
	/*font-size:62.5%;*/
	
	/* font-family: verdana, Arial, sans-serif; */
	/*font-size: 12pt;*/
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	/*background-image:url(/assets/images/pagebackgrnd_gradient.png);
	background-repeat:repeat-x;*/
	/*background-color:#b0a530;*/
	/*background-color:#d6cc60;*/
	background-color:#e5e5e5;
}

div.bodyWrapper
{
	position:static;
	background-image:url(/assets/images/bodybackgrnd-w-shadow.png);
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 0px;
	margin-bottom: 0px; */
}

.smallFont
{
	font-size:9px;
}



/* HEADER */
/* ============================================================ */
div.header
{
	position:relative;
/*	background-image:url(/assets/images/header/headerbkgrnd.png);	*/
	background-repeat:repeat;
/*	background-color:#669;	*/
	background-color:#FFF;	
	width: 960px;
	/*height: 195px;*/
	height: 120px;
	margin-left: 0px;
	margin-right: 0px;
}


img#headerLogo
{
	position:absolute;
	top: 49px;
	left: 0px;
	margin-left:0px;
	/*	padding-left:25px; */
	padding-right: 0px;
	padding-top:0px;
	padding-bottom:0px;
}

img#logos
{
	position:relative;
	top:-15px;
}

#header-search
/*#headerFunctions*/
{
	display: none;
	/*
	position:absolute;
	top: 65px;
	right: 5px;
	*/
	/*width: 350px;*/
	/*width: 400px;*/
	/*height: 35px;*/
	/*
	text-align:right;
	*/
	/*background-color: red; debug*/
	
	/*
	left: 555px;
	margin-right: 5px;
	text-align:right;
	vertical-align:top;
	*/
}



/* BREADCRUMBS */
.breadcrumbs {
	position: relative;
	/*float: left;*/
	FONT-SIZE: 11px; FONT-FAMILY: verdana, Arial, sans-serif;
	padding:9px 9px 9px 0;
	text-align:left;
}

.breadcrumbs a {
	font-weight: bold;
	color: #2489ce;
}

/* SHARE AND PRINT ICONS */
#shareprintIcons {
	float:right;
	margin-right: 20px;
}

#shareprintIcons span {
	display: block;
}

#shareprintIcons .page-option {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 0%;
	font-size: 11px;
	font-family:verdana, Arial, sans-serif;
	/*text-transform: uppercase;*/
	text-align: center;
	text-decoration: none;
	color: rgb(0, 0, 0);
	overflow: hidden;
}


/*Google Translate*/
/*
.goog-te-gadget, .goog-te-combo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 57px;
	overflow: hidden;
	opacity: 0;
}
*/

/* .goog-te-gadget-simple *{display:none;} */  /* hides the default Google 'Select Language' dropdown */


/*
.goog-te-gadget-simple:first-child {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 22px;
	height:18px;
	overflow: hidden;
	border-left: 0px solid #ffffff;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
	background: none;
	display: inline;
}
*/

/* IE7 needs width set for div#translate. Set in ie7.css  */

#translate-this {
	/*display:inline-block;*/
	/*margin: 10px auto 0;*/
	/*
	width: 22px;
	height:18px;
	*/
	width: auto;
	height:auto;
	position: relative;
	cursor: hand;
	/*background: transparent url(../images/translateicon.gif) no-repeat;*/
	
}
/*
.goog-te-gadget-simple {
	width: 30px !important;
	height: 30px !important;
	background-color: green;
}
*/
#size-this { padding-top: 12px; }
#email-updates { padding-top: 14px; }
#email-this { padding-top: 4px; }
#print-this { padding-top: 8px; }

/* This turns off the top bar in google translate
.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }*/


div.clearspace{
	clear:both;
}
/* SKIP NAV */
.skipnav { text-align: left; }
.skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; } 
/* SKIP NAV */
.skipnav { text-align: left; }
.skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; } 



/* FOOTER */
/* ============================================================ */
div.footer
{
	clear:both;
}


div.footerMenu
{
	position:static;
	background-image: url(/assets/images/footer/footerMenu_background.png);
	background-repeat:repeat;
	width: 958px;
}
p#footerMenuHeader
{
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	margin-left:10px;
}

p#footerMenuItems
{
	margin-top:0px;
	margin-left:20px;
	margin-right:10px;
	text-align:left;
	/*line-height:25px;*/
	font-size:11px;
	padding-bottom:5px;
}
a.footerMenuLink:link { color:#000; text-decoration: none; }
a.footerMenuLink:visited { color:#000; text-decoration: none; }
a.footerMenuLink:hover { color:#fff; text-decoration: underline; }
a.footerMenuLink:active { color:#000; text-decoration: none; }

a.footerMenuHeader:link { color:#000; text-decoration: none; }
a.footerMenuHeader:visited { color:#000; text-decoration: none; }
a.footerMenuHeader:hover { color:#fff; text-decoration: underline; }
a.footerMenuHeader:active { color:#000; text-decoration: none; }

div.footerLinks
{
	position:static;
	background-image: url(/assets/images/footer/footer_background.png);
	width: 958px;
	height: 42px;
	/* left: 1px; */
	padding-top:1px;
	font-size:11px;
}
a.footerLink:link { color:white; text-decoration: underline; }
a.footerLink:visited { color:white; text-decoration: underline; }
a.footerLink:hover { color:white; text-decoration: none; }
a.footerLink:active { color:white; text-decoration: underline; }

#footerContactInfo
{
	position:relative;
	text-align:center;
	font-size:smaller;
	margin-top:10px;
}


td.footerDividerImg
{
	background-image: url(/assets/images/footer/footerMenu_divider.png);;
	background-repeat: repeat;
	height:155px;
}

/*
img#ovcLogo
{
	position:absolute;
	right:30px;
}
*/


/* MIDDLE CONTENT DIV CONTAINER AND OTHERS */
#content
{
	position:relative;
	/*float: left;*/
	/*
	background-color: #fe6;
	border: solid 1px green;
	*/
	/*width:958px;*/
}


/* div for formatting full-width content body */
div._fullBody
{
	float:left;
	width: 920px;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
}

.question {
	padding: 0px 0 0 0;
	margin: 0px 0 0 0px;
	font-weight: bold;}
	
.answer {
	padding: 0px 0 0 0;
	margin: 5px 0 16px 0px;}
	
.answer ul {
	padding: 0px 0 0 0;
	margin: 5px 0 0px 40px;}
	
.answer>p {
	margin-top: 0px;}



/* SIDEBAR */
div.sidebar
{
	/* 
	float:left;
	width: 236px;
	*/
}

/* Adobe blurb */
p.adobe
{
	font-size:9px;
}


/* SITEMAP */
a.sitemap:link { color:#000; text-decoration: none; }
a.sitemap:visited { color:#000; text-decoration: none; }
a.sitemap:hover { color:#000; text-decoration: underline; }
a.sitemap:active { color:#000; text-decoration: none; }


h3.pageHeader {
	text-align:left; 
	font-family : Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #093667;
}

/* Link to Us table */
table.Link
{
	border-collapse:collapse;
	border: 1px solid gray;
	padding:5px;
	background-color:#FFC;
}

table.Blue
{
	border-collapse:collapse;
	border: 1px solid gray;
	padding:5px;
	background-color:#e1e4f4;
}

.required1
{font-weight: normal; color: black;}
.required2
{font-weight: bold; color: red;}



#feedback-tab {
	width: 36px;
	height: 185px;
	position: fixed !important;
	overflow: hidden !important;
	top: 50% !important;
	left: 0px !important;
	margin-top: -93px !important;
	z-index: 10000;
	
}


#feedback-tab a {
	display: block !important;
	position: absolute !important;
	width: 36px;
	height: 185px;
	cursor: pointer !important;
	background-image:url(/assets/images/feedback_tab.png);
	margin-left: -3px;
	z-index: 10001;
}

#feedback-tab a:hover {
	margin-left: 0;
}

/*This style should turn the visited links purple on any page where <cfset variables.layout_classes['single_col'] =  ".visited-link-purple"/> */
#content .visited-link-purple a:visited {
	color: #551A8B;
}

.requiredstar2
{
	font-weight: bold;
	color: red;
	/*font-size :15pt;*/
}

/*This style should turn the visited links purple on any page where <cfset variables.layout_classes['single_col'] =  ".visited-link-purple"/> */
#content .visited-link-purple a:visited {
	color: #551A8B;
}


/* overrides to jQM */
.poll-header {font-size: 18px !important; text-align: center; padding: .1em 0 !important; }
.poll-question {margin: .25em 0; text-align: center;}
#homepage-poll {border-collapse: collapse;}
#homepage-poll td {width: 33%;vertical-align: top;}
#homepage-poll tr:first-child td {padding-bottom: 4px;}
#homepage-poll .ui-radio label {min-height: 4em;}
#homepage-poll .ui-btn {margin: 0 2px;}
#homepage-poll .ui-btn-icon-left .ui-btn-inner {padding-left: 40px;padding-right: 15px;}
#homepage-poll .ui-btn-icon-left>.ui-btn-inner>.ui-icon {top: 10px;margin-top: 0;}
#homepage-poll .ui-radio .ui-btn-icon-left .ui-icon {left: 10px;}
#homepage-poll .ui-fullsize .ui-btn-inner {font-size: 12px;}
.ie9 #homepage-poll .ui-btn-up-c {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	filter: none; 
}
.ie9 #homepage-poll .ui-btn-hover-c {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	filter: none;
}


/* On NITVAN pages, override the site-wide styling that makes visited links not change color. */
#nitvan-content a:visited {
	color: #800080 !important;
}



.wf-fontawesome-n4-inactive ul.checkmarks {
	padding-left: 1.0em;
	margin-left:  0;
}
.wf-fontawesome-n4-inactive ul.checkmarks li {
	list-style-type: none;
	background: url(/assets/images/icon-check-12x12.png) 0 0 no-repeat;
	background-position: 0px;
	padding-left: 24px;
}

/* image only version of checkmarked list */
ul.checkmarked-list {
	padding-left: 30px;
}

ul.checkmarked-list li {
	background: url(/assets/images/icon-check-12x12.png) no-repeat scroll left top transparent;
	list-style-type: none;
	padding-left: 20px;
}

ul.checkmarked-list.nitvan-toolkit li {
	width: 140px;
}

#voteNow .ui-submit, #voteNow-popup .ui-submit { 
	width: 50%;
	} 

.LiveChat {
	display:block;
	width:250px;
	overflow:hidden;
	position:fixed;
	bottom:0;
	right:20px;
	max-width: 100%;
	z-index:8000; !important	
}

.LiveChatButton {
	vertical-align:bottom;
}

@media only screen and (max-width: 335px) {
	.LiveChatButton {
	max-width: 80% !important;
	right:20px;
	}
}
@media only screen and (max-width: 750px) {
.LiveChat {
    left: 50%;
    right: 0px;
	text-align:center;
    margin-left: -120px;
}

}
.muraLogout {
	position: relative;
	float: right;
	margin-top:-20px;
	padding-right:5px;
}