body {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #001E2E;
	text-align: center;
	text-decoration: none;
	padding: 0 0 20px 0;
	margin: 0;
	background: #FAFBFC url(../images/header_bg.jpg) repeat-x top left;
}
/* DEFAULT STYLE ---------------------------------------------------------------- */
h1, h2 {
	font-size: 18px;
	color: #234960;
	text-transform: uppercase;
	margin-top: 0;
}
	h2 {font-size: 18px;}
	h1 span, h2 span {color: #93B700;}
a {
	color: #234960;
	text-decoration: underline;
}
	a:visited {
		color: #234960; /* TODO: change color before upload --> #647B86 */
	}
	a:hover {
		color: #93B700;
		text-decoration: underline;

	}
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}
/* Class for clearing floats */
.clear {
	clear: both;
}
/* Remove border around linked images */
img {
	border: 0;
}
ul, ol {
	list-style-position: inside;
}
/* WRAPPER ---------------------------------------------------------------- */
#wrapper {
	text-align: left;
	width: 844px;
	margin: 0 auto;
}
/* HEADER ---------------------------------------------------------------- */
#header {
	width: 100%;
	height: 150px;
	position: relative;
}
	#header h1 {
		text-indent: -9999px;
		margin: 0;
		padding: 0;		
	}
		#header h1 img {
			width: 295px;
			height: 72px;
			position: absolute;
			top: 59px;
			left: 33px;
		}
	#header ul {
		margin: 0;
		padding: 0;
		padding-top: 14px;
		width: 520px;
		background: url(../images/header_nav_bg.jpg) no-repeat top right;
		list-style-type: none;
		position: absolute;
		top: 108px;
		right: 25px;
	}
		#header ul li {
			float: right;
		}
		#header ul a {
			display: block;
			float: left;
			font-size: 11px;
			font-weight: normal;
			color: #ffffff;
			padding-left: 10px;
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		#header ul a:hover {
			color: #AACE1A;
		}
	#header .span1 {
		display: block;
		position: absolute;
		top: 20px;
		right: 117px;
	}
		#header .span1 a {
			font-size: 11px;
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
		}
		#header .span1 a:hover {
			color: #AACE1A;
		}
	#header .span2 {
		display: block;
		position: absolute;
		top: 45px;
		right: 33px;
	}
		#header .span2 input.text {
			background: url(../images/header_search_field_bg.gif) no-repeat;
			width: 149px;
			height: 18px;
			font-size: 11px;
			border: none;
			padding: 5px 10px 0 25px;
			vertical-align: middle;
		}
		#header .span2 input.button {
			vertical-align: middle;
		}
/* CONTENT - main layout ---------------------------------------------------------------- */
#content {
	width: 100%;
	background: url(../images/content_bg_middle.gif) repeat-y left top;
}
#outer {
	background: url(../images/content_bg_top.gif) no-repeat left top;
	padding: 0;
}
#inner {
	padding: 33px 33px 28px 33px;
	background: url(../images/content_bg_bottom.gif) no-repeat left bottom;
}
/* WELCOME and ADS1 ---------------------------------------------------------------- */	
#welcome {float: left;width: 515px; margin-bottom: 5px;}
#ads1 {float: right;}
	#ads1 p {margin: 36px 0 0 0;}
#welcome h2 {margin-top: 0;}
#welcome p {
	width: 482px;
	padding: 17px 17px 10px 17px;
	background: url(../images/bg_welcome.gif) no-repeat;
}
/* CATEGORY ---------------------------------------------------------------- */
#cat {
	clear: both;
	padding: 10px 0;
	background-color: #EFF2F4;
	border: 1px solid #DEE1E3;
}
#cat .catInner {float: left; display: inline; margin-left: 30px; width: 215px; line-height: 20px;}
#cat .catInner p {margin-bottom: 20px;}
#cat .catInner a {color: #001E2E;}
	#cat .catInner p strong a {font-size: 15px; text-decoration: underline; color: #234960;}
		#cat .catInner p strong a:hover {color: #93B700;}
	#cat .catInner p a {text-decoration: none; }
		#cat .catInner p a:hover {text-decoration: underline; color: #93B700;}
	#cat .catInner p span {font-size: 11px; color: #7791A6;}
/* FEATURED ---------------------------------------------------------------- */
#bottomContent {
	clear: both;
	background: url(../images/bg_below_category.gif) no-repeat top left;
	padding-top: 30px;
}
#featured {
	float: left;
	width: 516px;
	margin-bottom: 20px;
	background: url(../images/bg_welcome.gif) no-repeat;
}
	#featured h2, #featured p {padding-left: 17px; padding-right: 17px;}
	#featured h2 {
		margin-top: 17px;
		text-transform: uppercase;
	}
	#featured p span {display: block;}
		#featured p span.category-link {font-size: 11px; color: #859298;}
		
#ads2 {
	float: left;
	width: 200px;
	height: 200px;
	padding: 2px;
	display: inline;
	margin-left: 30px;
	border: 1px solid #DEE1E3;
}
/* FOOTER ---------------------------------------------------------------- */
#footer {
	background: url(../images/footer_bg.jpg) no-repeat top left;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #859298;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
#footer a {text-decoration: none;}
* html #footer {height: 1%;} /* Solve IE6 vertical double padding */
	#footer a {text-decoration: none;}
#footer strong a {
	font-weight: normal;
}
#bottom {width: 100%; text-align: center; clear: both; margin-top: 20px;}
	#bottom a {margin: 0 5px;}
/* INNERPAGES ---------------------------------------------------------------- */
#innerpage {
	clear: both;
	border-bottom: 1px solid #DEE1E3;
	padding-bottom: 15px;
	min-height: 250px;
}
* html #innerpage {height: 250px;}
#innerpage h1, #innerpage h2 {color: #93B700; margin-top: 0;}
.linkList a {font-weight: bold; font-size: 14px;}
.subCategory {font-size: 12px;}
/* FORMS ---------------------------------------------------------------- */
input, textarea {
	border: 1px solid #7791a6;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #234960;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
}
#contact {
	margin: 0;
	padding: 0;
	border: none;
	width: 445px;
	margin-top: 30px;
	display: block;
}
#contact label {
	display: block;
	float: left;
	clear: left;
	width: 100px;
	padding-right: 3px;
	text-align: right;
}
#contact input, #contact textarea {
	display: block;
	float: left;
	margin-bottom: 15px;
}
	#contact input {width: 200px; height: 20px;}
	#contact textarea {width: 300px; height: 100px;}
#contact input.submit {
	margin-left: 100px;
	width: 150px;
	height: 25px;
	line-height: 20px;
	display: inline;
	background-color: #dee1e3;
	color: #234960;
}
#add-website-input {margin-top: 20px;}
#add-website-input input, #add-website-input textarea {
	padding: 1px;
}
/* Directory ---------------------------------------------------------------- */
/*-- Random Listings --*/
.addrandlistlinktitle {font-weight: bold; font-size: 14px;}
