@charset "UTF-8";
*  {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/top_left_watercolor.jpg);
	background-repeat: no-repeat;
}
#wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	top: 30px;
}
.homeheaderanim {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#leftcol {
	width: 290px;
	float: left;
	position: relative;
	top: 15px;
	margin-left: 15px;
	z-index: 20;
}
#leftcol #navigation {
	position: relative;
	top: 20px;
	width: 180px;
	left: 110px;
	z-index: 30;
}
#navigation a:link, #navigation a:visited {
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #e52a65;
	color: #333333;
	text-decoration: underline;
}
#leftcol #logo {
	height: 175px;
	width: 290px;
	position: relative;
	z-index: 5;
}
#leftcol #logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: auto;
}
#leftcol ul {
	list-style-type: none;
	font-style: italic;
	font-size: 1.2em;
	color: #e52a65;
	line-height: 30px;
}
#rightcol {
	float: right;
	width: 600px;
	position: relative;
	top: 30px;
	margin-right: 15px;
	z-index: 20;
}
#rightcol  #toplinks {
	float: left;
	position: relative;
	top: 30px;
	height: 30px;
	width: 445px;
}
#toplinks ul {
	font-size: 1.35em;
	font-style: italic;
	text-align: right;
}
#toplinks    ul    li  {
	list-style-type: none;
	display: inline;
	position: static;
	margin-left: 15px;
}
#toplinks a:link, #toplinks a:visited {
	color: #000000;
}
#toplinks a:hover {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #e52a65;
	color: #333333;
	text-decoration: underline;
}
#rightcol  #mapbutton {
	position: relative;
	height: 75px;
	width: 120px;
	float: right;
	right: 20px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maincopytop   {
	background-image: url(images/main_content_bgrnd_top.png);
	background-repeat: no-repeat;
	height: 10px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#maincopy {
	background-image: url(images/main_content_bgrnd_mid.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
#maincopybottom {
	background-image: url(images/main_content_bgrnd_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
}
#maincopy h1 {
	font-weight: normal;
	color: #e52a65;
	font-size: 2.5em;
	padding-top: 5px;
	font-style: italic;
	position: relative;
	z-index: 25;
}

/*
a:link img, a:hover img, a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*/
#maincopy h3 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
}
#maincopy p {
	margin-top: 15px;
	line-height: 1.3em;
}
#maincopy a:link, #maincopy a:visited {
	color: #e52a65;
}
#maincopy a:hover {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #e52a65;
}
#footer {
	height: 235px;
	background-image: url(images/bottom_watercolor.jpg);
	background-repeat: no-repeat;
	clear: both;
	position: relative;
}
#footer p {
	font-size: 0.8em;
	position: relative;
	left: 600px;
	top: 215px;
	width: 300px;
}
#footer a:link, #footer a:visited {
	color: #e52a56;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
.padtop {
	padding-top: 15px;
}
.imgcenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.imgfloatright {
	float: right;
	margin-right: 3px;
	margin-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}

/* begin styling for business listings */

.orangeheading {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	text-indent: 15px;
	position: relative;
	top: 10px;
	float: right;
	width: 406px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(images/orange_listing_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.orangebdr {
	border: 2px solid #f78f1e;
}
.greenheading {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	text-indent: 15px;
	position: relative;
	top: 10px;
	float: right;
	width: 406px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(images/green_listing_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.greenbdr {
	border: 2px solid #bed730;
}
.magentaheading {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	text-indent: 15px;
	position: relative;
	top: 10px;
	float: right;
	width: 406px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(images/magenta_listing_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.magentabdr {
	border: 2px solid #e52a65;
}
.ltpurpleheading {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	text-indent: 15px;
	position: relative;
	top: 10px;
	float: right;
	width: 406px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(images/ltpurple_listing_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.ltpurplebdr {
	border: 2px solid #8e459a;
}
.turquoiseheading {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	text-indent: 15px;
	position: relative;
	top: 10px;
	float: right;
	width: 406px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(images/turquoise_listing_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.turquoisebdr {
	border: 2px solid #65bfc0;
}
.blackheading {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	text-indent: 15px;
	position: relative;
	top: 10px;
	float: right;
	width: 406px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(images/black_listing_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.blackbdr {
	border: 2px solid #322f32;
}
.blueheading {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	text-indent: 15px;
	position: relative;
	top: 10px;
	float: right;
	width: 406px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(images/blue_listing_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.bluebdr {
	border: 2px solid #00467f;
}
.dkpurpleheading {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	text-indent: 15px;
	position: relative;
	top: 10px;
	float: right;
	width: 406px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(images/dkpurple_listing_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.dkpurplebdr {
	border: 2px solid #8b0040;
}
.brownheading {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	text-indent: 15px;
	position: relative;
	top: 10px;
	float: right;
	width: 406px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(images/brown_listing_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.brownbdr {
	border: 2px solid #61401e;
}
.bizthumbnail {
	float: left;
	margin-bottom: 25px;
	width: 150px;
}
.bizlisting {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 390px;
	clear: right;
	margin-left: 165px;
	top: 5px;
}
.bizinfo {
	color: #e52a65;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	width: 390px;
	position: relative;
	margin-left: 165px;
	top: -5px;
}.attn {
	font-weight: bold;
	color: #FF0000;
}
#salebutton {
	position: relative;
	top: -325px;
	z-index: 5;
	float: left;
}
#salebutton img {
	border: none;
}
