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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #84b118 url(../images/tile1.png) repeat-x;
	margin: 0;
	padding: 0;
	color: #000000;
}
a	{
	outline: none;
	text-decoration: none;
}
a img {
	outline:none;
}
	
img {
	border:none;
}
p a
{
	color: #78AA24;
	text-decoration: none;
	font-weight: bold;
}
p a:hover
{
	color: #06398A;
	text-decoration: none;
	font-weight: bold;
}
.radius {
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-shadow: 3px 3px 4px #333;
	-moz-box-shadow: 3px 3px 4px #333;
	box-shadow: 3px 3px 4px #333;
	behavior: url(.PIE.htc);
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 900px; /* width of the layout -- can be set to any value including percentages */
	overflow: hidden;
	border-radius: 16px 16px 16px 16px;
	-moz-border-radius-topleft: 16px;
	-webkit-border-top-left-radius: 17px;
	-moz-border-radius-topright: 16px;
	-webkit-border-top-right-radius: 17px;
	-moz-border-radius-bottomleft: 16px;
	-webkit-border-bottom-left-radius: 17px;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 17px;
	background: #FFF;
	-webkit-box-shadow: 3px 3px 4px #222;
	-moz-box-shadow: 3px 3px 4px #222;
	box-shadow: 3px 3px 4px #222;
	behavior: url(../css/PIE.htc);
}	
#header{
	padding : 0px;
	margin: 0px;
	width: 900px;
	overflow: hidden;
	height: 300px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	background: url(../images/header_1.jpg) no-repeat;
	behavior: url(../css/PIE.htc);
}
#navigation{
	margin: 0px;
	padding: 0px;
	width: 630px;
	overflow: hidden;
	height: 30px;
	top: -30px;
	right: 0px;
	left: 270px;
	position: relative;
	z-index: 9999;
}
#header1 {
	height: 300px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	background: url(../images/header_1.jpg) no-repeat;
	behavior: url(../css/PIE.htc);
} 
#header2 {
	height: 300px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	background: url(../images/header10.jpg) no-repeat;
	behavior: url(../css/PIE.htc);
}
#header3 {
	height: 300px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	background: url(../images/header_11.jpg) no-repeat;
	behavior: url(../css/PIE.htc);
}
#header4 {
	height: 300px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	background: url(../images/header_2.jpg) no-repeat;
	behavior: url(../css/PIE.htc);
}
#header5 {
	height: 300px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	background: url(../images/header_4.jpg) no-repeat;
	behavior: url(../css/PIE.htc);
}
#header6 {
	height: 300px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	background: url(../images/header_16.jpg) no-repeat;
	behavior: url(../css/PIE.htc);
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	margin: 0 0 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	top: -20px;
} 
#leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #A6CE39;
	top: -30px;
	position: relative;

}
#leftbar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	top: -30px;
	position: relative;
}
#footer {
	padding: 20 0px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0065CA url(../images/foottile.png) repeat-x;
	overflow: hidden;
	height: 60px;
	border-radius-bottom-left: 15px;
	border-radius-bottom-right: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	vertical-align: middle;
	width: 100%;
	clear: both;
	behavior: url(../css/PIE.htc);
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 9px "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
h3 {
	font: bold 1em "Trebuchet MS", Calibri, Corbel, Arial, Helvetica, sans-serif;
	color: #069;
	text-decoration: none;
	margin-bottom: -10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.basecopy {
	font: 0.75em/180% "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-bottom: -5px;
}
.basebold {
	font: bold 0.85em/180% "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #0073A1;
	text-decoration: none;
	margin-bottom: -5px;
}
.basecopyi {
	font: italic 0.75em/180% "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-bottom: -5px;
}
.basetranslate
{
	font: 0.75em/180% "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-bottom: -5px;
	margin-left: 20px;
}

.bulletcopy {
	font: 0.75em/160% "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
.tablecopy {
	font: 0.75em/150% "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-bottom: -5px;
	text-align: left;
	vertical-align: top;
}
.tablecopybold {
	font: bold 0.85em/150% "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #0073A1;
	text-decoration: none;
	margin-bottom: -5px;
}
.mediacopy
{
	font: 0.75em/150% "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-bottom: -5px;
	text-align: left;
}
.imagecopy
{
	font: 0.75em/150% "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-bottom: -5px;
}
.imagecopybold
{
	font: bold 1.0em/150% "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #066;
	text-decoration: none;
	margin-bottom: -15px;
}
.headtext {
	font: 2em "Trebuchet MS", Calibri, Corbel, Arial, Helvetica, sans-serif;
	color: #066;
	text-decoration: none;
	margin-bottom: -.25em;
	letter-spacing: -1px;
}
h2 {
	font: 1.25em "Trebuchet MS", Calibri, Corbel, Arial, Helvetica, sans-serif;
	color: #066;
	text-decoration: none;
	margin-bottom: -0.25em;
}

.basecopyleftbar {
	font: 0.80em/130% "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-bottom: -15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 20px;
}
.basecopyleftbar a{
	color: #0065CA;
	text-decoration: none;
}
.basecopyleftbar a:hover{
	color: #0065CA;
	text-decoration: none;
}
.leftbarH3 {
	font: 1.25em "Trebuchet MS", Calibri, Corbel, Arial, Helvetica, sans-serif;
	color: #066;
	text-decoration: none;
	margin-bottom: -0.25em;
	padding-left: 20px;
}
.addressH3 {
	font: 1.25em "Trebuchet MS", Calibri, Corbel, Arial, Helvetica, sans-serif;
	color: #066;
	text-decoration: none;
	margin-bottom: -0.50em;
	padding-left: 20px;
	text-align: center;
}

.leftbaraddress {
	font: 0.80em/130% "Lucida Sans Unicode", "Lucida Grande", Verdana, Calibri, Corbel, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-bottom: -15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 20px;
	margin-top: 20px;
	text-align: center;
}


/* ---------------------------------------------Footer Nav----------------------------------------*/

#nav {
	font: bold 0.675em/normal Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding-top: 20px;
	text-align: center;

}
#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
	margin-right: 20px;
	margin-left: 0px;

}

#nav li a:link {
	display: inline;
	list-style: none;
	color: #FFF;
	text-decoration: none;
}
#nav li a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav li a:hover {
	color: #036;
	text-decoration: none;
}
#nav li a:active {
	color: #FFF;
	text-decoration: none;
}


.preview {
	text-decoration: none;
	background: #FFF;
	text-align: left;
	height: 350px;
	width: 500px;
	margin-top: 30px;
}
.thumbs {
	text-decoration: none;
	background: #FFF;
	text-align: left;
	height: 340px;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*----------------------------------------------------SPECIALS Button--------------------------------------------------------*/

#button {
	background: #66F url(../images/chill_button.png);
	text-align: left;
	height: 220px;
	width: 160px;
	top: -1390px;
	z-index: 9999;
	left: 55px;
	position: relative;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(../css/PIE.htc);

}
.social {
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFF;
	padding-left: 20px;
	}

.social img a {
	border:none;
	padding-left: 20px;
	}

