@charset "UTF-8";
.body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #BDA565;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.contact_body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
.mast {
	height: 219px;
	width: 800px;
	margin: 0 auto;
}
.mast_txt_hdr {
	font-size:16px;
	color: #BDA565;
	font-weight: bold;
}
.mast_txt {
	color:#FFF;
	font-size:12px;
}
.mast_bottom {
	background-image:url(images/mast02.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:110px;
}
.mast_bottom_txt {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:70px;
	margin-bottom:10px;
}
.main {
	width: 800px;
	height: 500px;
	margin: 0 auto;
	padding-top: 15px;
}
.sign_txt_hdr {
	font-size:14px;
	color: #BDA565;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 6px;
	padding-bottom: 2px;
}
.sign_txt {
	font-size:10px;
	line-height:13px;
	font-weight: lighter;
	width: 180px;
	margin: 0 auto;
}

/*-- Start Accordian Styles ------------------------------*/

#accordion {
	margin:20px 0px;
	background-color:#fff;
}

h3.toggler {
	cursor: pointer;
	font-size: 14px;
	background: #000000;
	background-image:url(images/button_bg.gif);
	background-repeat:repeat-x;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDA565;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
	background-color:#FFF;
}

blockquote {
	padding: 5px 20px;
}

/*-- Link Styles ------------------------------*/

a:link {
	color: #BDA565;
	text-decoration:none;
}
a:visited {
	color: #BDA565;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:link {
	color: #BDA565;
	text-decoration:none;
}

#mast_txt a:link {
	color: #BDA565;
	text-decoration:none;

}
#mast_txt a:visited {
	color: #BDA565;
	text-decoration:none;

}
#mast_txt a:hover {
	color: #FFFFFF;
	text-decoration:underline;

}
#mast_txt a:active {
	color: #BDA565;
	text-decoration:none;

}
#hlink a:link {
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #BCA462;
	text-align: center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;	
}
#hlink a:visited {
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #BCA462;
	text-align: center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;	
}
#hlink a:hover {
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #9e8545;
	text-align: center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;	
}
#hlink a:active {
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #BCA462;
	text-align: center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;	
}
