@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}


h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:capitalize;
	color:#000000;
	margin-top:10px;
}
h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#000000;
	margin-top:15px;
}
h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-transform:Capitalized;
	color:#ff7c00;
}
img{

	border:0;
}

p
{
	line-height:24px;
}
a
{
	outline:none;
	font-weight:bold;
	color:#000000;
}
.layout-size{

	width:1000px;
}

.liquid-size{

	width:100%;
}

.left{

	float:left;
}

.right{

	float:right;
}

.middle{

	margin:0 auto;
}




.logo{

	width:638px;
	height:207px;
}

.header-menus-wrapper{

	width:142px;
}

.top-menus{
	
	width:370px;
	padding-top:10px;
	color:#000000;
}

.top-menus a{

	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
}

.top-menus a:hover{

	color:#000000;
}

.navigation{
	
	width:662px;
}

.navigation ul{
	
	padding-top:40px;
	padding-left: 145px;
}

.navigation ul li{

	display:inline;
	padding:0 18px;
}

.navigation ul li a{

	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;
}

.navigation ul li a:hover{

	color:#d9972c;
}





.content-bg
{
	background:#FFFFFF;
}
.content-margin
{
	margin-top:10px;
}
.left-menu
{
	width:338px;
}
.sidebar-bg
{
	width:210px;
	background:#5E2605;
	margin-bottom:10px;
	padding-bottom:10px;
}
.sidebar-title
{
	width:200px;
	margin:5px 0 5px 0px;
}
.services
{
	width:280px;
	margin-left:10px;
}
.services p
{
	text-align:justify;
	line-height:24px;
}


.services ul
{
	margin-left:20px;
}
.services ul li
{
	list-style:none;
	margin-bottom:10px;
	
}
.services ul li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#84450A
	text-decoration:none;
	background:url(images/arrow.png) no-repeat;
	background-position:left;
	padding-left:30px;
}
.services ul li a:hover
{
	color:#7a7a7a;
	background:url(images/arrow2.png) no-repeat;
	background-position:left;
	padding-left:30px;
	list-style:none;
}



.main-content
{
	width:662px;
}
.content-wrapper
{
	width:662px;
	margin-bottom:10px;
}
.content-text p
{
	margin-top:10px;
}
.content-box-top
{
	width:644px;
	height:10px;
	background:url(images/content-box-top.png) no-repeat;
	margin-top:10px;
}
.content-box-middle
{
	width:644px;
	background:url(images/content-box-middle.png) repeat-y;
}
.content-box-bottom
{
	width:644px;
	height:20px;
	background:url(images/content-box-bottom.png) no-repeat;
}

.content-text-wrapper
{
	width:600px;
}
.content-text-wrapper p
{
	line-height:24px;
	padding:15px 0 0 25px;

}
.content-text-wrapper h1
{
	font-size:14px;
	margin-left:25px;
	padding:10px 0 10px 0;
}
.content-wrapper h1
{
	font-size:14px;
}
.content-wrapper ul{
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}

.content-title
{
	width:300px;
}
.content-wrapper2
{
	width:320px;
}

.content-wrapper2 p
{
	line-height:24px;
	padding:10px;
	text-align:justify;
}  
.content-wrapper2 ul,.content-list ul
{
	padding:10px 0 30px 30px;
}
.content-wrapper2 ul li
{
	list-style:none;
	margin-bottom:10px;
	background:url(images/arrow3.png) no-rep