@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/background.gif');
background-repeat: repeat-x;
background-color: #969696;
font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
width: 950px;
margin: 0 auto;
}

#header {
background-image: url('images/header.gif');
background-repeat: no-repeat;
width: 947px;
height: 156px;
}

#logo {
float: left;
margin: 10px 26px;
}

#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: #fff;
font-weight: bold;
text-decoration: none;
}

#nav ul li a:hover {
color: #ccc;
}

#sidebar {
clear: both;
float: left;
width: 284px;
height: 540px;
background-color: #7786a7;
}

#pics {
background-image: url('images/pics.gif');
width: 242px;
height: 408px;
margin: 20px auto;

}

#content {
background-image: url('images/contentbg.gif');
background-repeat: repeat-y;
width: 572px;
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: #7786a7;
height: 80px;
margin-bottom: 20px;
width: 946px;
}

#footer p.copyright {
float: left;
width: 200px;
text-align: center;
color: #fff;
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: #ccc;
text-decoration: none;
}
