/* Here is where all the styles for the custom site layout will exist. The other style sheet only states standard layout, reset and typo styles */

/* BODY */
body {
	background: url('../img/body_bg_glow.jpg') no-repeat bottom right #000a40;
}

/* HEADER */
#header {
	background: #fff;
}

#header p {
	text-align: right;
	margin: 0;
}

/*-- custom h1 replace --*/
#header h1 span {
	display: none;
}

#header h1 {
	width: 254px;
	height: 99px;
	background: url('../img/header_logo.gif') no-repeat #fff;
	margin: 0 0 -4em 0;
}

#header h2 {
	text-align: right;
	margin: 0;
}

/* MAIN NAV */
#main_nav {
	background: url('../img/main_nav_bg.gif') repeat-x top #fff;
}

#main_nav ul {
	list-style: none;
	margin: 0;
}

#main_nav li {
	float: left;
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;
}

#main_nav li a {
	display: block;
	text-decoration: none;
	margin: 0 5px;
	padding: 5px;
	color: #596b7c;
}

#main_nav li a:hover, #main_nav li a.on {
	border-top: 5px #005eb5 solid;
	color: #005eb5;
	padding-top: 0px;
}

/* CONTENT */
.content {
	background: url('../img/body_elements_bg.gif') repeat-x top left #fff;
	margin-top: 10px;
	padding-top: 10px;
}

.content p {
	padding: 0 10px;
}

.content img {
	padding: 3px;
	border: 1px solid #000a40;
	margin: 5px 10px 10px 10px;
	background: #fff;
}

.updates {
	padding: 10px;
}

.news {
	padding: 10px 10px 0 10px;
}

/* Transparencies */
.trans50 {
	background: #c0c5d3;
}

.trans75 {
	background: #d6d8e0;
}

/* Right Nav */
.right_nav {
	padding-top: 0px;
	margin-top: 10px;
}

.right_nav_buttons {
	margin-top: -10px;
	position: relative;
	z-index: 1;
}

.right_nav_buttons * {
	margin: 0 10px 10px 10px;
	padding-top: 10px;
}

.right_nav_buttons img {
	float: left;
	margin: 0 10px 10px 10px;
}

.right_nav_buttons div {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #596b7c;
	margin: 0;
}

.right_nav_buttons div.on {
	background: #fff;
	cursor: pointer;
}

.right_nav_buttons div.top {
	border-top: none;
}

.right_nav_buttons div.top img {
	margin-top: 0;
}

.right_nav_buttons h4 a {
	margin: 0;
}

.signup {
	padding-bottom: 10px;
}

.signup form {
	margin: 0 10px;
}

.signup form div.text input {
}

.signup form div.text {
	float: left;
}

.signup form div.submit input {
	color: #fff;
	background: #000a40;
	border: 1px solid #fff;
	padding: 1px;
	margin: 0 5px;
}

/* SHADOW */
.shadow {
	height: 10px;
	background: url('../img/shadow.png') repeat-x top left transparent;
	position: relative;
	z-index: 2;
}

/* Updates tab nav */
.news ul {
	margin: 0;
	list-style: none;
}

.news li a {
	display: block;
	color: #fff;
	background: #005eb5;
	padding: 5px;
	float: right;
	margin: 0 2px;
	position: relative;
}

.news li a:hover, .news li a.on {
	background: #596b7c;
}

.updates h4 {
	margin-bottom: 3px;
}

.trans90 {
	background: url('../img/trans90_bg.gif') repeat-x top left #eff4f9;
}

/* Front page photo previews */
.photos {
	margin-top: 10px;
}

.photos div {
	float: left;
	background: #fff;
	height: 95px;
}

.photos img {
	padding: 10px;
	background: #fff;
	float: left;
	margin-right: 10px;
}

.photos p {
	margin: 0 10px;
}

.photos hr {
	margin: 0 10px;
}

#footer {
	background: #596b7c;
	margin: 20px 0 0 0;
	border-top: #fff 1px solid;
}

#footer p {
	margin-bottom: 5px;
	text-align: center;
}

#footer p.small {
	margin-bottom: 0;
}

div.content h4, div.content h3 {
	margin-left: 10px;
}

div.meeting_odd {
	background: #eee;
}

div.meeting ul {
	margin: 0;
	list-style: none;
}

div.meeting li {
	display: block;
	font-size: 1.2em;
	margin: 5px 15px;
}

div.meeting strong a {
	display: block;
	height: 35px;
	background: url('../img/button_blueglass_bg.gif');
	color: #fff;
	padding: 15px 5px 0px 5px;
	width: 100px;
	border: 1px solid #000a40;
}

div.meeting strong a:hover {
	color: #000a40;
}

div.meeting hr {
	margin: 10px 0;
}

div.registrations div.input {
	float: left;
}

div.registrations div.checkbox {
	float: none;
	padding: 3px 0 10px 0;
}

div.registrations div.input {
	margin-right: 10px;
}

dl {
	margin-left: 10px;
	font-size: 1.4em;
}

.red {
	color: red;
}

.left {
	float: left;
}

.message {
	background: #00ff00;
	padding: 10px;
	border: 2px solid #fff;
	font-size: 1.4em;
	font-weight: bold;
	color: #007f3f;
	text-align: center;
}

.alert {
	background: #fff;
	border: 2px solid red;
	width: 900px;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
}

.red_alert {
	color: red;
	text-decoration: blink;
}
