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

/*======================== = =  B O D Y  = = ========================*/
body {
	background: #555555 url(../imgs/body/bg.jpg) repeat;
	margin: 0 auto 20px;
	font-family: 'Myriad Pro', Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#extendedWrapper {
	width: 900px;
	margin: 0 auto;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #c2be99;
	border: 1px solid #cccccc;
	border-top: none;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}
.clear {
	clear: both;
}
.thin {
	font-weight: normal;
}
a,
a:link,
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*======================== = = S T A M P = = ========================*/
.stamp {
	float: right;
	margin: 10px 0 0;
}
/*======================== = =  H E A D E R  = = ========================*/
#header {
	background: url(../imgs/header/bg.png) no-repeat top;
	padding: 0 10px;
	height: 150px;
	width: 780px;
}
/*======================== = =  N A V I G A T I O N  = = ========================*/
#navWrapper {
	-moz-box-shadow: -10px 5px 10px #333333;
	-webkit-box-shadow: -10px 5px 10px #333333;
	background: #f2f2f2 url(../imgs/nav/banner.png) repeat-x;
	position: relative;
}
#nav {
	font-family: 'Myriad Pro', Tahoma, Arial;
	text-align: center;
	margin: 0 auto;
	width: 780px;	
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 100px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#nav ul.navLeft {
	float: left;
	margin-right: 0;
	padding: 6px 0 0;
}
#nav ul.navRight {
	float: right;
	margin-left: 0;
	padding: 6px 0 0;
}
#nav li {
	padding: 0 10px;
	display: inline;
}
#nav img {
	padding: 5px;
}
#nav li a,
#nav li a:link,
#nav li a:visited {
	height: 18px;
	display: inline-block;
	text-decoration: none;
	color: #333333;
	padding: 5px 5px 3px 5px;
	margin: 1px 1px 0;
	text-shadow: 0 1px 0 #f2f2f2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#nav li a:hover {
	margin: 0;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	border: 1px solid #cccccc;
	background: #f2f2f2;
}
/*
#nav li.active a,
#nav li.active a:link,
#nav li.active a:visited {
	background: #cbc8a9;
	height: 18px;
	display: inline-block;
	text-decoration: none;
	color: #333333;
	padding: 5px;
	margin: 1px 0 0;
	text-shadow: 0 1px 0 #f2f2f2;
	-moz-border-radius: 5px;
}*/
/*======================== = =  C O N T E N T  = = ========================*/
#content {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border: 1px solid #cbc8a9;
	width: 740px;
	border: 1px solid #b8b395;
	margin: 0 auto 10px;
	background: #e3e1cc;
	padding: 0 20px 20px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	background: url(../imgs/content/h1bg.png) repeat;
	border: 1px solid #b8b395;
	border-top: none;
	width: 200px;
	margin: 0 auto 20px;
	padding: 10px 0 10px;
	text-shadow: 0 1px 0 #f5f4eb;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-box-shadow: 0 1px 3px #cccccc;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-box-shadow: 0 1px 3px #cccccc;
}
#content h2 {
	font-weight: normal;
	text-shadow: 0 1px 0 #f2f2f2;
	padding: 0 0 10px;
	border-bottom: 2px groove #f2f2f2;
}
#content h2.contact {
	margin: 0 0 10px 69px;
}
#content h2.options {
	margin: 0 0 10px;
}
#content h2.experience {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 16px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-shadow: 0 1px 0 #f2f2f2;
}
#content ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: circle;
}
#content li {
	margin: 0 0 10px 0;
}
#content li.checkSmall {
	list-style: none;
	background: url(../imgs/icons/yes.png) no-repeat left;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}
#content h3.index {
	font-size: 18px;
	margin: 0;
	padding: 10px 0 20px;
}
.leftCol {
	margin: 0;
	float: left;
	width: 360px;
}
.rightCol {
	margin: 0;
	float: right;
	width: 360px;
}
hr {
	margin: 20px 50px;
	border: none;
	border-top: 2px groove #d0cdb3;
}
.mapFrame {
	background:#ffffff;
	padding: 5px;
	border: 1px solid #d0cdb3;
}
fieldset {
	background: #f2f2f2;
	border: 1px solid #cccccc;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	margin: 0;
	padding: 0 15px;
}
legend {
	text-shadow: 0 1px 0 #ffffff;
	background: url(../imgs/icons/warning.png) no-repeat left;
	padding: 0 0 0 25px;
	font-weight: bold;
	text-transform: uppercase;
}
/*======================== = = Q U O T E  = = ========================*/
.quoteLeft {
	background: url(../imgs/aboutPage/QuoteBorder.png) right no-repeat;
	text-shadow: 0 1px 0 #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 200px;
	padding: 5px 20px 0 0;
	text-align: center;
}
.quoteRight {
	color: #666666;
	width: 400px;
	float: right;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.quoteBox {
	background: #f2f2f2;
	width: 630px;
	padding: 10px 20px;
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/*======================== = = I N D E X  P A G E = = ========================*/
#content ul.index {
	margin: 0;
	padding: 0;
}
#content li.check {
	list-style: none;
	background: url(../imgs/icons/yes.png) no-repeat left;
	margin: 0 0 10px;
	font-size: 14px;
	padding: 0 0 0 30px;
}
.promo {
	margin: 40px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}
.promo a,
.promo a:link,
.promo a:visited {
	color: #333333;
	padding: 20px 20px 20px 40px;
	background: url(../imgs/icons/arrow_right.png) 5% 50% no-repeat;
}
.promo a:hover {
	color: #555555;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f2f2f2 url(../imgs/icons/arrow_right.png) 5% 50% no-repeat;
}
/*======================== = = C O N T A C T  P A G E = = ========================*/
.contactBox {
	background: #f2f2f2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
#content ul.contact {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 14px;
	text-shadow: 0 1px 0 #f2f2f2;
}
#content ul li.address {
	list-style: none;
	background: url(../imgs/icons/home.png) no-repeat left;
	padding: 5px 0 0 25px;
	margin: 0 0 10px;
}
#content ul li.phone {
	list-style: none;
	background: url(../imgs/icons/phone.png) no-repeat left;
	padding: 5px 0 0 25px;
	margin: 0 0 10px;
}
#content ul li.email {
	list-style: none;
	background: url(../imgs/icons/email.png) no-repeat left;
	padding: 5px 0 0 25px;
	margin: 0 0 10px;
}
/*======================== = = F O R M = = ========================*/
.name {
	width: 60px;
	float: left;
	clear: left;
	padding: 5px 10px 0 0;
	text-align: right;
}
.form {
	background: #f2f2f2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d0cdb3;
	padding: 5px;
}
.form:focus,
.form:hover {
	background: #ffffff;
}
.submit {
	margin: 0 0 0 69px;
	background: #f2f2f2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	border: 1px solid #d0cdb3;
}
/*======================== = = T A B L E  = = ========================*/
.tbl {
	border-left: 1px solid #d0cdb3;
	float: left;
	width: 170px;
	padding: 5px;
}
.tblBottom {
	border-left: 1px solid #d0cdb3;
	border-bottom: 1px solid #d0cdb3;
	float: left;
	width: 170px;
	padding: 5px;
}
.tblFill {
	border: 1px solid #d0cdb3;
	background: #d2cfae;
	border-right: none;
	float: left;
	width: 170px;
	padding: 5px;
}
.tblFillTop {
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border: 1px solid #d0cdb3;
	background: #d2cfae;
	border-right: none;
	float: left;
	width: 170px;
	padding: 5px;
}
.tbr {
	border-right: 1px solid #d0cdb3;
	border-left: 1px solid #d0cdb3;
	float: left;
	width: 160px;
	color: #666666;
	padding: 5px;
}
.tbrBottom {
	border: 1px solid #d0cdb3;
	border-top: none;
	float: left;
	width: 160px;
	color: #666666;
	padding: 5px;
}
.tbrFill {
	border: 1px solid #d0cdb3;
	background: #f2f2f2;
	float: left;
	width: 160px;
	color: #666666;
	padding: 5px;
}
.tbrFillTop {
	-moz-border-radius-topright: 10px;
	-webkit-border-to-left-radius: 10px;
	border: 1px solid #d0cdb3;
	background: #f2f2f2;
	float: left;
	width: 160px;
	color: #666666;
	padding: 5px;
}
/*======================== = =  F O O T E R  = = ========================*/
#footer {
	clear: both;
	margin: 0 auto;
	width: 760px;
	color: #f2f2f2;
	padding: 20px;
	text-align: right;
	font-size: 11px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	padding: 0 5px;
}
#footer a,
#footer a:link,
#footer a:visited {
	color: #ffffff;
	padding: 5px 25px 5px 5px;
}
#footer a:hover {
	background: #ffffff url(../imgs/icons/at.png) 95%  no-repeat;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333333;
}
	