/* CSS Document */
/*the following is all nested into the #electric_header_main tag*/
#electric_header_main{
	margin:auto;
	width:798px;
	height:95px;
	position:relative;
	background-image:url(images/header_background.jpg);
	background-repeat:repeat;
}
#electric_header_top {
	margin-left:0px;
	margin-top:0px;
	width:798px;
	height:29px;
	position:absolute;
	background-image:url(images/morrisroe_electric_header_top.jpg);
}
#electric_header_logo{
	margin-left: 19px;
	margin-top: 14px;
	width:221px;
	height:81px;
	position:absolute;
}
/*the following is all nested into the #morrisroe_electric_nav_main tag*/
#morrisroe_electric_nav_main{
	margin:auto;
	width:798px;
	height:65px;
	position:relative;
	background-image:url(images/morrisroe_electric_main_background.jpg);
	background-repeat:repeat;
}
#morrisroe_electric_nav_buttons{
	margin-left:18px;
	margin-top:0px;
	width:765px;
	height:15px;
	position:absolute;
	background-image:url(images/morrisroe_electric_nav_buttons.jpg);
}
#morrisroe_electric_buttons{
	margin-left:15px;
	margin-top:0px;
	width:735px;
	height:15px;
	position:absolute;
}
/*the following tags are nested in the "electric_buttons" div*/
#morrisroe_electric_about{
	margin:auto;
	width:80px;
	height:15px;
	position:relative;
	float:right;
}
#morrisroe_electric_services{
	margin:auto;
	width:75px;
	height:15px;
	position:relative;
	float:right;
}
#morrisroe_electric_testimonial{
	margin:auto;
	width:108px;
	height:15px;
	position:relative;
	float:right;
}
#morrisroe_electric_preferredbrands{
	margin:auto;
	width:140px;
	height:15px;
	position:relative;
	float:right;
}
#morrisroe_electric_recentprojects{
	margin:auto;
	width:128px;
	height:15px;
	position:relative;
	float:right;
}
#morrisroe_electric_contact{
	margin:auto;
	width:127px;
	height:15px;
	position:relative;
	float:right;
}
/*For the content tags of each page, you must look at their associated style sheets*/
/*The footer tag displays copywrite information*/
#morrisroe_electric_footer{
	margin:auto;
	width:798px;
	height:94px;
	position:relative;
	background-image:url(images/morrisroe_electric_footer_background.jpg);
}
.navigation{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#4c1a21;
	line-height:16px;
	font-weight:bold;
	letter-spacing:1.5px;
	margin-top:2px;
}
.navigation a:link {
	color:#3e0c0f;
	text-decoration:none;
}
.navigation a:visited {
	color:#3e0c0f;
	text-decoration:none;
}
.navigation a:hover {
	color:#682a35;
	text-decoration:none;
}
.navigation a:active {
	color:#682a35;
	text-decoration:none;
}
body {
	background-color: #f1e7c9;
}
p {
	margin-bottom:0px;
	margin-top:0px;
}
h1 {
	font-size: 15px;
	color: #3e0c0f;
	font-family: Arial;
	line-height: 2;
	max-height: 1.5;
	display:inline;
}
/*h2 also bolds content*/
h2 {
	font-size: 11px;
	color: #333132;
	font-family: Arial;
	line-height:18px;
	display:inline;
	font-weight:bold;
}
/*h3 is to bold content*/
h3 {
	font-family: Arial;
	font-size:11px;
	color: #333132;
	line-height:18px;
	font-style:bold;
	display:inline;
	margin-bottom:0px;
	margin-top:0px;
}
.content{
	font-family: Arial;
	font-size:11px;
	color: #333132;
	line-height:18px;
}
.content a:link {
	color:#3e0c0f;
}
.content a:visited {
	color:#3e0c0f;
}
.content a:hover {
	color:#78171d;
}
.content a:active {
	color:#78171d;
}

.content_large {
	font-family: Arial;
	font-size: 14px;
	color: #333132;
	line-height: 1.8;
}
.content_large a:link {
	color:#333132;
}
.content_large a:visited {
	color:#333132;
}
.content_large a:hover {
	color:#333132;
}
.content_large a:active {
	color:#333132;
}
.copyright{
	font-family: Arial;
	font-size: 10px;
	color: #b59c8c;
	line-height: 18px;
}
.copyright a:link {
	color:#b59c8c;
}
.copyright a:visited {
	color:#b59c8c;
}
.copyright a:hover {
	color:#b59c8c;
}
.copyright a:active {
	color:#b59c8c;
}