﻿body {
	font-size: 8pt;
	font-family: Verdana,ariel;
	background-color: #8ca2c9;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-position:center;
}
P {
	font-size: 10pt;
	color: white;
	text-align: left;
}
a {
	font-size: 10pt;
    color: White;
}
.bodypoint {
	font-weight: 700;
	color: #ff8e51;
	text-align: left;
}

/* main container for whole page */

.webpage {
   	position: relative;
	text-align: center;
	width: 100%;
}

/* header bar */

.headerbar {
    height: 100px;
    width: 800px;
    text-align:left;
    background-image: url(../images/header006.gif);
    color:White;
    font-family: verdana;
}

/* thin line between divider and the menu */

.menuheader {
    display:inline-block;
    height: 5px;
    width: 800px;
    background-image: url(../images/menubar002.gif);
}

/* whole page divider (e.g. between header and menu) */

.horizontaldivider {
    height: 1px;
    width: 800px;
    background-color:#ffff99;
    background-color:#8ca2c9;
}

/* the main part of the page */

.bodytext {
    height:100px;
    width:800px;
    background-color:#151719;
}

/* footer, with the copyright in */

.footer {
    width:800px;
    height:20px;
    line-height:20px;
    background-image: url(../images/footer001.gif);
    font-size:7pt;
    color:White;
}

/* links within a page */

.pagelink {
    text-align: left;
}
.pagelink a {
	font-size:10pt;
	color: #ff8e51;
}
.pagelink a:hover {
	color: white;
}

/*   top of page links */

.topofpage {
    font-size:8pt;
    text-align:left;
}  
.topofpage a {
    color:gray;
} 
.topofpage a:hover {
    color:white;
} 

/* menu */

.menubar
{
    display:block;
    height: 35px;
    width: 800px;
    background-image: url(../images/menubar001.gif);
}
.menumain {
    width: 100%;
    margin: 0em 0;
    padding: 0px 0.5em;
    padding: 0;
}
.menumain ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left:2em;
}
.menumain li {
    margin: 0;
    padding: 0;
    float: left;
    width: 12em;
    height: 3em;
    margin-right: 1em;
    background: #151719 none;
    text-align: center;
    line-height: 3em;
    border: solid 1px #ff8e51;
    border-bottom: solid 1px #ff8e51;
}
.menumain a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
	font-size: 10pt;
	font-weight: 900;
}
.menumain a:hover {
    background: #59628e none;
}

/* current page */

.menuactive {
    color: white;
    border-bottom: solid 2px #151719;
}

/* clears float, place within the div as the last element in a br or div*/

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* lines */

.linedividerleft {
    width:340px;
    height:1px;
    background-color:#ffff99;
    background-color:#8ca2c9;
    float:left;
}
.linedividerfull {
    width:760px;
    margin-left: 20px;
    margin-right:20px;
    height:1px;
    background-color:#ffff99;
    background-color:#8ca2c9;
    float:left;
}

/* for the main (default.htm) page */

.defaultbody {
    height:500px;
    width:800px;
    background-color:#151719;
    background-image:  url(../images/background004.gif);
    background-position:bottom;
    background-repeat:no-repeat;
}
.defaulttext {
    float:left;
    margin:20px;
    width:318px;
}
.defaultimage {
    float:right;
    padding:0px;
    border:solid 1px white;
    margin:20px;
    width: 400px;
    height: 200px;
}
.defaultphone {
    float:right;
    margin:20px;
    width:200px;
    margin-top: 60px;
    margin-right: 60px;
}
.phoneblock {
    height:40px;
    width:180px;
    line-height:40px;
    display:block;
    border:solid 1px #ff8e51;
    text-align:center;
    font-size:9pt;
    font-weight:400;
    color:white;
}

/* services page */

.servicesbody {
    height:2000px;
    width:800px;
    background-color:#151719;
}
.serviceheader {
    display: block;
    margin: 20px;
    width: 318px;
    float: left;
}
.serviceheadpic {
    float:right;
    padding:0px;
    border:solid 1px white;
    margin:20px;
}
.service {
    display:block;
    margin:20px;
    width:760px;
}
.servicepic {
    border:solid 1px white;
    display:block;
    float:right;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.servicetext {
    width:380px;
    display:block;
    float: left;
    margin: 20px;
    text-align:left;
}
.servicetitle {
    color: #ff8e51;
    text-align:left;
}

/* contact page */

.contactbody {
    height:500px;
    width:800px;
    background-color:#151719;
    background-image:  url(../images/background004.gif);
    background-position:bottom;
    background-repeat:no-repeat;
}
.contactmain {
    float:left;
    margin:20px;
    width:318px;
}
















