/* Spreckels Sugar Style Sheet */
/* basic elements */

html, body {
	padding: 0;
	margin: 0;
}

body {
	font: small verdana, sans-serif, arial;
	color: #333;
	position: relative;
	min-width: 760px;
	background-color: #c5aa7c;
}

h1, h2, h3, p {
	margin: 0;
}

p {
	padding-bottom: 5px;
}

ul, li {
	margin: 0;
	padding: 0;
}

li {
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	list-style-type: square;
}

a {
	color: #9d7442;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

mg.left,img.center,img.right{padding:2px;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{	display: block; margin: 10px auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Content styles ****************/

#container{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
}

#header{
	width: 760px;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
#header h1 {
	float: left;
	height: 40px;
	width: 300px;
	background: #fff url(images/spreckelsname.gif) 15px 10px no-repeat;
}

#header h1 span {
	display: none;
}

#header h2{
	float: right;
	height: 25px;
	width: 430px;
	margin: 0;
	padding: 0;
	border-top: 15px solid #c5aa7c;
}

#header h2 span {
	display: none;
}


#headersub {
	width: 730px;
	height: 232px;
	margin: 0 0 0 15px;
	background: #900 url(images/sugarspoon.jpg) 15px 15px no-repeat;
	padding-top: 1px;
	clear: both;
}

/**************** Navigation styles ****************/
#main_navigation {
	width: 730px;
	height: 45px;
	margin-left: 15px;
	background-color: #00529b;
}

#main_navigation ul {
	float: left;
	margin: 0;
	padding: 12px 0 0 15px;
}
#main_navigation ul li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	margin: 0 20px 0 0;
}

#main_navigation ul li a, #main_navigation ul li a:visited {
	color: #fff;
}

#main_navigation ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/**************** Content styles ****************/

#content{
	width: 730px;
	margin: 0;
	float: right;
	clear: both;
	color: #303030;
	background-color: #00529b;
	border-bottom: 1px solid #00529b;
	border-right: 15px solid #fff;
}

#content h2{
	font-size: large;
	padding: 10px 0 5px 0;
}

#content h3{
	font-size: 110%;
	padding: 10px 0 2px 0;
	color: #9d7442;
}

#contentleft {
	float: left;
	width: 480px;
	padding: 12px;
	line-height: 1.4em;
	background-color: #e7cd9f;
}

#contentleft p{
	margin-bottom: 5px;
}

/**************** Sidebar styles ****************/

#contentright{
	float: right;
	width: 180px;
	margin: 0;
	padding: 10px 15px 10px 15px;
	line-height: 1.4em;
	color: #fff;
	background-color: #00529b;
}


#contentright h1 {
	font-size: medium;
	margin: 5px 0 8px 0;
	color: #e7cd9f;
}

#contentright h2 {
	font-size: small;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #fff;
}

#contentright p{
	margin: 0 0 5px 0;
}

#countymap{background: #00529b url(images/imperialmap.gif) 0 0 no-repeat;}

#countymap ul {
	margin: 0 0 10px 0;
	padding: 0;
	background: inherit;
}

#countymap li {
	margin: 0 0 4px 5px;
	padding-top: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	font-weight: bold;
}

/**************** Footer styles ****************/

#footer {
 	display: block;
	clear: both;
	height: 45px;
	padding: 0;
	color: #00529b;
	background-color: #c5aa7c;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	border-top: 0;
	border-bottom: 10px solid #fff;
}
#footer p {
	padding: 5px;
	text-align: center;
}

#footer a {
	color: #fff;
}

.footersmall{
	font-size: x-small;
	padding-top: 0;
	margin-top: -5px;
}

/**************** Misc classes and styles ****************/

.clear{clear:both;}
.small{	font-size: x-small;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0;
padding:6px;
border:1px solid #c5aa7c;
background-color:#e7cd9f;
color:#505050;
line-height:1.3em;
}
.box_round {
margin:0 0 10px 0;
padding:0 10px 0 10px;
background:#e7cd9f;
color:#505050;
line-height:1.5em;
}

.bl {background: url(images/cnr_bl.gif) 0 100% no-repeat #e7cd9f} 
.br {background: url(images/cnr_br.gif) 100% 100% no-repeat; padding-bottom: 2px; } 
.tl {background: url(images/cnr_tl.gif) 0 0 no-repeat; } 
.tr {background: url(images/cnr_tr.gif) 100% 0 no-repeat; padding: 2px 2px 0 2px;} 


