@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	/* background-image:url(../grid.png); */
	background-color:#FFFFFF;
}

#header {
	width: 900px;
	margin: 0 auto;
	height: 100px;
}

#header img {
	margin-top: 15px;
	float: left;
}

#header .smMenu {
	color: #666666;
	width: 780px;
	text-align: right;
	font-size: 10px;
	float: left;
}

html>body #header .smMenu {
	width: 792px
}

#header .smMenu a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#header .smMenu a:hover {
	text-decoration:underline;
}

#menu {
	width: 892px;
	margin: 0 auto;
	height: 33px;
	text-align:center;
	color:#FFFFFF;
}

.menu_el {
	width: 124px;
	height: 24px;
	margin-right: 3px;
	padding-top: 9px;
	background-image:url(../img/menu_el.gif);
	float:right;
}

.menu_el a {
	font-size: 11px;
	text-decoration: none;
	color: #555555;
}

.menu_el_active {
	width: 124px;
	height: 24px;
	margin-right: 3px;
	padding-top: 9px;
	background-image:url(../img/menu_active.gif);
	float:right;
}

.menu_el_active a {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

#infoContent {
	background-color:#ABD373;
	width: 100%;
}

#infoContent .content {
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
	color:#FFFFFF;
	text-indent: 10px;
}

#infoContent .homeText {
	height: 275px;
	width: 892px;
	text-align:justify;
	line-height: 19px;
	color: #336600;
	
}

html>body #infoContent .homeText { height:auto;}

#infoContent .homeText p, h1 {
	margin-left: 215px;
	padding-top: 20px;
}
#infoContent .homeText a{
	color: #003399;
	text-decoration:none;

}

#infoContent .homeText a:hover{
	text-decoration: underline;
}

#content {
	width: 910px;
	margin: 0 auto;
}

html>body #content {
	width: 900px;
}

.column {
	width: 270px;
	margin: 10px 10px 10px 10px;
	float: left;
	text-align: left;
}

.column strong, b {
	color: #197B2E;
}

.column h2,h1 {
	text-align:center;
	color: #EB9B2C;
	font-size:12px;
	font-weight: bold;
}

.column h3 {
	color: #0071BD;
	font-size:12px;
	font-weight: bold;
}

.column a {
	color: #0070BC;
}

.column a:hover {
	text-decoration: none;
}

.spanTwo {
	width: 590px;
	margin: 0px 5px 0px 5px;
	float: left;
}

.spanTree {
	width: 890px;
	margin: 0px 5px 0px 5px;
}

#fooder {
	margin-top: 10px;
	background-color:#EBEBEB;
	width: 100%;
}

#fooder .fooderContent {
	width: 900px;
	margin: 0 auto;
	text-align:center;
	padding: 10px 0px 6px;
}

#fooder .fooderContent p {
	font-size: 10px;
	color: #006699;
}

#fooder .fooderContent a {
	color: #666666;
	font-size: 10px;
	text-decoration:none;
}

#fooder .fooderContent a:hover {
	text-decoration:underline;
}

#fooder .created{
	color: #006699;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}

.fix {
	clear: both;
	float: none;
}

.error {
	text-indent: 20px;
	color:#FF0000;
	font-weight:bold;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 14px;
	color: #003366;
}

.imgTitle { float:right; padding-top: 15px; }
html>body .imgTitle {padding-top: 5px;}

.imgTitle img { float:left; padding-left: 60px;}

.contactForm { padding-left: 10px; }
html>body .contactForm { padding-left: 210px; }

.smallp { font-size: 10px;}

.red {
	color:#FF0000;
	font-weight:bold;
}