/* Global */
* { padding: 0px; margin: 0px; color: #4a4a4a; }
.clearer { clear: both; }
h1,h2,h3,h4,h5 { font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; padding-bottom: 10px; color: #354e2e; font-weight: normal; }
h1 { font-size: 20px; line-height: 20px; }
h2 { font-size: 18px; line-height: 20px; }
h3 { font-size: 16px; line-height: 20px;}
p { margin-bottom: 15px; }
li { margin-left: 18px;}

/* Page */
body {
	font-size: 11px;
	font-family: Verdana,arial;
	background: #ecf6eb url(../img/page-bg.jpg) repeat-x top left;
	line-height: 17px;
}

#page {
	width: 771px;
	margin: 0 auto;
}

/* Header */
#head {
	height: 140px;
}
#logo {
	width: 371px;
	float: left;
	height: 107px;
	background: transparent url(../img/logo.jpg) no-repeat 20px 0px;
	text-indent: -9999px;
}
#info-panel {
	width: 400px;
	float: right;
	height: 107px;
	background: transparent url(../img/header-txt.jpg) no-repeat scroll 58px 73px;
}

#info-panel .call {
	background:transparent url(../img/contact-icon.jpg) no-repeat scroll 2px 2px;
	display:block;
	font-family:times New Roman;
	font-size:15px;
	margin-left:240px;
	margin-top:10px;
	padding-left:55px;
	text-decoration:none;
}

/* top menu */
#topmenu table {
	width: 100%;
}
#topmenu table a {
	display: block;
	height: 25px;
	padding: 7px 0px 0px 10px;
	text-decoration: none;
	background-color: #f4f5f0;
	background-image: url(../img/menu-bg.jpg);
	background-repeat: repeat-x;
	color: #756c65;
	border-right: 1px solid #bbcbbe;
}
#topmenu table a:hover,
#topmenu table td.active a {
	background-image: none;
	background-color: #469b3e;
	color: #fff;
}
#topmenu table td.first a {
	border-left: 1px solid #bbcbbe;
}

/* body */
#body-outer {
	background: transparent url(../img/body-bg.jpg) repeat-y top left;
}

#left-col {
	float: left;
	width: 181px;
}

#right-col {
	float: right;
	width: 589px;
}
#content-center {
	padding: 30px;
}
#content-left {
	width: 150px;
	padding: 10px;
}
#min-height {
	width: 1px;
	float: right;
	height: 350px;
}

#left-info {
	padding: 10px;
	color: #636c5b;
}

/* Left menu */
#left-col ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
#left-col ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#left-col ul li a {
	text-decoration: none;
	display: block;
	padding: 8px 5px 8px 10px;
	background-color: transparent;
	border-top: 1px solid #b4c1b8;
}
#left-col ul li.last a {
	border-bottom: 1px solid #b4c1b8;
}
#left-col ul li a:hover,
#left-col ul li.active a {
	background-color: #51a74c;
}

         

/* footer */
#footer {
	border-top: 1px solid #a5b5a8;
}
.footer-center {
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	width: 770px;
	padding: 10px 0px;
}
.footer-center a {
	font-size: 10px;
	text-decoration: none;
}



/* Contact */
#mailform fieldset {
 border: 0;
}
#mailform label {
 width: 115px;
 display: block;
 float: left;
}
#mailform .csc-mailform-field {
 clear: both;
 padding: 3px;
}

#mailform input,
#mailform textarea {
 width: 300px;
 border: 1px solid #4A4957;
 padding: 2px;
}
#mailform input.csc-mailform-submit {
 width: auto;
 margin-top: 10px;
 margin-left: 115px;
 font-weight: bold;
 background-color: #DDD;
}
#mailform input.csc-mailform-check { width: auto; border: 0; }

/* new Mailform */
fieldset.csc-mailform {
	border: 0px;
}
fieldset.csc-mailform label {
	display: block;
	float: left;
	width: 115px;
}
fieldset.csc-mailform input {
	float: left;
}
fieldset.csc-mailform div.csc-mailform-field {
	clear: both;
	padding: 2px;
}
fieldset.csc-mailform .submit {
	width: auto;
	font-weight: bold;
	background-color: #DDD;
}
fieldset.csc-mailform input,
fieldset.csc-mailform  textarea {
	border:1px solid #4A4957;
	padding:2px;
	width:300px;
}
.error {
	color: red;
}
.tx-srfreecap-pi2-image {
margin-left:0em;
}

