/* CSS Document */

body {
	background: #fff url(../images/background.gif) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #525252;
	margin: 0 auto;
	padding-top: 10px;
}
form { margin: 0; }
img { border: 0; }
.clear { clear: both; }

h1 {
	color: #0080b2;
	font-weight: normal;
	font-size: 1.4em;
}
h2 {
	color: #0080b2;
	font-weight: bold;
	font-size: 1.1em;
}

a:link, a:visited, a:hover, a:active {
	color: #0080b2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
div#wrap {
	width: 915px;
	background: #fff url(../images/background-template.gif) top left no-repeat;
	height: 519px;
	margin: 0 auto;
	position: relative;
}
div#logo {
	float: right;
	margin-right: 15px;
}
a#forward {
	position: absolute;
	right: 14px;
	top: 63px;
	color: #83BD62;
	font-size: .8em;
}

/* ++++++++++++++++++++++++++++++++++++++++++ NAV ++++++++++++++++++++++++++++++++ */
ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 150px;
	top: 60px;
}
ul#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

/* ++++++++++++++++++++++++++++++++++++++++++ SIDE BAR ++++++++++++++++++++++++++++++++ */
div#side-bar {
	width: 160px; /* 196 minus padding */
	background: #0080b2 url(../images/side-bar-backg.gif) bottom left no-repeat;
	position: absolute;
	left: 0;
	top: 133px;
	color: #fff;
	padding: 30px 18px;
	font-size: .9em;
	margin: auto;
}
div#side-bar a {
	color: #fff;
}
div#side-bar h2 {
	color: #fff;
	margin-bottom: 0;
}
div#side-bar p {
	margin-top: 2px;
}
div#side-bar label {
	font-size: .9em;
	float: left;
	line-height: 2.1em;
	white-space: nowrap;
}
div#side-bar label.normal {
	float: none;
	line-height: normal;
}
div#side-bar input {
	float: right;
	width: 90px;
	margin-bottom: 2px;
}
div#side-bar input.normal {
	float: none;
	width: auto;
	margin: 10px 35px;
}
div#side-bar select {
	width: 96%;
	color: #525252;
	margin-bottom: 10px;
}

/* ++++++++++++++++++++++++++++++++++++++++++ MAIN ++++++++++++++++++++++++++++++++ */
div#main {
	position: absolute;
	left: 226px;
	top: 115px;
	width: 659px;
}
div.content-promo {
	width: 308px;
	float: left;
}
div#promo {
	float: right;
}
div#form {
	width: 380px;
	margin-top: 20px;
	margin-left: 20px;
}
div.content small {
	float: right;
	color: #0080B2;
}
div.content label {
	float: left;
	white-space: nowrap;
	width: 170px;
	font-size: .9em;
	line-height: 1.5em;
}
div.content input {
	/*float: left;*/
	width: 200px;
	margin-bottom: 2px;
}
div.content input.normal {
	float: right;
	width: auto;
	margin: 10px 0;
	margin-right: 5px;
}
div.content input.left { 
	float: left;
	width: auto;
	margin: 0;
}

div.content textarea {
	/*float: left;*/
	width: 200px;
	height: 50px;
}

div.content .statements {	
	border:1px solid #C3C3C3;
	width:100%;
	height:180px;
	overflow:auto;
	padding:2px 0 2px 3px;
	text-align:left;
}

div.content select {
	width: 204px;
	color: #525252;
	margin-bottom: 2px;
	margin-left:4px;
}

/* ++++++++++++++++++++++++++++++++++++++++++ FOOTER ++++++++++++++++++++++++++++++++ */
div#footer {
	clear: both;
	padding-top: 30px;
	font-size: .8em;
	color: #0080b2;
}
div#footer a {
	text-decoration: none;
}
div#sponsors {
	background: #fff url(../images/sponsors-backg.gif) top left repeat-x;
	margin-top: 4px;
	text-align: center;
	vertical-align: middle;
}
div.sponsor, div.wider {
	float: left;
	padding: 9px 60px;
}
div.wider {
	padding: 5px 40px;
}
div.sponsor span {
	padding-bottom: 6px;
	display: block;
}
div.divider {
	background: url(../images/sponsor-divider.gif) top no-repeat;
	width: 1px;
	height: 100px;
	float: left;
}
