/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#333333;
	font-size:14px;
	margin:0 auto;
	background-color:#dbcfb2;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_top-repeat.jpg);
}

a {
	color:#95030D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:18px; }

h2 { font-size:15px; color:#95030D; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.img_left {
	position:relative;
	float:left;
	padding: 0 10px 0 0;
}

.img_right {
	position:relative;
	float:right;
	padding: 0 0 0 15px;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.flag {
	padding: 0 0 10px 0;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:412px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

#appointment-form {
	position:relative;
	font-size: 11px;
	top:126px;
	left:62px;
	width:349px;
	height:auto;
	float: left;
}

.form-field {
	height:12px;
}

.form-field_box {
	height:18px;
	width:256px;
}

#flash {
	position:relative;
	top:29px;
	left:22px;
	width:557px;
	height:294px;
	float: left;
}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:326px;
	left:65px;
	width:813px;
	height:30px;
}

#nav2 {
	position:absolute;
	top:370px;
	left:39px;
	width:872px;
	height:42px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:570px;
	height:auto;
	padding: 22px 0 40px 42px;
}
#content_across {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:830px;
	height:auto;
	padding: 22px 0 40px 42px;
}


#about_image {
	position:relative;
	float:left;
	width:890px;
	height:503px;
	padding: 10px 0 0 26px;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:658px;
	height:auto;
	padding: 0 76px 40px 0;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:280px;
	height:auto;
	padding: 22px 42px 0 0;
}

.pay-bill {
	position:relative;
	width:230px;
	height:120px;
	background-repeat:no-repeat;
	background-image:url(images/bg_pay-bill.jpg);
	margin-top: 12px;
	padding: 50px 0 0 30px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	font-size:12px;
	top:0;
	left:0;
	width:950px;
	height:73px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

.copy {
	float:left;
	padding: 22px 0 0 42px;
	
}

.copy-center {
	float:left;
	padding: 12px 0 0 165px
}

.slug {
	float:right;
	padding: 15px 42px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:30px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
}

a#nav_01 {
	width:75px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -30px;
}

.active_01 {
	background-position: 0 -30px !important;
}

a#nav_02 {
	width:118px;
	cursor:pointer;
	background-position:-75px 0;
}

a:hover#nav_02{
	background-position:-75px -30px;
}

.active_02 {
	background-position:-75px -30px !important;
}

a#nav_03 {
	width:197px;
	cursor:pointer;
	background-position:-193px 0;
}

a:hover#nav_03{
	background-position:-193px -30px;
}

.active_03 {
	background-position:-193px -30px !important;
}

a#nav_04 {
	width:156px;
	cursor:pointer;
	background-position:-390px 0;
}

a:hover#nav_04{
	background-position:-390px -30px;
}

.active_04 {
	background-position:-390px -30px !important;

}

a#nav_05 {
	width:157px;
	cursor:pointer;
	background-position:-546px 0;
}

a:hover#nav_05{
	background-position:-546px -30px;
}

.active_05 {
	background-position:-546px -30px !important;
}


a#nav_06 {
	width:110px;
	cursor:pointer;
	background-position:-703px 0;
}

a:hover#nav_06{
	background-position:-703px -30px;
}

.active_06 {
	background-position:-703px -30px !important;
}

/*-------- start nav2 ----------- */

#nav2 a {
	position:relative;
	float:left;
	height:42px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav2.jpg);
}

a#nav_1 {
	width:288px;
	background-position:0 0;
}

a:hover#nav_1{
	background-position: 0 -42px;
}

.active_1 {
	background-position: 0 -42px !important;
}

a#nav_2 {
	width:295px;
	cursor:pointer;
	background-position:-288px 0;
}

a:hover#nav_2{
	background-position:-288px -42px;
}

.active_2 {
	background-position:-288px -42px !important;
}

a#nav_3 {
	width:289px;
	cursor:pointer;
	background-position:-583px 0;
}

a:hover#nav_3{
	background-position:-583px -42px;
}

.active_3 {
	background-position:-583px -42px !important;
}
