@charset "utf-8";
/* CSS Document */
body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;;
	color: #FFF;
	background-color: #1B2E1D;
}
img
{
	border: 0px;
}
h1
{
	font-size: 20px;
	color: #D29E5E;
	margin: 0px;
}
.opacity
{
}
.opacity:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	zoom: 1;
}
.commontxt
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #D49E5E;
}
.picborder
{
	border: 1px solid #000000;
}
/* My CSS */
/* Header */
	#header
	{
		width: 1000px;
		text-align: left;
	}
	#header_container
	{
		width: 1000px;
		background: url(../images/header_bg.jpg);	
		height: 232px;
	}
	#header_nav
	{
		width: 1000px;
		height: 31px;
	}
	
/* Body */
	#body_bg
	{
		width: 1000px;
		text-align: left;
		background: url(../images/body_bg.jpg) top no-repeat;
		background-color: #0D0C04;
	}
	#body_container
	{
		width: 1000px;
	}
	#mainContentText
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	/* Content */
		#body_content
		{
			float: left;
			width: 749px;
		}
		#mainContentText
		{
			font-size: 12px;
			color: #FFF;
			padding-left: 5px;
			padding-right: 5px;
		}
		#mainContentText1
		{
			font-size: 14px;
			color: #FFF;
			padding-left: 5px;
			padding-right: 5px;
			background: url(../images/index_text_bg.png);
		}
		#contactusnow
		{
			font-size: 14px;
			color: #D49E5E;
			text-decoration: none;
		}
		#contactusnow:hover
		{
			font-size: 14px;
			color: #FFF;
			text-decoration: none;
		}
		#text
		{
			color: #FFF;
			font-size: 12px;
			padding-left: 10px;
			padding-right: 10px;
		}
		#text1
		{
			color: #FFF;
			font-size: 14px;
			padding-left: 10px;
			padding-right: 10px;
		}
		.viewMore
		{
			color: #D49E5E;
			font-size: 12px;
			text-decoration: none;
			padding-right: 12px;
		}
		.viewMore:hover
		{
			color: #FFF;
			font-size: 12px;
			text-decoration: none;
			padding-right: 2px;
		}
	/* Right Nav */
		#body_right_nav
		{
			float: right;
			width: 251px;
		}
		#address
		{
			font-size: 12px;
			color: #FFFFFF;
		}
		.brown
		{
			color: #D49E5E;
		}
		#phone
		{
			font-size: 18px;
			color: #D49E5E;
		}
		#quote
		{
			font-style: italic;
			font-size: 12px;
			color: #D49E5E;
			padding-left: 20px;
			padding-right: 20px;
		}
		.right_nav_ourservices
		{
			font-size: 14px;
			color: #FFF;
			padding-left: 20px;
		}
		
/* Footer */
	#footer
	{
		width: 1000px;
		text-align: center;
	}
	#footer_container
	{
		width: 1000px;
		background: url(../images/footer_bg.jpg);	
		height: 111px;
	}
	#footer_nav
	{
		padding-top: 14px;
		font-size: 12px;
	}
	#footer_copy
	{
		padding-top: 32px;
		color: #D49E5E;
		font-size: 11px;
	}
	.footerLinks
	{
		color: #FFF;
		text-decoration: none;
	}
	.footerLinks:hover
	{
		color: #D59E5E;
		text-decoration: none;
	}
	
/* Contact Us */
input.Sex{display:none;}
.contactBoxTitle
{
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 2px;
}
.contactBoxText
{
	color: #D49E5E;
	font-size: 9pt;
	line-height: 14px;
}
.contactBoxAddress
{
	color: #FFF;
	font-weight: bold;
	font-size: 9pt;
}
.contactBoxPhone
{
	color: #FFF;
	font-weight: bold;
	font-size: 9pt;
}
.contactBoxEmail
{
	color: #FFF;
	font-weight: bold;
	font-size: 9pt;
	padding-top: 8px;
}
.mailto
{
	color: #D49E5E;
	text-decoration: none;
	font-size: 9pt;
	font-weight: normal;
}
.mailto:hover
{
	text-decoration: underline;
}
.tableTitle
{
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
}
.thankyou
{
	color: #FFF;
	font-size: 14pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.tableBorder
{
	border: 1px solid #FFF;
}

.contentLink
{
	text-decoration: none;
	font-size: 12px;
	color: #D49E5E;
}
.contentLink:hover
{
	text-decoration: underline;
	font-size: 12px;
	color: #FFF;
}
