/* CSS Document */
body{
	/*color: #454545;*/
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}
a{
	color: #5D582A;
	text-decoration: none;
}
a:hover{
	color: #2f2f2f;
	text-decoration: underline;
}
.m1_text{
	padding: 0px 20px 0px 20px;
}
.copyright{
	color: #000000;
	padding: 20px;
}
.copyright a{
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright a:hover{
	text-decoration: none;
}

.l_text{
	color: #FFFFFF;
	font-size: 11px;
}
.l_text a{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.l_text a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
.h_heading{
	color: #5D582A;
	font-size: 17px;
}
h1{
	color: #5D582A;
	font-size: 24px;
}
.h_heading2{
	color: #5D582A;
	font-size: 12px;
	font-weight: bold;
}
h2{
	color: #454545;
	font-size: 14px;
	font-weight: bold;
}
input { 
	color: #000000; 
	font: 11px Tahoma; 
}
textarea{
	color: #000000; 
	font: 11px Tahoma; 
	background-color: #facc78;
	margin:5px 0px 5px 0px;
	border: 1px solid #80C31C;
}
select{
	color: #000000; 
	font: 11px Tahoma; 
	background-color: #facc78;
	margin:5px 0px 5px 0px;
	border: 1px solid #80C31C;
}
.l1_text{
	color:#b9a57f;
	font-size: 10px;
}
.l1_text a{
	padding: 0px 3px;
	color:#1c263c;
	font-size: 11px;
	text-decoration: none
}
.l1_text a:hover{
	text-decoration: underline;
	color: #5D582A;
}
.testimonials{
	padding: 0px 5px;
}
.logo{
	padding: 5px 10px;
}
.top_right{
	background: url(../images/topback.jpg) #FFFFFF right no-repeat;
}
.box_header{
	background: url(../images/sub-menu_01.gif) right repeat-x;
	width:215px;
	height: 34px;
	color: #fff;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
}
.box_footer{
	background: #5d582a;
	width: 215px;
	height: auto;
}
.error{
	color: #FF0000;
	display: none;
}
.apply_buttons{
	padding: 20px 5px;
}
a.apply_buttons{
	padding: 13px 20px;
	background: url(../images/tnav_bg.png) bottom repeat-x;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
	border: 1px solid #2f2f2f
}
a.apply_buttons:hover{
	background: #CC0000 url(../images/tnav_hover.png) bottom repeat-x;
	color: #DEDEDD;
}
.footer{
	background:url(../images/bottom1.jpg) #bdf25e top repeat-x;
}
.newsletter_form td {
	padding: 2px;
	color: #5D582A;
	font-weight: bold;
}
.newsletter_form input, .newsletter_form select {
	border: 1px solid #5D582A;
	border-radius: 5px;
	height: 20px;
	width: 110px;
}
.newsletter_form input.button {
	width: auto;
	float: right;
	font-weight: bold;
	font-size: 14px;
	color: #5D582A;
	padding: 10px;
	height: auto;
	cursor: pointer;
}
.newsletter_form input.button:hover {
	background: #5D582A;
	color: #fff;
}
