/* ####################### CSS-RESET ####################### */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*  ####################### LAYOUT ####################### */

body {
	text-align:center;
	background: url(background.png) repeat-x;
	font-family: Georgia, sans-serif;
	font-size: 95%;
	color: #222;
	line-height: 1.3em;
	}
	


#container {
	width: 759px;
	margin: 0 auto;
	text-align: left;
	}
	
#header h1 {
	text-indent: -99999px;
	background: url(header-h1.png);
	width: 221px;
	height: 39px;
	margin-top: 40px;	
	}
	
#content {
	margin-top: 50px;
	}

#lefty {
	float:left; 
	width: 481px;
	}

#righty {
	float:right;
	}

p {
	margin: 1.4em 0;
	}

h4 {
	font-style: italic;
	font-family: "Book Antiqua", Palatino, serif;
	font-weight: 100;
	color: #666;
	font-size: 120%;
	margin-bottom: .5em;
	}

ul {
	margin: 1em 2em;
	}

li {
	list-style-image: url(bullet.png);
	}	
	
blockquote {
	padding-left: 1em;
	margin:.5em 0 1em 0;
	border-left: 3px solid #ccc;
}

strong {
	font-variant: small-caps;
	color: #666;
	}

#lefty a:link, #lefty a:visited {
	color: #690C02;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	}

#lefty a:hover, #lefty a:active {
	color: #690C02;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
	
#footer {
	margin:30px 0;
	clear:both;
	width: 759px;
	height:45px;
	background: url(footer.png) no-repeat;
	font-size: small;
	text-align: center;
	}

#footer p {
	margin:0;
	padding: 12px 0 0 0;
	}


#lefty img {
	margin: 1.5em 0 3em 0;
	}

/* ####################### NAVIGATION ####################### */
	
#navigation {
	margin: 43px 0 0 0; 
	}
	
#navigation li a {
	display: block;
	width: 120px;
	height: 40px;
	text-indent: -99999px;
	margin: 0 0 0 39px;
	}

#navigation li#home a {
	margin:0;
	}

#navigation li {
 	list-style: none;
	float: left;
 	}
 	
#home a {
	background: url(home.png) no-repeat;
	}
	
#services a {
	background: url(services.png) no-repeat;
	}
	
#whyus a {
	background: url(whyus.png) no-repeat;
	}
	
#about a {
	background: url(about.png) no-repeat;
	}
	
#contact a {
	background: url(contact.png) no-repeat;
	}

#navigation li a:hover {
	background-position: 0px -40px;
	}

#navigation li a#current {
	background-position: 0px -80px;
	}
	


/* ####################### MISC ####################### */

.intro {
	width: 759px;
	height: 201px;
	text-indent: -99999px;
	margin-top:88px;
	
	}

#ihome {
	background: url(intro-home.png);
	}

#iservices {
	background: url(intro-services.png);
	}

#iwhyus {
	background: url(intro-whyus.jpg);
	}

#icontact {
	background: url(intro-contact.jpg);
	}

#iabout {
	background: url(intro-about.png);
	}

.pageheader {
	text-indent: -99999px;
	}

#h2-home {
	background: url(home-h2.png);
	width: 397px;
	height: 24px;
	}

#h2-services {
	background: url(services-h2.png);
	width: 126px;
	height: 18px;
	}

#h2-whyus {
	background: url(whyus-h2.png);
	width: 165px;
	height: 24px;
	}

#h2-about {
	background: url(about-h2.png);
	width: 91px;
	height: 18px;
	}

#h2-contact {
	background: url(contact-h2.png);
	width: 91px;
	height: 18px;
	}


#homeintrolink {
	float:left;
	margin: 60px 200px;
	
	width:400px;
	height:50px;
	}
	
em {
	font-style: italic;
	}










