/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

END RESET SCRIPT */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
     overflow: -moz-scrollbars-vertical;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

body {
	text-align: center;
	background: #eeeeee;
	}

#container {
	width: 930px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	border: 0px solid black;
}
	
#header {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(images/headerbg.png) repeat-x #000;
	border-top: 1px solid #555;
	height: 90px;
}

#Logo {
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 0;
	height: 82px;
	width: 272px;
	background: url(images/Logo.png) 0 0 no-repeat;
}

#header #phone {
	position: absolute;
	bottom: 25px;
	right: 10px;
	color: #FFF;
	font-family: times;
	font-size: 18px;
}
#header #email {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #FFF;
	font-family: times;
	font-size: 18px;
}

#header #email a {
	color: #FFF;
	text-decoration: none;
}

.imgborder {
	border: 2px solid black;
	padding: 3px;
	margin: 3px;
}

#header #email a:hover {
	color: #FFF;
	text-decoration: underline;
}

#Banner {
	position: relative;
	background: #384974 url(images/banner.jpg) center center no-repeat;
	height: 280px;
}

#BannerServices {
	position: relative;
	background: #384974 url(images/BannerEarth.jpg) center center no-repeat;
	height: 280px;
}
#BannerServices p {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #FFF;
	margin: 0;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 20pt;
}

#BannerCarolyn {
	position: relative;
	background: #384974 url(images/BannerCarolyn.jpg) center center no-repeat;
	height: 280px;
}
#BannerCarolyn p {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #FFF;
	margin: 0;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 20pt;
}

#Banner p {
	float: right;
	width: 290px;
	color: #FFF;
	margin: 0;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
#Banner p b {
	font-size: 18px;
}

#Banner h1 {
	float: right;
	width: 290px;
	color: #FFF;
	margin: 0;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}


#Content {
	margin: 0;
	padding: 5px;
	background: #a2adb6;
}
#Content #ContentBox {
	margin: 0;
	padding: 5px;
	background: #FFF;
	border: 1px solid #797979;
	overflow: hidden;
}

#Footer {
	background: #2e4972 url(images/footer.png);
	border-top: 1px solid #888;
	height: 22px;
	margin: 0;
	padding: 0;
}
#Footer p {
	float: right;
	margin: 5px;
	padding: 0;
	font-size: 10px;
	color: #AAA;
}

