/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	padding:0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000066;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	background-color: #660000;
	margin-top: 5px;
}
p {
	padding:10px 0px 10px 0px;
	line-height:1.3em;
}
div#rightcol ul {
	padding:2px 0px 10px 28px;
}
div#rightcol ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
}
h1 {
	font-size:24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	color: #000066;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	color: #660000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
a {
	outline:none;
	color:#CC0000;
	text-decoration:underline;
}
a:hover {
	color:#0066FF;
	text-decoration:none;
}
address {
	position:relative;
	top:0px;
	left:0px;
	width:240px;
	font-style:normal;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 34px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/address_bkg.jpg);
	text-align: left;
	height: 510px;
}
address strong {
	font-size: 14px;
	font-weight: bold;	
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#wrapper {
	width:893px;
	margin:0 auto;
}
/* ----------------- TOP NAV ----------------- */
div#topnav {
	height:45px;
	background:url(images/nav_bkg.gif) top left no-repeat;
}
div#topnav ul {
	padding-left:16px;
	height:45px;
}
div#topnav ul li {
	display:inline;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:45px;
	margin-top:20px;
}
div#topnav ul li a {
	text-decoration:none;
	color:#b8eafa;
	padding:23px 0px 22px 0px;
	height:29px;
	display:block;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
div#topnav ul li a:hover {
	color:#FFFFFF;
	background:url(images/nav_bkgrepeat.gif) top left repeat-x;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
}
div#topnav ul li .current {
	color:#FFFFFF;
	background:url(images/nav_bkgrepeat.gif) top left repeat-x;
}
div#topnav  ul  li  a.home {
	margin-bottom:-10px;
	padding-top: 15px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 19px;
}
div#topnav  ul  li  a.about {
	padding:15px 20px 0px 21px;
	margin-bottom:-10px;
}
div#topnav   ul   li   a.services {
	margin-bottom:-10px;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
}
div#topnav   ul   li   a.contact {
	margin-bottom:-10px;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
}
div#topnav   ul   li   a.location {
	margin-bottom:-10px;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
}
div#topnav ul li a.coupons {
	margin-bottom:-10px;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
}

div#topnav   ul   li   a.projects {
	margin-bottom:-10px;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
}
div#topnav ul li a.links {
	margin-bottom:-10px;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
}

/* ----------------- HEADER ----------------- */
div#header {
	height:204px;
	background:url(images/header.jpg) top left no-repeat;
}
div#homepage {
	background-color: #0387CA;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

/* ----------------- CONTENT LAYOUT ELEMENTS ----------------- */
div#content {
	width:893px;
	position:relative;
	background-image: url(images/content_bkg_repeat.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div#map {
	width:500px;
	position:relative;
	height: 350px;
		margin-right: auto;
	margin-left: auto;
	margin-top: 15px;

}
/*LEF COL*/
div#leftcol {
	width:273px;
	float:left;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/left_col_bkg.jpg);
}
/*RIGHT COL*/
div#rightcol {
	width:529px;
	background:url(images/right_col_bkg.jpg) top left no-repeat;
	float:right;
	color:#000066;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 40px;
}
div#textcolumn {
	width:210px;
	float: left;
	margin: 0;
}
div#image{
margin:0 20px;
float:left;
}

.clear {
	clear: both;
}
/* ----------------- FOOTER ELEMENTS ----------------- */

div#footer {
	width:893px;
	background:url(images/footer_bkg.gif) top left no-repeat;
	clear:both;
	margin:0 auto;
	height:44px;
	border:none;
}
/*FOOTER NAV*/
div#footernav {
	text-align:center;
	font-size:12px;
}
div#footernav ul {
	padding:15px 0px 0px 0px;
}
div#footernav ul li {
	display:inline;
	list-style:none;
	padding:0px 0px 0px 20px;
}
div#footernav a {
	color:#dcf1fb;
	text-decoration:none;
}
div#footernav a:hover {
	color:#FFCC00;
}
/*COPYRIGHT*/
div#copyright {
	text-align:center;
	font-size:10px;
	padding-top:10px;
	color: #FFFFFF;
}
div#copyright a {
	color:#FFCC00;
	font-size: 10px;
}
div#copyright a:hover {
	color:#FFFF00;
}
/*OWNER SIGNIN*/
div#owner-signin {
	text-align:center;
	padding-top:10px;
}
div#owner-signin a {
	color:#FFCC00;
	text-decoration:none;
	font-size:11px;
}
div#owner-signin a:hover {
	color:#FFFF00;
}
/* ----------------- AUDIO ----------------- */

applet {
	position:absolute;
	left: 76px;
	top: 6px;
	height: 18px;
}
/* ----------------- IMGE ELEMENTS ----------------- */

img.right {
	padding: 4px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #000066;
	background-color: #FFFFFF;
	clear: both;
}

img.ypimg {
		margin: 10px 0;}



/* ----------------- OTHER ELEMENTS ----------------- */

iframe {
	margin-left: -15px;

}

div#leftcolimgs {
	padding-left:20px;
	padding-bottom:20px;
}
.audioiframe {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}

div#leftcolimgs img {
	border:1px solid #39b2db;
}
div#welcomeimgs img {
	margin:5px 0px 5px 10px;
	border:1px solid #39b2db;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.textlink {
	color:#CCCCCC;
	text-decoration:none;
	border-bottom:1px #CCCCCC dotted;
}
.textlink:hover {
	color:#999999;
	text-decoration:none;
	border-bottom:1px #999999 dotted;
}
.creditcards {
	margin-left:19px;
	margin-top:20px;
}
.floatright {
	float:right;
	margin:10px;
	border:1px solid #39b2db;
}
/* -------------- Change to Welcome Page - YP Ad ------------------ */
div#rightcol h2.ad {
	background: #0000ff;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
}
div#rightcol h3.ad {
	color: #0000ff;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}
.left {
	float: left;
}
div#rightcol ul.left li {
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 800;
}
div#rightcol ul.left {
	margin-top: 25px;
	margin-bottom: 15px;
}
div#rightcol img.leftad {
	padding-bottom: 10px;
	margin: 0;
	float: left;
}
div#rightcol #financing {
	color: #f3efef;
	background-color: #7c7b6a;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}
div#adcolumn {
	width: 250px;
	padding: 5px;
	float: left;
	text-align: center;
}
div#adcolumn p {
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 0px;
}
div#adcolumn h2 {
	margin-top: 5px;
}
.center {
	text-align: center;
}

