html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #e9e9cf url(../images/background.jpg) repeat-x;
	font-size: 67.5%;
}
* {
	margin: 0;
	padding: 0;
}
p, ul, li {
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
	color:#000000;
	font-size:1.2em;
}
/* styling */
a {
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
}
a:active {
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #9F9F9F;
}
/* h1s etc */

h1 {
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
	font-size: 1.8em;
	color: #000000;
}

.quote {
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 3px;
	color: #000000;
}

.italic {
	font-style:italic;
}

/*floats*/

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	padding-left: 18px;
}

.center a img {
border: 1px solid #000000;	
}

/* site */
#wrapper {
	padding-top: 30px;
	width: 769px;
	margin:auto;
	text-align:left;
	position: relative;
}
.wrapperheader {
	width: 769px;
	height: 25px;
	background-image:url(../images/wrapperheader.gif);
}
.wrapperfooter {
	width: 769px;
	height: 25px;
	background-image:url(../images/wrapperfooter.gif);
	background-repeat:no-repeat;
	padding-bottom: 30px;
}
.wrappermiddle {
	width: 769px;
	background-image:url(../images/wrapper.jpg);
}
#header {
	width: 711px;
	height: 123px;
	margin:auto;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#content {
	width: 711px;
	margin:auto;
	margin-top: 50px;
}
#left {
	width: 208px;
	height: 487px;
	float: left;
	background-image:url(../images/leftmenu.jpg)
}
#left p {
	padding: 10px;
	padding-top: 15px;
}
#left h1 {
	padding-left: 10px;
	padding-top: 6px;
}
#middle {
	width: 711px;
	height: auto;
}
#right {
	width: 480px;
	height: auto;
	margin-left: 220px;
}
#right p, #middle p {
	padding-left: 20px;
	color: #8f8d8d;
}
#right h1, #middle h1 {
	padding-left: 20px;
	padding-top: 3px;
	color: #8f8d8d;
}
#right li, #middle li {
	color: #8f8d8d;
}
#right ul, #middle ul {
	padding-left: 50px;
	font-size: 1em;
}
#right form {
	padding-left: 20px;
}
#middle table {
	width: auto;
	margin-left: -15px;
}
#middle td {
	padding-left: 5px;
}


#middle tr td a img {
border: 1px solid #000000;	
}


#address {
	float:right;
	text-align:right;
	margin: 10px;
	margin-right: 20px;
	color:#FFFFFF;
	font-size:1.2em;
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
}
/*menu*/
#navtop {
	clear: both;
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
	width: 711px;
	text-align: center;
	font-size: 1.3em;
	font-weight:bold;
	text-decoration: none;
	position:absolute;
	top:178px;
	left:29px;
}
#navtop a, #navtop a:link, #navtop a:visited {
	color: #000000;
	text-decoration: none;
	padding-top: 15px;
}
#navtop a:hover {
	color: #000000;
	text-decoration: none;
}
a.button, a.button2, a.button3, a.button4, a.button5, a.button6, a.button7 {
	text-decoration: none;
	color: #e2d1b5;
	float: left;
	height: 36px;
}
a.button {
	padding-left: 10px;
	margin-top: 8px;
}
a.button2 {
	margin-left: -10px;
	margin-top: 8px;
}
a.button7 {
	margin-right: 0px;
}
a.button {
	width: 108px;
	background-image:url(../images/menu1.jpg);
	background-repeat:no-repeat;
}
a.button2 {
	width: 97px;
	background-image:url(../images/menu2.jpg);
	background-repeat:no-repeat;
}
a.button3 {
	width: 94px;
	background-image:url(../images/menu3.jpg);
	background-repeat:no-repeat;
	margin-top: 8px;
}
a.button4 {
	width: 90px;
	background-image:url(../images/menu4.jpg);
	background-repeat:no-repeat;
	margin-top: 8px;
}
a.button5 {
	width: 95px;
	background-image:url(../images/menu5.jpg);
	background-repeat:no-repeat;
}
a.button6 {
	width: 96px;
	background-image:url(../images/menu6.jpg);
	background-repeat:no-repeat;
}
a.button7 {
	width: 131px;
	background-image:url(../images/menu7.jpg);
	background-repeat:no-repeat;
}
a.button:hover, a.button2:hover, a.button3:hover, a.button4:hover, a.button5:hover, a.button6:hover, a.button7:hover {
	color: #e2d1b5;
	float: left;
}
a.button:hover {
	width: 108px;
	background-image:url(../images/menu1_hover.jpg);
	background-repeat:no-repeat;
}
a.button2:hover {
	width: 97px;
	background-image:url(../images/menu2_hover.jpg);
	background-repeat:no-repeat;
}
a.button3:hover {
	width: 94px;
	background-image:url(../images/menu3_hover.jpg);
	background-repeat:no-repeat;
}
a.button4:hover {
	width: 90px;
	background-image:url(../images/menu4_hover.jpg);
	background-repeat:no-repeat;
}
a.button5:hover {
	width: 95px;
	
}
a.button6:hover {
	width: 96px;
}
a.button7:hover {
	width: 131px;
}
.contactbutton {
	margin-left: -20px;
}
/*FOOTER*/
#footer {
	clear:both;
	text-align: center;
	color:#8f8d8d;
}
#footer p, #footer a {
	padding-top: 20px;
	color:#8f8d8d;
	text-decoration: none;
}
/* Pull Quote */

.pquote {
	float: left;
	background: url(../images/openquote.jpg) top left no-repeat;
	color: #030;
	font-size: 1.3em;
	font-style: italic;
	padding: 0.5em;
	padding-left: 1.5em;
	margin: 0;
	margin-left: 0px;
}

.pquotebottom {
	float: right;
	background: url(../images/closequote.jpg) bottom right no-repeat;
	color: #030;
	font-size: 2em;
	padding: 0.5em;
	margin-top: 0px!important;
	margin-top: -30px;
	margin-right: -5px!important;
	margin-right: 0px;
}