/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #dbeaff url(images/bg-site.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1, h2, p, a, ul, li, address {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin: 5px 0px 20px 0px;
	line-height: 1.7;
}	
		
address {
	float: left;
	width: 235px;
	margin: 0 15px;
	text-align: left;
	font-style: normal;
}

/* -- Address Tag for Bay Area and Sacramento Area Pages -- */
address#secondary {
	width: 250px;
	padding-left: 135px;
	padding-bottom: 20px;
}
	
	address p span.area, address#secondary p span.area {
		float: left;
	}
	
	address p span.phone, address#secondary p span.phone {
		float: right;
		width: 90px;
	}
/* -- End Address Tag for Bay Area and Sacramento Area Pages -- */

h1 { 
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	margin: 0;
	position: absolute;
	top: 288px;
	left: 210px;
}

h2 { 
	font-size: 12px;
	color: #c30101;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

h3 { 
	font-size: 18px;
	color: #c30101;
	text-align: center;
}

hr {
	border: none;
	border-top: 1px dotted #cccccc;
	height: 1px;
	clear: both;
}

/* ----------------- GENERAL LINKS ----------------- */
a { 
	color: #267eb0;
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #666666; 
	}
	
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	width: 189px;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

ul#mainnav li a {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 180px;
	border-top: 1px solid #0b5489;
	border-bottom: 1px solid #0b5489;
	padding: 10px 4px 10px 4px;
	margin: 1px 0px;
	background: #023d66;
}

ul#mainnav li a:hover, ul#mainnav li a#current {
	background: #c30101;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	margin: 10px auto 15px auto;
	padding: 5px 0;
	width: 1000px;
	height: 15px;
	text-align: left;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #333333;
}
	
ul#utilitynav li a:hover {
	text-decoration: underline;
}

ul#utilitynav li a#last {
	border-right: none;
}

/* ----------------- MAJOR LAYOUT ELEMENTS ----------------- */
div#container {
	width: 990px;
	margin: 0 auto;
	background: url(images/bg-content.gif);
	position: relative;
}

div#header {
	width: 990px;
	height: 328px;
	text-align: left;
	background: url(images/bg-header-1313241.jpg) no-repeat;
	position: relative;
	background-position:right top;
}

div#content {
	width: 560px;
	padding: 5px 25px 0px 25px;
	text-align: left;
	float: right;
}
	
	div#content ul.services {
		margin: 0px;
		float: left;
		padding: 0px 20px 15px 20px;
		list-style-type: square;
	}
	
	div#content ul.services li {
		line-height: 1.3;
		margin-bottom: 5px;
		color: #e30303;
	}
	
	div#content ul.services li a {
		text-decoration: none;
		color: #e30303;
	}

	div#content img {
		margin-bottom: 5px;
		border: 1px solid #e0e3e4;
		padding: 4px;
	}

div#leftside {
	float: left;
	width: 190px;
	text-align: left;
}

div#rightside {
	float: right;
	width: 190px;
	text-align: left;
}

div#flash {
	position: absolute;
	top: 138px;
	left: 205px;
}

div#audio {
	position: absolute;
	top: 303px;
	right: 29px;
}

div#foot {
	width: 990px;
	padding-top: 20px;
	clear: both;
	text-align: left;
	background: #dbeaff url(images/bg-bottom.gif) no-repeat;
	border-bottom: 1px solid #0b5489;
}

	div#foot p {
		font-size: 9px;
		color: #7f7f7f;
		margin: 5px 0px;
		line-height: 1.5;
	}
	
div#login {
	position: absolute;
	right: 0;
	bottom: -32px;
}

	div#login p {
		font-size: 10px;
		color: #333333;
	}
	
	div#login a, div#copyright a {
		font-size: 10px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}
	
	div#login a:hover, div#copyright a:hover {
		text-decoration: underline;
	}
	
div#copyright {
	width: 990px;
	margin: auto;
	clear: both;
	text-align: left;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
	
	div#copyright img {
		border: none;
		margin: 10px 0;
	}

/* ----------------- Other Layout Elements For Main Content ----------------- */
div#phonelist {
	float: right;
	width: 240px;
	margin: 0 0 15px 20px;
	padding: 5px 15px;
	text-align: left;
	background: #e1f4fc;
	border: 1px solid #cccccc;
}
	
	div#phonelist p {
		margin: 5px 0px;
		line-height: 1.5;
		font-size: 10px;
	}
	
	div#phonelist p span.area {
		float: left;
	}
	
	div#phonelist p span.phone {
		float: right;
		width: 90px;
	}

div#coupons {
	width: 560px;
	height: 400px;
	text-align: center;
	margin: 20px 0;
}

	div#coupons img {
		border: none;
		margin: 5px;
	}

div#video {
	background: #ffffff;
	width: 345px;
	text-align: center;
	margin-top: -25px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */
img.right {
	margin-left: 15px;
	float: right;
}

img.left {
	margin-right: 15px;
	float: left;
}

img#logo {
	border: none;
}

img#videobtn, img#cta {
	border: none;
	margin-left: 1px;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}

.clear {
	clear: both;
}

p.area {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #c60b03;
	border-top: 1px dotted #cfcfcf;
	padding-top: 10px;
	clear: both;
}

.review{ text-align:center;
	background:#FFF;
	width:150px;
	margin:6px 0 -3px 19px;
	*margin:2px 0 -3px 19px;
	height:150px;
	padding:0;
	border:1px solid #0a385f;
	position:relative;}



div#lastaddress


{
   margin-right:20px;	
	
	
}
