/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #2f2b25;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #f1f0ef;
}

ul,ol,h1,h2 {
	margin: 0px;
	padding: 0px;
}

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

#header {
	width: 100%;
}

#logo {
	float: left;
	width: 190px;
}

#contactno {
	float: right;
	width: 342px;
}

#links {
	width: 100%;
	clear: both;
	float: left;
	background: url(images/bglinks.gif) repeat-x;
}

#links li {
	display: block;
	list-style-type: none;
	float: left;
}

#links li A {
	display: block;
	list-style-type: none;
	float: left;
	padding: 14px 18px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#banner {
	margin: 1px 0;
	width: 100%;
	float: left;
}

#services {
	background: url(images/bgservices.gif) top left repeat-x;
	width: 100%;
	float: left;
	height: 186px;
}

#services .box {
	width: 181px;
	padding: 14px;
	float: left;
	margin: 0 16px;
}

.box .imgcontainer {
	width: 181px;
	text-align: center;
	float: left;
}

.imgcontainer img {
	border: 1px solid #dfdfdf;
	width: 148px;
	clear: both;
}

.imgcontainer .button {
	float: left;
	clear: both;
	text-align: center;
	width: 181px;
	background: url(images/button.gif) no-repeat top left;
	color: #fff;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0;
	margin-top: 20px;
}

.button A {
	color: #fff;
	text-decoration: none;
}

#content {
	width: 910px;
	padding: 20px 35px;
	background: url(images/bgcontent.gif) top left repeat-y;
	float: left;
	line-height: 16px;
	
}

#content .leftcolumn {
	width: 597px;
	float: left;
}

#content .rightcolumn {
	float: right;
	width: 270px;
}
#content .ul {
	margin:20px;
	padding: 0px;
	
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #4e4e4e;
	margin-bottom: 20px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	padding: 20px 15px;
	background: #9a9a92;
	color: #fff;
	font-size: 11px;
	float: left;
	width: 950px;
}

#footer A {
	text-decoration: none;
	color: #fff;
}
.SubjectHeader {

	font-weight:bold;

	font-size:25px;

	font-family:Arial;

	color:#004e28;

	font-style:italic;

	text-align:left

}
.SubHeader {
	font-weight:bold;
	font-size:20px;
	font-family:Arial;
	color:#C63D00;
	font-style:italic;
	text-align:left;
	/* no float:left; to avoid clear line issues in IE */	

	position:relative;
	margin-top:10px;
	margin-bottom:-20px;
	padding:0;
	position:relative;
	line-height: 10px;
	text-align:left;

/*	clear:right; */

}
.textback {

	background-color:#ececec;

	padding:10px 10px 10px 10px;

}
