body {
	margin: 0px;
	padding: 0px;
	background:url(../images/body_bg.jpg) center top repeat-x;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #525252;
	text-decoration: none;
}

img {
	border: 0px;
}

*, h1, h2, h3, h4, h5, h6, p, ul, li, img {
	margin: 0px auto;
	padding: 0px;
	border:0px;
}

a, a:hover {
	text-decoration:none;
	outline:none;
}

/******** container ********/

#container {
	width:100%;
	position: absolute;
	background:url(../images/footer_bg.jpg) center bottom repeat-x;
}

#content_center {
	width:1000px;
	margin:0 auto;
}

#content_main {
	min-height:570px;
}

/******** header ********/

#header {
}

#header h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #525252;
}

#header h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

#header .topnav {
}

#header .topnav td {
	background:#FBB12F;
	border-right:1px solid #FCC159;
}

#header .topnav a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #525252;
	text-decoration: none;
	display:block;
	padding:16px 0;
}

#header .topnav a:hover {
	background:#105BB0;
	color: #fff;
}

#header .topnav a.first {
	-webkit-border-radius: 8px 0px 0px 0px;
	-moz-border-radius: 8px 0px 0px 0px;
	border-radius: 8px 0px 0px 0px;
}

#header .topnav a.last {
	-webkit-border-radius: 8px 0px 0px 0px;
	-moz-border-radius: 8px 0px 0px 0px;
	border-radius: 8px 0px 0px 0px;
}

#header ul li {
	list-style:none;
	float:left;
	background:#FBB12F;
	border-right:1px solid #FCC159;
}

#header ul li a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #525252;
	text-decoration: none;
	display:block;
	padding:16px 30px;
}

#header ul li:first-child, #header ul li:first-child a:hover, #header ul li:first-child .active_nav {
	-webkit-border-radius: 8px 0px 0px 0px;
	-moz-border-radius: 8px 0px 0px 0px;
	border-radius: 8px 0px 0px 0px;
}

#header ul li:last-child, #header ul li:last-child a:hover, #header ul li:last-child .active_nav {
	-webkit-border-radius: 0px 8px 0px 0px;
	-moz-border-radius: 0px 8px 0px 0px;
	border-radius: 0px 8px 0px 0px;
	border-right:0px solid #FCC159;
}

#header ul li:hover, #header ul li a:hover {
	list-style:none;
	float:left;
	background:#105BB0;
	color: #fff;
}

#header ul li .active_nav {
	list-style:none;
	float:left;
	background:#105BB0;
	color: #fff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	display:block;
	padding:16px 30px;
}

/******** content ********/

#content_body h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #111;
	text-transform:uppercase;
}

#content_body h1 span {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #111;
	text-transform:uppercase;
}

#content_body h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #525252;
}

#content_body a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #135AAE;
	text-decoration:underline;
}

#content_body a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #135AAE;
	text-decoration:none;
}

#content_right h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	background:#FBB12F;
	padding:5px 10px;
	margin-bottom:7px;
	text-transform:uppercase;
}

#content_right ul {
	margin-left:15px;
}

#content_right ul li {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	list-style: none;
	padding:8px 0 8px 10px;
	background:url(../images/list_style_2.jpg) center left no-repeat;
}

#content_right ul li:last-child {
	background:url(../images/list_style_1.jpg) left no-repeat;
}

#content_body .about {
	background:#eee;
	padding:20px;
}

#content_body .about h2 {
	color:#105BB0;
}

#content_body .about img {
	border:3px solid #fff;
}

#content_body img.left {
	border:3px solid #ddd;
	float:left;
	margin-right:20px;
}

#content_body img.right {
	border:3px solid #ddd;
	float:right;
	margin-left:20px;
}

#content_body .services ul {
	margin-left:15px;
}

#content_body .services ul li {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	list-style: none;
	padding:8px 0 8px 10px;
	background:url(../images/list_style_1.jpg) left no-repeat;
}

#content_body .services ul ul {
	margin-left:15px;
}

#content_body .services ul ul li {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	list-style: none;
	padding:8px 0 8px 10px;
	background:url(../images/list_style_3.jpg) left no-repeat;
}

#content_body .services_content h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #105BB0;
	text-transform:none;
	padding:10px;
	background:#eee;
	margin-bottom:10px;
}

#content_body .services_content ul li {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	padding:0px 0 0px 10px;
	margin-bottom:8px;
	background:url(../images/list_style_3.jpg) left no-repeat;
}

#content_body .services_content img {
	border:3px solid #eee;
}

#content_body .services_content td {
	padding-bottom:3px;
}

#content_body .contact iframe {
	border:3px solid #fff;
	resize:none;
	width:520px;
	height:250px;
}

#content_body .contact input {
	background:#fff;
	border:1px solid #ccc;
	padding:8px;
	margin-top:5px;
	width:320px;
	color:#666;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#content_body .contact textarea {
	background:#fff;
	border:1px solid #ccc;
	padding:8px;
	margin-top:5px;
	width:320px;
	resize:none;
	color:#666;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#content_body .contact input.btn {
	background:#FBB12F;
	border:none;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	width:90px;
}

#content_body .contact input.btn:hover {
	background:#105BB0;
	border:none;
	color:#fff;
	text-transform:uppercase;
}

#content_body .contact2 iframe {
	border:3px solid #eee;
	resize:none;
	width:620px;
	height:250px;
}

#content_body .contact2 input {
	background:#fff;
	border:1px solid #ccc;
	padding:8px;
	margin-top:5px;
	width:275px;
	color:#666;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#content_body .contact2 textarea {
	background:#fff;
	border:1px solid #ccc;
	padding:8px;
	margin-top:5px;
	width:275px;
	resize:none;
	color:#666;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#content_body .contact2 input.btn {
	background:#FBB12F;
	border:none;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	width:90px;
}

#content_body .contact2 input.btn:hover {
	background:#105BB0;
	border:none;
	color:#fff;
	text-transform:uppercase;
}

.sep { background:url(../images/section_sep.jpg) repeat-y center top;}

/******** footer ********/

#footer {
	height:60px;
	padding:10px 0;
	font-size: 13px;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}