* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 86%/1.5 'Esteban', serif;
	color: #000000;
	background: url(i/body_bg.jpg) repeat-x;
}
/*'Cantata One'*/
a:link {
	color: #004182;
	background-color: inherit;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004182;
}
a:hover {
	color: #004182;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #004182;
}
/* headers */
h1, h2, h3 {
	font-family: 'Esteban', serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 1.6em;
	color: #FFF;
}
h3 {
	font-size: 1.8em;
	font-weight: normal;
}
h4 {
	font: bold 1.7em Verdana, Geneva, sans-serif;
}
h1, h2, h3, p {
	padding: 0;
	margin: 10px;
}
ul {
	margin: 0;
	padding: 0;
}
#wrap {
	margin: 0px auto;
	width: 1024px;
	position: relative;
	border: 4px solid #fff;
}
/* header */
#header {
	height: 192px;
	position: relative;
	z-index: 1;
	background: url(i/header_bg.jpg) no-repeat 0px 0px;
}
#header-logo {
	position: absolute;
	top: 1px;
	left: 437px;
	height: 191px;
	width: 160px;
	/*	background: url(i/logo1.png) no-repeat;
*/	z-index: 999;
}
#header h1 {
	float: right;
	display: inline;
	text-indent: -99999px;
}
/* main column */
#maincol {
	padding: 10px;
	position: relative;
	background: url(i/main_bg.jpg) repeat;
	margin: 0;
}
h1 {
	margin: 15px 15px 0 15px;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	font: normal 29px 'Esteban', serif;
}
h1.reverse {
	background-color: #CCC;
	margin: 0;
}
h1.left {
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
}
#maincol h2 {
	margin: 10px 0 0 10px;
	color: #000000;
	letter-spacing: 1px;
	font: normal 26px 'Esteban', serif;
}
#maincol h2 strong {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
#maincol h3, span.title {
	margin: 10px 0 0 0px;
	color: #648C36;
	letter-spacing: 1px;
	font: normal 23px 'Esteban', serif;
}
#maincol ul {
	font: normal 1.3em/1.5 'Esteban', serif;
	list-style: disc url(i/go.gif);
}
#maincol ul.check li {
	padding: 5px 10px 0px 10px;
	list-style: disc url(i/16-em-check.png);
	color: #1A1A1A;
	font-size: 1.2em;
}
#maincol a {
	color: #3A629F;
	text-decoration: underline;
}
#maincol a:hover {
	color: #900;
}
#maincol p {
	font: 1.3em/1.5 'Esteban', serif;
	color: #000000;
}
#maincol ul {
	list-style: disc url(i/16-em-check.png) outside;
	margin-left: 30px;
	font: 1.4em/1.5 'Esteban', serif;
}
#maincol ul.best {
	font: 1.2em;
}
/* alignment classes */
.float-left {
	float: left;
	display: inline;
}
.float-right {
	float: right;
	display: inline;
}
img.float-right {
	margin: 15px 10px 10px 10px;
}
img.float-left {
	margin: 10px 10px 0 5px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.red {
	color: #CC0000;
}
.frame {
	padding: 4px;
	background-color: #FFF;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
.pushdown {
	margin-top: 30px;
}
img.cntr {
	margin: 10px auto;
	display: block;
}
.footer {
	text-align: center;
	color: #FFF;
	line-height: 1em;
/*	height: 143px;
*/	background: url(i/main_bg.jpg) repeat;/*background: url(i/footer_bg.jpg) no-repeat; */
}
.footer strong {
	color: #000;
	font-weight: bold;
}
.footer a:link {
	text-decoration: underline;
	padding: 3px;
}
.footer a:hover, div#zia1 a:hover, div#zia2 a:hover {
	color: #900;
}
.footer p {
	margin: 0;
	color: #000;
}
div.footer .footerp {
/*	padding-top: 110px;
*/}
img {
	border: none;
}
form {
	float: right;
	display: inline;
	padding: 10px 10px 0 10px;
}
a.pdf {
	background: url(i/PDF_icon.png) no-repeat right center;
	padding: 8px 30px 8px 15px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.shadow {
	-moz-box-shadow: 4px 4px 5px #2F2C2C;
	-webkit-box-shadow: 4px 4px 5px #2F2C2C;
	box-shadow: 4px 4px 5px #2F2C2C;
}
.floatr {
	float: right;
	display: inline;
	margin-top: 15px;
}
#myslidemenu ul li.active a:link, #myslidemenu ul li.active a:visited {
	color: #FDC893;
}
div.jqueryslidemenu#myslidemenu ul li a:hover {
	color: #C46302;
}
#maincol div.cform {
	width: 960px;
	padding: 15px;
	margin: 10px;
	background: #FDFDF7 url(none) repeat;
	border: 1px solid #AD790C;
	color: #3FA3B4;
}
#maincol div.cform2 {
	width: 500px;
	float: left;
	padding: 15px;
	margin: 10px;
	background: #FDFDF7 url(none) repeat;
	border: 1px solid #AD790C;
	color: #3FA3B4;
}
/*div.gmap {
	clear: right;
	width: 290px;
	margin: 35px 10px 10px 10px;
	background-color: transparent;
	float: right;
	display: inline;
}*/
div#zia1 {
	float: left;
	display: inline;
	padding: 20px 0 0 20px;
	font-size: 1.2em;
	color: #000;
}
div#zia1 strong.blue {
	color: #000;
}
div#zia1 a, div#zia2 a {
	text-decoration: underline;
}
div#zia2 {
	float: right;
	display: inline;
	padding: 20px 20px 0 0px;
	font-size: 1.2em;
	color: #000;
}
div#zia2 strong.blue {
	color: #000;
}
div#col-1 {
	margin-top: 25px;
	width: 250px;
	float: left;
	display: inline;
}
div#col-2 {
	width: 440px;
	float: left;
	display: inline;
	margin: 5px 28px 0 30px;
}
div#col-3 {
	margin-top: 25px;
	width: 245px;
	float: left;
	display: inline;
}
div#col500 {
	width: 450px;
	float: left;
	display: inline;
}
div.social {
	display: block;
	margin: 10px auto;
}
div.social img {
	padding: 7px 0 0 7px;
}
div.homesocial {
	display: block;
	margin:50px auto 0;
}
div.homesocial img {
	padding: 7px 0 0 7px;
}
.pushr {
	margin-left: 80px;
}
div#specials img {
	border: 1px solid black;
	margin: 10px;
}
span.green, strong, strong.green {
	color: #000000;
}
strong.blue {
	color: #000000;
}
div.gmap {
/*	width: 480px;
*/	margin: 15px 15px 10px 192px;
	background-color: transparent;
}
div.leftlocation {
	float: left;
	display: inline;
	width: 540px;
	margin-top: 15px;
}
div.left-half {
	float: left;
	display: inline;
	width: 500px;
}
div.right-half {
	float: left;
	display: inline;
	width: 500px;
}
div.halfcntr {text-align:center;
margin:5px auto;}
hr {
	margin-top: 10px;
	color: #ccc;
}
div.picasa {
	margin-left: 110px;
	margin-top: 30px;
}
div.picasa2 {
	margin: 30px auto 0;
	width: 220px;
	font-size: .9em;
}
div#specials img {
	margin-left: 17px;
}
span.big {
	font-size: 2.2em;
}
.supportlist {
	width: 390px;
	display: inline;
	float: left;
}
.r35 {
	padding-right: 35px;
}
.r65 {
	padding-right: 65px;
}
hr {
	margin: 15px 0;
}
div#left {
	padding-left: 35px;
}
div.leftspecials {
	margin-top: 20px;
}
#photodiv {
	background-repeat: no-repeat;
	margin: 0;
	position: absolute;
	top: 206px;
	right: 321px;
	height: 264px;
	width: 396px;
	border: 1px solid black;
}
div.outershuffle {
	width: 396px;
	float: right;
	display: inline;
	margin: 10px 0 10px 10px;
	min-height: 264px;
	height: auto!important;
	height: 264px;
}
div.fb-like-box {
	margin-top: 10px;
}
.menu-right {
	display: inline;
	float: right;
}
div.left-half p span, div.right-half p span {
	float: right;
}
#maincol ul.best li {
	font: bold .9em/1 'Esteban', serif;
	text-align: center;
	list-style: none;
	margin-left: -20px;
	color: #9b090c;
}
img.notop {
	margin-top: -10px;
}
div.bluestrong p strong {
	color: #000000;
}
div#maincol .menupage p {font:normal 1em Verdana, Geneva, sans-serif;} 
div#maincol .menupage h1 {font:normal 1.8em Verdana, Geneva, sans-serif;}
img.center {
	margin: 10px auto;
	display: block;
}
