@import url("style.css");

body {
	font-family: verdana, sans-serif;
 	background-color: white;
	font-size: 12px;
	margin: 10px 0;
}
#logo_text {
	display: none;
}
#header, #page, #footer, #mid, #mid_bar_narrow {
	margin: 0 auto 0 auto;
	width: 1200px;
}

#header {
	position: relative;
	height: 80px;
}
#logo {
	position: relative;
	left: 180px;
	top: 15px;
	float:left;
}
#header #links {
	position: relative;
	float: right;
	text-align: right;
	color: #666;
	top:35px;
	z-index: 100;
}
#header #links a {
	color: #666;
	text-decoration: none;
}
#header #links a:hover {
	text-decoration: underline;
}

#mid_bar, #mid_bar_narrow {
	background: #3464a6;
	height: 110px;
	color: white;
	line-height:1.5em;
}
#mid_bar_narrow {
	height: 40px;
}
#mid_bar_narrow h1 {
	color: white;
	margin: 0 0 0 180px;
	padding: 10px 0 0 0;
}
#mid h1, #mid h2, #mid a {
	color: white;
	text-decoration: none;
}
#mid h2 {
	margin: 20px 0 10px 0;
	font-size: 18px;
}
#mid a:hover {
	font-weight:bold;
}
#mid_body {
	padding: 10px 0;
	margin-left: 180px;
}
#mid_body h1 {
	padding-top: 2px;
	height: 31px;
}
#page {
	clear: both;
	margin-top: 15px;
}
#box {
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	background: #f0f0f0;
	float: left;
	width:140px;
}
#box a {
	text-decoration: none;
}
#body {
	margin-left: 180px;
}
.rounded {
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
.rounded_top {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	padding: 5px 10px;
	background: #333;
}
.rounded_bottom {
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	padding: 10px;
}
.rounded h2 {
	margin: 0;
}
.rounded_top h2 {
	color: white;
	margin: 0;
}
.gray {
	background: #f0f0f0;
}
.blue {
	background: #3464a6;
}

#footer {
	clear: both;
	border-top: 1px solid #c0c0c0;
	font-size: 10px;
 	color: #c0c0c0;
 	text-align: right;
 	padding: 5px 0;
	margin-top: 15px;
}
.icons div {
	float: left;
	margin-right: 20px;
	width: 50px;
	text-align: center;
}
.icons a {
	text-decoration: none;
}

/* ERRORS/MESSAGES */
.error, .message {
	background-color: #FFC0C0;
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top:1px solid #999;
	color: #800000;
	font-weight: bold;
	width: 100%;
}
.message {
	background-color: #C0FFC0;
	color: #004000;
}

.thumbs {
	margin: 10px 0;
}
.thumbs div {
	float: left;
	height: 175px;
	width: 154px;
	margin: 0 5px 10px 5px;
	text-align: center;
}
.thumbs img {
	height: 130px;
	width: 150px;
	border: 0;
}
.clear {
	clear: both;
}

