/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {margin:0px; padding:0px; }
fieldset,img,a {border:0; outline:none; }		
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal; } 
ol,ul {list-style:none; } 
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal; } 
strong { font-weight: bold; }
/* end CSS reset */


/* generic classes */
.floatLeft {float: left;}
.floatRight {float: right;}
.clearFloat {clear: both;}
/* end generic classes */


/* elements */
body
{	
	margin: 0px; 
	background: #2679bf url(images/background.jpg) no-repeat top; 
	color: #8b877c;
	font-family: Trebuchet MS;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	text-align: center;
}

h1 { font-size: 30px; background: url(images/h1bg.jpg) no-repeat bottom; padding: 0 0 15px 0; }
h2 { font-size: 19px; margin: 12px 0 0 0; }
h3 { font-size: 18px; }

a:link, a:visited { text-decoration: none; color: #248bd4; }
a:hover { text-decoration: none; color: #93ddff; }
/* end elements */


/* menu */
#container { width: 902px; margin: 0px auto; padding: 0px; text-align: left; position: relative; }

#menu { background: url(images/navbg.jpg) no-repeat; width: 302px; height: 650px; position: absolute; top: 0px; left: 0px;  text-align: center; }
#ourMenu a, #location a, #contact a, #aboutUs a { background: url(images/links.jpg) top left no-repeat; display: block; height: 59px; width: 150px; margin: auto; text-indent: -9999px; overflow: hidden; }

#ourMenu a { background-position: 0 0; }
#ourMenu a:hover { background-position: -150px 0; }
#location a { background-position: 0 -59px; }
#location a:hover { background-position: -150px -59px; }
#contact a { background-position: 0 -118px; }
#contact a:hover { background-position: -150px -118px; }
#aboutUs a { background-position: 0 -177px; }
#aboutUs a:hover { background-position: -150px -177px; }
/* end menu */


/* main container */
#main { 
	width: 850px;
	margin: 0 0 50px 50px; 
	border-bottom: 1px solid #bbb5a7;
	border-left: 1px solid #bbb5a7; 
	border-right: 1px solid #bbb5a7; 
	background-color: #fefaee; 
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
/* end main container */


/* left side bar */
#left { width: 208px; float: left; padding: 650px 18px 0 25px; }

#left .promotion { background: url(images/bgPromotion.jpg) repeat-y; width: 208px; margin: 25px 0 15px 0; text-align: center; position: relative; z-index: 0; }
#left .top { background: url(images/bgPromotionTop.jpg) no-repeat; height: 18px; width: 100%; position: absolute; top: 0px; left: 0px; z-index: -999; }
#left .bottom { background: url(images/bgPromotionBottom.jpg) no-repeat; height: 18px; width: 100%; position: absolute; bottom: 0px; left: 0px; z-index: -999; }
#left .data { padding: 8px; }

#mailingList input { vertical-align: middle; }
#mailingList form { margin: 8px 0 8px 0; }
#mailingList .textbox { border: 1px solid #bbb5a7; color: #8b877c; width: 120px; height: 17px; padding: 3px; font-size: 13px; }
/* end left side bar */


/* right content area */
#right { width: 599px; float: left; }

#header { border-bottom: 3px solid #bbb5a7; }

#content { padding: 20px 35px 15px 35px; }
#content h1 { text-align: center; }
#content p { margin: 14px 0 0 0; }
#content .featuredImages { margin: 20px 0 0 0; text-align: center; }
#content .featuredImages img { margin: 0 25px 0 25px; }

#contactForm { margin: 20px 0 20px 0; }
#contactForm label { display: inline-block; width: 120px; text-align: right; vertical-align: top; }
#contactForm .textbox { border: 1px solid #bbb5a7; color: #8b877c; width: 300px; height: 17px; padding: 3px; font-size: 13px; }
#contactForm textarea { border: 1px solid #bbb5a7; color: #8b877c; width: 300px; height: 200px; padding: 3px; font-family: Trebuchet MS; font-size: 13px; }

#table { margin: 10px 0 0 0; text-align: right; }
#table label { display: inline-block; width: 470px; margin: 0 14px 0 0; padding: 4px 15px 4px 15px; }
#table label.row { background: #f2eddf; }
#table span { float: left; }

#map { text-align: center; margin: 15px 0 15px 0; }
#map iframe { border: 1px solid #8b877c; }
#map label { display: inline-block; font-size: 11px; }
#map span { margin: 0 75px 0 0; }

#content tr.row { background: #f2eddf; }
#content table, tr, td { border: 0px; border-spacing: 0px; padding: 3px; }

#footer { clear: both; background: url(images/footer.jpg) no-repeat; font-size: 11px; width: 95%; height: 30px; margin: 0 0 0 0; padding: 16px 0 0 20px; }
/* right content area */

















