@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1{
	color: #5b7fa3;
	color: #99D76C;
	font-size: 30px;
	padding: 0 0 15px 0;
}

#mainContent h2 {
	font-size: 18px;
	color: #5b7fa3;
	margin: 20px 0 10px 0;
}

#mainContent h3 {
	font-size: 14px;
	color: #99d76c;
	margin: 20px 0 10px 0;
}

#sideBar h3 {
	font-size: 18px;
	color: #99d76c;
	margin: 0 0 5px 0;
}

#sideBar h3:first-child {
	margin-top: 0;
}

.sub {
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0;
}

p {
	line-height: 130%;
	margin: 0 0 15px 0;
}

strong {
	font-weight: bold;
}

ul.bullets {
	margin-left: 20px;
}

ul.bullets li {
	list-style-type: disc;
}

dl {
	line-height: 130%;
}

dl dt {
	width: 70px;
	float: left;
	clear: left;
}

dl dd {
	width: 450px;
	padding: 0 0 6px 0;
	margin-left: 70px;
}

ul.linklist {
	margin: 6px 0 0 0;
}

ul.linklist li {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 20px;
}

ul.linklist li a {
	margin-left: 16px;
	vertical-align: bottom;
}

/*sidebar*/

#sideBar div.lift{
	margin-bottom: 30px;
}

/* forms */

input[type=text].newsletter {
	border: 1px solid #5b7fa3;
	margin: 10px 5px 0 0;
}

.button {
	vertical-align: middle;
}

.contact-form input, .contact-form textarea {
	display: block;
	margin-bottom: 10px;
}


.events-form td, .events-form td, .events-form td {
	vertical-align: top !important;
	padding: 0 10px 10px 0;
}

.message {
	background-image:url(../images/message.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 10px 10px 10px 26px;
}

/* Lists */


dl dd.link {
	background-image:url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
}

dl dd.link a {
	margin-left:16px;
}

dl dd.link {
	margin-bottom: 0px;
	height: 14px;
}

table.basic th {	
	padding-bottom: 6px;
	font-weight: bold;
}

table.basic td {
	padding: 3px 0 5px 0;
	vertical-align: top;
}

tr.odd td {
	background-color: #f5f6f8;
}

.description {
	margin-bottom: 20px;
}





