/* CSS Document */

body {
background-color:#cfcfcf;
margin-top: 0px;
background-image:url(../images/bg.jpg);
background-repeat:repeat-y;
background-position:center;
}

.fontMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.fontHeader {
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 4px;
	font-variant: small-caps;
	color: #51ac5c;
}

.fontNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}

A {
color: #333333;
text-decoration:none;
}

A:hover {
text-decoration:underline;
}

#wrapper {
width: 780px;
margin-left: auto;
margin-right: auto;

}

#header {
padding-left: 5px;

}

#nav {
	padding-left: 5px;
	float: left;
}

#content {
float:right;
width: 575px;
padding-top: 20px;
padding-right: 30px;
}

#footer {

clear: both;

}



.fontFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

blockquote {
width: 460px;
text-align:center;
margin: 0;
padding: 0;
font-family: georgia, serif;
font-size: 16px;
letter-spacing: -1px;
line-height: 1em;
color: 555555;
background:  #eeeeee url(../images/quoteTop.gif) no-repeat top left;
}

#quote {
margin: 0 10px 0 0;
padding:  20px 20px 10px 20px;
background: url(../images/quoteMiddle.gif) no-repeat right bottom;
}

#author {
margin: 0 10px 0 0;
padding: 0 0 10px 0;
color: #999999;
font-size:10px;
background: url(../images/quoteBottom.gif) no-repeat bottom;
}

.servicesMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.servicesHeading {
background-color:#CCCCCC;
color:#009900;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
}h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.border {
	border: thin outset #3D9148;
}
