/* CSS Document */

body {
	margin:0px; background-image: url('../images/main_bg.jpg');
	background-repeat: repeat-x;
	background-color: #795736;
	font-family:Tahoma, "Trebuchet MS";
	font-size:12px;
	color:#FFFFFF
}
a:active, a:focus {outline: 0} 

a:link{color:#ff6600; text-decoration:underline;}
a:hover{color:#ff6600; text-decoration:none;}
a:active{color:#FFFFFF; text-decoration:underline;}
a:visited{color:#FFFFFF; text-decoration:underline;}

.tablebg {
	background-image: url('../images/table_bg.jpg');
	background-repeat: repeat-x; 
	background-color: #352919
}
.footer {
	background-image: url('../images/footer_bg.jpg');
	background-repeat: repeat-x; 
	background-color: #352919
}
.footer a:link{color:#e8a76a; text-decoration:none;}
.footer a:hover{color:#ffffff; text-decoration:underline;}
.footer a:active{color:#e8a76a; text-decoration:underline;}
.footer a:visited{color:#e8a76a; text-decoration:underline;}
.services {
	border-top:2px dotted #e8a76a; background-image: url('../images/ourservices.jpg');
	background-repeat: no-repeat;
	background-color: #352919;
	font-family:Tahoma, "Trebuchet MS";
	font-size:11px;
	color:#e8a76a;
	text-align:left;
	height:160px;
	padding-top:75px;
	padding-left:265px;
	width:299px;
	border-bottom:2px dotted #e8a76a;
}
.services ul {
 	font-family:Tahoma, "Trebuchet MS";
	font-size:11px;
	color:#e8a76a; margin-bottom:0px;
	margin-left:25px;
	list-style-image:url('../images/arrow.jpg');	
}
.services a:link{color:#e8a76a; text-decoration:underline;}
.services a:hover{color:#e8a76a; text-decoration:none;}
.services a:active{color:#e8a76a; text-decoration:underline;}
.services a:visited{color:#e8a76a; text-decoration:underline;}

.main{padding:10px; text-align:justify; line-height:16px;}
.main img{ float:right; margin:5px; margin-left:15px;}
.main strong{font-size:14px; font-weight:bold; margin-bottom:0px; color:#f29640
}

.form{padding-top:3px; padding-left:10px; text-align:justify; line-height:16px; border:solid 1px #e8a76a; }
.form img{ float:right; margin:5px; margin-left:15px;}
.form strong{font-size:14px; font-weight:bold; margin-bottom:0px; color:#f29640
}

.textbox{ border:solid 1px #999999;}
.buttons{ border:1px solid #999999; background-image:url('../images/buttons_bg.jpg'); background-repeat:repeat-x; color:#FFFFFF}
