body, textarea {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#171717;
	margin-top:10px;
	/*background-image:url(../img/bkg-page.gif);*/
	
}

td {	
	
	padding:0px;
}
	
label.sub-label {
	display:block;
	padding:4px 0px 4px 0px;
	font-size:0.9em;
}

fieldset {
	padding:10px;
	margin: 0px 0px 10px 0px;
	border:4px #BBD9EE solid;
}

legend {
	padding:8px;
	font-weight: bold; 
	font-size: 2em; 
	color: #0066CC; 
	letter-spacing:-1px;
}
option {
	padding:3px 6px;
}
select {
	cursor:pointer;
    height: 20px;
}
a, a:visited {
	color:#202064;
}
a:hover {
	color:#18184B;
	text-decoration:none;
}
.clearer {
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both;
}
table {
	margin:0px 0px;
}
li td, li table {
	padding:0px;
	margin:0;
}
/* ---------------------------------- Heading Styles */

h1 {
	font-size:1.4em;
	clear:both;
	color:#165297;
	padding:10px  0px 0px;
	font-weight:normal;
	margin-bottom:0px;
	margin-right:10px;
	border-bottom:2px #D9D9D9 dotted;
}
h2 {
	font-size:1.4em;
	color:#fff ;
	padding:10px 0px 8px;
	font-weight: bold;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}

/* --------------------------------- Main Holding Divs */
.photolist 
{
    padding:4px;
}

#wrapper {
	font-size:1.1em;
	clear:both;
	width:915px;
	margin:0px auto;
	padding:0px 5px 0px 10px;
	background-color:#fff;
}
span#loggedinas {
	color:#FFFFFF;
	display:block;
	width:200px;
	position:absolute;
	top:10px;
	left:10px;
}
span#loggedinas a {
	color:#FFFFFF;
}
#content {
	padding:15px;
}
.login 
{
    width:400px;
    margin:0 auto;
}
/* --------------------------------- Main navigation */
/* --------------------------------- Main navigation */
#header {
	clear:both;
	height:116px;
	width: 910px;
	text-align: left;
	margin:0 auto;
	background-color:#519CDE;
	background-image:url(../img/header-M.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-top: -12px;
}
#headerbg {
	clear:both;
	height:20px;
	width: 929px;
	text-align: left;
	margin:0 auto;

	background-image:url(../img/grey-fade.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-top: 0px;
}
#searchbar {
  clear:both;  position:absolute; width:360px;  padding-left:30px ;top:50px; color:white;
}
.searchbox {}
.searchbutton {padding:3px 6px !Important;}
span#loggedinas {
	color:#FFFFFF;
	display:block;
	width:200px;
	position:absolute;
	top:10px;
	right:10px;
}
span#loggedinas a {
	color:#FFFFFF;
}
.logo {
	
}
#nav
{padding: 87px 0px 0px 0px;
}
#nav a:link{ /* all lists */
	list-style: none;
	color:#16538C;
	padding: 85px 0px 0px 0px;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	
}

#nav a:visited{ /* all lists */
	list-style: none;
	color:#16538C;
	padding: 75px 0px 0px 0px;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	
}

#nav li { /* all list items */
	float: right;
	
}
#nav li a, #nav li a:visited {
	
	padding: 110px  15px 0px 15px;
	
	color:#16538C;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	border:0;
}
#nav li a:hover {
	color: #4B8CB5
}


#nav li ul { /* second-level lists */
	position: absolute;
	background-color:#FFFFFF;
	width: 400px;
	left: -400em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	z-index:15;
	border:1px #144F94 solid;
	border-top:none;
}
#nav li ul li {
	width: 170px;
	
}
#nav li ul li a, #nav li ul li a:visited {
	display:block;
	padding:0px;
	color:#333;
	text-decoration:none;
	text-align:left;
	width: 171px;
	border:0;
	background-image:none;
	font-weight:normal;
	font-size:1em;
}
#nav li ul li a:hover {
	background-color:#E0EEF8;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ---------------------------------- GENERIC FORM STYLES */

fieldset li, .form-list li 
{
	
	padding:5px 0px;
	list-style:none;
	font-size:small;
 color:#0f4271;
}
input[type="text"], input[type="password"], textarea {
	border:1px #CCCCCC solid;
	background-color:#F8F8F8;
	padding:5px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color:#FFFFE6;
}

#login-holder {
	width:400px;
	margin:0px auto;
}

/* This is for all the decent browsers - So they understand the hover effect */
input[type="submit"], input[type="button"], .frm_button {
	padding:2Px;
	cursor:pointer;
	background-image:url(../img/input-btn-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#3B81C4;
	border:2px #165297 solid;
	color:#fff;
}
input[type="submit"]:hover, input[type="button"]:hover {
    background-image:none;
	border:2px #000 solid;
}

/*### Grids ###*/

.grid td { padding: 5px 5px 5px 5px; } 


/*############ END GENERIC FORM BUTTONS ##############*/





/* --- left side ---  */

#sidecontent 
{
    float:left;
    width:196px;
    padding-left: 20px;
}
#sidecontent h2
{
}

.categorylist 
{
	margin: 0;
	padding: 0;
}

.categorylist ul
{
list-style:none;

}

.categorylist li {
	padding:1px 0px;
	list-style:none;
	/*list-style-image:url("../img/subcat-list-arrow.png");*/
	
	
	
}
.categorylist li a, .categorylist li a:visited {
	display:block;
	padding:2px 0px 2px 0px;
	text-decoration:none;
	color:#fff;
	
}
.categorylist li a:hover {
	/*background-color:#EAF2FB;*/
	text-decoration:underline;
}

/*-- Latest Added --*/

.addedlist {
	font-size:0.9em;
}
.addedlist li {
}
.addedlist li a, .addedlist li a:visited {
	color:#000000;
	text-decoration:none;
}
.addedlist li a:hover {
	text-decoration:underline;
}

/* --- Content --- */

#maincontent 
{
    
    width:713px;
    padding-right:0px;
}

/* --- Home Page Links --- */
.linkcats {
	float:left;
	width:47%;
	padding:7px 10px 3px;
	width:47%;
	/* set a min height */
	min-height:8em;
    height:auto !important;
    height:8em;
}
.linkcats h5 {
	border-bottom:1px solid #BBD9EE;
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0px 0px 4px;
	padding:0px 0px 2px;
}
.linkcats h5 a, .linkcats h5 a:visited {
	text-decoration:none;
	color:#333333;
}
.linkcats h5 a:hover {
	color:#BBD9EE;
}

.hpsubcatholder {
	list-style:none;
	font-size:0.9em;
	padding:0px 8px;
}
.hpsubcatholder li {
	display:block;
	width:49%;
	float:left;
	padding:1px 0px 1px 0px;
	/* min-height */
   	min-height:1.2em;
    height:auto !important;
    height:1.2em;
}
.hpsubcatholder li a, .hpsubcatholder li a:visited {
	display:inline;
	text-decoration:none;
	color:#666666;
}
.hpsubcatholder li a:hover {
	border-bottom:1px solid #f5464b;
}

/* ---- Listing Page ---- */

#topcategories {
	padding:0px 0px;
	font-size: 12px;
	margin:0px 0px 5px 0px;
	border-bottom:1px #CCCCCC solid;
	
}
#arrow {
	background-image:url(../img/subcat-list-arrow.png);
	
}
#topcategoriesspace {
	padding:4px 0px;
	margin:0px 0px 0px 0px;
	
}
#topcategories li {
	display: block;
	float:left;
	width:20%;
	padding:6px 0px 6px 15px;
	background-image:url(../img/subcat-list-arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#topcategories li a, #topcategories li a:visited {
	font-size:1.1em;
	color:#333333;
}
#topcategories li a:hover {
}


#states {
	padding:12px 0px;
	margin:0px 0px 12px 0px;
	
}
#states li {
	display:block;
	float:left;
	width:20%;
	padding:6px 0px 6px 15px;
	background-image:url(../img/state_arrow.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}
#states li a, #topcategories li a:visited {
	font-size:1.1em;
	color:#333333;
}
#states li a:hover {
}

.listingholders {
	padding:12px 0px;
}
.featuredlisting {
	background-color:#E8F2F9;
	margin:0px 0px 8px 0px;
	padding:10px;
}
.listingholders h4 {
	color:#0066CC;
	font-size:1.3em;
	font-weight:normal;
	padding:1px 0px;
}
.listingholders h4 a, .listingholders h4 a:visited {	
	color:#0066CC;
}
.listingholders h4 a:hover {
	text-decoration:none;
}
.listingholders p {
	font-size:0.9em;
}
p.extralinks {
	font-weight:bold;
}
p.theurl {
	color:#6EB82F;
	font-style:italic;
}

.thumbnail {
	float:left;
	margin:0px 8px 0px 0px;
}

.rssholder {
    text-align:right; 
}
/* ---- FOOTER ---- */

#footer {
	border-top:3px #0066CC solid;
	margin:20px 0px 10px 0px;
	padding:10px;
}

#mainarticle {
	
	margin:0px 0px 0px 0px;
	padding:0px 15px;
}

.topnav A:link {color: #fff; text-decoration: none; font-family:Arial; font-size:9pt; font-weight:700}
.topnav A:visited {color: #fff; text-decoration: none;font-family:Arial; font-size:9pt; font-weight:700}
.topnav A:active {color: #fff; text-decoration: none;font-family:Arial; font-size:9pt; font-weight:700}
.topnav A:hover {color: #fff; text-decoration: underline;font-family:Arial; font-size:9pt; font-weight:700}
