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

BODY {
margin: 19px;
background: url(images/bg.jpg) repeat-x #fff;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
text-decoration: none;
font-weight: bold;
color: #666;
}

a:hover {
text-decoration: underline;
color: #000;
}


H2 {
color: #666;
font-size: 15px;
font-weight: bold;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}

P {
margin: 15px 0px 0px 0px;
padding: 0px;
color: #666;
font-size: 11px;
line-height: 15px;
}

#wrapper {
margin: auto;
padding: 0px;
width: 962px;
}

#header {
margin: 0px 0px 19px 0px;
padding: 0px;
}

#application {
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px;
height: 299px;
background: url(images/application_bg.jpg) top left no-repeat;
}

#application H1 {
margin: 0px 0px 19px 19px;
padding: 19px 0px 10px 0px;
color: #fff;
text-transform: uppercase;
border-bottom: 1px dotted #8ead6a;
font-size: 17px;
font-weight: bold;
}

#application p {
margin: 19px;
padding: 0px;
color: #fff;
font-size: 12px;
line-height: 18px;
}

.panelwrap {
clear: both;
margin: 0px;
padding: 0px;
}

.panel {
text-align: left;
float: left;
width: 277px;
height: 113px;
background: url(images/panel_bg.gif) top center no-repeat;
margin: 19px 0px 0px 0px;
padding: 19px;
}

.left {
margin: 19px 8px 0px 0px;
}

.right {
margin: 19px 0px 0px 8px;
}

#footer {
clear: both;
display: block;
text-align: center;
height: 58px;
color: #666;
font-size: 11px;
font-weight: bold;
padding: 12px;
margin: 10px 0px 0px 0px;
border-top: 1px dotted #ccc;
}

#footer_left {
text-align: left;
float: left;
margin: 0px; 
padding: 0px;
width: 520px;
}

#footer_right {
text-align: right;
margin: 0px;
float: right;
padding: 0px 0px 0px 10px;
width: 213px;
border-left: 1px dotted #ccc;
}

#footer H3 {
text-align: left;
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}

#footer UL {
margin: 10px;
padding: 10px;
font-size: 12px;
}

#footer LI {
line-height: 20px;
}

#footer P {
margin: 10px 0px 0px 0px;
padding: 0px;
font-weight: normal;
}

.group_list {
float: left;
width: 250px;
}

#footer a:link, #footer a:active, #footer a:visited {
font-weight: bold;
text-decoration: none;
color: #666;
}

#footer a:hover {
text-decoration: underline;
}

/* FOOTER FORM */

#footer textarea {
	padding: 5px;
	width: 200px;
	height: 100px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ccc;
}

input.footer-submit-button {
	width: 100px;
	float: right;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}


