body
{
	background-color: #616161;
	margin: 10px 0px 0px 0px; 
	color: #333333;
	line-height:130%;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {border: 0;}
a:link, a:visited, a:active  {color:#8b9e21; text-decoration: underline;}
a:hover {color:#a2ba1f; text-decoration: underline;}

/* ***************** structure styles ************************ */
/* common */
.table-main {
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
}
.td-main {
	vertical-align: top;
	height: 100%;
	width: 780px;
	background-image: url(../images/td-main-b.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.shad-t {height: 5px; vertical-align: top;}
.separator-v {height: 8px;}

/* header */
.header {
	vertical-align: top;
	height:100px;
}
.topline {
	vertical-align: top;
	height:30px;
	background:#8b9e21;
}
.topline p{
	float:left; padding: 9px 40px 0px 20px; color:#FFFFFF; font-weight:bold; 
}
/* left col */
.leftcol {
	vertical-align: top;
	width: 228px;
	padding:  0px 0px 0px 0px;
	background-image: url(../images/leftcol-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu{
	height:184px;
	background:url(../images/menu-bg.jpg) no-repeat left top;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	float: left;
	height:21px;
	line-height:21px;
	width: 208px;
}
.menu ul li a{
	display: block;
	width: 182px;
	margin: 0px 0px 0px 6px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding: 0px 0px 0px 16px;
	border-bottom:1px solid #bfcb54;
	background:url(../images/white_square.gif) no-repeat center left;
}

.menu ul li a.act{
	background:url(../images/green_square.gif) no-repeat center left;
	color:#FFFF99;
}

.menu ul li a:hover{
	color:#FFFF99;
}

.leftbox1 {
	background:url(../images/box1-bg.jpg) no-repeat left top #E3E3E3;
	height:48px;
}
.leftbox2 {
	background:url(../images/box2-bg.jpg) no-repeat left top #E3E3E3;
	height:52px;
}
.leftbox1 h2, .leftbox2 h2{
	padding: 15px 0px 5px 50px;
}
.leftbox1 ul{ 
	padding: 0px 10px 10px 50px;
}
.leftbox1 li{
	list-style-image:url(../images/bullet.gif); 
}
.leftbox1 a{
	color:#000000;
}
/* center col */
.centercol {
	vertical-align: top;
	width: 522px;
	padding:  0px 0px 0px 0px;
}
.content-home {
	vertical-align: top;
	background-image: url(../images/page-bg-t.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 10px 10px 25px;
	line-height:130%;
}
.content-home h1 {
	padding-left: 25px;
}
.content-home p{
	padding-left: 30px;
}
.content-home table{
	margin: 10px 0px 10px 0px;
}
.content {
	vertical-align: top;
	background-image: url(../images/page-bg-t.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 10px 10px 25px;
	line-height:130%;
}
.content-home ul {
	margin: 0px 0px 20px 25px;
	padding: 0px;
}
.content-home ul li {
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}
.content-home h1, .content-home h2, .content-home h3, .content-home h4 {
	padding-left: 20px;
} 
/* ***************** end structure styles ************************ */

/* ***************** text styles ************************ */
p {
	margin:0px;
	padding: 0px 0px 10px 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	margin: 0px 0px 10px 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

ul {
	margin:0px;
	padding: 0px 0px 0px 20px;
}
li {
	margin:0px;
	padding: 3px 0px 3px 0px;
}
.pic_right {float: right; margin-left:10px;}
.pic_left {float: left; margin-right:10px;}
.clear {clear:both;}
/* ***************** end text styles ************************ */

/* ***************** footer ************************ */
.footer
{
	vertical-align: top;
	height: 80px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.footer p{font-size: 10px; padding: 20px 0px 0px 43px; line-height:16px;}
/* ***************** end footer ************************ */

/* ***************** forms styles ************************ */
select, input, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
form {margin: 0px;}
/* ***************** end forms styles ************************ */

#contactForm .required{color:#FF0000;}

#contactForm .validation-advice, .required { color:#EB340A; }
#contactForm .validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
    padding-left:17px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
    }
#contactForm .validation-failed {
    border:1px dashed #EB340A !important;
    background:#faebe7 !important;
    }
#contactForm ul{list-style:none; margin:0; padding:0}
#contactForm li{list-style:none; margin:0; padding:0; background:none}

fieldset, form{border:0; padding:0; margin:0}
#contactForm{margin-left:25px;}
.clear{clear:both;}
div.button-set{margin-top:10px;}
.chx{margin-top:2px;}

#contactForm input{width: 230px;}

.gallImg {float:left;}
.gallImg img {margin:10px 10px 5px 0px; border:0}
.imgDesc{
margin:0px 10px 0px 0px;
font-weight:bold;
}


