body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 157%;
	color: #505050;
	font-size: 14px;
	min-height:1504px;
	background-color:#FFFFF2;	
}

body h1 {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 120%;
}

h1.heading {
	padding-left: 30px;
	padding-top:35px;
	padding-bottom:20px;
	border-left:1px solid rgb(219, 219, 219);
}

body h2 {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	line-height: 100%;
}

body h3 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
}

body p {
	font-size:14px;
	color:#666;
}

body a {
	color: #1C66C7;
	font-weight: normal;
	
}

.main_wrapper {
	clear: both;
	min-height: 1489px;
	width: 100%;
	margin: 0px auto;
	min-width:960px;
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #ffffd9),color-stop(51%, #fffff2));
	background-image:-webkit-linear-gradient( top,#ffffd9 0%, #fffff2 51%);
	background-image:-moz-linear-gradient( top,#ffffd9 0%, #fffff2 51%);
	background-image:-o-linear-gradient( top,#ffffd9 0%, #fffff2 51%);
	background-image:-ms-linear-gradient( top,#ffffd9 0%, #fffff2 51%);
	background-image:linear-gradient( to bottom,#ffffd9 0%, #fffff2 51%);
}

.nav_wrapper {
	clear: both;
	min-height: 90px;
}

.navigation {
	min-height: 80px;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #e6e6a8),color-stop(100%, #bfbf7a));
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	border-top-left-radius:0px;
	background-image:-webkit-linear-gradient( top,#e6e6a8 0%, #bfbf7a 100%);
	background-image:-moz-linear-gradient( top,#e6e6a8 0%, #bfbf7a 100%);
	background-image:-o-linear-gradient( top,#e6e6a8 0%, #bfbf7a 100%);
	background-image:-ms-linear-gradient( top,#e6e6a8 0%, #bfbf7a 100%);
	background-image:linear-gradient( to bottom,#e6e6a8 0%, #bfbf7a 100%);
	-moz-border-radius-topleft:0px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
}

.content_wrapper {
	clear: both;
	min-height: 1138px;
}

.content_wrapper2 {
	min-height: 1138px;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

.slideshow_wrapper {
	clear: both;
	min-height: 200px;
}

.slideshow {
	float: left;
	min-height: 200px;
	width: 960px;
	margin:30px 0;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-style:solid;
	border-width:0px;
	border-color:#FF8585;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
}

.features {
	clear: both;
	min-height: 229px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-style:solid;
	border-width:1px;
	border-color:#D9D993;
	margin-top:15px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #fffff1),color-stop(100%, #ffffe5));
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	background-image: -webkit-linear-gradient( top,#fffff1 0%, #ffffe5 100%);
	background-image: -moz-linear-gradient( top,#fffff1 0%, #ffffe5 100%);
	background-image: -o-linear-gradient( top,#fffff1 0%, #ffffe5 100%);
	background-image: -ms-linear-gradient( top,#fffff1 0%, #ffffe5 100%);
	background-image: linear-gradient( to bottom,#fffff1 0%, #ffffe5 100%);
	padding:0px;
}

.column_1 {
	float: left;
	width: 571px;
	min-height: 226px;
}

.article_one{
	margin: 0;
	padding: 10px 25px 25px 30px;
	border: 0;
	float: left;
	width:516px;
	min-height:193px;
}

.article_one h2{
	margin: 0 0 20px 0;
	padding: 0;
	min-height:10px;
	font-size:28px;
}

.article_one p{
	margin: 0 0 20px 0;
	padding: 0;
	min-height:10px;
}

a.article_one_btn{
	padding: 10px 15px;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	color: #FFF;
	background-color: #7C800A;
	text-decoration: none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	min-height:10px;
}

a.article_one_btn:hover{
	background-color: #ff2b2b;
	color: #333333;
}

a.article_one_btn:active{
	background-color: #77C4D3;
	color: #000;
}

.column_2 {
	float: left;
	width: 386px;
	min-height: 229px;
}

.features2 {
	clear: both;
	min-height: 419px;
	padding-top:30px;
	padding-bottom:20px;
}

.article_nine{
	margin: 0;
	padding: 25px;
	border: 0;
	float: left;
	text-align: center;
	width:270px;
}

img.article_nine_img{
	border: 1px solid #FFF;
	display:block;
	margin: 0 auto 22px;
	border-width:0px;
	min-height:2px;
}

.article_nine h2{
	margin: 0 0 26px;
	padding: 0;
}

.article_nine p{
	margin: 0 0 30px;
	padding: 0;
}

a.article_nine_btn{
	padding: 11px;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	background-color: #7C800A;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

a.article_nine_btn:hover{
	background-color: #FF2B2B;
	color: #000;
}

a.article_nine_btn:active{
	background-color: #77C4D3;
	color: #000;
}

.footer_wrapper {
	clear: both;
	min-height: 261px;
}

.footer {
	min-height: 86px;
	width: 960px;
	border-top:1px solid #FFF5F5;
	background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #e6e6a8),color-stop(100%, #bfbf7a));
	background-image:-webkit-linear-gradient( top,#e6e6a8 0%, #bfbf7a 100%);
	background-image:-moz-linear-gradient( top,#e6e6a8 0%, #bfbf7a 100%);
	background-image:-o-linear-gradient( top,#e6e6a8 0%, #bfbf7a 100%);
	background-image:-ms-linear-gradient( top,#e6e6a8 0%, #bfbf7a 100%);
	background-image:linear-gradient( to bottom,#e6e6a8 0%, #bfbf7a 100%);
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:auto;
	margin-left:auto;
}

.copyright2 {
	float: left;
	min-height: 51px;
	margin:0;
	font-size: 13px;
	cursor: default;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:20px;
	width:663px;
}

.copyright2 .company{
	color: #FCFFD6;
	font-weight: bold;
	cursor: pointer;
}

.copyright2 .company:hover{
	color: #FF2B2B;
}

.copyright2 .privacy_policy{
	border-bottom: 0px solid rgb(145, 145, 145);
	cursor: pointer;
	color:#000000;
	min-height:1px;
	font-weight:bold;
}

.copyright2 .privacy_policy:hover{
	border-bottom: 0px solid rgb(119, 196, 211);
	min-height:2px;
	color:#FF2B2B;
}

.social_icons {
	float: left;
	padding: 25px;
	margin: 0;
	width:227px;
	clear:none;
	min-height:33px;
}

.social_icons a{
	float:left;
	width: 33px;
	height: 33px;
	text-align:right;
}

.social_icons .facebook{
	background: transparent url("../images/xtd_facebook_icon.png") no-repeat left top;
	width:34px;
	margin-right:10px;
}

.social_icons .facebook:hover{
	background: transparent url("../images/xtd_facebook_icon_over.png") no-repeat left top;
}

.social_icons .facebook:active{
	background: transparent url("../images/xtd_facebook_icon_over.png") no-repeat left top;
}

.social_icons .twitter{
	background: transparent url("../images/xtd_twitter_icon.png") no-repeat left top;
	width:35px;
	margin-right:10px;
}

.social_icons .twitter:hover{
	background: transparent url("../images/xtd_twitter_icon_over.png") no-repeat left top;
}

.social_icons .twitter:active{
	background: transparent url("../images/xtd_twitter_icon_over.png") no-repeat left top;
}

.social_icons .googleplus{
	background: transparent url("../images/xtd_googleplus_icon.png") no-repeat left top;
	width:35px;
	margin-right:10px;
}

.social_icons .googleplus:hover{
	background: transparent url("../images/xtd_googleplus_icon_over.png") no-repeat left top;
}

.social_icons .googleplus:active{
	background: transparent url("../images/xtd_googleplus_icon_over.png") no-repeat left top;
}

.social_icons .pinterest{
	background: transparent url("../images/xtd_pinterest_icon.png") no-repeat left top;
	width:35px;
	margin-right:10px;
}

.social_icons .pinterest:hover{
	background: transparent url("../images/xtd_pinterest_icon_over.png") no-repeat left top;
}

.social_icons .pinterest:active{
	background: transparent url("../images/xtd_pinterest_icon_over.png") no-repeat left top;
}

.content_wrapper a {
	color: #FFFFFF;
	font-weight:bold;
}

body li {
	font-size: 14px;
}

.image {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:960px;
	border-style:solid;
	border-width:0px;
	min-height:2px;
}

.hmenubar  {
	list-style: none;
	padding: 20px;
	border: 1px solid #B1122B;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 1px 0px #DFDFDF;
	box-shadow: 0px 1px 1px 0px #DFDFDF;
	text-align: center;
	list-style: none;
	margin: 0;
	font-size: 0px;
	letter-spacing: 0px;
	word-spacing: 0px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 1px 1px 0px #DFDFDF;
	min-height:42px;
	border-width:0px;
}

.hmenubar li  {
	margin: 0;
	padding: 0 0 1px 0;
	display: inline-block;
	position: relative;
	background: transparent;
}

.content_wrapper a:hover {
	color: #00FF99;
	font-weight:bold;
}

p.paragraph {
	color: #000000;
	text-align:right;
}
