/* 
Magnolia Web Studio
*/

/* Undo CSS Rules remove browser default behavior */
* {
    padding:0; 
    margin:0;
}
html { 
    height: 101.1%; /* forces a vertical scroll bar, keeps page from jumping on short pages  */
}
a:link, a:visited {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, pre, code {
    font-size: 1em;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body { 
    margin: 0;
    padding:0;
}
html, p, blockquote, fieldset, input, dl, dd, dt {
    margin: 0;
    padding:0;
}
a img, :link img, :visited img {
    border: 0px solid black;
}

/* Begin CSS */
html {
	font-size: .8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	background: #2B6400 url(../images/background-green-dots.gif) repeat top center;
	color: #2B6400;
	text-align: center;
}
#page {
	width: 972px;
	margin: 10px auto;
	background-color: #fff;
	color: #686868;
	padding-top: 0px;
	text-align: left;
}
#header {
	width: 972px;
	border-bottom: 5px solid #2B6400;
	background: url(../images/background-dot-fade.jpg) repeat-x top center;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
#header img#logo {
	width: 720px;
	margin: 45px auto 20px;
}
#header a img {

}
img#image_samples, img#image_services {
	margin: 0px;
	margin-bottom: -3px;
	padding-bottom: 0px;
}

#services {
	padding-left: 80px;
}
#services .services-set dl {
	width: 250px;
	padding-left: 15px;	
}
#services #set1, #services #set2, #services #set3{
	float: left;
} 
#services .services-set dt {
	font-weight: bold;
	color: #686868;
	padding-top: 4px;
	padding-left: 12px;
	background: url(../images/bullet-green.jpg) no-repeat left;
}
#services .services-set dd {
	font-size: .9em;
	color: #7A7A7A;
	padding-left: 12px;
	padding-bottom: 20px;
}
#services .services-set {
	padding-bottom: 20px;
}
h2.headline-graphic {
	width: 82px;
	margin: 5px auto;
}
#gallery {
	clear: both;
}
#contact {
	width: 720px;
	margin: 0px auto 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #7A7A7A;
}
#contact strong {
	color: #686868;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #2B6400;
}
a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #2B6400;
}

#links dt {
	font-weight: bold;
	color: #686868;
	padding-left: 12px;
	background: url(../images/bullet-green.jpg) no-repeat left;
}
#links dd {
	font-size: .9em;
	color: #7A7A7A;
	padding-left: 12px;
	padding-bottom: 8px;
}
#links {
	padding-bottom: 30px;
	width: 550px;
	margin: 0 auto;
}
p {
	width: 550px;
	margin: 12px auto;
	text-align: center;
	color: #686868;
}
.divider {
	width: 236px;
	margin: 0 auto;
	text-align: center;
}