﻿/* Stylesheet for Twin Tiers SWE Website
	Author: Amy Litwiler 
*/

/* TEMPORARY border around the page elements for layout purposes */

/*#header, #headertop, #sitebranding, #Twintiers, #location, #nav, #bodycontent, #announcements, #mainbody, #footer {
	border: 1px solid red;
}*/

/*h2, p, ul {
	border: 1px solid red;
}*/

html {
	/*font-family: Verdana, "Trebuchet MS", Arial, sans-serif;*/
	font-family: "Trebuchet MS", Arial, sans-serif;
}

body {
	font-size: small;
	/*font-spacing*/
	background: white url(backgrounds/nav-bg.jpg) repeat-y;
	margin: 0;
}

/* Header Styles */

#header {
	background: white;
	padding: 0;
	margin: 0;
}

/*#headertop {*/
.headerborder {
	height: 8px;
	background: #009b59 url(backgrounds/header-fade.jpg) repeat-y right top;
	/*background: #009b59;*/
	padding: 0;
}

h1 {
	margin: 0;
	/*width: 424px;*/
	height: 130px;
	float: left;
	/*background: white url(backgrounds/SWE-logo.gif) no-repeat left top;*/
	/*font-size: x-large;
	color: black;
	text-indent: -9999px;*/
}

#header img {
	height: 130px;
	border: 0;
}

#Twintiers {
	height: 130px;
	background: white url(images/cov_bridge.jpg) repeat-y right bottom;
	/*float: right;*/
}

#Twintiers p {
	padding-top: 105px;
	padding-right: 12px;
	text-align: right;
	float: right;
	margin: 0;
	color: white;
	/*font-weight: bold;*/
	font-size: large;
}

/*#location p {  
	background: url(backgrounds/header-fade.jpg) repeat-y right bottom;
	padding: 8px 12px 8px 8px;
	height: 8px;
	font-size: large;
	text-align: right;
	color: #000000;
	margin: 0;
}*/

/* Navigation Styles */

#main {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0;
	padding: 0;
	width: 100%;	
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	/*background: white url(backgrounds/nav-bg.jpg) repeat-y;*/
	margin: 0;
	padding: 0 0 15px 0;
	min-height: 100%;
	float: left;
}

#nav ul {
	margin-left: 25px;
	margin-top: 0;
	padding: 0;
}

#nav li {
	list-style-type: none;
	margin: 0;	
	float: left;
	width: 100%;
}

#nav a {
	display: block;
	background: white url(backgrounds/navbutton.jpg) repeat-y right bottom;
	margin: 10px 0 0 0;
	text-decoration: none;
	padding: 7px;
	color: black;
	width: 190px;
}

#nav a:hover {
	color: black;
	background: white url(backgrounds/navbutton-select2.jpg) repeat-y right bottom;
}

#nav a:visited, #nav a:active, #nav a:link {
	color: black;
}

#nav .current {
	font-weight: bold;
	background: white url(backgrounds/navbutton-select2.jpg) repeat-y right bottom;
}

/* Main Body Styles */

a:link {
	color: #009b59;
}

a:visited {
	color: black;
}

a:active {
	color: #d9cc61;
}

.featurebox {
	border: 1px solid #d9cc61;
	padding: 1.2em 1.2em 0.4em 1.2em;
	width: 300px;
	float: right;
	margin-top: 0.9em;
	margin-left: 0.9em;
	margin-bottom: 0.9em;
	/*background-color: white;*/
}

.featurebox h2 {
	margin: 0;
	font-style: italic;
	font-size: medium;
	font-weight: normal;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #009b59;
}

h2 {
	font-size: large;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding-top: 0.5em;
}

#bodycontent {
	max-width: 800px; /* How do I hack this for IE6? */
	margin-right: 15px;
	margin-left: 250px;
	padding-top: 15px;
}

p {
	padding: 0;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	margin-left: 0;
}

ul {
	padding: 0;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	margin-left: 20px;
}

#mainphoto {
	float: right;
	border: 1px solid #d9cc61;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#footer {
	/*border-top: 1px solid #d9cc61;*/
	border-top: 1px solid #009b59;
	padding: 5px;
}

#footer p {
	font-size: x-small;
	margin-top: .5em;
	margin-bottom: 0;
	text-align: center;
}

.clead {
	color: #009b59;
	font-style: italic;
}

/* Officer Table Styles */
table.officers {
	margin-top: 0.5em;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #d9cc61;
}

table.officers td.office {
	width: 250px;
	/*font-weight: bold;*/
	font-style: italic;
}

table.officers td {
	padding: 0.5em;
	border: 1px solid #d9cc61;
}

table.officers a {
	text-decoration: none;
	color: black;
	font-style: italic;
}


/* Calendar Styles */

table.events {
	border-collapse: collapse;
}

table.events td.details {
	width: 200px;
	padding-right: 20px;
}

table.events p {
	margin-top: 0;
}

table.events td.details p {
	margin-bottom: 0;
}

table.events td {
	border-top: 1px solid #d9cc61;
	vertical-align: top;
	padding: 1.5em 0 1em 0;
}

table.events caption {
	text-align: left;
	color: black;
	font-style: italic;
	font-size: medium;
	padding: 0.5em 0 1em 0;
}

table.events p.title {
	font-weight: bold;
	/*padding-bottom: 0.5em;*/
}

/*.event {
	border-top: 1px solid #d9cc61;
	margin-top: 1.5em;
}

div .event .details {
	float: left;
	width: 250px;
}*/

.bullethead {
	font-weight: bold;
	color: #009b59;
}

#sponsors_2000 img {
	padding: 10px;
	height: 75px;
}

#sponsors_part img {
	padding: 10px;
	height: 50px;
}

.sponsors img {
	border: 1px solid #d9cc61;
	padding: 1.2em 1.2em 0.4em 1.2em;
	margin-right: 1em;
	/*margin-bottom: 1em;*/
}

.sponsors span {
	border: 1px solid #d9cc61;
	padding: 1.2em 1.2em 1.2em 1.2em;
	margin-right: 1em;
}

.sponsors p {
	margin-top: 2em;
	margin-bottom: 2em;
}


/* Webform Styles */

form fieldset {
	border: 1px solid #d9cc61;
	/*margin: 0 50px 25px 50px;*/
	margin: 0.9em 0.9em 0.9em 0;
	padding: 15px;
	width: 500px;
}

form.ggroup fieldset {
	width: 300px;
}

form.ggroup img {
	display: block;
	padding-bottom: 20px;
	margin-left: -5px;
}

form legend {
	padding: 5px;
	color: black;
}

form label.fixedwidth {
	display: block;
	float: left;
	width: 200px;
}

form div {
	padding-bottom: 10px;
}

form .buttonarea {
	text-align: center;
}

/*form.ggroup {
	text-align: center;
}*/

form .buttonarea input {
	border: 1px solid black;
	padding: 2px;
	background-color: #009b59;
	color: white;
	font-family: "Trebuchet MS", Arial, sans-serif;
}




/*div.maillist {
	border: 1px solid #d9cc61;
	padding: 0 1.2em 1.2em 1.2em;
	margin: 0.9em 0.9em 0.9em 0;
	width: 23em;
}



.maillist .buttonarea input {
	border: 1px solid black;
	padding: 2px;
	background-color: #009b59;
	color: white;
	font-family: "Trebuchet MS", Arial, sans-serif;
}*/