body, textarea {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

td {	
	vertical-align:top;
	padding:5px;
}
	
label.sub-label {
	display:block;
	padding:4px 0px 4px 0px;
	font-size:0.9em;
}

fieldset {
	padding:18px;
	margin:10px 0px 10px 0px;
	border:4px #BBD9EE solid;
}

legend {
	padding:8px;
	font-weight: bold; 
	font-size: 1em; 
	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:10px 0px;
}
li td, li table {
	padding:2px;
	margin:0;
}
/* ---------------------------------- Heading Styles */

h1 {
	font-size:1.6em;
	clear:both;
	color:#519CDE;
	padding:8px 0px 3px;
	font-weight:normal;
	margin-bottom:8px;
}
h2 {
	font-size:1.4em;
	color:#519CDE;
	padding:10px 0px 8px;
	font-weight:normal;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}

/* --------------------------------- Main Holding Divs */

#wrapper {
	font-size:1.1em;
	clear:both;
	width:960px;
	margin:0px auto;
	padding:15px 0px 0px 0px;
}
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:95px;
	background-color:#519CDE;
	background-image:url(../img/header-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
#searchbar {
    position:absolute; width:300px; text-align:right; right:10px; top:10px;
}
.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 {
	float:left;
	padding:3px 0px 0px 20px;
}
#nav { /* all lists */
	list-style: none;
	line-height: 1;
	padding:64px 0px 0px 15px;
}

#nav li { /* all list items */
	float: left;
	width:auto;
}
#nav li a, #nav li a:visited {
	display:block;
	padding:7px 15px 8px 15px;
	width:auto;
	text-align:center;
	color:#16538C;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	border:0;
}
#nav li a:hover {
	background-color:#F4F4F4;
}


#nav li ul { /* second-level lists */
	position: absolute;
	background-color:#FFFFFF;
	width: 185px;
	left: -999em; /* 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:7px;
	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;
}
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:6Px;
	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;
}
/*############ END GENERIC FORM BUTTONS ##############*/





/* --- left side ---  */

#sidecontent 
{
    float:left;
    width:190px;
}
#sidecontent h2
{
}

.categorylist {
}
.categorylist li {
	padding:1px 0px;
}
.categorylist li a, .categorylist li a:visited {
	display:block;
	padding:2px 0px 2px 10px;
	text-decoration:none;
	color:#000000;
}
.categorylist li a:hover {
	background-color:#EAF2FB;
}

/*-- 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 
{
    float:right;
    width:730px;
}

/* --- 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:12px 0px;
	margin:0px 0px 12px 0px;
	border-bottom:1px #CCCCCC solid;
}
#topcategories li {
	display:block;
	float:left;
	width:31%;
	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 {
}

.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;
}




