/*CSS file for Oosterhof Electrical Services.*/


#nav a.sub {
	font-weight: normal;
	color: #9d8a57;	
}

#nav a:hover.sub {
	color: #1e3b62;
}

#nav ul.sub{
	font-weight: normal;
	margin-top: 10px;
	color: #9d8a57;
}

#nav li.sub {
	list-style: square;
	padding-bottom: 0px;
	color: #9d8a57;
}

#res, #com, #ind, #oth {
	float: right;
	clear: right;
	width: 750px;
	margin-bottom: 50px;
}

/*#pics
===========================================================*/
#res-pics, #com-pics, #ind-pics, #oth-pics {
	float: left;
	width: 290px;
	margin-left: 30px;
}


/*#content
===========================================================*/
#res-content, #com-content, #ind-content, #oth-content {
	float: right;
	clear: none;
	width: 400px;
	line-height: 1.5em;
	color: #1e3b62;
	border-bottom: 1px solid #9d8a57;
	margin-bottom: 10px;
}


#res-content a, #com-content a, #ind-content a, #oth-content a {
	color: #1e3b62;
	text-decoration: none;
	font-weight: bold;
}

#res-content a:hover, #com-content a:hover, #ind-content a:hover, 
#oth-content a:hover {
	text-decoration: underline;
}

#oth-content h3 {
	font-size: 1em;
	font-weight: bold;
}

#res-content p, #com-content p, #ind-content p, #oth-content p {
	margin-bottom: 25px;
}

#res-content ul, #com-content ul, #ind-content ul, #oth-content ul {
	margin-bottom: 25px;
	list-style-position: inside;
}

