/* Image opacity adjustments for slideshow */
.blend img
{
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}


body
{
	color: #b2b4b6;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #333133;
}

#content
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: left;
	width: 780px;
}

#footer, #footer a, #footer a:link, #footer a:visited
{
	color: #78A22F;
	text-decoration: none;
	padding: 0;
	margin-top: -10px;
}

h1
{
	color: #b2b4b6;
	font-size: 18px;
	margin-left: 5px;
	margin-bottom: 2px;
	padding: 0;
}

h2
{
	color: #b2b4b6;
	font-size: 14px;
	margin-left: 5px;
	margin-bottom: 2px;
	padding: 0;
}

/* Created seperate content pane for homepage since it has the background image
   and requires a static height */
#homeContent
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: left;
	width: 780px;
	height: 586px;
	background-image: url(../img/content-background.gif);
}

.darkNarrow
{
   clear: both;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0;
	height: 5px;
	width: 15%;
	border: 0;
	color: #2f2d2f;
	background-color: #2f2d2f;
}

.darkWide
{
   clear: both;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 5px;
	width: 60%;
	border: 0;
	color: #2f2d2f;
	background-color: #2f2d2f;
}

.darkWide#darkWideFooter
{
	margin-bottom: 0;
}

.greenNarrow
{
   clear: both;
	margin: 0;
	padding: 0;
	height: 5px;
	width: 25%;
	border: 0;
	color: #78A22F;
	background-color: #78A22F;
}

.greenWide
{
   clear: both;
	display: block;
	margin-top: 5px;
	height: 5px;
	width: 100%;
	border: 0;
	color: #78A22F;
	background-color: #78A22F;
}

img#aboutImg
{
   float: right;
}

img#restore
{
	display: block;
	text-align: center;
	margin: 0 auto;
}

#navbar
{
	margin-top: -15px;
}

#navbar a, #navbar a:link, #navbar a:visited
{
	color: #b2b4b6;
	text-decoration: none;
	font-weight: bold;
}

#navbar a#current
{
	text-decoration: underline;
}

#navbar a:hover
{
	text-decoration:  underline;
}

#navbar ul, #navbar li
{
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
}

p.generalText
{
	color: #b2b4b6;
	margin-bottom: 35px;
}

#portSlideshow
{
	text-align: center;
	margin: 0 auto;
}

#slideshow
{
	width: 380px;
	height: 270px;
	margin-left: 50px;
	margin-top: 32px;
	overflow: hidden;
}

.ruler
{
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0;
}

ul.paragraph
{
	color: #b2b4b6;
	margin-top: -20px;
}

.social_link a {
	color:#B2B4B6;
	text-decoration:none;
}

.social_link a:visited {
	color:#B2B4B6;
	text-decoration:none;
}

.social_link a:hover {
	color:#74A22E;
	text-decoration:none;
}
