/*****CONSTANT*****/

body {
	background-color:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#89A9E8), to(#567CC3))
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
}

img {
	padding: 0px;
	margin: 0px;
}

a {
	color: #04240c;
}

/*****LAYOUT*****/

div#wrapper {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}

table#main {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
}

table#content {
	width: 738px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

td#leftside {
	width: 164px;
	padding-right: 10px;
}

td#rightside {
	width: 574px;
	padding: 0px;
	line-height: 1.3em;
}

.top_bottom_border {
	border-top: #04240c 5px solid;
	border-bottom: #04240c 5px solid;
}

#sub_title_left {
	float: left;
	background-image: url(../images/page_title_left.jpg);
	width: 14px;
	height: 25px;
}

#sub_title {
	float: left;
	background-color: #443315;
	line-height: 25px;
	font-size: 18px;
	color: #ffffff;
}

#sub_title_right {
	float: left;
	background-image: url(../images/page_title_right.jpg);
	width: 14px;
	height: 25px;
}

/*****MAIN NAVIGATION*****/

td#main_nav {
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

td#main_nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

td#main_nav ul li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

td#main_nav ul li a {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
}

td#main_nav ul li a:hover {
	color: #b3bf86;
}

/*****SERVICE SUB-NAV*****/

div#services {
	font-size: .9em;
	background-color: #eeeeee;
	border: #04240c 1px solid;
}

div#services a {
	text-decoration: none;
	color: #04240c;
}

div#services a:hover {
	text-decoration: underline;
	color: #04240c;
}

div#services_sub {
	text-align: left;
	font-size: .9em;
	color: #ffffff;
	background-color: #04240c;
	border-left: #04240c 1px solid;
	border-right: #04240c 1px solid;
	border-bottom: #04240c 1px solid;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}

div#services_sub a {
	text-decoration: none;
	color: #ffffff;
}

div#services_sub a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/*****FOOTER*****/

div#footer {
	color: #443315;
	text-align: center;
	font-size: 12px;
	padding-top: 30px;
}

div#footer a {
	color: #443315;
}

/*****MISC*****/

.spacer_10px {
	width: 10px;
	line-height: 10px;
	display: block;
}

.spacer_vert {
	width: 10px;
	padding: 0px;
}

.green_border {
	border: #04240c 1px solid;
}