/*

MAIN

*/
* { 
	padding: 0;
	margin: 0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
}

body {
	text-align: center;
	margin: 0 auto;
	background-color: #DEDECA;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66443f;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	color: #7fa471;
}
a:active {
	text-decoration: none;
	color: #66443f;
}

td {
	line-height: 12px;
}

th {
	line-height: 12px;
}

td table {
	text-align: left;
}

h1 {
	font-weight: normal;
	font-size: 3.5em;
	line-height: 1em;
	color: #66443f;
	padding: 10px 0px 10px 0px;
}



h1.header {
	font-size: 2.5em;
	line-height: .2em;
	font-weight: normal;
	color: #7FA471;
}

h2 {
	font-size: 1.5em;
	line-height: .5em;
	font-weight: normal;
	padding: 5px 0px 5px 5px;
	color: #7FA471;
}

h3 {
	font-size: 16px;
	font-weight: strong;
	color: #000000;
}



.justified {

	font-family: Arial, Helvetica, sans-serif;

	text-align: justify;

}
.footer {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9px;

	color: #999999;

}

p {
	line-height: 20px;
	text-align: justify;
}

ul {
	margin-left: 30px;
}


#welcome-box {
	width: 570px;
	background: url(images/welcome_box_body.gif) repeat-y;
	margin: 20px 0px 30px 0px;
}

#welcome-body {
	padding: 10px 20px 10px 20px;
	background: url(images/welcome_box_footer_berry.gif) bottom no-repeat;
}

#welcome-header h1#welcome-text {
	position: absolute;
	margin: 0; padding: 0;
	text-decoration: none;
	text-transform: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 0px;	
}

tr.services_tbl_top {
	height: 10px;
	width: 570px;
	background: url(images/services_tbl_top.gif) no-repeat;
}

tr.services_tbl_middle {
	width: 570px;
	background: url(images/services_tbl_bg.gif) repeat-y;
	vertical-align: top;
}

table.services_content {
	padding: 0;
	margin: 0 auto;
	width: 550px;
	text-align: left;
}

tr.services_header {
	background: url(images/services_tbl_header.gif) repeat-x;
	text-indent: 1em;
	width: 550px;
	height: 39px;
}

tr.services_header .leftborder, td.leftborder {
	border-left: solid 1px #c5d5d7;
}

tr.services_white {
	background: #fff;
	width: 550px;
	height: auto;
}

tr.services_tbl_bottom {
	height: 10px;
	width: 570px;
	background: url(images/services_tbl_bottom.gif) no-repeat;
}

#listyles {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

div.listpadding ul#liststyles li {
	line-height: 2em;
}

div.listpadding {
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: -.5em;
}


#our-staff img {
	padding: 5px 5px 5px 5px;
	border: #CCCCCC solid 1px;
	margin: 0px 0px 10px 0px;
}

#our-staff p img {
	padding: 5px 5px 5px 5px;
	border: #CCCCCC solid 1px;
	margin: 0px 20px 10px 0px;
}
div.serviceswf {
	text-align: right;
	margin-bottom: 20px;
}

td.contactstyle {
	line-height: 1em;
}
table.contact {
	background: #ccc;
}
table.contact td {
	height: 38px;
}

table.contact input {
	height: 20px;
	margin-left: 10px;
}

table.contact textarea {
	margin-left: 10px;
	margin-top: 4px;
}

table.contact .form {
	width: 420px;
}

table.contact input.submitbtn {
	text-align: left;
	margin-top: 10px;
}


table.contact .margin {
	margin-top: 10px;
}

table.padding tr {
	padding-left: 5px;
	height: 20px;
}

/* SIDE BAR */

#sidebar {
	width: 236px;
	overflow: hidden;
}

#sidebar .box {
	position: relative;
	width: 236px;
}

#sidebar .box .box-top {
	width: 236px;
	height: 49px;
	top: 0px;
	background: #fff url(headers/tob_blank.gif) no-repeat;
	overflow: hidden;
}

#sidebar .box .box-top h2 {
	text-align: left;
	color: #b08f3f;
	font: 23px Arial, "Helvetica", sans-serif;
	margin: 8px 0px 0px 10px;
}

#sidebar .box .box-inner {
	width: 233px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
	overflow: hidden;
}

#sidebar .box .box-inner p {
	text-align: left;
	margin: 10px 15px 0px 15px;
	overflow: hidden;
}

#sidebar .box .box-bottom {
    width: 236px;
    height: 16px;
    bottom: 0px;
    background: #fff url(footers/boxFooter.gif) no-repeat;
	margin: 0px 0px 20px 0px;
}

#sidebar .other-services {
	width: 236px;
	height: 378px;
	text-indent: 1000px;
    display: block;
    background: url(images/other_services_AWHC.gif) top left no-repeat;
}
#sidebar .other-services:hover {
    background-position: top right;
}
