/* CSS Document Created by Jonathon Lucas */

/*Layout and Header*/
#container {
	width: 980px;
	margin: 0px auto;
	background-image: url(../images/container_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#headerWrapper {
	width: 980px;
}
#controls {
	width: 225px;
	margin: 53px 16px 0px 16px;
	float: left;
	padding: 209px 0px 0px 0px;
	background-image: url(../images/logo.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: right;
}
#controls ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#controls li {
	list-style: none;
	float: right;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	clear: both;
}
#controls a {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #ff9933;
	text-decoration: none;
	background-color: #000000;
	padding-left: 50px;
}
#header {
	width: 691px;
	height: 348px;
	margin: 53px 16px 0px 16px;
	float: left;
}
#footer {
	margin: 53px 0px 0px 0px;
	font-size: 10px;
	color: #333333;
	border-top: 1px solid #999999;
	clear: both;
}
#footer a {
	font-size: 10px;
}

/*Content*/
#leftPanel {
	width: 225px;
	margin: 53px 16px 16px 16px;
	float: left;
	text-align: right;
	color: #999999;
}
#leftPanel li {
	list-style: none;
}
#rightPanel {
	width: 691px;
	margin: 53px 16px 16px 16px;
	float: left;
}

/*Body and Extras*/
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: underline;
	color: #0066FF;
}

/* Form Fields */

input, textarea {
	width: 100%;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	border: 1px solid #666666;
}
textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 150px;
}
.submit {
	width: 120px;
	float: right;
}

/*Header*/
h1, h2 {
	font-size: 18px;
	color: #00ccff;
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
}