/* Core CSS Document */

/* Global */
/* commented backslash hack \*/ 
html, body{
	height:100%;
} 
/* end hack */
html,body {
	margin:0;
	padding:0;
	background-image: url(../images/global/bg.gif);
}
#main {
	float: left;
	position: absolute;
	top: 0;
	width: 760px;
	height: auto; /* works only if parent container is assigned a height value */
	min-height:100%; /* moz uses this to make full height design. If you change this to height:100% moz won't expand the design if content grows. */
	display:table-cell; /* Safari fixes to 100% height. This makes Safari treat the div as a table cell (no other browser does this) and thus it will expand */
	background-color: #FFFFFF;
	background-image: url(../images/global/head_bar.gif);
	background-repeat: no-repeat;
}
* html #main{height:100%;}
#left {
	float: left;
	position: absolute;
	top: 0;
	width: 224px;
	background-color: #FFFFFF;
}
#right {
	float: right;
	position: absolute;
	top: 0; 
	width: 536px;
}
#nav {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #ffffff;
	margin-top: 38px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
body#about #about_nav,
body#services #services_nav,
body#area #service_area_nav,
body#commitment #commitment_nav,
body#referral #referral_nav,
body#contact #contact_nav,
body#home #home_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d07728;
	text-decoration: none;
}
#content {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	margin-top: 16px;
}
#address {
	margin-top: 15px;
	margin-left: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff9933;
}
#address a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff9933;
	text-decoration: none;
}
#address a:hover {
	text-decoration: underline;
}
#footer {
margin-top: 20px;
padding-left: 43px;
margin-bottom: 20px;
}

/* Sub-pages */
#subnav {
	float: left;
	background-image: url(../images/global/sub_tile.jpg);
	background-repeat: repeat;
	width: 224px;
}
#sub01, #sub02, #sub03, #sub04, #sub05{
	display: block;
	margin-bottom: 12px;
}
#subhead {
	margin-top: 0px;
	background-color: #FEE5CA;
}
#header {
	float: left;
	position: absolute;
	left: 267px;
	top: 288px;
	width: 465px;
}
#text {
	width: 465px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 42px;
}
#text p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
}
#text a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #ff9933;
	text-decoration: none;
	margin-top: 0px;
}
#text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #ff9933;
	text-decoration: underline;
	margin-top: 0px;
}
#text h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-color: transparent;
	border-bottom: none;
}
#text h1 {
	font-weight: bold;
	font-size: 12px;
	color: #ff9933;
	text-decoration: none;
	margin-bottom: 0px;
}
#text ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
/* Services */
.pdf {
	margin-top: 20px;
	margin-left: 16px;
}