/* General Styles
=================================*/
* {
  margin: 0;
  padding: 0;
}
html { 
  min-height: 100%; 
	margin-bottom: 1px; 
}
body {
  font: 75%/1.4 Georgia, Palatino, Times New Roman;
  background-color: #6D8291;
  color: #3F515D;
	min-width: 780px;
	text-align: center;
}
h1 {
  font-size: 2.4em;
}
h2 {
  font-size: 1.8em;
}
h1, h2 {
  line-height: 1.0em;
  font-weight: normal;
  margin-bottom: 10px;
}
span.intro {
  font-weight: normal;
	color: #1C2B37;
	font-size: 150%;
  line-height: 110%;
}
a {
	color: #1C2B37;
}
a:hover {
	text-decoration: none;	
}
.clear {
	clear:both;
}
img {
	border: 0;	
}

/* Layout
=================================*/

#wrapper {
	margin:0 auto 0 auto;
	width: 760px;
	text-align: left;
	background: #FFF url('../images/spacer.gif') repeat 0 0;
}
#header-bg {
	background: url('../images/logo.gif') no-repeat 0 0;
	width: 107px;
	height: 107px;		
	position:relative;
	top: 24px;
	left: 24px;
	z-index:10;
}
#content {
	width: 760px;
}
#content-left {
	width: 188px;
	float: left;
	height: auto;
	padding-top: 24px;
}
#content-right {
	float: right;
	width: 560px;
	padding-right: 12px;
}
#content-right-inner {
	width: 536px;
	padding: 0 12px;
	text-align: left;
}
#content-right-inner ul {
	margin-top: 10px;
	padding-left: 25px;
}
#content-right-inner ul li {
	margin-bottom: 10px;
}
#content-right-inner ol {
	margin-top: 10px;
	padding-left: 30px;
}
#content-right-inner ol li {
	margin-bottom: 10px;
}
#footer {
	width: 548px;
	padding: 12px 12px 12px 200px;
	text-align: left;
}



/* home page
=================================*/

#home-info-box {
	margin-top: 20px;
	width: 560px;
	color: #FFF;
	height: 172px;
}
#home-info-left {
	width: 190px;
	background: #FFCF31;
	float: left;
	height: 160px;
	padding: 6px;
}
#home-info-center {
	width: 96px;
	float: left;
	height: 172px;
}
#home-info-right {
	width: 250px;
	background: #5A5454;
	float: left;
	padding: 6px;
	height: 160px;
}
#home-info-left-inner {
	width: 176px;
	border: 1px solid #FFF;
	padding: 6px;
	height: 146px;
}
#home-info-right-inner {
	width: 236px;
	border: 1px solid #FFF;
	padding: 6px;
	height: 146px;
}
#home-info-left-inner p {
	font-size: 1.0em;
	color: #312929;
	margin-bottom: 10px;
}
#home-info-left-inner p.header {
	font-size: 0.9em;
	color: #FFF;
}
#home-info-left-inner p.title {
	font-size: 1.2em;
	font-weight: bold;
	color: #312929;
}
#home-info-left-inner .link {
	width: 170px;
	text-align: right;
}
#home-info-left-inner .link a {
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
}
#home-info-left-inner .link a:hover {
	color: #312929;
}


#home-info-right-inner p {
	font-size: 1.0em;
	color: #FFF;
	margin-bottom: 0;
}
#home-info-right-inner p a {
	color: #FFF;
	text-decoration: none;
}
#home-info-right-inner p a:hover {
	color: #FFCF31;
}
#home-info-right-inner p.header {
	font-size: 0.9em;
	color: #FFF;
	margin-bottom: 10px;
}
#home-info-right-inner p.date {
	font-size: 1.0em;
	font-weight: normal;
	color: #FFCF31;
	margin-bottom: 10px;
}
#home-info-right-inner .link {
	width: 230px;
	text-align: right;
	margin-top: -15px;
}
#home-info-right-inner .link a {
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
}
#home-info-right-inner .link a:hover {
	color: #312929;
}





/* top nav list
=================================*/

	
.nav { 
	font-size: 90%;
	background: #6D8291;
	height: 20px;
	padding-top: 5px;
	padding-left: 200px;
	margin-top: -30px;
	margin-bottom: 30px;
}

.nav ul {
	display: inline;
} 

.nav ul li {
	padding: 0px 2px;
	list-style: none;
	display: inline;
}
	
.nav ul li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
.nav ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 2px;
}
.nav ul li a:hover {
	color: #FFCF31;
}

.nav ul li a.current {
	color: #FFCF31;
}


/* secondary nav list
=================================*/

.snav {
	font-size: 100%;  
	font-weight: normal;
	margin-left: 12px;
	width:140px;
}

.snav ul {
	margin-left: 0;
	padding-left: 0;
	padding:0 0;
} 

.snav ul li {
	list-style: none;
}
.snav ul li a {
  width: 132px;
	color: #1C2B37;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 8px 5px 12px;
	border-bottom: 1px solid #FFF;
	background: #E2E6E9;
}

.snav ul li a:hover {
	color: #1C2B37;
	background: #FFCF31;
}
* html .snav ul li a {
	width: 100%;
}
.snav ul li a.current {
	color: #1C2B37;
	background: #FFCF31;
}


/* Forms
=================================*/

.editor {
	margin-top: 5px;
	padding: 3px 7px;
	font-family: Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background: #5B5351;
	border: 1px solid #E9E9E9;	
	overflow: visible; /* seems to keep ie (inc 7) in check without anything else */ 	
	cursor: pointer;
	cursor: hand;
	_max-width: 0px;
}

.secondary {
	background: #8F8F8F;
}


/* Misc Styles
=================================*/

a.newstitle {
	font-size: 120%;
	text-decoration: underline;
	font-weight: bold;
	padding: 2px;
}
a.newstitle:hover {
	text-decoration: none;
	background: #FFCF31;
} 
a.linkslink {
	text-decoration: underline;
	font-weight: normal;
	padding: 2px;
}
a.linkslink:hover {
	text-decoration: none;
	background: #FFCF31;
}


div.bottling-inner-cont {
	width: 168px;
	float: left;
	padding: 10px 5px;
	min-height: 70px;
	_height: 70px;
}
div.bottling-inner-cont a {
	font-weight: bold;
	text-decoration: none;
}
div.bottling-inner-cont a:hover {
	text-decoration: underline;
}
div.group-heading {
	font-weight: bold;
	padding: 15px 5px 5px 5px;
}
hr {
  border: 0;
  width: 100%; 
	background-color: #CDCDCD;
	height: 1px;
}

div.sitemap-col-1 {
	width: 400px;
	padding: 3px;
}
div.sitemap-col-2 {
	width: 400px;
	padding: 3px;
	padding-left: 30px;
}
div.sitemap-col-3 {
	width: 400px;
	padding: 3px;
	padding-left: 60px;
}
div.sitemap-col-4 {
	width: 400px;
	padding: 3px;
	padding-left: 90px;
}
div.sitemap-col-1 a, div.sitemap-col-2 a, div.sitemap-col-3 a, div.sitemap-col-4 a {
	text-decoration: none;
}




textarea.ageverif {
	width: 500px;
	height: 120px;
	font-size: 110%;
	_font-size: 90%;
}


