@import url(blueprint/screen.css);

body {
background: #e6e6e6 url(/images/bg-body.png) center top repeat-x;
}

#header-cont {
background: url(/images/bg-container.png) center top repeat-y;
}
	#header {
	background: #005666 url(/images/bg-header.png) center bottom repeat-x;
	width: 790px;
	height: 100px;
	margin: 0 80px;
	position: relative;
	}
		#header-logo {
		margin: 0;
		position: absolute;
		top: 20px;
		left: 20px;
		}
			#header-logo a {
			display: block;
			width: 390px;
			height: 46px;
			background: url(/images/header-logo.gif) no-repeat;
			}
		#header-tagline {
		margin: 0;
		position: absolute;
		top: 70px;
		left: 20px;
		width: 249px;
		height: 12px;
		background: url(/images/text/header-tagline.gif);
		}
		#powered-by {
		position: absolute;
		left: 410px;
		top: 42px;
		width: 103px;
		height: 25px;
		background: url(/images/text/powered-by.gif) no-repeat;
		}
#content-cont {
background: url(/images/bg-container.png) center top repeat-y;
}
	#content {
	background: #fff url(/images/bg-content.png) repeat-y;
	width: 790px;
	margin: 0 80px;
	overflow: none;
	}
		#sidebar {
		color: #fff;
		}
			#sidebar h3 {
			color: #0cf;
			margin: 0 0 2px;
			font-size: 1em;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			}
			#sidebar p {
			margin: 0 0 20px;
			}
				#sidebar hr {
				background: #224e63;
				color: #224e63;
				}
		#main div.error { display: none; }
		#main div.error .error {
		border: none;
		padding: 0;
		display: block;
		}
		#main input {
		margin: 0 0 20px;
		}
		#main select {
		margin: 0 0 27px;
		}
			#main select.error { padding: 0; }
		#main textarea {
		margin: 0 0 40px;
		}
		#submitApplication {
		display: block;
		width: 200px;
		height: 40px;
		border: none;
		cursor: pointer;
		}

#footer-cont {
background: url(/images/bg-footer-cont.png) center top no-repeat;
padding: 10px 0 40px;
text-align: center;
color: #ccc;
}

label {
font-size: 0.9em;
text-transform: uppercase;
color: #333;
}
	label b {
	color: #c00;
	}

.imageText {
margin: 0 0 40px;
}
.buttonWrapper {
overflow: auto;
}
	.buttonWrapper button {
	float: right;
	}