@charset "UTF-8";
/* CSS Document */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
@font-face {
    font-family: 'Dutch809BTBold';
    src: url('du809bd-webfont.eot');
    src: url('du809bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('du809bd-webfont.woff') format('woff'),
         url('du809bd-webfont.ttf') format('truetype'),
         url('du809bd-webfont.svg#Dutch809BTBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Dutch809BTItalic';
    src: url('du809it-webfont.eot');
    src: url('du809it-webfont.eot?#iefix') format('embedded-opentype'),
         url('du809it-webfont.woff') format('woff'),
         url('du809it-webfont.ttf') format('truetype'),
         url('du809it-webfont.svg#Dutch809BTItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Dutch809BTRoman';
    src: url('du809rm-webfont.eot');
    src: url('du809rm-webfont.eot?#iefix') format('embedded-opentype'),
         url('du809rm-webfont.woff') format('woff'),
         url('du809rm-webfont.ttf') format('truetype'),
         url('du809rm-webfont.svg#Dutch809BTRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
}
p {
	padding: 0px 10px 15px 5px;
}
#top {
	background-color: black;
	height: 208px;
	text-align: center;
}
#headerBG {
	width: 1060px;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/banner-bg.png);
	background-repeat: no-repeat;
}
#logo {
	width:250px;
	height:250px;
	float: left;
}
#banner {
	float: left;
	color: white;
	text-align: left;
	padding: 10px;
}
#nav {
	float: right;
	margin-top: 160px;
	color: white;
	padding-right: 40px;
}
#middle {
	background-color: white;
	text-align: center;
	width: 100%;
}
#contentContainer {
	width: 1060px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#leftContent {
	width: 480px;
	padding: 20px 60px 0px 90px;
	float: left;
}
.aside {
	padding: 10px;
	float: left;
	width: 360px;
}
#heading {
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
}
h1 {
	font-style: italic;
	font-family: Dutch809BTBold, Georgia, "Times New Roman", Times, serif;
	font-size: 30pt;
	color: #b01f23;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 1px #999;
}
h2 {
	font-size: 18pt;
	color: #b01f23;
	font-style: italic;
	padding: 10px 0 5px 0;
}	
h3 {
	font-size: 16pt;
	color: #b01f23;
	font-style: italic;
	padding-bottom: 5px;
}
#bottom {
	background-color: black;
	height: 800px;
}
#footer {
	width: 1060px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}	
#footerContent {
	color: white;
	padding: 30px;
	text-align: right;
}
.contentRegular {
	float: left;
	padding: 15px;
}
.testimonial {
	float: left;
	width: 405px;
	margin: 20px 25px 25px 65px;
	padding: 10px;
	font-style: italic;
	text-align: left;
	border: solid;
	border-color: black;
	-moz-box-shadow: 5px 5px 4px 4px #999;
	-webkit-box-shadow: 5px 5px 4px 4px #999;
	box-shadow: 5px 5px 4px 4px #999;
}
.testimonialCol {
	width: 490px;
	float: left;
}
.credit {
	text-align: right;
	padding-right: 15px;
	color: #b01f23;
}
.service {
	text-align: left;
	float: left;
	width: 450px;
	padding: 0 20px 20px 60px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img.shadowImage {
	-moz-box-shadow: 5px 5px 4px 4px #999;
	-webkit-box-shadow: 5px 5px 4px 4px #999;
	box-shadow: 5px 5px 4px 4px #999;
	float: left;
	margin: 0 20px 15px 0;
}
#navList li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 10px;
	list-style-type: none;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: bold;
	font-size: 30px;
}
#navList a {
	text-decoration: none;
	color: white;
	text-shadow: 1px 1px 1px #000;
}
#navList a:hover {
	color: #999;
}
	