@import url("menu1.css");
@import url("content.css");
@import url("pageSpecific.css");
@import url("sidebar.css");
@import url("contactUs.css");
@import url("gallery.css");
/*
Author: Mitchell Gohman
Date: 2009-01-01
*/
* {
	outline: none;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/bodyBgTile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #323031;
	margin-bottom: 50px;
}
#container {
	width: 958px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	background-image: url(images/content_BGTile.jpg);
}
#masthead {
	background-color: #C8D5FF;
	height: 82px;
	background-image: url(images/masthead.jpg);
}
div.needAcrobat {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#sidebar div.needAcrobat p.instructions, #content div.needAcrobat p.instructions {
	font-size: 12px;
	line-height: 12px;	
}
div.needAcrobat p { margin-bottom: 10px; }
div.needAcrobat img, div.needAcrobat a:link, div.needAcrobat a:visited {
	opacity:.5;
	filter:alpha(opacity=50);
}
div.needAcrobat img:hover, div.needAcrobat a:hover, div.needAcrobat a:active {
	opacity:1;
	filter:alpha(opacity=100);
}
#footer {
	position:relative;
	background-color: #DBE3FF;
	clear: both;
	text-align: center;
	background-image: url(images/footer.jpg);
	height: 54px;
}
#footer * { display:none; }
#footer .webCopyright {
	display:block;
	float: right;
	height: 30px;
	width: 40%;
	text-align: right;
	padding-top: 24px;
	font-size: 12px;
	color: #282828;
	padding-right: 20px;
}
#footer .contact {
	display:block;
	float: left;
	height: 54px;
	width: 50%;
	text-align: left;
}
#footer .contact a:link, #footer .contact a:visited {
	background-attachment: scroll;
	background-image: url(images/contactUs_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 500px;
	text-indent: -999999px;
	display: block;
	height: 54px;
}
#footer .contact a:hover, #footer .contact a:active { background-position: 0px 0px; }
ol#sitemap {
	width: 955px;
	margin-top: 30px;
	margin-bottom: 30px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
}
ol#sitemap li {
	display: inline;
}
ol#sitemap a:link, ol#sitemap a:visited {
	color: #686466;
	font-size: 11px;
	text-transform: lowercase;
	padding:5px;
}
ol#sitemap a:hover, ol#sitemap a:active { color: #FFF; }
ol#sitemap li.admin {
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	margin-top: 50px;
}
