@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, 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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* end css reset */


body {
background-image: url('images/bodybg.gif');
background-repeat: repeat-x;
background-color: #6a7687;
font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
width: 950px;
margin: 0 auto;
}

#header {
background-image: url('images/header.gif');
background-repeat: no-repeat;
width: 946px;
height: 156px;
}

#logo {
float: left;
margin: 10px 16px;
}

#navbar {
background-image: url('images/navbar.gif');
background-repeat: no-repeat;
width: 946px;
height: 84px;
}

#phonenumber {
clear: both;
float: left;
margin-left: 36px;
}

#nav {
margin-left: 60px;
width: 630px;
float: left;
margin-top: 6px;
}

#nav ul li {
float: left;
display: block;
margin: 26px;
}

#nav ul li a {
color: #555;
font-weight: bold;
text-decoration: none;
}

#nav ul li a:hover {
color: #fff;
}

#sidebar {
clear: both;
float: left;
width: 284px;
height: 540px;
background-color: #d8d8d8;
}

#pics {
background-image: url('images/sidebarpics.gif');
width: 242px;
height: 408px;
margin: 20px auto;

}

#content {
background-image: url('images/content.gif');
background-repeat: repeat-y;
width: 573px;
height: 480px;
padding: 30px 60px 30px 30px;
display: inline;
float: left;
}

#content p {
padding: 10px 0;
font-size: 10pt;
line-height: 14px;
}

#footer {
clear: both;
background-color: #d8d8d8;
height: 80px;
margin-bottom: 20px;
width: 946px;
}

#footer p.copyright {
float: left;
width: 200px;
text-align: center;
color: #555;
padding: 30px;
font-size: 10pt;
}

#footer p.links {
text-align: right;
float: right;
margin-right: 30px;
width: 400px;
padding: 30px 0 30px 30px;
font-size: 9pt;
}

#footer p.links a {
margin: 5px;
color: #606060;
text-decoration: none;
}

.callus {
font-size: 16pt;
margin-top: 40px;
text-align: center;
}

#content p {
line-height: 18px;
}

#content ul {
margin: 20px;
list-style-type: square;
}

#content ul.services {
font-size: 16pt;
}

#content ul li {
margin: 10px;
}

#content h2 {
font-size: 18pt;
}

