@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #eeeeee;
	font: medium Arial, Helvetica, sans-serif;
	color: #222222;
}

.screenreader {
	height: 0;
	width: 0;
	overflow: hidden;
}

a:link, a:visited {
	color: #A22A20;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

	a[href$='.pdf'] { 
		padding-right: 18px;
		background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
	}
	
	a[href$='.ppt'] { 
		padding-right: 18px;
		background: transparent url(../images/icons/icon_ppt.gif) no-repeat center right;
	}
	
	a[href$='.wmv'] { 
		padding-right: 18px;
		background: transparent url(../images/icons/icon_film.gif) no-repeat center right;
	}
	
	a[href ^="mailto:"] {
	   padding-right: 20px;
	   background: transparent url(../images/icons/icon_mailto.gif) no-repeat center right;
	}
	
	a[class ~="popup"] {
	   padding-right: 18px;
	   background: transparent url(icon_popup.gif) no-repeat center right;
	}

#nav {
	color: #FAFAFA;
	padding: 10px 10px 0;
	background: #333333;
}

#nav a:link, #nav a:visited, #footer a:link, #footer a:visited {
	color: #FAFAFA;
	text-decoration: none;
	font-weight: normal;
}

#nav a:hover, #footer a:hover {
	color: #FAFAFA;
	text-decoration: underline;
}

#nav ul {
	list-style: none;
	padding: 5px 0;
}

#nav li {
	display: inline;
}

	#nav li a {
		padding: 5px 10px;
		background: #A22A20;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		border-bottom: 1px solid #A22A20;
	}
	
		#nav li a:hover,
		body.home #home a,
		body.about #about a,
		body.events #events a,
		body.reports #reports a,
		body.projects #projects a,
		body.mst #mst a,
		body.assoc #assoc a,
		body.contact #contact a {
			background: #FFFFFF;
			color: #A22A20;
			text-decoration: none;
			border-bottom: 1px solid #FFFFFF;
		}

#wrapper {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0 auto;
	width: 900px;
	background: #ffffff;
}

#masthead {
	background: url(../images/banner.png) bottom no-repeat;
	height: 195px;
}

#masthead h1 {
	font-size: 150%;
	text-align: center;
	padding-top: 25px;
}

	#masthead a {
		color: #A22A20;
		text-decoration: none;
	}

#masthead #subhead {
	font-size: 75%;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}

/* IMAGES */
img {
	border: none;
}

img.left {
	float:left;
}

img.right {
	float: right;
}

	.projectphoto {
	width: 195px;
	height: 146px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-style: none;
	float: right;
	}

#leftcolumn {
	float: left;
	width: 65%;
	border-right: 1px solid #999999;
	padding: 15px;
}

h2 {
	font: 105% "Times New Roman", Times, serif;
	border-bottom: 1px solid #3B3B3B;
	margin-bottom: 5px;
	text-transform: uppercase;
}

	#rightcolumn h2 {
	font-size: 100%;
	text-transform: none;
	}
	
h3 {
	font-size: 100%;
	margin-bottom: 5px;
}

p {
	padding-bottom: 10px;
}

#footer {
	background: #222222;
	border-top: 1px solid #999999;
	color: #FFFFFF;
	padding: 15px;
	font-size: 85%;
}

#footer p {
	padding-bottom: 0;
}

.copyright {
	text-align: right;
	font-size: 85%;
}

#rightcolumn {
	background: #DDDDDD;
	margin-left: 615px;
}

	#rctop {
		padding: 15px 15px 5px;
		border-bottom: 1px solid #999999;
	}
	
	#rcmiddle {
		padding: 15px 15px 5px;
		border-bottom: 1px solid #999999;
	}
	
	#rcbottom {
		padding: 15px 15px 5px;
	}
	
#onecolumn {
	padding: 15px;
}

.clear {
	clear: both;
}

ul {
	padding-left: 15px;
	padding-bottom: 10px;
}

li {
	padding-bottom: 5px;
}

.byline {
	font-size: 90%;
	font-weight: bold;
}

.feature {
	background: #D5D5D5;
	padding: 10px 10px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
}

.caption {
	font-size: 75%;
	font-style: italic;	
}

	.gallerycaption {
		font-size: 75%;
		font-style: italic;
		text-align: center;
	}

#rightcolumn img {
}

.separator {	
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
}

td {
	border-bottom: thin dashed #999999;
	padding: 5px 0;
	vertical-align: top;
}

hr {
	border: none;
	border-bottom: thin dashed #999999;
	margin-bottom: 10px;
}

.photogallery {
	float: right;
	margin-left: 15px;
}
