/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body
{
    text-align: center;
    background-color: #757575; /*#757575; This is the gray on the sides*/
    /*background-image: url(Images/bg_tile.gif);*/
    background-repeat: repeat;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
.notetext {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight:200;
	color: #737CA1;
}

p  {margin: 1em 0;}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

#wrapper
{
    width: 990px;
    margin: 0 auto;
    padding-bottom: 3px;
    border: 0px solid #203C63;
    text-align: left;
    background-color: #203C63; /*#e4ecf6; This is the background color of the entire content area*/
    /*background-image: url(Images/mainbg.png);*/
    background-repeat: repeat-y;
    background-position: center top;
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 992px;
	width: 990px;
}
#header
{
    height: 90px;
    position: relative;
    background-image: url(Images/headerbg.gif);
    background-repeat: repeat-x;
    background-color: #bacbdf;
}
#logo{
	position:absolute;
	top:5px;
	left:11px;
}
#phonenumber{
	position:absolute;
	color: #FFFFFF;
	top:20px;
	right:11px;
}
#banner{
	margin:0 252px;/*** BET 152px;***/
	text-align:center;
}
#search{
	position:absolute;
	bottom:5px;
	right:5px;
}
#mainnav
{
    padding: 0 250px;/*** BET 150px;***/
    border-bottom: #ffffff 1px solid;
    border-top: #00529c 1px solid;
    background-color: #bacbdf;
}

* html #mainnav tr {height:1.4em;}

#mainnav .item
{
    padding: 2px 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #FFFFFF;
    background-color: #FFFFFF;/*background-color: #bacbdf;*/
    color: #00529c;
}

* html #mainnav .item {padding:0 10px;}

#mainnav .selected {
	background-color:#FF9900; 
	color:#FFFFFF;
}
#mainnav .hover
{
    color: #ff9900;
    /*background-color: #BACBDF;*/
}

#mainnav table {border-right:1px solid #FFFFFF;}

#mainnav table table {border-right:none;}

#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 200px;    /*** Critical left col dimension value 150px; ***/
	width: 468px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-left: 0px solid #203C63;  /*** Critical left divider dimension value ***/
	border-right: 0px solid #203C63; /*** Critical right divider dimension value ***/
}

* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 470px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	width: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

#resultscontentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 200px;    /*** Critical left col dimension value 150px; ***/
	width: 768px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-left: 1px solid #203C63;  /*** Critical left divider dimension value ***/
	border-right: 1px solid #203C63; /*** Critical right divider dimension value ***/
}

* html #resultscontentwrapper {  /*** IE5.x/win box model fix ***/
	width: 770px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	width: 768px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

#leftfloatwrapper 
{
	padding: 2px 7px ;
	position: relative;
	float: left;
	width: 170px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-left: -200px;   /*** Static fix ***/
}

#floatwrapper {
	float: left;
	width: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}

#resultsfloatwrapper {
	float: left;
	width: 768px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}
#centercolumn{
	float: right;
	width: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	padding-top:30px;
}

#resultscentercolumn{
	float: right;
	width: 768px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	padding-top:30px;
}
#breadcrumbs{
	position:absolute;
	top:5px;
	left:25px;
	font-size:0.9em;
}
#breadcrumbs a {
	color:#FFFFFF;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}

#copy a {color:#ff9900;}/* #ff9900; */

#copy .logocontainer {
	margin:0px;
	padding:0 0px 0px 0px;
	border:1px solid #203C63;
	background-color:#FFFFFF;
}

#copy .bluecontainer {
	margin:0px;
	padding:5px 5px 5px 5px;
	border:1px solid #203C63;
	color:#FFFFFF;
	background-color:#203C63;
}

#copy .graycontainer {
	margin:0px 0px 5px 0px;
	padding:5px 5px 5px 5px;
	border:1px solid #757575;
	color:#FFFFFF;
	background-color:#757575;
}

#copy .container {
	margin:0px;
	padding:0 20px 15px 20px;
	border:1px solid #999999;/* #999999; */
	background-color:#FFFFFF;
}

.NormalTextBox{
	width:100px;
	BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #999999 1px solid;
    BORDER-BOTTOM: #999999 1px solid;
    BACKGROUND-COLOR: #EFEFEF;	
}

.NormalTextBox130{
	width:160px;
	BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #999999 1px solid;
    BORDER-BOTTOM: #999999 1px solid;
    BACKGROUND-COLOR: #EFEFEF;
}

.NormalDropDownBox{
	width:104px;
	BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #999999 1px solid;
    BORDER-BOTTOM: #999999 1px solid;
    BACKGROUND-COLOR: #EFEFEF;
}

.YellowTextBox{
	width:100px;
	BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #999999 1px solid;
    BORDER-BOTTOM: #999999 1px solid;
    BACKGROUND-COLOR: #FFFFCC;
}

.boldBodyTextBlack
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.headerOrange
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #ff9900;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.handLink {cursor:pointer;} 

.tagline
{
	color: #FFFFFF;
	FONT-SIZE: 1.2em;		
}

.formLabelCell
{
	width:150px;
    FONT-SIZE: 12px;
    TEXT-ALIGN: right
}

.formField
{
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #999999 1px solid;
    BORDER-BOTTOM: #999999 1px solid;
    BACKGROUND-COLOR: #eeeeee
}

.estimatetoggle
{
	color: blue;
	FONT-SIZE: 0.8em;
}

.estimatehide
{
	display: none;
	visibility:hidden;
}

.mango
{
	color: #FF9900;
}

.mangotagline
{
	color: #FF9900;
	font-weight: bold;
}

.mango2
{
	color: #0000CC;
}

.mango a
{
	color: #FF9900;
}


/* \*/
* html #copy .container {height:1%;}
/* */

/*#copy img, #rightcolumn img {border:1px solid #FFFFFF !important;}*/

#copy .teaser{
	margin-top:0;
	color:#777777; 
	font-size:1.1em; 
	font-weight:normal;
}

#copy td, #copy th {padding: 0.0em 0.0em;}

#copy .container table tr {font-size:0.9em;}

/*.txtBox {border:1px solid #999999;}*/

#copy fieldset {	
	margin:0em 0;
	padding:0em;
	border:1px solid #CCCCCC;
}

#copy legend {
	color:#ff9900;
	background-color:#FFFFFF;
}

* html #copy legend {padding:0.5em;}

.button {
    border:1px solid #FFFFFF;
    color:#000000;
    width:70px;
    height:20px;
    background-color:#CCCCCC;
    font-size:1.25em;
}

.ideaSubject {
	font-family:Microsoft Sans Serif;
	font-size:20px;
	color: #333333;
	text-decoration:none;
}

.ideaContent {
	font-family:Microsoft Sans Serif;
	font-size:13px;
	color:#333333;
	text-decoration:none;
}




/* BUTTONS */

.buttons a, .buttons input{
    display:block;
    float:none;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #565656;
    border-top:1px solid #999999;
    border-left:1px solid #999999;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:1.25em;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons input{
    width:125px;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons input[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons input img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}



/* End BUTTONS */

#copy .container .button {border-color:#CCCCCC;}

div.readmore {
	text-align:right;
	font-size:0.9em;
}

#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 201px;    /*** Critical left col/divider dimension value 152px;***/
	margin-left: -200px;    /*** Critical left col/divider dimension value -151px;***/
	padding-top:30px;
	/*background-color: #e4ecf6; /*** Optional color for the left column ***/
}
* html #leftcolumn {
	float:left;	
	padding-top:25px;	
}

*>html #leftcolumn {width:201px;}   /*** Fix only for IE/Mac 151px***/

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #leftcolumn {margin-right: -3px;}
/* */

#leftcolcontainer{
	width: 200px;    /*** Critical left col dimension value 150px***/
	/*background-color: #e4ecf6; /*** Optional color for the left column ***/
}

#subnav {
	overflow:hidden;
	margin-bottom:40px;
}

* html #subnav tr {height:1.4em;}

#subnav .item
{
    padding: 2px 7px;
    border-top: 1px solid #203C63;
    background-color: #203C63;/*** #bacbdf; If you want a background color for the menu items***/
    color: #FFFFFF;
}

#subnav .whiteitem
{
    padding: 2px 7px;
    border-top: 1px solid #FFFFFF;
    background-color: #FFFFFF;/*** #bacbdf; If you want a background color for the menu items***/
    color: #000000;
}

* html #subnav .item {padding:0 20px;}

#subnav .selected {
	background-color:#FFFFFF; /*** #bacbdf; If you want a background color for the menu items***/
	color:#000000;
}
#subnav .hover {
	color:#ff9900; 
	background-color:#FFFFFF;/*** #bacbdf; If you want a background color for the menu items***/
}

#subnav .flyout 
{
	border:2px solid #000000;
	color:#ff9900; 
	background-color:#FFFFFF;/*** #bacbdf; If you want a background color for the menu items***/
	z-index: 100;
}

#subnav table {border-bottom:1px solid #203C63;}

#subnav table table {border-bottom:none;}

h4 img {margin-bottom:-0.5em;}

#rightcolumn{
	float: left; 
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 322px;    /*** Critical right col/divider dimension value 152px;***/
	margin-right: -320px;    /*** Critical right col/divider dimension value -150px;***/
	margin-left: -1px;   /*** Static fix ***/
	padding-top:30px;
}

/* \*/
* html #rightcolumn {
	margin-left: 0px; 
	margin-right: -500px; 
	margin-right: -322px;/*** BET -152px;***/
	padding-top:25px;
}
/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -152px;    *** Critical right col/divider dimension value ***
}
*/

#rightcolcontainer{
	/* \*/
	width: 320px;/*** BET 150px;***/
	/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
	margin-left: 3px;    /*** Critical right divider dimension value ***/
}

/* \*/
* html #rightcolcontainer {
	float: right;
	margin-left: 2px; 
	margin-left: 0px;
}
/* */


.reviewcontainer
{
	background-position: center;
	width:435px;
	height:90px;
	margin:0px;
	padding:0px;
	border:0px solid #999999;
	background-image: url(../../images/reviewText_bg02.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	font-size:smaller;
}

.sensitivitycontainer
{
	background-position: center;
	width:435px;
	height:145px;
	margin:0px;
	padding:0px;
	border:0px solid #999999;
	background-image: url(../../images/sensitivitybg01.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	font-size:smaller;
}

.sidebarcontainer{
	margin:5px;
	padding:0px;
	border:0px solid #999999;
	background-color:#203C63;
	font-size:smaller;
}

.bluesidebarcontainer{
	margin:0px 5px 5px 5px;
	padding:0 0px 0px 0px;
	/*border:1px solid #999999;*/
	background-color:#203C63;/*#3E689A;*/
	font-size:smaller;
}
/* \*/
* html .sidebarcontainer {height:1%;}
/* */


.sidebarcontainer a {color:#ff9900;}

.sidebarcontainer li {list-style-type:none;}

#footer {
	clear:both;
	text-align: right;
	margin:0px 0px;
	padding:0px 0px;
	/*border:1px solid #999999;*/
	background-color:#FFFFFF;
	font-size:0.9em;
	
	height: 90px;
    position: relative;
    background-image: url(Images/headerbg.gif);
    background-repeat: repeat-x;
}
#footer a {
	margin:0px 0px;
	color:#ff9900;
}
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
.imgright {
	float:right;
	display:inline;
	margin: 0 0 0 0;
}
.helpright {
	float:right;
	position: relative;
	display:inherit;
	margin: 0 10em 0 0;
}



/***********************************************
* Show Hint script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: yellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 2px 3px;
}
/***********************************************
* Show Hint script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
.printlogo
{
	display:none;
}



@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:800px ;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#mainnav{
		padding:0;
		text-align:center;
	}

	#leftcolumn, #rightcolumn, #search {display:none;}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer {
		/*background:transparent;*/
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	
	
	#resultscontentwrapper{
		position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
		margin-left: 10px;    /*** Critical left col dimension value 150px; ***/
		width: 768px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
		border-left: 1px solid #FFFFFF;  /*** Critical left divider dimension value ***/
		border-right: 1px solid #FFFFFF; /*** Critical right divider dimension value ***/
	}
	
	.noprint{ display:none; }	
	
	.printlogo
	{
		display:block;
	}
	
	#logo
	{
		display:none;
	}

	#breadcrumbs {position:static; visibility:hidden;}

	#copy .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	
    #copy fieldset {border:none;}	
	    
	#footer{	
		position:static;
		border-style:none !important;
		border-top:1px solid #000000;
	}
}
