body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,hr { margin:0; padding:0; }
html,body { height:100%; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
a { outline:none; }
hr { border:none; }
object { display:block; }

/* ---------- toolbox ---------- */
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }
.inline { display: inline; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* ---------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- type selectors ---------- */
/* ---------------------------------------------------------------------------------------------------------------------------------- */
body {
	background: #ece7d1 url(bg.jpg) repeat-x;
	color: #6b6651;
	font: 14px/20px Helvetica, Arial, sans-serif;
	}
a, a:link {
	color: #f43ddc;
	text-decoration: underline;
	}
a:visited {
	color: #f88bea;
	}
a:hover, a:active {
	color: #88006a;
	}
h1 {
	font-size: 24px;
	line-height: 26px;
	color: #88006a;
	font-weight: bold;
	}
h2 {
	font-size: 24px;
	line-height: 26px;
	color: #88006a;
	font-weight: bold;
	}
h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	}
h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: none;
	}
h5 {
	font-size: 11px;
	line-height: 12px;
	font-weight: none;
	}
p {
	padding: 7px 0;
	}
ul {
	padding: 4px 0 8px 0;
	}
li {
	line-height: 18px;
	padding-bottom: 6px;
	}
ul li {
	padding-left: 20px;
	background: url(bg-li.gif) no-repeat 5px 5px;
	}
hr {
	clear: both; 
	height: 1px;
	color: #c4c2b9;
	background: #c4c2b9;
	margin: 16px 0;
	}

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- universal ---------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
.more {
	display: inline-block;
	padding-right: 16px;
	margin: 10px 0;
	background: url(bg-readmore.png) right 8px no-repeat;
	}
.b1, .b2, .b3, .b4 {font-size:1px; overflow:hidden; display:block; height:1px;}
.b1 {margin:0 5px;}
.b2 {margin:0 3px;}
.b3 {margin:0 2px;}
.b4 {margin:0 1px; height:2px;}
.contentBox {
	padding: 15px 25px;
	}
.darkBox, .lightBox {
	padding-bottom: 20px;
	}
.darkBox .b1, .darkBox .b2, .darkBox .b3, .darkBox .b4, .darkBox .contentBox {
	background: #fcfaf1;
	}
.lightBox .b1, .lightBox .b2, .lightBox .b3, .lightBox .b4, .lightBox .contentBox {
	background: #fff;
	}
.breaker {
	clear: both;
	font-size: 0;
	line-height: 0;
	}

/* -------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- layout ---------- */
/* -------------------------------------------------------------------------------------------------------------------------- */
#fauxBody {
	background: #ece7d1 url(bg.jpg) repeat-x;
	}
#upperContainer {
	width: 1000px;
	margin: 0 auto;
	background: url(bg-header.png) 0 121px no-repeat;
	}
#header {
	height: 141px;
	}
#logo {
	float: left;
	display: inline;
	margin: 30px 0 0 61px;
	}
#logo a {
	display: block;
	width: 269px;
	height: 63px;
	text-indent: -9999px;
	background-image: url(logo.gif);
	}

/* ==== list reset ================= */
#nav ul {
	margin: 0;
	padding: 0;
	}
#nav li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
#nav {
	float: right;
	display: inline;
	height: 44px;
	margin-right: 40px;
	background: #856e4b url(bg-nav.gif) repeat-x;
	}
#nav #navLeft {
	float: left;
	width: 10px;
	height: 100%;
	background: url(bg-nav-corners.gif) 0 100% no-repeat;	
	}
#nav #navRight {
	float: left;
	width: 10px;
	height: 100%;
	background: url(bg-nav-corners.gif) 100% 100% no-repeat;	
	}
#nav ul {
	float: left;
	}
#nav li {
	float: left;
	display: inline;
	line-height: 44px;
	margin: 0 10px;
	}
#nav li a {
	color: #fcfaf1;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	}
#nav li a:hover, 
#nav li a:active {
	color: #35251d;
	}


#content {
	width: 940px;
	margin: 0 auto;
	}


#footer {
	margin-top: 30px;
	padding: 20px 0 23px 0;
	font-size: 11px;
	line-height: 12px;
	color: #ece7d1;
	background: #856e4b;
	}
#footerContent {
	width: 930px;
	margin: 0 auto;
	}
#footerAddress {
	float: left;
	display: inline;
	width: 25%;
	font-size: 12px;
	line-height: 16px;
	}
#footerAddress img {
	float: left;
	margin-right: 10px;
	}
#footerFineprint {
	float: right;
	display: inline;
	width: 74%;
	text-align: right;
	padding-top: 2px;
	}

/* ==== list reset ================= */
#footer ul {
	margin: 0;
	padding: 0;
	}
#footer li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
#footer ul {
	padding-bottom: 10px;
	}
#footer li {
	display: inline;
	line-height: 12px;
	}
#footer a, 
#footer a:link, 
#footer a:visited {
	color: #ece7d1;
	}
#footer a:hover, 
#footer a:active {
	color: #35251d;
	}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- columns ---------- */
/* --------------------------------------------------------------------------------------------------------------------------- */
.columnLeft {
	float: left;
	width: 620px;
	}
.columnRight {
	float: right;
	width: 300px;
	}
.columnFull {
	clear: both;
	}

.columnLeftSmall {
	float: left;
	width: 180px;
	text-align: center;
	}
.columnMiddle {
	float: left;
	width: 540px;
	margin-left: 20px;
	}
.columnRightSmall {
	float: right;
	width: 180px;
	text-align: center;
	}
.columnRightLarge {
	float: right;
	width: 740px;
	}

/* -------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- home --------- */
/* -------------------------------------------------------------------------------------- */
.mainAreas {
	float: left;
	display: inline;
	width: 265px;
	padding: 15px 0;
	margin-right: 20px;
	}
.mainAreas h4 {
	padding: 2px 0 6px 0;
	}

#globe {
	float: left;
	position: relative;
	margin: -79px -24px 4px -6px;
	}
.advertiseBox {
	text-align: center;
	}
.advertiseBox .contentBox {
	padding: 15px 15px;
	}
.advertiseBox h2 {
	color: #f5b300;
	}
.homeAd {
	padding-bottom: 20px;
	}

.moreAreas {
	float: left;
	display: inline;
	width: 202px;
	padding: 15px 0;
	margin-right: 20px;
	}
.moreAreas h3 {
	font-size: 14px;
	line-height: 16px;
	}
.moreAreas h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 2px 0 6px 0;
	}

/* ------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- directory --------- */
/* ------------------------------------------------------------------------------------------- */
/* ==== list reset ================= */
#topNav ul {
	margin: 0;
	padding: 0;
	}
#topNav li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
#topNav {
	width: 100%;
	min-width: 1000px;
	font-size: 12px;
	background: #5d4732;
	text-align: center;
	color: #856e4b;
	padding: 7px 0;
	}
#topNav li {
	display: inline;
	line-height: 14px;
	margin: 0 6px;
	}
#topNav li a {
	color: #f4f0e1;
	}
#topNav li a:hover, 
#topNav li a:active {
	color: #c7bead;
	}

/* ==== list reset ================= */
#sideNav ul {
	margin: 0;
	padding: 0;
	}
#sideNav li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
#sideNav {
	font-size: 13px;
	text-align: left;
	}
#sideNav .contentBox {
	padding: 15px 20px;
	}
#sideNav li {
	line-height: 15px;
	padding-bottom: 6px;
	}

.cityHeading {
	font-size: 34px;
	line-height: 36px;
	color: #503c2b;
	padding-bottom: 20px;
	}
.ad {
	text-align: center;
	padding-bottom: 20px;
	}
.findBy {
	padding: 15px 0 25px 0;
	}
.directoryTable {
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 20px;
	}
.directoryTable td {
	padding: 2px;
	border-bottom: 1px solid #ece7d1;
	}
.directoryTable a {
	text-decoration: none;
	}
.phone {
	white-space: nowrap;
	text-align: right;
	}
.googleAdBox {
	padding-bottom: 20px;
	}

/* -------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- maps --------- */
/* -------------------------------------------------------------------------------------- */
.googleMap {
	float: right;
	margin: 0 0 10px 15px;
	}

/* -------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------ directory --------- */
/* -------------------------------------------------------------------------------------- */

.block { 
	border-top: thin solid #888888; 
	color: #000000; 
	background-color: #B0D8FF; 
	padding-left: 5px;	
	padding-top: 1px; 
	padding-bottom: 2px; 
	margin-bottom: 5px; 
	/*text-transform: uppercase;*/ 
	margin-top: 10px; 
	font-weight: bold; 
	font-size: 14px; 
	font-family: Verdana,Arial,Helvetica; 
} 
.block a:link, .block a:visited { 
	text-decoration: none; 
	border-bottom: none; 
	color: #000000; 
} 
.block a:hover, .block a:active { 
	color: #88006a; 
	/*background-color: #f43ddc; */
} 

.blocktext { 
	text-align: center; 
	color: #666666; 
	margin-top: 3px; 
	margin-bottom: 3px; 
	font-size: 10px; 
	font-family: Verdana,Arial,Helvetica; 
}

.bold { 
	position: absolute; 
	top: -2px; 
	left: 0px; 
	line-height: 14px; 
	padding-right: 2px; 
	color: #000000; 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana,Arial,Helvetica; 
	border-bottom: solid 3px #FFFFFF; 
} 
.bold a:link, .bold a:visited { 
	text-decoration: none; 
	border-bottom: none; 
	color: #000000; 
} 
.bold a:hover, .bold a:active { 
	color: #88006a; 
	/*background-color: #CE2929; */
} 

.regular { 
	position: absolute; 
	top: -2px; 
	left: 0px; 
	line-height: 14px; 
	padding-right: 2px; 
	color: #6b6651; 
	font-size: 11px; 
	font-family: Georgia,Arial; 
	border-bottom: solid 3px #FFFFFF; 
} 
.regular a:link, .regular a:visited { 
	text-decoration: none; 
	border-bottom: none; 
	color: #f43ddc; 
} 
.regular a:visited {
	color: #f88bea;
}
.regular a:hover, .regular a:active { 
	color: #88006a; 
	background-color: none; 
} 

.address { 
	position: absolute; 
	top: -2px; 
	left: 44%; 
	line-height: 14px; 
	padding-left: 2px; 
	padding-right: 2px; 
	color: #6b6651;	
	font-size: 11px; 
	font-family: Georgia,Arial; 
	border-bottom: solid 3px #FFFFFF; 
} 
.address a:link, .address a:visited { 
	text-decoration: none; 
	border-bottom: none; 
	color: #f43ddc; 
} 
.address a:visited {
	color: #f88bea;
}
.address a:hover, .address a:active { 
	color: #88006a; 
	background-color: none; 
} 

.phone { 
	position: absolute; 
	top: -2px; 
	right: 0px; 
	line-height: 14px; 
	padding-top: 0px; 
	padding-left: 2px; 
	padding-right: 10px; 
	color: #555555; 
	font-size: 11px; 
	font-family: Verdana,Arial,Helvetica; 
	border-bottom: solid 3px #FFFFFF; 
} 
.phone a:link, .phone a:visited { 
	text-decoration: none; 
	border-bottom: none; 
	color: #555555; 
} 
.phone a:hover, .phone a:active { 
	color: #FFFFFF; 
	background-color: #CE2929; 
} 

.dot { 
	position: relative; 
	line-height: 14px; 
	font-size: 10px; 
	font-family: Verdana,Arial,Helvetica; 
	background-image:url(dot.gif); 
	background-repeat: repeat-x; 
	background-position: 0px 13px; 
} 

.blockdot { 
	position: relative; 
	line-height: 14px; 
	font-size: 10px; 
	font-family: Verdana,Arial,Helvetica; 
	background-image:url(dot.gif); 
	background-repeat: repeat-x; 
	background-position: 0px 13px; 
	padding-bottom: 10px; 
} 

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------- round corners --------- */
/* -------------------------------------------------------------------------------------- */

.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }