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


/* structure & layout */

#container {
	width: 900px;
	margin: 20px auto 15px;
}

#header {
	width: 900px;
}

#logo {
	width: 300px;
	float: left;
	margin: 0 0 25px 0;
}

#banner {
	width: 450px;
	float: right;
	text-align: right;
	margin-top: 28px;
}

#topmenu {
	width: 500px;
	float: right;
	margin: 45px 0 0 0;
}

#topmenu img {
	margin: 0 20px 0 0;
	padding: 3px 6px;
}

#body {
	width: 800px;
	float: left;
	margin: 10px 50px 0;
}

#content {
	width: 535px;
	float: left;
	padding: 10px 12px 25px;
}

.contentheader {
	padding: 4px 10px;
}

.contentimgright {
	float: right;
	margin: 0 0 1em 1em;
}

.contentimgleft {
	float: left;
	margin: 0 1em 1em 0;
}

#footer {
	width: 600px;
	float: left;
	position: relative;
	left: 135px;
	margin: 15px;
	padding: 10px 0 10px;
}

#sidebar {
	float: right;
	width: 200px;
	text-align: center;
}

#sidebar img {
	margin: 15px auto 20px;
}



/* colors & styling */

a {
	text-decoration: none;
	outline: none;
}

body {
	background-color: #74c0ff;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
}

img {
	border: none;
}

#content, #sidebar {
		background: url(../img/lightbluepaper.jpg);
	/* background-color: white;
	/* background-image: url(../img/whitepaper.jpg); */
}

#content, #sidebar {
	/* border: 3px solid black; */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}





/* typography */

.error {
	color: #f49420;
	font-size: .95em;
}

a {
	color: #ff9b21;
	font-weight: bold;
}

a:hover {
	color: #de871d;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#content {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.25;
}

#footer {
	font-family: Tahoma, Geneva, sans-serif;
	color: #222;
	font-size: .9em;
	letter-spacing: 2.2px;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.3em #78a;
}

#footer a {
	color: #000;
	font-weight: bold;
}

h1, h2, h3 {
	text-align: center;
}

h1 {
	margin: 0 0 .5em;
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.3em;
}



/* misc. */

.form {
	background-color: #e5e5e5;
	border: 2px solid #000;
	margin: 2px 0;
	padding: 2px;
}


.press_release {
	float: left;
	margin: 0 .7em 0 0;
}

.contact_info_text {
	width: 100%;
	text-align: right;
}
