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


body {
	background-image: url(pics/page_bkgd.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:normal;
	font-size:16px;
	line-height:1.2rem;
}

h1 {
	font-size:16px;
	text-transform:uppercase;
	font-family:pragmatica-web;
	background-image:url(pics/mini_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
	font-weight:normal;
	margin-top:20px;
	line-height:1.4rem;
	color:#666;
	
}

h3 {
	line-height:1rem;
	font-size:1rem;
	margin-bottom:0;
	text-decoration:underline;
}

.wrapper {
	margin:0 auto;
	width:960px;
	height:auto;
}

.header {
	height:160px;
	width:960px;
}

.logo {
	width:300px;
	height:160px;
	text-align: left center;
	float:left;
}

.contact_top {
	width:660px;
	height:50px;
	float:left;
	text-align:right;
	padding-top:10px;
	font-family:pragmatica-web;
}

.menu_top {
	width:660px;
	height:70px;
	float:left;
	margin-top:17px;
}

li {
    float: left;
	list-style-type: none;
}

li a {
	font-size:12px;
	font-family:pragmatica-web;
	text-transform:uppercase;
	text-align:center;
	display: block;
    width: 103px;
	vertical-align:middle;
}

li a span {
	vertical-align:middle;
	height:70px;
	display:table-cell;
	text-align:center;
	width:103px;
	font-weight:12px;
	line-height:1rem;
	border-right:1px solid #FFF;
}

li a {
	color:#A69277;
	text-decoration:none;
}

.active span {
	background: rgb(169,154,131); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,154,131,1) 0%, rgba(197,181,155,1) 100%, rgba(125,185,232,1) 100%, rgba(41,137,216,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,154,131,1)), color-stop(100%,rgba(197,181,155,1)), color-stop(100%,rgba(125,185,232,1)), color-stop(100%,rgba(41,137,216,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(169,154,131,1) 0%,rgba(197,181,155,1) 100%,rgba(125,185,232,1) 100%,rgba(41,137,216,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(169,154,131,1) 0%,rgba(197,181,155,1) 100%,rgba(125,185,232,1) 100%,rgba(41,137,216,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(169,154,131,1) 0%,rgba(197,181,155,1) 100%,rgba(125,185,232,1) 100%,rgba(41,137,216,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(169,154,131,1) 0%,rgba(197,181,155,1) 100%,rgba(125,185,232,1) 100%,rgba(41,137,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a99a83', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
	color:#FFF !important;
}


li a span:hover {
	background: rgb(169,154,131); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,154,131,1) 0%, rgba(197,181,155,1) 100%, rgba(125,185,232,1) 100%, rgba(41,137,216,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,154,131,1)), color-stop(100%,rgba(197,181,155,1)), color-stop(100%,rgba(125,185,232,1)), color-stop(100%,rgba(41,137,216,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(169,154,131,1) 0%,rgba(197,181,155,1) 100%,rgba(125,185,232,1) 100%,rgba(41,137,216,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(169,154,131,1) 0%,rgba(197,181,155,1) 100%,rgba(125,185,232,1) 100%,rgba(41,137,216,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(169,154,131,1) 0%,rgba(197,181,155,1) 100%,rgba(125,185,232,1) 100%,rgba(41,137,216,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(169,154,131,1) 0%,rgba(197,181,155,1) 100%,rgba(125,185,232,1) 100%,rgba(41,137,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a99a83', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
	color:#FFF !important;
}


.main_content {
	width:960px;
	height:auto;
}

.text_area_left {
	width:600px;
	padding-right:10px;
	float:left;
}

.image_right {
	width:330px;
	padding-left:20px;
	float:left;
	text-align:right;
	padding-top:50px;
}

.image_right2 {
	width:330px;
	padding-left:20px;
	float:left;
	text-align:right;
	padding-top:50px;
	height:auto;
}

.full_width_area {
	width:960px;
	height:auto;
	float:left;
}

.footer {
	width:100%;
	background-color: #A69277;
	float:left;
	color:#FFF !important;
	font-size:12px;
	line-height:1rem !important;
	font-family:pragmatica-web;
}

.footer a {
	color:#FFF !important;
}

.footer a:hover {
	color:#0225CB !important;
	text-decoration:none;
}

.footer_inner {
	width:960px;
	margin:0 auto;
	height:160px;
}

.footer_left {
	float:left;
	width:320px;
	text-align:left;
	padding-top:20px;
}

.footer_center {
	float:left;
	width:320px;
	text-align:center;
	padding-top:10px;
}

.footer_right {
	float:left;
	width:320px;
	text-align:right;
}
