@charset "UTF-8";
/* CSS Document */

/* Global Stuff */


body
{
	background: #65797c url(../images/bkgd-top-horiz-repeat.gif) top repeat-x;
	margin:0;
	padding:0;
}

#spotlightHolder
{
}

/* Header */

#header
{
	width:100%;
	height:100px;
	background:url(../images/bkgd-top-vert-repeat.gif) center repeat-y;
}

#headerLogoHolder
{
	width:800px;
	height:100px;
	margin:0 auto;
	background:url(../images/bkgd-logo.gif) center repeat-x;
}	

#headerLogoHolder a
{
	display:block;
	float:left;
	width:308px;
	height:100px;
}

img#logo
{
}


/* Navigation */

#mainNavigation
{
	width:100%;
	height:23px;
	padding-top:9px;
	background:url(../images/bkgd-horiz-nav.gif) repeat-x;
	font-size:12px;
	color:#cac9c6;
	text-align:center;
}
#mainNavigation a 
{
	height:30px;
	color:#cac9c6;
	padding:5px 10px;
/*	text-transform:uppercase;*/
	text-decoration:none;
}

#mainNavigation a:hover 
{
	color:#000;
	background-color:#cac9c6;
}

#signUpForm
{
	margin:10px 20px 0 0 ;
	text-align:right;
	height:90px;
	float:right;

}

#newsletterRegister
{
	background:url(../images/button-bkgd.gif) repeat-x;
	height:18px;
	padding:0 10px;
	border:0;
	font-family:Verdana, arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#fff;
	cursor:pointer;
	margin: 3px 0;

}

#header form
{
	font-family:Verdana, arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#65797c;
	text-align:right;
}

#header form input
{
	margin: 3px 0;
}

#header #signUpForm form a
{
	display:inline;
	height:auto;
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	padding:5px 0 5px 20px;
}

/* Body Content */

#leaderboard
{
	text-align:center;
	background-color:#666666;
}

#leaderboard img
{
	background-color:#ffffff;
}

h1
{
	color:#999999;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	margin:0 0 5px;
}

h2
{
	margin:10px 0 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#305d54;
	font-weight:normal;
	font-size:28px;
	letter-spacing:-1.75px;
}

p
{
	margin:0 0 10px;
}

#contentHolder
{
	background:#fff url(../images/bkgd-horiz-bodyTop.gif) top repeat-x;
	width:800px;
	margin:0 auto;
}

#blueBottomHolder
{
	background:url(../images/bkgd-body-lines.gif) repeat-y;

}

#printAdContent
{
	margin:0 50px;
	font-family:"Trebuchet MS", Verdana, arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	line-height:28px;
}

#pageBody
{
	padding:15px;
}

#pageBody table#email-body
{
	float:right;
	background:#fff;
	margin-bottom:30px;
}

#pageBody table#email-body a
{
	color:#305d54;
	font-weight:bold;
}

#pageBody table#email-body a h2
{
	text-decoration:none;
}


#pageBody table#email-body a:hover
{
	color:#000;
	text-decoration:underline;
}

#pageBody table#generic-body
{
	float:right;
	margin-bottom:30px;
}

#pageBody table#generic-body a
{
	color:#305d54;
	font-weight:bold;
}

#pageBody table#generic-body a h2 
{
	text-decoration:none;
}

a h2
{
	text-decoration:none;
}

#pageBody table#generic-body a:hover
{
	color:#000;
	text-decoration:underline;
}

blockquote
{
	background:url(../images/quote-bkgd-top.gif) top no-repeat;
	font-style:italic;
	font-size:14px;
	margin:20px 0;
	padding:10px;
	background-color:#CCCCCC;
}

blockquote span
{
	background:url(../images/quote-bkgd-bottom.gif) bottom no-repeat;
	display:block;
}

cite
{
	font-style:normal;
	font-size:11px;
	text-align:right;
	display:block;
}



/* COMMENTS */

.errorMessage
{
	font-size:12px;
	color:#FF0000;
	text-transform:uppercase;
}

#theComments
{
	padding:10px;
	margin-top:20px;
}

#theComments h2
{
	font-size:36px;
	margin-top:0;
	border-bottom:#CCCCCC solid 1px;
}

.commentCredit
{
	color:#666666;
	font-family:"Trebuchet MS", Verdana, arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1px;
	background:url(../images/quoteTop.gif) top no-repeat;
	text-align:right;
	padding:5px 45px 0 0;
	height:33px;
	margin:0;
}

.theComment
{
	padding:0 20px 25px;
	margin::0;
	clear:both;
}

.commentHolder
{
	background:url(../images/quoteBottom.gif) bottom no-repeat;
}

div.commentCount
{
	margin:10px 0 10px 10px;
	width:50px;
	float:right;
}

div.commentCount a
{
	text-decoration:none;
}

span.commentNumber
{
	background:url(../images/comment-number.gif) no-repeat top;
	display:block;
	width:50px;
	height:40px;
	color:#ffffff;
	text-align:center;
	font-size:36px;
	line-height:36px;
}

a:hover span.commentNumber 
{
	color:#302712;
}


span.commentNumberLabel
{
	color:#302712;
	display:block;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

span.commentLabelInvite
{
	border-top:#302712 solid 1px;
	color:#302712;
	display:block;
	text-align:center;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:3px;
}

a:hover span.commentLabelInvite 
{
	text-decoration:underline;
}

#commentForm
{
	background:#CCCCCC;
	padding:10px;
}

#commentForm h2
{
	color:#ffffff;
	font-size:36px;
}

#commentForm input,
#commentForm textarea
{
	width:100%;
}

#commentForm input.button
{
	width:20%;
}



/* businessDirectory */


#businessDirectory
{
	width:600px;
	float:right;
}

.businessCategory
{
	width:300px;
	float:left;
}

#businessDirectory #businessCategoryHead
{
	clear:both;
	float:none;
	background-color:#CCCCCC;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
	margin: 5px 0;
	border-right:#fff solid 3px;
}

#classifiedCategoryHead
{
	clear:both;
	display:block;
	float:none;
	color:#305d54;
	text-align:center;
	font-style:italic;
	letter-spacing:-1px;
	font-size:18px;
	margin:0 5px;
	padding:0;
}

#directoryListing
{
	border:1px solid #999999;
	margin:3px;
	padding:  0px;
	width:140px;
	/*		height:140px;*/
	padding:2px;
	float:left;
}

#directoryListing p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin-top:3px;
}

#classifiedListing
{
	border:1px solid #999999;
	margin:5px 10px 5px 0;
	padding:4px;
	min-height:170px;
}

#classifiedListing p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#classifiedListing p em
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

/* leftColumn */

#leftColumn
{
	width:140px;
	float:left;
}

#leftColumn h1
{
	text-align:center;
	line-height:28px;
}

#leftColumn h2
{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-shadow:none;
	text-transform:uppercase;
	letter-spacing:2px;
	border-bottom:1px solid #666;
	text-align:right;
	font-weight:normal;
	margin-top:25px;
	clear:both;
}

#leftColumn p
{
	font-size:14px;
}


#leftColumn ul
{
	list-style:none;
	padding:0;
	margin:0;

}

#leftColumn li
{
	padding-right:15px;
	background:url(../images/bullet-left.gif) top right no-repeat;
	font-size:14px;
	text-align:right;
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px dotted #666;
}

#leftColumn a
{
	text-decoration:none;
}

#leftColumn a:hover
{
	color:#ff9933;
}


/* footer */

#footer
{	
	padding:20px;
	padding: 0 30px;
	background-color:#413532;
	clear:both;
}

#footer p
{
	font-family:"Trebuchet MS", Verdana, arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	line-height:28px;
}

#footer p.copyright
{
	text-align:center;
	font-size:10px;
}

#footer a
{
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	background:#5f4d49;
}

a
{
	color:#305d54;
}



a:hover
{
	color:#ff9933;
}

p.couponBorder
{
	border:dashed #000 2px;
	text-align:center;
	padding:3px;
}
