/* CSS Document */

body,td,th {
}

body {
	background-color: 			#FFFFFF;
	background-image: 			url(../img/body-bg.jpg);
	background-repeat:			repeat-x;
	margin: 					0px 0px 0px 0px;
	color: 						#505050;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size: 					12px;
}

/* ------ Text Styles begin here ------ */

h1 {
	color:						#000000;
	font-family:				Trebuchet, "Trebuchet MS", Arial;
	font-weight:				bold;
	font-size: 					18px;
}

h1.orange {
	color: 						#fa8100;
}

h1.red {
	color:						#8c1e1e;
}

h2 {
	color: 						#0000FF;
	font-family: 				Arial, Helvetica, sans-serif;
	font-size: 					20px;
}

h3 {
	font-size:					14px;
	font-weight:				bold;
	margin-bottom:				5px;
}

.businessCatListings h4 {
	text-align:right;
	margin:0px 1px 3px 0px;
	font-size:11px;
}

.businessCatListings {
	font-size:11px;
}


.businessCatListings h4 a {
	color:grey;
}

a:link {
	text-decoration: 			none;
	color:						#08248b;
}

a:visited {
	text-decoration: 			none;
	color: 						#08248b;
}

a:hover {
	text-decoration:			underline;
}

.sponsored a:link, .sponsored a:visited {
	text-decoration: 			none;
	font-weight:				bold;
	color:						#08248b;
}

.sponsored a:hover {
	text-decoration: 			underline;
}

.tagline {
	font-family: 				Trebuchet, "Trebuchet MS", Arial;
	font-size: 					12px;
	color:						#6c6c6c;
	width: 						270px;
	position:					absolute;
	left: 						290px;
	top: 						25px;
	
}

.headline	{
	font-size:					12px;
	margin: 					0px 0px 0px 0px;
	padding: 					3px 0px;
}

.headline a {
	color: #505050;
}

.black-bold {
	color: 						#000000;
	font-weight:				bold;
}

.black-bold a:link, .black-bold a:visited  {
	color: 						#000000;
}

.sidebar-padding {
	padding: 15px 15px 0px 15px;
}

.startext {
	font-size: 11px;
}
	
#google {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	text-transform: 			uppercase;
	font-size: 					9px;
	color:						#08248b;
	font-weight:				normal;
}

#other-news p {
	margin: 0px;
	padding: 0px;
}

#other-news {
	background-color:#FFFFCC;
}

#footer {
	margin-bottom:40px;
}
#footer a {
	color:						#6c6c6c;
	text-transform: 			uppercase;
	font-size:11px;
}

#footer a.awp {
	font-size: 					11px;
	color:						#6c6c6c;
	font-weight: 				bold;
	text-transform: 			uppercase;
}


#footer a:hover {
	text-decoration: 			underline;
}

.errorMsg {
	background-color:			red;
	padding:					15px;
	color:						white;
	text-align:					center;
}
.catCount {
	font-size:0.8em;
	font-weight:normal;
}

.added {
	font-size:0.95em;
	font-style:italic;
}

.required {
}

a.viewMore {
	color:#990000;
}
/* ------ Text Styles end here ------ */



/* ------ Layout Styles begin here ------ */
	
#wrapper {
	width: 						754px;
	position: 					relative;
	margin: 					0 auto;
}

#header {
	width: 						754px;
	height: 					94px;
	background-image:			url(../img/header.gif);
	background-repeat: 			no-repeat;
	margin-top:					20px;
}

#content {
	width: 						742px;
	padding: 					15px 6px 10px 6px;
}

#mainCol {
	float: 						left;
	width: 						490px;
	margin-bottom:				30px;
}
	
#sidebar {
	float: 						right;
	width: 						210px;
	background-image: 			url(../img/sidebar-bg.gif);
	background-repeat: 			repeat-y;
	background-position: 		top left;
	font-size:10px;
}

#footer {
	clear: 						both;
	width: 						754px;
	padding-top:15px;
	text-align:center;
}

#homeCategoryBlockRight {
	width:235px;
	padding-right:10px;
	float:right;
	margin-bottom:30px;
}

#homeCategoryBlockLeft {
	width: 235px;
	padding-right:10px;
	float:left;
	margin-bottom:30px;
}

.paginatorControl div {
	display:inline;
}


.paginatorControl {
	font-size:12px;
	color:#990000;
}

.paginatorControl a {
	color: #08248b;
	
}

.paginatorControl .disabled {
	color:grey;
}

.paginatorControl .pageCounter {
	color:grey;
}

.blogPost {
	line-height:1.7em;
	font-size:13px;
}

/* ------ Layout Styles end here ------ */



/* ------ Object Styles begin here ------ */

#wunderground {
	float:						right;
	margin: 					25px 37px 0px 0px;
	background-color:			#FFF;
	padding:					3px;
}

#menu {
	background-image:			url(../img/nav_bg.jpg);
	background-repeat:			no-repeat;
	background-position:		3px;
	width:754px;
	margin-top:10px;
	padding:15px;
	text-align:center;
}

#menu a {
	padding-right:20px;
	font-size:13px;
}

#menu a:hover {
	text-decoration:none;
	color:#990000;
}
#logo {
	margin: 					30px 0px 0px 15px;
	float:						left
}

#businessDetail {
	font-size:12px;
	line-height:1.5em;
}

#businessDetail .businessImage {
	float:left;
	padding:8px;
	background-color:white;
	border:1px solid #505050;
	margin-right:15px;
}

hr {
	visibility: 				hidden;	
	display: 					inline;
}

.line {
	border-top: 				2px solid #CCCCCC;
}

.ad {
	margin: 12px 8px 12px 0px;
}

#other-news {
	width:						459px;
	height:						39px;
	border:						1px solid #CCCCCC;
	padding:					8px;
	margin:						15px 0px 0px 0px;
}

#footer .line {
	border-top: 				2px solid #666666;
	margin-bottom: 				5px;
	width: 						65%;
}

.businessCatListinga {
	border-bottom:1px solid grey;
	padding:0px 15px 10px 15px;
}

.businessCatListingb {
	padding:0px 15px 10px 15px;
	border-bottom:1px solid grey;
}

.businessFeatListingb, .businessFeatListinga {
	padding: 4px 15px 10px 15px;
	border: 1px solid #918d4f;
	background-color: #fffac8;
	margin-bottom:15px;
	overflow:auto;
	clear:both;
}

.businessFeatListingb img, .businessFeatListinga img{
	float:left;
	padding:5px;
	background-color:white;
	border:1px solid #505050;
	margin-right:10px;
}

.searchBox {
	border:1px solid grey;
	margin-top:5px;
	color:#8c1e1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:172px;
	padding:3px;
	font-size:12px;
	
}

#awp {
position: fixed;
top: 20px;
right: 0;
width: 80px;
height: 70px;
text-align: right;
border:none;
}
#awp img {
	border:none;
}
/* ------ Object Styles end here ------ */