/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body {
	text-align:center;
	background:url(/images/bg.jpg) top repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
	font-size:0;
	height:0;
}
.dots {
	clear:both;
	background:url(/images/dot.gif) top repeat-x;
	height:8px;
	margin:5px auto;
	width:95%;
	text-align:center;
}


/*------------------------------------ overall containers for L/R page shadow and content ------------------------------------*/
#containerShadow {
	margin:auto;
	padding:0;
	width:800px;
	background:url(/images/bg_content_shadow.jpg) top no-repeat;
}
#containerContent {
	margin:auto;
	padding:0;
	width:770px;
}


/*------------------------------------ header div and nav list ------------------------------------*/
#header {
	margin:auto;
	padding:0;
	width:770px;
	height:90px;
	background:url(/images/header_bg.jpg) top repeat-x;
}
.floatLeft {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
.floatRight {
	float:right;
	display:inline;
	margin:0;
	padding:0;
}
ul.nav {
	list-style:none;
	margin:auto;
	_margin:-4px;
	padding:0 14px;
	width:742px;
	height:8px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(/images/nav_bg.jpg) bottom repeat-x;
}
ul.nav li {
	display:inline;
	list-style:none;
	padding:0 1px;
	margin:0;
}
ul.nav li a {
	display:inline;
	list-style:none;
	padding:0;
	margin:0;
}

/*------------------------------------ subpage left nav ------------------------------------*/
#leftColumn {
	float:left;
	display:inline;
	width:240px;
	background:url(/images/leftNav_bg_header.jpg) top left no-repeat;
}
div.leftNav {
	float:left;
	display:inline;
	list-style:none;
	margin:35px 0 0 0;
	width:210px;
	text-align:left;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	color:#666;
	background:url(/images/leftNav_bg.jpg) top left repeat-y;
}
ul.leftNav li {
	float:left;
	display:block;
	width:210px;
	clear:left;
}
ul.leftNav li a {
	display:block;
	width:185;
	height:100%;
	padding:5px 10px 5px 15px;
}
ul.leftNav li a:hover {
	background:url(/images/leftNav_bg_hover.jpg) top left repeat-y;
	color:#fff;
}
ul.leftNav h1 {
	text-align:left;
	padding:0 10px 0 15px;
	margin-bottom:10px;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	color:#69c;
}
ul.leftNav h2 {
	float:left;
	display:inline;
	padding:0 10px 0 15px;
	width:185px;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-decoration:underline;
	color:#69c;
	background:url(/images/leftNav_bg.jpg) top left repeat-y;
}

ul.leftNav a {
	text-decoration:none;
	color:#666;
}
ul.leftNav a:hover {
	color:#fff;
}
#leftColumn #leftNavFooter {
	background:url(/images/leftNav_bg_footer.jpg) top left no-repeat;
	float:left;
	display:inline;
	clear:left;
	width:210px;
	height:155px;
}






/*------------------------------------ right column ------------------------------------*/
#rightColumn {
	float:left;
	display:inline;
	margin:15px 0 0 0;
	width:530px;
}

#rightColumn h1 {
	margin:15px 25px 10px 0;
	padding:0 0 5px 0;
	text-align:right;
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	color:#69c;
	background:url(/images/line.jpg) bottom right no-repeat;
}
#rightColumn h2 {
	text-align:left;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#69c;
}

#rightColumn h2.testimonials {
	margin:-15px 0 0 0;
	padding:0 50px 30px 0;
	text-align:right;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#69c;
	background:url(/images/line.jpg) bottom left no-repeat;
}

#rightColumn h3 {
	text-align:left;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	color:#69c;
}

#rightColumn h4 {
	text-align:left;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	color:#666;
}

#rightColumn p {
	margin:5px 15px 15px 0;
	text-align:left;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color:#666;
}
#rightColumn p img {
	border:1px solid #ccc;
	margin:7px;
	padding:3px;
}

#rightColumn p.homepage {
	margin:5px 15px 5px 25px;
	text-align:left;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color:#666;
}
#rightColumn a {
	text-align:left;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color:#69c;
	text-decoration:none;
}
#rightColumn a:hover {
	text-decoration:underline;
}
#rightColumn ul {
	margin:0 35px;
	text-align:left;
	clear:left;
}
#rightColumn li {
	padding:0 0 5px 0;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color:#666;
}
#rightColumn ul.locations {
	margin:10px 0 10px 0;
	width:510px;
	height:60px;
	text-align:left;
	border-bottom:1px dashed #ccc;
}
#rightColumn ul.locations li {
	float:left;
	display:inline;
	list-style:none;
	margin:0 0 10px 0;
	width:170px;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color:#666;
}
#rightColumn ul.locations li.locationsTitle {
	font-weight:bold;
}
#rightColumn ul.rates {
	margin:0;
	width:100%;
	text-align:left;
	clear:left;
}
#rightColumn ul.rates li {
	padding:0 0 5px 0;
	width:33%;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color:#666;
	display:block;
	float:left;
	list-style:none;
}

#rightColumn form {
	clear:left;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	text-align:left;
	color:#666;
}
#rightColumn form table {
	width:490px;
	padding:15px 0 0 0;
}
#rightColumn form td {
	padding:5px;
}
#rightColumn input {
	text-align:left;
}
	
	

/*------------------------------------ subpage with no left nav ------------------------------------*/
#oneColumn {
	float:left;
	display:inline;
	margin:15px 0 0 15px;
}

#oneColumn h1 {
	margin:15px 25px 10px 0;
	padding:0 0 5px 0;
	text-align:right;
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	color:#69c;
	background:url(/images/line_long.jpg) bottom right no-repeat;
}
#oneColumn h2 {
	text-align:left;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#69c;
}

#oneColumn h3 {
	text-align:left;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	color:#69c;
}

#oneColumn h4 {
	text-align:left;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	color:#666;
}

#oneColumn p {
	margin:5px 15px 15px 0;
	text-align:left;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	color:#666;
}
#oneColumn p img {
    border: 0;
	margin:7px;
	padding:3px;
}
#oneColumn a {
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
#oneColumn a:hover {
	text-decoration:underline;
}
#oneColumn ul {
	margin:0 35px;
	text-align:left;
	clear:left;
}
#oneColumn li {
	padding:0 0 5px 0;
	font-size:12px;
	font-weight:normal;
	color:#666;
}

#oneColumn form {
	clear:left;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#666;
}




