@charset "utf-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	background-color: #2E5014;
	margin-top: 10;
}
li {
	list-style-image: url(../images/pointer.jpg);
}
a {
	font-weight: bold;
	color: #385D1A;
	text-decoration: none;
	font-size: 1.1em;
}
h2 {
	font-size: 14px;
}
input {
	font-size: 12px;
}

.heading {
	font-size: 1.6em;
	color: #2E5014;
}

.heading_2 {
	font-size: 1.6em;
	color: #CC0033;
}



.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	background-image: url(../images/tl.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixLtHdr #header #logo {
	position: relative;
	padding-top: 5px;
	padding-left: 370px;
	height: 150px;
}



.twoColFixLtHdr #header #menu {
	height: 50px;
	position: relative;
}
.twoColFixLtHdr #header #menu_l{
	background-image: url(../images/menubar/menubar_r2_c2.gif);
	background-repeat: no-repeat;
	height: 28px;
	left: 0px;
	top: 0px;
	width: 20px;
	display: inline;
	position: absolute;
	
}
.twoColFixLtHdr #header #menu_m {
	background-image: url(../images/menubar/menubar_r2_c4.gif);
	background-repeat: repeat-x;
	height: 28px;
	left: 20px;
	top: 0px;
	position: absolute;
	right: 160px;

}
.twoColFixLtHdr #header #menu #menu_m a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
	padding-top: 2px;
	vertical-align: text-bottom;
}

.twoColFixLtHdr #header #menu_r {
	background-image: url(../images/menubar/menubar_r2_c6.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 44px;
	width: 160px;
	top: 0px;
	right: 0px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;

}
.twoColFixLtHdr #header #tel {
	position: absolute;
	left: 414px;
	top: 0px;


}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr  #sidebar1 a {
	font-size: 11px;
}
.twoColFixLtHdr  #sidebar1 .m_left {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	width: 100%;
	margin-bottom: 15px;
}

.twoColFixLtHdr #mainContent {
	background-image: url(../images/logo_bk.jpg);
	background-repeat: no-repeat;
	background-position: 200px 100px;
	background-attachment: scroll;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2F5114;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
} 
#mainContent li {
	list-style-image: url(../images/pointer.jpg);
	line-height: 2.5em;
	font-weight: bold;
}

#mainContent h1 {
	font-size: 20px;
}

.twoColFixLtHdr #footer {
	background-image: url(../images/br.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
} 
.twoColFixLtHdr #footer #ft_image{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2E5014;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E5014;

} 
.twoColFixLtHdr #footer p {
	text-align: center;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
	padding-top: 10px;
}
.twoColFixLtHdr #footer a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
	padding-right: 10px;
	padding-left: 10px;


}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.error{
	font-size: 1.5em;
	color: #CC0000;
	
}
.info{
	font-size: 1.5em;
	color: #0000cc;
	
}
