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

body {
	background-image:url(../images/bg.gif);
	text-align: center;
	font-family:Geneva, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	color: #333;
	line-height: 1.1em;
}

a:link,
a:visited {
	color: #A90533;
}

a:hover {
	text-decoration: none;
}

/* Layout */
#wrapper {
	width: 960px;
	border-left: solid 1px #004990;
	border-right: solid 1px #004990;
	border-bottom: solid 1px #004990;
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 13px 10px 0 10px;
	height: 95px;
}

#logo {
	float: left;
}

#sponsors {
	float: right;
}

#sponsors .copy {
	font-size: 12px;
	color: #999;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
}

#subheader {
	height: 270px;
	background-image:url(../images/subheader.gif);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 15px;
	background-position: bottom;
}

#subheader .copy {
	margin-top: 25px;
	margin-right: 25px;
	float: right;
	width: 525px;
	clear: both;
}

#subheader h1 {
	padding-bottom: 10px;
}

#subheader .copy p {
	font-size: .75em;
}

#container {
	padding: 10px 25px 10px 10px;
}

#sidebar {
	width: 300px;
	padding-right: 75px;
	padding-left: 25px;
	float: left;
}

#sidebar-color {
	background-color: #DFEFFD;
	padding: 20px;
}

#center {
	float: right;
	width: 525px;
}

#curiousmedia {
	float: left;
	padding-left: 25px;
}

#footer-content {
	float: right;
	width: 525px;
}

#footer {
	clear: both;
	color: #999;
	font-size: .6em;
	padding-top: 20px;
}

h1, h2, h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #004990;
	margin-top: 0;
	margin-bottom: .5em;
}

h4 {
	color: #004990;
	margin-top: 1em;
	margin-bottom: 0;
	font-size: .85em;
}

h1 {
	font-size: 2em;
	color: #004990;
	line-height:1.2em;
	padding-top: 1em;
}

h3 {
	font-size: 1.25em;
	line-height: 1em;
}

h2 {
	color: #A90533;
}

strong {
	color: #004990;
}

p, .copy, ul {
	font-size: .7em;
}

img {
	border: 0;
}

/* Form */

label {
	display: block;
	color: #004990;
	font-size: .8em;
}

.form-item {
	margin: 1em 0;
}

.form-textbox input {
	width: 300px;
}

.form-item-city input {
	width: 250px;
}

.form-item-phone input {
	width: 200px;
}

.form-item-initials input {
	width: 30px;
}

.description {
	font-size: .6em;
	color: #666;
}

.message {
	font-size: .8em;
	color: #A90533;
}

.message ul {
	margin-left: 0;
	padding-left: 1.5em;
}

.error label {
	color: #A90533;
}

.error input {
	border: solid 2px #A90533;
}