@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	font-family: Papyrus, Geneva, Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EBD094;
	color: white;
	font-weight: bold;
	font-size: medium;
}

#address {
	font-size: 16px;
	float: left;
}
#phone {
	font-size: 16px;
	float: right;
	text-align: right;
}

#header {
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-image: url(images/header.png);
	height: 71px;
	clear: both;
	margin-top: 10px;
}

#header2 {
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-image: url(images/headerimg.png);
	height: 158px;
	clear: both;
	background-repeat: no-repeat;
	background-position: center;
}

#navbar {
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/navbarbgd.png);
	height: 34px;
	line-height: 34px;
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	text-align: center;
	display: block;
	padding: 0;
}

#navbar ul li {
	margin: 0px 4px 0px 0px;
	;
	display: inline;
}

#container {
	height: 100%;
	position: relative;
	clear: both;
}

#leftnav {
	width: 180px;
	height: inherit;
	border: medium solid #33CC00;
	padding: inherit;
	text-align: left;
}

#footer, #footer   a {
	font-family: Papyrus, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

#footer.index     {
	text-align: center;
	width: 750px;
}
#map {
	display: block;
	margin: 20px 0px 20px 0px;
}
#mapcontactinfo {
	clear: both;
	margin: 0;


}

a:link, a:visited, a:active, a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
	font-size: small;
}

a:hover {
	color:#D4C27B;
	text-decoration:underline;
}

p {
	margin: 0;

}
#clearleft {
	clear: left;
}

p + p {
	margin: 20px 0px 0px 0px;
}


h2 {
	font-size: large;
	text-decoration: underline;
	text-align: center;
	font-family: Papyrus, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px .6em 0px;
}
h3 {
	margin: 0px 0px .8em 0px;
}


ul {
	font-size: 0.6em;
	margin-bottom: 0px;
}

li {
	font-size: small;
	margin: .6em 0px 0px 0px;
}


img {
	padding: 5px 5px 5px 5px;
}

img.left      {
	border: solid #D4AF7B 2px;
	float: left;
	margin: 5px 30px 0px 0px;
}

img.right {
	border: solid #D4AF7B 2px;
	float: right;
	margin: 5px 0px 0px 10px;
}

img.press {
	border: solid #D4AF7B 2px;
}
img.divider {
	border: solid #D4AF7B 2px;
	margin: 5px 10px 0px 0px;
}


.wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 5px 25px 5px 25px;
	vertical-align: middle;
}


.content {
	padding: 10px 0px 0px 0px;
}

.box1bottom, .box1top, .box1middle { /* suppression of all margins and paddings */
	margin: 0px;
	padding: 0px;
}

.box1top { /* bloc title definition */
	background: url(images/boxes/images/box1_01.png) top left no-repeat;
	height: 32px;
}

.box1middle {
	padding: 0 25px 0 25px; /* internal block spaces administration */
	text-align: left;
	background-image: url(images/boxes/images/box1_02.png);
	background-repeat: repeat-y;
}

.box1bottom { /* by default background on the entire block */
	background: url(images/boxes/images/box1_03.png) bottom left no-repeat; /* so that text will not appear on the bottom rounded edge */
	width: 800px;
	height: 32px;
	clear: both;
}

.pressgrid {
	width: 32%;
	text-align: center;
	margin: 0px auto;
	height: 230px;
	float: left;
}
.forceclear {
	clear: both;

}
.svcname {
	color: #C1A844;
	font-size: 200%;
	margin-top: 0px;
}
.svcdesc {
	color: #FFFFFF;
}

