html {
	background-color: black;
	}

#resi-bkgd {
	background-image: url(img/site-elements/bethesda-residential-background.gif);
	background-repeat: repeat-x;
	}

#resi-pdt-bkgd {
	background-image: url(img/site-elements/bethesda-residential-product-background.gif);
	background-repeat: repeat-x;
	}

#comm-bkgd {
	background-image: url(img/site-elements/bethesda-commercial-background.gif);
	background-repeat: repeat-x;
	}

#comm-pdt-bkgd {
	background-image: url(img/site-elements/bethesda-commercial-product-background.gif);
	background-repeat: repeat-x;
	}
		
#elec-bkgd {
	background-image: url(img/site-elements/bethesda-electrical-background.gif);
	background-repeat: repeat-x;
	}
	
#stan-bkgd {
	background-image: url(img/site-elements/bethesda-standard-background.gif);
	background-repeat: repeat-x;
	}		
	
body {
	text-align: left;
	font-family: Helvetica, Arial, Verdana sans-serif ;
}
	
img {
	border: none;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#logo-header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	margin-top: 2px;
	padding-bottom: 5px;
}

a:link, a:visited {
	color: #065682;
	text-decoration: none;

}

a:hover, a:active {
	color: #0888ce;
	text-decoration: none;
}

#navigation {
		background-color: black;
	}
	
#navigation ul {
		list-style: none;
		padding: 0;
		margin: 0;
		background: black;
		float: left;
		width: 100%;
		font-size: 85%;
    }
    
#navigation li {
		float: right;
		margin: 0 0.5em 0 0;
    }
    
#navigation a {
		text-decoration: none;
		display: block;
		width: 6em;
		padding: 0.1em 0 0 0;
		border-bottom: 0.5em solid #555;
		color: #0888ce;
    }
	
	#navigation a:hover {
		color: #0888ce;
		border-color: #065682;
	}
	
	#navigation #current a {
		color: #0888ce;
		border-color: #0888ce;
	}


#content {
	clear: both;
	min-height: 525px;
	max-height: auto;
}

#content .feature {
	padding-top: 25px;
	font-size: 85%;
	color: #fff;
}

#content .rotator {
	width: 299px;
	height:450px;
	overflow: hidden;
}

#content .mvi {
	padding-top: 75px;
}

#content .tag {
	text-align: center;
	padding-top: 50px;
	font-size: 167%;
	font-weight: bold;
	color:#0888ce;	
}

#content .feature h1 {
	font-size: 123.1%;
	font-weight: bold;
	color:#0888ce;
}

#content .feature h2 {
	font-size: 100%;
	color:#fff;
}

#content .feature a:link {
	color:#0888ce;
	text-decoration: none;
	outline: none;
}

#content .feature a:visited {
	color:#888888;
	text-decoration: none;
	outline: none;
}

#content .feature a:hover {
	color:#ffffff;
	text-decoration: none;
	outline: none;
}

#content .feature a:active {
	color:#ffffff;
	text-decoration: none;
	outline: none;
}

#content .feature p {
	margin-bottom: 1.5em;
}

#content .feature img {
	padding-bottom: 1.5em;
}

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#footer .social {
	float: left;
	padding: 20px 0 50px 0;
}

#footer .address {
	color: #dcdcdc;
	font-size: 85%;
	text-align: right;
	float: right;
	padding-top: 23px;
	line-height:1.1;
}

#footer .address a:link {
	text-decoration: none;
	color: #0888ce;
	outline: none;
}

#footer .address a:visited {
	text-decoration: none;
	color: #065682;
	outline: none;
}

#footer .address a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
	outline: none;
}

#footer .copywrite {
	color: #6b6b6b;
	font-size: 70%;
	text-align: right;
	float: right;
	padding: 20px 0 50px 0;
}
