@CHARSET "UTF-8";
body{
	background-color: #f5f5f5;
	}
h1{
	font-family: Arial;
	font-size: 18px;
	color: #3181a1;
	font-style: oblique;
	font-weight: bold;
	}
h2{
	font-family: Arial;
	font-size: 14px;
	color: #ed1c24;
	font-style: italic;
	font-weight: bold;
}
h3{
	font-family: Arial;
	font-size: 12px;
	color: #3181a1;
	font-style: italic;
	}
a{
	color:#85a9b8;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
a:visited{
	color:#85a9b8;
	}
#content{
	top:0px;
	width:1080px;
	margin-left: auto;
	margin-right: auto;
	}
div.pageheader{
	position:absolute;
	top:0px;
	width:1080px;
	height:286px;
	background-image: url("../Images/ContentBackground.png");
	background-repeat: repeat-y;
}
div.logo{
	position:absolute;
	top:0px;
	left:27px;
	width:254px;
	height:282px;
	background-image: url("../Images/Logo.png");
	background-repeat: no-repeat;
	}
div.logo:Hover{
	cursor: pointer;
	}
div.headerimage{
	position:absolute;
	top:0px;
	left:281px;
	width:771px;
	height:282px;
	background-image: url("../Images/HeaderImage.png");
	background-repeat: no-repeat;
	}
div.aboutbutton{
	position:absolute;
	top:226px;
	left:0px;
	width:255px;
	height:56px;
	background-image: url("../Images/About.png");
	background-repeat: no-repeat;	
	}	
div.aboutbutton:Hover{
	background-image: url("../Images/AboutMouseOver.png");
	cursor: pointer;
	}
div.servicebutton{
	position:absolute;
	top:226px;
	left:255px;
	width:258px;
	height:56px;
	background-image: url("../Images/Services.png");
	background-repeat: no-repeat;	
	}	
div.servicebutton:Hover{
	background-image: url("../Images/ServicesMouseOver.png");
	cursor: pointer;
	}
div.contactbutton{
	position:absolute;
	top:226px;
	left:513px;
	width:259px;
	height:56px;
	background-image: url("../Images/Contact.png");
	background-repeat: no-repeat;	
	}	
div.contactbutton:Hover{
	background-image: url("../Images/ContactMouseOver.png");
	cursor: pointer;
	}

div.pagebody{
	position:absolute;
	top:282px;
	width:1080px;
	height:600px;
	background-image: url("../Images/ContentBackground.png");
	background-repeat: repeat-y;
}
div.locationbar{
	position: absolute;
	top:0px;
	left:281px;
	height: 32px;
	width: 771px;
	background-image: url("../Images/LocationBar.png");
	background-repeat: no-repeat;
	text-align: left;
}
div.locationbartext{
	position: absolute;
	top:8px;
	font-family:arial;
	vertical-align: bottom;
	color: #85a9b8;	
	font-size: 12px;
	text-indent: 10px;
	text-decoration: none;	
	}

div.pagetext{
	position: absolute;
	top:32px;
	left:281px;
	width:771px;
	height:300px;
	background-image: url("../Images/PageTxtBack.png");
	background-repeat: no-repeat;	
	font-family: Arial;
	font-size: 14px;
	}
div.pagetextarea{
	margin-left: 15px;
	width: 650px;
	text-align: justify;
	color:#696969;
	}
div.pagefooter{
	position:absolute;
	top:882px;
	width:1080px;
	height:32px;
	background-image: url("../Images/PageFooter.png");
	background-repeat: no-repeat;
}
div.submenu{
	position: absolute;
	top:32px;
	left:27px;
	width:254px;
	height: 200px;
}
div.menuitem1{
	width:254px;
	height: 31px;
	color: #79c5e5;
}
div.menuitem1:Hover{
	background-image: url("../Images/SubMenuRollOver.png");
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: pointer;
}
div.menuitem2{
	width:254px;
	height: 31px;

	color: #79c5e5;
}
div.menuitem2:Hover{
	background-image: url("../Images/SubMenuRollOver.png");
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: pointer;
}
div.menuitemtext{
	position: relative;
	top:5px;
	width:254px;
	
	font-family: Arial;
	font-size: 18px;
	text-align: center;
	vertical-align: bottom;
}