@charset "UTF-8";
.white_text {
	color: #FFFFFF;
	font-weight: bold;
}
.contact_bolditalic {
	font-style: italic;
	font-weight: bold;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0px;
	background-image: url(../images/guy_3in.jpg);
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
	color: #53301A;
}
a:visited {
	text-decoration: none;
	color: #53301A;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
#container {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #53301A;
	border-left-color: #53301A;
}
#nav {
	background-color: #F47B20;
	width: 775px;
	height: 47px;
}
#nav_left {
	height: 47px;
	width: 300px;
	float: left;
}
#nav_left li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	color: #53301A;
}
#nav_left ul {
	padding-left: 25px;
}
#nav_right {
	height: 47px;
	width: 260px;
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}
#footer p {
	text-align: center;
	font-size: 90%;
	color: #53301A;
	line-height: 14pt;
	background-color: #F47B20;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#main {
	clear: both;
}
h2 {
	font-size: large;
	color: 53301A;
	font-weight: bold;
	text-indent: 28px;
}
#main_left {
	float: left;
	width: 260px;
	padding-top: 23px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 368px;
	margin-top: 20px;
}
#main_right {
	color: #53301A;
	width: 400px;
	float: right;
	padding-right: 50px;
	font-size: 90%;
	margin-top: 20px;
}
#main_contact_left {
	float: left;
	width: 400px;
	padding-top: 20px;
	height: 368px;
	margin-top: 20px;
	padding-left: 20px;
}
#main_contact_right a:hover {
	color: #53301A;
	text-decoration: underline;
}
#main_contact_right {
	color: #53301A;
	width: 300px;
	float: right;
	padding-right: 50px;
	font-size: 90%;
	padding-top: 20px;
}
#main_services_left {
	width: 360px;
	font-size: 90%;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main_services_left ul {
	list-style-type: square;
}
#main_services_left li {
	color: #53301A;
}
#main_services_right {
	float: right;
	width: 350px;
	font-size: 90%;
	padding-right: 30px;
	margin-bottom: 40px;
	margin-top: 10px;
}
#main_services_right ul {
	list-style-type: square;
}
#main_services_right li {
	color: #53301A;
}
#header_mobile {
	display: none;
}

