/*********************/
/* BASIC */
/*********************/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}
/***************************************/
/* THIS STYLE ASSUMES NO RIGHT COLUMNS */
/***************************************/

#main {
	width: 530px;
	margin-right: 20px; /* this cancels out the right side column */
	margin-left: 20px; 
	background-color: #FFFFFF;
	margin-bottom: 20px;
	float: left;
}
#main  a{
	color: #990000;
}

/*********************/
/* THESE STYLES WERE INSIDE DOCUMENT */
/*********************/
/*  this code erases the side grey lines  IN LOGO HEADER */
/* used for pages with TABS and MAIN area has thin grey lines on left and right */

/* logo header area - remove thin grey lines */
#wrapper {
	background-color: #FFFFFF;
	padding: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	height: 100px;  /*optionally change to 1px */
	/* float: left; */
}

/* content area - remove thin grey lines */

#wrapper2 {
	background-color: #FFFFFF;
	padding: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: none;  /* added this style - testing to REMOVE SIDE BORDERS */
	/*  overflow: auto; */  /* this is needed to show full height of nested elements */ 
	/* problem: overflow auto produces SCROLL bars inside body of page */
	height: 1%;
	/*  float: left; */  /* added this */
}

#sidebar {
	float: left;
	width: 160px;
	margin-top: 10px;
}
#sidebar h3 {
	background-color: #FFFFFF;
	width: 160px;
	font-size: 11px;
	color: #D12730;  
	font-weight: bold;
}
#sidebar h5{
	font-size: 1.2em;
	font-weight: bold;
	/* color: #D5A364; */  /* taupe */
	color: #D12730;   /* red */
}
#sidebar p {
	background-color: #FFFFFF;
	width: 160px;
	font-size: 11px;
	color: #000000;  
}
#main h3 {
	/* color: #FF6600; */   /* bright orange */
	color: #E5C758; /* yellow */
	font-size: 1.4em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	/* background: url(../images/bg/bg_h2_red_3.gif) repeat-x left bottom; */
	background: url(../images_new/bg/bg_h2_yellow.gif) repeat-x left bottom;
}
#main h4 {
	color: #000000;   /* bright orange */
	font-size: 1.4em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
}

#main img.headerImg {
	padding: 0px;
	margin-top: 10px;
}
#secondary{
	float: right;
	width: 180px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#secondary h5{
	font-size: 1.2em;
	font-weight: bold;
	/* color: #D5A364; */  /* taupe */
	color: #D12730;   /* red */
}
#secondary p{
	font-size: 11px;
}

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	margin: 0px;
	padding: 0px;
	background: url(images/bg/banner_bg.jpg) repeat-x left top;
	position: relative;
	border: 1px solid #CC0000;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 75px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#logo {
	background: #CCCCCC no-repeat right top;
	height: 100px;
}

/*********************/
/* SIDEBAR */
/*********************/
#news {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	/* border-top: 1px dashed #E9E9E9; */
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #E9E9E9;
	color: #000000;
	line-height: 110%;
	/* background: #FFFFFF; */
	background: #E5C758;  /* yellow bg */
	/* removed bg image from here */
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #000000;
	background: #FFFFFF;
	/* background-image: url(images/bg/bg_link_h.png); */
}

/* **************************************** */
/*  added this july 12 2007 - for subNav on side menu */

#subNavSide {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.0em;
	/* border-top: 1px dashed #E9E9E9; */
}
#subNavSide li {
	display: inline;
}
#subNavSide .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#subNavSide a {
	text-decoration: none;
	display: block;
	/* padding: 5px; */
	padding: 5px 5px 5px 20px;
	border-bottom: 1px dashed #E9E9E9;
	color: #000000;
	line-height: 110%;
	/* background: #FFFFFF; */
	/* background: #999999  */
	/* background: #D7D7D7; */ /* light grey bg */
	/* background: #E5C758;  */ /* yellow bg */
	background: #EFDC9A; /* light yellow bg */
	/* removed bg image from here */
}
/* hack for IE 6 < to make entire block clickable */
* html #subNavSide a {
	height: 1px; 
}

#subNavSide a:hover {
	color: #000000; /* text color - black */
	/* color: #C6A020; */ /* text color - dark yellow */
	padding: 5px 5px 5px 30px;
	/* background: #FFFFFF; */
	/* background: #CCCCCC; */
	background: #EFDC9A; /* light yellow bg */
	/* background-image: url(images/bg/bg_link_h.png); */
}

/* ********************************************* */
/* ****  end of subNav styling */


/*********************/
/* SIDEBAR -- added news2 */
/*********************/
#news2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	/* border-top: 1px dotted #E9E9E9; */
}
#news2 li {
	display: inline;
}
#news2 .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#news2 a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #E9E9E9;
	color: #000000;
	line-height: 110%;
	background: #FFFFFF;
	/* removed bg image from here */
}
/* hack for IE 6 < to make entire block clickable */
* html #news2 a {
	height: 1px; 
}

#news2 a:hover {
	color: #000000;
	background: #E9E9E9;
	/* background-image: url(images/bg/bg_link_h.png); */
}


/*********************/
/* MAIN */
/*********************/
h1 {
	/* color: #99CC00; */  /* lime green */
	/* color: #EA5E00; */  /* pumpkin orange */
	color: #FF6600;  /* bright orange */
	margin-top: 10px;
	font-size: 2.0em;
	border-top: 4px solid #D12730;
	line-height: 100%;
}
.section {
	display: inline;
	color: #666666;
	font-weight: bold;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

.floatLeft {
	float: left;
	margin: 5px 15px 2px 0px;
}
img.floatLeft {
	border: 2px solid #000000;
}

p {
	color: #666666;
	font-size: 1.2em;
	/* font-size: 1.6em; */
}
h2 {
	color: #FF6600;   /* bright orange */
	font-size: 1.7em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	/* background: url(../images/bg/bg_h2_red_3.gif) repeat-x left bottom; */
	background: url(../images_new/bg/bg_h2_yellow.gif) repeat-x left bottom;
}


/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 15px;
	border-top: 1px dashed #666666;
	padding: 5px 0 0 5px;
	width: 755px;
	background-color: #666666;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer1{
	clear: both;
	height: 58px;
	/* width: 760px; */ 
	color: #FFFFFF;
	text-align: center;
	background-color: #666666;
	padding-top: 10px;
}
.footer1 p {
	/* color: #000000; */
	color: #FFFFFF;
}
.footer1 a {
/* color: #FFFFFF; */
color: #E5C758; /* yellow text */
text-decoration: none;
margin:5px 5px 0px 5px;
background: inherit;
}

/* ****************** */
/*  edited this july 16 2007 */
/*********************/

.footer1 a:link {
/* color: #FFFFFF; */
color: #E5C758; /* yellow text */
text-decoration: none;
}
.footer1 a:visited { 
color: #E5C758; /* yellow text */
/* color: #FFFFFF; */
text-decoration: none;
} 
.footer1 a:hover {  
color: #FFFFFF; /* white text */
/*  color: #E5C758; */ /* yellow text */
text-decoration: underline;
}

.footer2{
background-image:url("../images/footer2.gif");
height:46px;
width:716px;
}

/*****************************/
/* MAIN NAV */
/*****************************/
#navwrapper
{
	height: 23px; 
	background-color: #F28F2A;  /* pumpkin orange */
	margin: 0px;
}

#navcontainer
{
	width: 760px;
	background-color: #F28F2A;  /* pumpkin orange */
	margin: 0px auto;
}

#navcontainer ul li { display: inline; }

#navcontainer ul
{
padding: 0 0 0 50px;
color: #FFFFFF;
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-size: 1em;
letter-spacing: 2px;
font-weight: bold;
}

#navcontainer ul li a
{
padding: 0.2em 12px;
background-color: #F28F2A;  /* pumpkin orange */ 
color: #FFFFFF;
text-decoration: none;
float: left;
border-right: 1px solid #94B473;
height: 1.6em;
}

#navcontainer ul li a:hover
{
background-color: #000000;
color: #FFFFFF;
}


img.logobug{
	background-position: 10px 200px;
	border: none;
	position: relative;
	top: 40px;
	left: 5px;
}

#slogan
{
	display: block;
	width: 500px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
#logoname{
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


.right_head {
	vertical-align:top;
	width:181px;
	background-color:#E9E9E9;
}
.sub_right_head {
	padding:8px 10px 6px 12px;
	color:#484848;
	font-size:11px;
	font-family:georgia, Arial, tahoma;
	text-transform:uppercase;
	font-weight:bold;
}
.sub_cats {
	padding:15px 0px 15px 1px;
}
.sub_cats ul {
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}
.sub_cats li {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(images/li_bg.jpg) left center no-repeat;
	vertical-align:top;
	line-height:15px;
}
.sub_cats ul li a {
	text-decoration:none;
	font-size:10px;
	color:#909090;
	font-family:arial, tahoma, times new roman;
	padding:0px 0px 0px 12px;
}
.sub_cats li a:hover {
	text-decoration:underline;
}

/*****************************/
/* rounded box */
/* BulletProof p.112 */
/*****************************/
.box {
	width:160px;
	background-image: url(../images_new/green_bottom_rounded_box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box h4 {
	font-size: 14px;
	background-image: url(../images_new/green_top_rounded_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.box ul{
	margin: 0px;
	padding: 14px 10px 14px 10px;
	list-style: none;
}
.box ul li{
	margin: 0px 0 6px;
	padding: 0;
}
.box ul li a {
	text-decoration:none;
	font-size:11px;
	color:#000000;
	font-family:arial, tahoma, "times new roman";
	padding:0px 0px 0px 12px;
}
.box ul li a:hover {
	color:#000000;
	text-decoration:underline;
}

/*****************************/
/* rounded box  DARK GREY */
/* BulletProof p.112 */
/*****************************/
.boxDkGrey {
	width:160px;
	background-image: url(../images_new/grey_dk_bottom_rounded_box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #CCCCCC;
}
.boxDkGrey h4 {
	font-size: 14px;
	background-image: url(../images_new/grey_dk_top_rounded_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.boxDkGrey ul{
	margin: 0px;
	padding: 14px 10px 14px 10px;
	list-style: none;
}
.boxDkGrey ul li{
	margin: 0px 0 6px;
	padding: 0;

}
.boxDkGrey ul li a {
	text-decoration:underline;
	font-size:11px;
	color:#FFFFFF;
	font-family:arial, tahoma, "times new roman";
	padding:0px 0px 0px 12px;
}
.boxDkGrey ul li a:hover {
	color:#99CC00;
}



/*****************************/
/* rounded box  DARK GREY */
/* BulletProof p.112 */
/*****************************/
.boxLtGrey {
	width:160px;
	background-image: url(../images_new/grey_LT_bottom_rounded_box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #CCCCCC;
}
.boxLtGrey h4 {
	font-size: 14px;
	background-image: url(../images_new/grey_LT_top_rounded_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.boxLtGrey ul{
	margin: 0px;
	padding: 14px 10px 14px 10px;
	list-style: none;
}
.boxLtGrey ul li{
	margin: 0px 0 6px;
	padding: 0;

}
.boxLtGrey ul li a {
	text-decoration:underline;
	font-size:11px;
	color:#666666;
	font-family:arial, tahoma, "times new roman";
	padding:0px 0px 0px 12px;
}
.boxLtGrey ul li a:hover {
	color:#000000;
}

/*  **************  */
/*  for the subnav links on market pages */
/*  **************  */
#subnavContainer { 
	/*  border: 1px solid #000; */  /* for debugging */
	/* width: 400px; */
	width: 100%;
	font-size:12px;
	font-weight: bold;
	margin: 5px 0px 0px 0px ;
	/* margin: 0px 0px ; */  /* temporarily changed this */
	/* background-color:#CC9933; */ /*  for debugging */
	/* float:left; */ /* this is to get it to enclosed contained floated elements */
	/* this float causes lots of problems */
}

#subnavContainer a {
	text-decoration: underline;
	/* color:#F28F2A;  */ /* pumpkin orange on rolloff */
	color:#000000; /* black text on rolloff */
	/* font-size:12px;
	font-weight: bold; */
}
#subnavContainer a:hover { 
	text-decoration: underline;
	color:#D12730; /* cranberry red on rollover */
}
/*  the following were added to create horizontal links on market pages */
#subnavContainer ul{  
	/*  border:1px solid red; */ /* for debugging */
	margin: 0;
	padding: 0;
	list-style-type:none; /* remove bullets  */
}

#subnavContainer li{  
	padding: 0px 10px 0px 0px;
	float:left;
}

/*************************************************/
/* navigation for tabbed subnavigation           */
/*************************************************/

.navBoxTabbed {
	background-color: #FFFFFF;
	padding: 0px 20px;
	margin: 15px 0px; /* added top margin to separate from tabs */
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

#navigation a
{
	color: #000;
	background: #ffa20c url(../images_new/left-tab_new.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	font-size: 14px;
}

#navigation a span
{
background: url(../images_new/right-tab_new.gif) right top no-repeat;
padding-right: 10px
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: #fff;
/* background: #781351 url(images/left-tab-hover.gif) left top no-repeat; */
/* change color to same orange as header */
background: #D12730 url(../images_new/left-tab-hover_new.gif) left top no-repeat;
/* background: #781351 url(images/left-tab-hover_new.gif) left top no-repeat;  */
padding-left: 10px
}

#navigation a:hover span
{
background: url(../images_new/right-tab-hover_new.gif) right top no-repeat;
padding-right: 10px
}

/**********************************/
/*   add selected class to tabs   */

#navigation a.selected
{
color: #fff;
/* background: #781351 url(images/left-tab-hover.gif) left top no-repeat; */
/* change color to same orange as header */
background: #D12730 url(../images_new/left-tab-hover_new.gif) left top no-repeat;
/* background: #781351 url(images/left-tab-hover_new.gif) left top no-repeat;  */
padding-left: 10px;
}

#navigation a.selected span
{
background: url(../images_new/right-tab-hover_new.gif) right top no-repeat;
padding-right: 10px;
}
/*********************************/
#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
float: left;
margin: 0;
} 
/* eliminate white borders of footer */

/************************************************/
/*  end of tabbed subnavigation code            */
/************************************************/

.sm_print {
	font-size: 10px;
	color: #666666;

}
/**********************************************/
/*  styles for home page */
/*********************************************/
#homeLeftBox {
	/* background-color: #CCCCCC; */
	margin: 10px 0px 20px 35px;
	padding: 0px;
	float: left;
}
#homeRightBox {
	/* background-color: #CCCCCC; */
	margin: 10px 0px 20px 25px;
	padding: 0px;
	float: left;
}

#homeMiddleAds{
	/* background-color: #CCCCCC; */
	margin: 0px 0px 20px 25px;
	padding: 0px;
	float: left;
}
#emailSignupBox {
	background-color: #CCCCCC;
	margin: 0px 0px 20px 25px;
	padding: 0px 0px 0px 100px;
	height: 60px;
	float: left;
	width: 600px;	/* clear: left; */
}
#feature #wrapper2 #main #emailSignupBox #form1 h5 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#homeBoxA {
	background-color: #996600;
	padding: 0px;
	float: left;
	height: 300px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#homeBoxB {
	background-color: #999900;
	padding: 0px;
	float: left;
	height: 300px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#homeBoxC {
	background-color: #99CC00;
	padding: 0px;
	float: left;
	height: 300px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.clear_home_1 {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	height: 20px;
	width: 600px;
	float: left;
	clear: both;
}
