/*
A{ text-decoration: none;}
A:hover{ text-decoration: underline;}
*/


/* ######### Main container box ######### */

.maincontainer{
width: 850px;
margin-left: auto;
margin-right: auto;
}


/* ######### Left column ######### */

#leftcolumn{
float: left;
width: 170px;
margin-right: 2px;
padding-right: 1px;
background-color: transparent;
}

#leftcolumn .headers{
color: #964635;
font-weight: bold;
font-size: 110%;
margin: 0;
}


/* ######### Left Menu and Center Category links ######### */

.categorylinks li a{
width: 100%; /*NON script page*/
}


/* ######### Center column ######### */

#centercolumn{
float: left;
width: 604px;
margin-bottom: 10px;
padding-left: 8px;
background-color: transparent;

}

#centercolumn #newcontainer b a{
font-size: 110%;
}

#centercolumn .credits{
color: #525252;
font-family: Arial;
}

#centercolumn #revisedcontainer p{
border-bottom: 1px solid #E5E5E5;
padding-bottom: 2px;
margin-bottom: -5px;
}

#centercolumn #revisedcontainer #description{
margin-bottom: 1em;
padding-bottom: 0;
border-bottom-width: 0;
}

#centercolumn .pagination{
font: bold 120% Arial;
text-align: right;
}

#centercolumn .pagination a{
color: blue;
}

#centercolumn #currentpage{
background-color: green;
color: white;
padding: 0 2px;
}

#centercolumn .table{

font: Arial, Helvetica, sans-serif;
font-size: 9px;
}

#centercolumn .table .heading{
font: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

#centercolumn .table .required{
font: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: red;
}

/* #######Landing Column ##################*/
#landingcolumn{
float: left;
width: 410px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 10px;
background-color: transparent;
font-size: 13px;
color: black;
}
#landingcolumn2{
float: left;
width: 410px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
background-color: transparent;
font-size: 13px;
color: black;
}

#landingcolumn2 .table .required{
font: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: red;
}

#landingcolumn A {
text-decoration: none;
}

#landingcolumn .headers{
font-weight: bold;
font-size: 115%;
margin: 0;
color: #d68d00;
}

#landingcolumn .headers_secondary{
font-weight: bold;
font-size: 110%;
margin: 0;
color: black;
}

#landingcolumn .quote{
font-weight: bold;
font-size: 130%;
margin: 0;
color: black;
}

#landingcolumn .quote A:visited {
text-decoration: none;
color: black;
}

#landingcolumn .quote img {
border: 0;
color: black;
}

#landingright{
float: left;
width: 200px;
margin-bottom: 10px;
padding-left: 8 px;
background-color: transparent;
font-family: Arial;
font: Arial, Helvetica, sans-serif;
font-size: 11px;
color: black;
}

#landingproperty{
float: left;
width: 470px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 3px;
background-color: transparent;
font-size: 13px;
color: black;
}
#landingproperty A {
text-decoration: none;
}

#landingproperty .headers{
font-weight: bold;
font-size: 115%;
margin: 0;
color: #F4AD0D;
}

#landingproperty .headers_secondary{
font-weight: bold;
font-size: 110%;
margin: 0;
color: black;
}

#landingproperty .quote{
font-weight: bold;
font-size: 130%;
margin: 0;
color: black;
}

#landingproperty .quote A:visited {
text-decoration: none;
color: black;
}

#landingproperty .quote img {
border: 0;
color: black;
}
/* ######### Sub Category list ######### */

.subcategorylist{
list-style-type: disk;
list-style-image: url(heart.png);
margin: 5px auto 10px 18px;
padding: 0;
}

.subcategorylist li{
padding: 3px 0;
background-color: #ececec;
}


.subcategorylist li a{
color: #449805;
font: bold 120% Arial;
}



/* ######### Footer ######### */

#footer{
width: 780px;
margin-left: auto;
margin-right: auto;
clear: left;
margin-bottom: 2px;
font-size: 90%;
}

#footer a{
text-decoration: none;
}

.toolbox{
	width: 48%;
	float: left;
	margin-bottom: 15px;
	margin-right: 7px;
	}
	
.toolbox a:visited{
	color: white;
	}
	
.toolbox a:link{
	color: white;
	}
.toolbox img{
	border: 0;
	}
	
.toolheader{
	background-color: #678b3f;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	}

.resourcelist{
	list-style-type: none;
	margin-left: 18px;
	}
	
	.resourcelist li{
	margin-bottom: 11px;
	}


.glowingtabs{
float:left;
width:100%;
font-size: 12px;
line-height:normal;


}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(media/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(media/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color: white;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {

}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}


.glowingtabs .call{
color: #851a31;
font-weight: bold;
font-size: 120%;
text-align: right;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #8cb85c; /*THEME CHANGE HERE*/
border-width: 0 1px;
font: bold 11px Arial, Verdana, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #8cb85c; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

.dropmenudiv_d a:link{
color: black;
}

.dropmenudiv_d a:visited{
color: black;
}
* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #8cb85c;
color: white;
}

.QuoteBox {
	background-color: #F4AD0D;
	border: solid 1px #777;
	vertical-align: middle;
	padding: 5 5 10 0;
	font-size: 8px;
	font-weight: bold;
	width: 155px;
	color: Black;
} 

.QuoteBox .QuoteStartButton {
	vertical-align: middle;
	margin-bottom: 5px;
}

.QuoteBox .formcontents {
	margin-top: 2px;
	margin-left: 7px;
}
.QuoteBox .highlight {
	color: #B80B0A;
}
