/***********************************************/
/* You should not be reading this code         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(/images/bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	/*text-decoration: none;*/
}

a:hover{
	color: #008CFF;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #333399;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/
ul{
	list-style: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.chklist {
	list-style: square url(/images/sm_chk.gif);
}

.infolist {
	list-style: square url(/images/sm_info.gif);
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

@media screen{
.printonly { display:none; }
.screenonly { display:inline; }
}
@media print{
.printonly { display:inline; }
.screenonly { display:none; }
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	min-width: 820px;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	z-index: 100;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #f5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	z-index: 100;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px; /* 2nd arg was 0 then 178 */
	border-left: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
	border-bottom: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	text-align: right;
	top: 16px;
	width: 100%;
	color: #ddddff;
	min-width: 820px;
	/*max-width: 800px;*/
}

#utility input{
	font: 85% Arial,sans-serif;
	text-transform: none;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

#utility a img{
	border:0px;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 820px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(/images/glbnav_background.gif);
z-index: 100;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 800px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}

a.glink:hover{
  	background-image: url(/images/glblnav_selected.gif);
	text-decoration: none;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	padding-top: 0px;
	padding-right: 0px; /* chg to 10 */
	padding-bottom: 10px;
	padding-left: 10px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.feature td {vertical-align:top;}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#paylogos{
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(/images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}
.comment {
	font-size: 9px;
	color: #FFFF00;
}
.hilite {
	background-color: #F0FFF0;
}
.hiliteprt {
	background-color: #F0FFF0;
}
.hilite2 {
	background-color: #F0F0FF;
}
.hilite2prt {
	background-color: #F0F0FF;
}
.hilite3 {
	background-color: #CCFFFF;
}
.hilite3prt {
	background-color: #CCFFFF;
}
.trhilite tr:hover {
	background-color: #CCFFFF;
}
.small {
	font-size: 9px;
}
.price {
	/*font-weight: bold;*/
	color: #009900;
}
.pricefree {
	font-weight: bold;
	color: #000000;
	background-color: #00ff00;
}
.pricestrikeout {
	font-style: italic;
	background-image: url(/images/strikeout.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	color: #000000;
}
.pricestrikeoutdlg {
	font-style: italic;
	background-image: url(/images/strikeout.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
}
.priceyours {
	font-weight: bolder;
	font-size: large;
	color: #009900;
}
.rollover {}
.featuresmall {
	padding: 0px 0px 10px 10px;
	font-size: 66%;
	min-height: 200px;
	height: 200px;
}
html>body .featuresmall {
height: auto;
}
.featuresmall h3 {
	color: #000000;
	padding: 30px 0px 5px 0px;
	font-family: Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
}
.sampleheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 8px;
	color: #CC0000;
	background-color: #FFFFCC;
	text-align: center;
}
.innertable {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.innertableleft {
	border-right-width: thin;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.innertablewrap {
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.innertablehilite {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F0FFF0;
}
.innertableline {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bluelabel {
	color: #0066CC;
	font-weight: bold;
}
.greenlabel {
	color: #00CC00;
}
.darkgreenlabel {
	color: #008000;
}
.bluelabelunderlined {
	color: #009999;
	border-bottom-style: double;
	border-bottom-color: #000000;
	font-size: medium;
	font-weight: bold;
}
hr {
	color: #CC0000;
}
.fathead {
	font-size: large;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.fatblue {
	color: #0099FF;
	font-size: large;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.topline {
	font-size: large;
	border-top-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #FFFFCC;
	border-bottom-style: solid;
}
.toplinewarn {
	font-size: large;
	border-top-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #FFCC66;
	border-bottom-style: solid;
}
.undertopline {
	font-size: small;
	border-top-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #FFFFCC;
	border-bottom-style: solid;
}
.undertopline2 {
	font-size: small;
	border-top-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #F0F0FF;
	border-bottom-style: solid;
}
.mapline {
	font-size: small;
	border-top-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #FFFFCC;
	border-bottom-style: solid;
}
.trtopline {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
}
#pagecell1 .feature #resform .undertopline a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009999;
}
#pagecell1 .feature #resform .undertopline a:link, #pagecell1 .feature #resform .undertopline a:visited {
	color: #009999;
	text-decoration: none;
}

#pagecell1 .feature #resform .undertopline a:hover {
	color: #0066CC;
	text-decoration: underline;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{
background-color: green;
color: white;
}

#pagecell1 .feature #login #email {
text-transform: none
}
#pagecell1 .feature #login #pw {
text-transform: none
}
#pagecell1 .feature #login #pw2 {
text-transform: none
}

.strikeout {
	font-style: italic;
	color: #CC0000;
	text-decoration: line-through;
}

#mapfloat{
	position: absolute;
	left: -1000px;
	width: 400px;
	height: 200px;
	border: 1px solid black;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
}

.screenonly {
}

.printonly {display: none;}

.advanced_div {display: none;}
.advanced_sel {}
.pricewow {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.othersearches {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background-color: #999999;
	color: #FFFFFF;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
}
.othersearches a:link, .othersearches a:visited, .othersearches a:hover{
	color: #FFFF00;
}
.othersearches a:hover{
	color: #00FFFF;
}
.addon {
	color: #FFFFFF;
	background-color: #0099FF;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
.addon2 {
	color: #FFFFFF;
	font: large Arial, Helvetica, sans-serif;
	border-bottom: thin solid #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.addonomitted {
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
.reccount {
	color: #66FF00;
	font-weight: bold;
}
.toggle_off {
	float: left;
	display: block;
}
.toggle_on {
	float: left;
	display: none;
}
.tdlite {
}
.lit {
	background-color: #CCCCCC;
}
.yellowhilite {
	color: #FFFF00;
	font-weight: bold;
}
.blueitalic {
	color: #0000CC;
	font-style: italic;
}
.lcinput {
	text-transform: none;
}
.chkwrap { 
    display: block; 
    padding-left: 24px; 
    text-indent: -24px;
}
#sharebox {
padding-left:4px;
}
#sharebox a {
text-decoration:none;
}
#sharebox a img {
padding-top:2px;
padding-bottom:1px;
}

