/* global styles */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #38234B;
	background-image: url(../images/purple_bg.gif);
	background-repeat: repeat-y;
}
#content{
	width:960px;
}
#header {
	width:960px;
	height:142px;
	background-image:url(../images/header.jpg);
}
#navigation{
	width:227px;
	height:400px;
	position:absolute;
	margin-left:13px;
	top:139px;
}

/* home page */
#home_content{
	width:697px;
	height:400px;
	position:absolute;
	margin-left:253px;
}
#home_services{
	width:339px;
	height:258px;
	background-image:url(../images/home_service_box.jpg);
	position:relative;
	margin-top:11px;
}
#home_services_txt{
	width:288px;
	height:128px;
	position:relative;
	top:105px;
	margin-left:22px;
}
#home_services_hearing_1{
	width:150px;
	height:70px;
	position:relative;
	top:10px;
	margin-left:0px;
	font-weight:bold;
	line-height:22px;
}
#home_services_hearing_2{
	width:140px;
	height:70px;
	position:relative;
	top:-60px;
	margin-left:150px;
	font-weight:bold;
	line-height:22px;
}
#home_staff{
	width:339px;
	height:258px;
	background-image:url(../images/home_staff_box.jpg);
	position:relative;
	margin-top:-258px;
	margin-left:352px;
}
#home_staff_txt{
	width:170px;
	height:128px;
	position:relative;
	top:105px;
	margin-left:22px;
}

/* forms page */
#forms_content{
	width:692px;
	height:511px;
	position:absolute;
	margin-left:253px;
	top:142px;
	background-image:url(../images/forms.jpg);
}
#forms_plugin{
	width:126px;
	height:40px;
	position:absolute;
	margin-left:513px;
	top:18px;
}
#forms_col1{
	width:315px;
	height:390px;
	position:relative;
	top:110px;
	left:20px;
}
#forms_col2{
	width:298px;
	height:390px;
	position:relative;
	top:-280px;
	left:365px;
}

/* services page */
#services_content{
	width:697px;
	height:400px;
	position:absolute;
	margin-left:253px;
	top:142px;
}
#services_list{
	width:378px;
	height:513px;
	background-image:url(../images/services_list_bg.jpg);
}
#services_side{
	width:301px;
	height:514px;
	background-image:url(../images/services_side_bg.jpg);
	position:relative;
	top:-513px;
	margin-left:390px;
}
#services-txt{
	width:345px;
	height:414px;
	position:relative;
	top:105px;
	margin-left:20px;
	line-height:30px;
}
#services-sidetxt{
	width:274px;
	height:100px;
	position:relative;
	top:400px;
	margin-left:10px;
	text-align:center;
}
/* services secondary */
#services-sub{
	width:686px;
	height:513px;
	background-image:url(../images/services_full.jpg);
	position:relative;
	margin-left:0px;
}
#services-sub-txt{
	width:440px;
	position:absolute;
	margin-top:107px;
	margin-left:20px;
}
#services-sub-pic{
	width:170px;
	height:384px;
	position:absolute;
	top:107px;
	margin-left:492px;
}

/* location page */
#location_content{
	width:697px;
	height:400px;
	position:absolute;
	margin-left:253px;
}
#location_text{
	width:379px;
	height:190px;
	background-image:url(../images/location_text_bg.jpg);
}
#location_pic{
	width:300px;
	height:190px;
	background-image:url(../images/location_pic.jpg);
	position:relative;
	top:-190px;
	margin-left:390px;
}
#location_map{
	width:687px;
	height:274px;
	position:relative;
	top:-180px;
	
}
#location-detail{
	width:235px;
	height:80px;
	position:relative;
	top:110px;
	left:20px;
}
#location-links{
	width:110px;
	height:80px;
	position:relative;
	top:30px;
	left:258px;
}
/* staff page */
#staff_content{
	width:698px;
	height:513px;
	position:absolute;
	margin-left:253px;
	background-image:url(../images/staff.jpg);
}
#staff-left{
	width:235px;
	height:390px;
	position:absolute;
	margin-left:95px;
	top:109px;
}
#staff-right{
	width:230px;
	height:390px;
	position:absolute;
	margin-left:437px;
	top:109px;
	line-height:18px;
}
#staff-full{
	width:686px;
	height:513px;
	background-image:url(../images/staff_full.jpg);
	position:relative;
	margin-left:0px;
}
/* contact page */
#contact_content{
	width:697px;
	height:511px;
	position:absolute;
	margin-left:253px;
	background-image:url(../images/contact.jpg);
}
#contact-left{
	width:403px;
	height:390px;
	position:absolute;
	margin-left:20px;
	top:109px;
}
#contact-right{
	width:222px;
	height:390px;
	position:absolute;
	margin-left:454px;
	top:109px;
	line-height:18px;
}