@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	font:normal 14px/17px Arial;
	color:#4c4c4c;
	text-decoration:none;
	vertical-align: top;
	height:auto !important;
	height:100%;
	min-height:100%;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #495b5b;
}
img {
	border-width:0px
}
p {
	margin:0;
	padding:0;
}
h1 {
	padding:5px 1px 10px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #475757;
	text-transform: uppercase;
	display: block;	float: left;
	margin: 0;
	background-image: url(../images/h_bg.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}
h2, h3 {
	padding:0 0 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #475757;
	text-transform: uppercase;
	margin: 0;
}
h3 { font-size:16px;}
a {
	font:normal 11px/18px Tahoma;
	color:#2d2d2d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	outline:0px;
}
.overflow {
	overflow:hidden;
	width:expression("100%");
}
#outer {
	width:100%;
	text-align:center;
}
#outer_top {
	width:100%;
	text-align:center;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#outer_bot {
	width:100%;
	text-align:center;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#splash_outer {
	width:100%;
	text-align:center;
}
#splash_outer_top {
	width:100%;
	text-align:center;
	background-image: url(../images/bg10.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#splash_outer_bot {
	width:100%;
	text-align:center;
	background-image: url(../images/bg20.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#splash_outer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
#main {
	width:1169px;
	margin:0 auto;
	height:100%;
	min-height:100%;
}
#main_menu {
	height:133px;
	width:840px;
	padding-left:65px;
	float: left;
}
#main_menu .btn, #main_menu .btn_on {
	float:left;
	text-align:center;
}
#main_menu .btn_on {
}
#main_menu .btn_on a, #main_menu .btn a.png_bg:hover {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 37px;
	background-image: url(../images/button_on.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding:96px 13px 0px 14px;
	display:inline-block;
	height:37px !important;
}
#main_menu .btn a.png_bg {
	padding:96px 13px 0px 14px;
	display:inline-block;
	height:37px !important;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 37px;
	text-transform:uppercase;
	background:url(../images/spacer.png);
}
#main_menu .btn_on a, #main_menu .btn_on span {
	color:#fff;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
 body:first-of-type #main_menu .btn a {
 	padding:96px 10px 0px 11px;;	/* safari grably */
}
}
@media all and (-webkit-min-device-pixel-ratio:0) {
 body:first-of-type #main_menu .btn a:hover {
 	padding:96px 10px 0px 11px;;	/* safari grably */
}
}
#header {
	height:454px;
	background: url(../images/header_bg.jpg) no-repeat 0 0;
}
#content {
	background-image: url(../images/c_bg.jpg);
	background-repeat: repeat-y;
	text-align:left;
}
#content_top {
	background-image: url(../images/c_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
}
#content_bot {
	padding-bottom: 110px;
}
#center {
	width:950px;
	float:left;
	margin-left: 30px;
}
#splash_outer #center {
	width:515px;
	float:left;
	margin-left:20px;
}
#right {
	width:950px;
	float:left;
	padding-left: 100px;
}
#splash_outer #right {
	width:520px;
	float:left;
	padding-left: 42px;
	padding-top: 5px;
}
#left {
	float:left;
	width:290px;
	padding: 0 30px 0 150px;
	;
}
#footer {
	clear:both;
	width:1169px;
	height:87px;
	margin:0 auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:10px;
	text-align: center;
}
#footer .pad {
	padding:40px 0 0 0px;
	color:#8a9696;
}
#footer a {
	color:#8a9696;
	padding:0 20px 0 20px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform: uppercase;
}
#footer .nolink {
	color:#ff7e00;
	padding:0 20px 0 20px;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform: uppercase;
}
#footer a:hover {
	text-decoration:underline;
	color:#ff7e00;
}
/* Contact form */

.input_div_cont {
	margin-bottom:5px;
	clear:both;
}
.input_div_cont p, .text_area_contact_us p {
	padding:3px 6px 0 0;
	float:left;
	width:105px;
	text-align:right;
	color: #4c4c4c;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
.input_div_cont input, .text_area_contact_us textarea {
	border:1px solid #7f9db9;
	background:#fff;
	padding:2px 0 1px 4px;
	margin:0;
	font:12px/13px Tahoma, Arial, Geneva, sans-serif;
	font-weight:400;
	color:#3a4652;
	text-decoration:none;
}
.input_div_cont input {
	width:180px;
	height:18px;
}
.text_area_contact_us textarea {
	width:280px;
	height:150px;
	margin-bottom:10px;
	overflow:auto;
}
.menu div {width:258px; height:51px; text-align:center;}
.menu div a{
	width:258px;
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:17px 0 16px 0;
	display:block;
	background-image: url(../images/but_green.jpg);
	background-repeat: no-repeat;
}
.menu div a:hover{
	background-image: url(../images/but_white.jpg);
	background-repeat: no-repeat;
	color:#475757;
	text-decoration:none;
}
.menu1 div { height:54px; text-align:center; }
.menu1 div a{
	float:left;
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:17px 0 16px 0;
	display:block;
	background-image: url(../images/but_green1.jpg);
	background-color:#3e4d4d;
	background-repeat: no-repeat;
}
.menu1 div a:hover, .menu1 div a.active{
	background-image: url(../images/but_white1.jpg);
	background-repeat: no-repeat;
	color:#475757;
	text-decoration:none;
}
.data { color:#ff7e00; font:14px Arial, Helvetica, sans-serif;}
.p10, .p10 a { font-size:10px !important; line-height:12px !important; color:#4c4c4c;}
.p10 a {text-decoration:underline;}
.p10 a:hover {text-decoration:none;}

.p11 { font-size:11px !important;}

