html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background:#fffaf0 url(../img/body_bg.jpg) top left repeat-x;
	font-size:62.5%;
	text-align:center;
/*	font-family:Tahoma,Geneva,Kalimati,sans-serif;*/
/*	font-family:Georgia, Times, serif;*/
}
#body_wrapper{
	background:url(../img/body_wrapper_bg.png) top center no-repeat;
	min-height:900px;
	height:auto!important;
	height:900px;
}

#bg_top {
	background:url(../img/bg_top_bg.png) top left no-repeat;
	width:956px;
	height:3px;
	margin:0 auto;
	margin-top:5px;
}
#container {
	width:950px;
	text-align:left;
	margin:0 auto;
	padding:0px 3px;
	background:url(../img/container_bg.png) top left repeat-y;
}

#header{
	margin-bottom:13px;
}
#content .content_column{
}
#content_left_column{
	float:left;
	margin-left:12px;
	position:relative;
	width:290px;
}
#content_middle_column{
	padding:20px;
	padding-right:40px;
	margin-left:317px;
	background:url(../img/content_column_bg.jpg) bottom left repeat-x;
	min-height:500px;
	height:auto!important;
	height:500px;
}
#content_right_column{
	display:none;
}
#content{
	background:url(../img/content_bottom_bg.jpg) bottom left no-repeat;
}

#footer{
	background:url(../img/footer_bg.png) top left no-repeat;
	width:950px;
	padding:0 3px;
	margin:0 auto;
	height:46px;
	line-height:20px;
	font-size:75%;
	color:#e5e6e6;
}
#footer a{
	color:#e5e6e6;
	text-decoration:none;
}




/*Contact Form*/
.error-message{
	color:#aa3333;
}

#contact-form label {
	width:120px;
	float:left;
	margin-bottom:5px;
}
#contact-form .input input {
	width:180px;
	margin-bottom:5px;
}
#contact-form .captcha-image label,
#contact-form .captcha_input label,
#contact-form .textarea label {
	width:auto;
	display:block;
	float:none;
}
.captcha_image a {
	display:block;
}
#contact-form .textarea label{
	margin:0;padding:0;
	line-height:1em;
	margin-top:5px;
	margin-bottom:5px;
}
#contact-form textarea{
	width:300px;
	margin:0;padding:0;
}
#contact-form .contact_email_input{
	display:none;
}
input {

	vertical-align:middle;
}
.submit-image input {
	border:0;
	padding:0;
	background:none;
	vertical-align:middle;
	width:auto;
	height:auto;
}
/* ContactUs END */



/*HomeFloatingPhotos START*/
.home_floating_photos {
	position:absolute;
	top:-40px;
	right:-130px;
	z-index:100;
}
#body-home p{
	margin-left:90px;
	margin-bottom:10px;
}
/*HomeFloatingPhotos END*/


/* TextStyles START */
body {
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	color: #6a6a6a;
}
.content_zone {
	position:relative;
}
p {
	margin:10px 0;
}
p, ul, ol {
	font-size:1.3em;
	line-height:1.3em;
}
h1 {
	font-size:2.2em;
	font-weight:normal;
	color: #839c20;
	font-family: "Century Gothic", "Avant Garde",sans-serif;
	margin-bottom:15px;
}
h2 {
	font-size:1.8em;
	font-weight:normal;
	color: #c8932b;
	margin-top:5px;
	margin-bottom:10px;
}
h3 {
	font-size:1.6em;
	font-weight:normal;
	color: #045492;
	margin-top:5px;
	margin-bottom:10px;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
	color: #045492;
	margin:5px 0;
}
h5 {
	font-weight:bold;
	font-size:1.2em;
	margin: 3px 0 5px 0;
}
ol,ul {
	margin: 10px 0 10px 40px;
	line-height:1.4em;
	color:#045492;
}
ul {
	list-style-image:url(../img/bullet_green.gif);
}
ol {
	list-style:decimal;
}
li {
	margin:10px 0;
}
a {
	color: #c8932b;
}

a.prev_link {
	background:url(../img/arrow_left.gif) left center no-repeat;
	padding:15px 10px 15px 30px;
	line-height:30px;
}
a.next_link {
	background:url(../img/arrow_right.gif) left center no-repeat;
	padding:15px 10px 15px 30px;
	line-height:30px;
}
/* TextStyles END */

/* LeftSideBar START*/
.left_sidebar{
	padding:10px 0;
	font-size:1.1em;
}
.left_sidebar p{
	font-size:1em;
	color:#878787;
}
.left_sidebar .side_bottom_info {
	padding:10px 0;
	margin-top:30px;
	margin-left:2px;
	margin-right:2px;
	border-top: 1px solid #d9d9d9;
	font-size:1em;
}
#body-home .side_bottom_info p {
	margin:0;
	padding:0;
}
.left_sidebar .name{
	color:#c8932b;	
	font-size:1em;
	margin:0 0 10px 0;
}
.left_sidebar .phones ,
.left_sidebar .address {
	color:#929191;
	margin:5px 0;
}
.left_sidebar .e_address {
	margin-top:10px;
}
.left_sidebar .e_address a{
	text-decoration:none;
	color:#839c20;
}
/* LeftSideBar END*/

/* PageFooter START*/
#footer {
	color:#656565;
	font-size:0.9em;
	padding-top:20px;
	padding-bottom:40px;
	line-height:1.5em;
	
}
#footer p{
	line-height:1.5em;
	padding:0 10px;
	margin:5px 0;
}
#footer a{
	color:#353535;
}
#footer .professional_web_design a {
	color:#749dae;
	font-size:1.2em;
}
#footer .sponsors {
	margin-top:20px;
	padding-bottom:60px;
	vertical-align:top;
}
#footer * {
	vertical-align:top;
}
#footer .sponsors a{
	padding:0 10px;
}
/* PageFooter START*/


/*MainMenu START*/
div#main_menu {
	width:273px;
	background:#efe8cc;
	padding: 5px 12px 12px 5px;
}
ul#main-menu {
	margin:0;
	list-style:none;
	list-style-image:none;
}
ul#main-menu li{
	background:#efe8cc url(../img/main_menu_bg.gif) right center repeat-y;
	margin:0;
	padding:0;
}
ul#main-menu li a{
	display:block;
	padding:1px 10px;
	margin:5px 0;
	line-height:22px;
	font-size:1em;
	color:#343233;
	color:#111;
	text-decoration:none;
}
ul#main-menu li:hover li a{
	color:#343233;
}
ul#main-menu li:hover {
	background:#efe8cc url(../img/main_menu_bg.gif) center center repeat-y;
}
ul#main-menu li:hover a{
	color:#ffffff;
}
ul#main-menu li.current {
	background:#efe8cc url(../img/main_menu_bg.gif)  right center repeat-y;
	font-weight:bold;
	padding-left:10px;
}
ul#main-menu li.current a{
}
#main-menu .sub_menu_items {
	margin:0;
	padding:0;
	padding-top:1px;
	list-style:none;
	list-style-image:none;
	font-size:1em;
	background:#efe8cc;
}
#main-menu .sub_menu_items li{
	margin:0 0 5px 0;
}
#main-menu .sub_menu_items li.current{
	padding:0;
}
#main-menu .sub_menu_items a {
	padding-left:50px;
	font-size:1em;
}
/* MainMenu END*/


