
BODY {
	margin: 0px;
}

.bg {}

.clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.header {background: transparent url(../images/pro_header_repeat.jpg) top left;}

.flash {width: 950px; margin: 0px auto; height: 354px; overflow: hidden}

.top_wrapper { background: transparent url(../images/pro_top_bg.jpg) repeat-x top left; height: 70px; width: 100%;}

.top { width: 950px; margin: 0px auto; padding-top: 45px; font-size: 17px; color: #fff;}

.top_left { width: 200px; float: left;}

.top_right {width: 750px; float: right; text-align: right;}

.top_nav {display: block;}

.top_nav .item {display: inline;}

.top_nav a:link,
.top_nav a:visited,
.top_nav a:active {
	padding: 10px; 
	font-weight: normal;
}

.top_nav a:hover {
	padding: 10px; 
	font-weight: normal; 
} 

/* This is for the selected state on the TOP menu items, if you change the name of this 
ID make sure you change it in the PHP menu code */

#selected_top a:link,
#selected_top a:visited,
#selected_top a:active {}

.top_shadow {background: transparent url(../images/pro_shadow_repeat.jpg) repeat-x top center; padding: 0px; margin: 0px; text-align: center;}

.page_bg {
	background: #794516 url(../images/pro_bottom_repeat.jpg) repeat-x bottom center; padding: 0px; margin: 0px;
}

.page {background: transparent url(../images/pro_content_repeat.jpg) repeat-y top center; margin: 0px auto; width: 950px;}

.home .content_bg {background: transparent url(../images/pro_bottom.jpg) no-repeat bottom center; margin: 0px auto; width: 950px;}

.about .content_bg {background: transparent url(../images/pro_bottom_2.jpg) no-repeat bottom center; margin: 0px auto; width: 950px;}

.services .content_bg {background: transparent url(../images/pro_bottom_3.jpg) no-repeat bottom center; margin: 0px auto; width: 950px;}

.contact .content_bg {background: transparent url(../images/pro_bottom_4.jpg) no-repeat bottom center; margin: 0px auto; width: 950px;}

.content { width: 950px; margin: 0px auto;}



.left {
	width: 310px;
	float: left;
}

.left_nav_wrapper {
	padding-left: 30px;	
	font-size: 14px;
}

.main_level a:link,
.main_level a:visited,
.main_level a:active {}
.main_level a:hover {}

.sub_level a:link,
.sub_level a:visited,
.sub_level a:active {}
.sub_level a:hover {}

/* This is for the selected state on the LEFT menu items, if you change the name of this 
ID make sure you change it in the PHP menu code */

#selected a:link,
#selected a:visited,
#selected a:active {font-weight: bold;}

.right {
	width: 640px;
	float: right;
}

.main_content_wrapper {
	padding-left: 70px;
	padding-right: 10px;
}

.main_content {
	width: 540px;
}

.main_content li {padding-bottom: 10px;}

.footer {
	width: 540px;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
}

.footer a:link,
.footer a:visited,
.footer a:active {}
.footer a:hover {}

.copyright_tagline {
	text-align: center;
	width: 560px;
	margin: 0px auto;
	font-size: 10px;
	padding-bottom: 10px;
}

.copyright_tagline a:link,
.copyright_tagline a:visited,
.copyright_tagline a:active {}
.copyright_tagline a:hover {}


