/* CSS Document */

body {
	background: #DAE7F0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#w_main {
	text-align: left;
	margin: 10px auto;
	padding: 14px;
	width: 960px;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	border-left: 1px solid #CCCCCC;
	font-size: 0.7em;
	}
	
span.contact_d {
  width: 1em;
  display: block;
  float: left;
}

.rcol_element {
	width: 100%;
	margin-bottom: 10px;
}

.rcol_element form {
	margin: 10px 0 0 0;
}

.rcol_element form label {
	clear: both;
	margin-bottom: 0.5em;
	width: 70px;
	height: 1em;
	float: left;

}

.rcol_element form input {
	margin-bottom: 0.5em;
	height: 1em;
	float: right;
	width: 140px;
	font-size: 1em;
	border: 1px solid #c0c0c0;
}

.rcol_element form a {
	text-decoration: none;
	color: #009c81;
}

.rcol_element form a:hover {
	text-decoration: underline;
	color: #009c81;
}

.rcol_contact {
	background: #f0f0f0 url(../img/contact.jpg) no-repeat;
	padding: 71px 8px 5px 8px;
	margin-bottom: 10px;
}

.rcol_contact a {
	text-decoration: none;
	color: #009c81;
}

p.rcolsectionhead {
	border-bottom: #7fcdc0 1px solid;
	margin: 0px;
	color: #009c81;
}

#w_topnav {
	background: #009c81;
	margin-bottom: 25px;
}

#header {
	background: #CCCCCC;
	height: 100px;
}

/* liquid layout - main content */

#l_lcol {
	padding: 10px 0px 0px 14px;
    width: 135px;
    float: left;
}

#l_main {
    padding: 10px 0px 0px 14px;
    margin-left: 155px;
    margin-right: 231px;
    /* IE MIN HEIGHT HACK */
	min-height:395px;
	height:auto !important;
	height:395px;
	
	margin-bottom: 20px;
}

#l_rcol {
	padding-top: 10px;
    width: 220px;
    float: right;
}

#l_foot {
    clear: both;
	background: #e0e0e0;
	height: 2em;
	line-height: 200%;
	padding-left: 14px;
	
}

#l_foot a {
	color: #000000;
	text-decoration: none;
	margin-right: 3em;
}

#l_foot a:hover {
	color: #000000;
	text-decoration: underline;
}

#l_foot span.copyright {
	width: 158px;
	display: block;
	float: left;
}


ul {
padding-left: 2px;

}
