body {
	font-family:Verdana;
	font-size: 1em;
	background: #BFBFBF;
	color: #333333;
	margin-top: 10px;
}
img {
	border: 0px;
	max-width: 100%;
	height: auto !important;
}
a {
	color: #EF9B0F;
}
h1,h2,h3,h4,.gallery-header,.gallery-title a,legend {
	color: #71242E;
	font-weight: bold;
	font-family: 'Stardos Stencil', cursive;
	text-transform: uppercase;
}
h1 {
	font-size: 1.6em;
	margin-top: 0;
}
h2, .gallery-header, .gallery-title a, legend {
	text-decoration: none;
	font-size: 1.4em;
	/*font-variant: small-caps;*/
	margin-top: 0;
}
h3 {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
}
hr {
	color: #EAA200;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}
.clear {clear: both;}
#outercontainer {
	position: relative;
	width: 100%;
	text-align: center;
}
#container {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #000000;
	background: #ffffff url(../images/paperbg.jpg);
}
#header {
	width: 950px;
	height: 300px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	z-index: 0;
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, rgba(255,247,125,1), rgba(255,255,255,1));
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, rgba(255,247,125,1), rgba(255,255,255,1));
	/* Chrome 7+ & Safari 5.03+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,247,125,1)), color-stop(1, rgba(255,255,255,1)));
	/* IE5.5 - IE7 */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFF77D,EndColorStr=#FFFFFFFF);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFF77D,EndColorStr=#FFFFFFFF)"
}
#header-left {
	width: 350px;
	height: 105px;
	float: left;
	margin-top: 15px;
	/*border-bottom: 3px solid #eaeaea;*/
}
#header-right {
	width: 585px;
	height: 120px;
	float: left;
	padding-left: 15px;
	/*border-bottom: 3px solid #eaeaea;*/
}
#header-right-top {height: 80px;}
#header-right-top h2 {font-size: 1.2em; padding-top: 15px; text-align:center;}
#banner {
	position: absolute;
	z-index: 1;
	width: 925px;
	height: 280px;
	top: 150px;
	left: 40px;
	background: #ffffff;
}
#banner-left {
	position: relative;
	z-index: 1;
	width: 214px;
	height: 270px;
	float: left;
	padding: 5px;
	background: #ffffff;
	border-right: 1px solid #000000;
}
#banner-right {
	position: relative;
	z-index: 1;
	width: 700px;
	height: 280px;
	float: left;
}
#logo {
	position: absolute;
	z-index: 2;
	left: 30px;
	top: 10px;
}
#logo img {
	position: relative;
	z-index: 3;
}
.round {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.border, .gallery-album img, .gallery-image img {border: 1px solid #EF9B0F;}
.shadow, .gallery-album img, .gallery-image img {
	box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	filter: progid:DXImageTransform.Microsoft.dropshadow(color=#ccc, offX=3, offY=3);
}
img.shadow {
	margin-left: 10px;
	margin-right: 10px;
}
#menu {
	height: 40px;
	border-top: 3px solid #71242E;
	border-bottom: 3px solid #71242E;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	height: 40px;
	list-style: none;
}
#menu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	color: #71242E;
	margin-left: 15px;
	height: 40px;
	line-height: 30px;
	font-family: 'Stardos Stencil', cursive;
	text-transform: uppercase;
}
#menu li a:hover, #menu li.active a {color: #EF9B0F;}
#menu li {
	margin: 0px;
	padding: 0px;
	height: 40px;
	margin-right: 10px;
	list-style: none;
	display: inline-block;
	/*background: #979F8F;*/
}
#menu li ul {top: 26px !important;}
#menu .pure-menu li a:hover
{
	background: none;
}
#content {
	padding: 10px;
	padding-top: 150px;
}
.services {
	display: block;
	width: 33%;
	float: left;
	text-align: center;
}
.services.1 {margin-right: 15px;}
.services.2 {margin-left: 15px;}
.gallery-image {
	min-height: 270px;
	text-align: center;
	padding: 10px;
}
.gallery-album {min-height: 300px; padding: 10px; /* allow for title */}
ul.checkmarks li {list-style-image: url(../images/check.gif);}
#jquery-overlay, #jquery-lightbox {z-index: 50000 !important;}
.input-group {clear: both;}
.input-label {
	float: left;
	width: 400px;
	font-weight: bold;
}
.input-field {
	float: left;
	width: 300px;
}
.input-field input[type='text'], .input-field textarea {width: 250px;}
.input-field textarea {height: 100px;}
.input-field input[type='submit'] {float: right;}
.required, .error {
	font-weight: bold;
	color: red;
}
#copyright {font-size: 0.8em;}
.map-controls {
	clear: both;
	text-align: center;
	margin-top: 25px;
}
#map_canvas {
	width: 900px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	clear: both;
}
