
body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

h1 {
	font-size: 46px;
	color: #7ac147;
	margin-bottom: 15px;
	line-height: 46px;
	font-weight: normal;
	font-style: italic;
}

#wrapper {
	width: 762px;
	margin: 0 auto;
}

#header {
	position: relative;
}

#header .logo-top {
	height: 37px;
	width: 743px;
	background: url('../images/header-logo-top.jpg') right no-repeat;
}

#header .middle {
	width: 762px;
	height: 104px;
	background: url('../images/header-main.jpg') no-repeat;
}

#header .logo-bottom {
	height: 48px;
	width: 165px;
	background: url('../images/header-logo-bottom.png') right no-repeat;
	position: absolute;
	top: 141px;
	right: 11px;
}

#menu {
	background: #f6e7ad url('../images/menu-bg.jpg') no-repeat;
	width: 168px;
	margin-left: 7px;
	float: left;
}

#menu .inner {
	background: url('../images/menu-bottom-cap.png') bottom no-repeat;
	width: 168px;
	min-height: 332px;
}

#menu ul {
	padding-left: 22px;
	padding-top: 60px;
}
#menu li {
	list-style: none;
	background: url('../images/menu-underline.png') bottom left no-repeat;
	padding-left: 13px;
	padding-top: 13px;
}

#menu li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}

#content {
	text-align: left;
	width: 530px;
	margin-left: 30px;
	float: left;
}

.clr { clear: both; }

#footer {
	background: url('../images/footer-line.png') top no-repeat;
	padding-top: 10px;
	margin-top: 40px;
	color: #86bfde;
	font-size: 10px;
	width: 100%;
	text-align: center;
}

.chronoform { display: none; }

.ccms_form_element.cfdiv_textarea textarea {
	width: 350px; /*500px;*/
}

.ccms_form_element.cfdiv_select select {
	width: 375px;
}

/*#autoID-5e942077078a6c6d3f483470138e23c6_container_div.ccms_form_element label {
	width: 400px !important;
}
#autoID-3c30276adcda24e9d7e8685d45ec3198_container_div.ccms_form_element label {
	width: 250px;
}
#autoID-f46bdd21f44237e6197a9b96bbb0f69f_container_div.ccms_form_element label,
#autoID-ca3e1c24317388f9dfedf92e28186090_container_div.ccms_form_element label,
#autoID-29d7754912e38e14c74cfb44062cc681_container_div.ccms_form_element label {
	width: 200px;
}*/

#system-message {
	background: none repeat scroll 0 0 #EEEEFF;
    border: 2px solid #DDDDFF;
    color: #0000FF;
    padding: 10px;
}

#system-message dt {
	font-weight: bold;
}

#system-message ul {
	list-style: none;
    padding-left: 10px;
}


a.pdf, a.pdf-link {
	background: url("../images/pdf_button.png") no-repeat scroll 0 0 transparent;
    padding-left: 23px;
	margin-left: 15px;
}

a.non-pdf-link {
	padding-left: 23px;
	margin-left: 15px;
}