@import url("sidebar.css");
@import url("fruitnav.css");
@import url("tables.css");


/* IE png fix
----------------------------------------*/
img, div {behavior: url(/iepngfix/iepngfix.htc);}


/* Defaults
----------------------------------------*/
body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color:#444444;
	font-size:11px;
	line-height:15px;
}
body {
	margin:0;
	background:#F6F6F6 url(/imgs/bgbody.gif) repeat-x;
}


a:link, a:visited {
	color:#E13E33;
	text-decoration:none;
	}
a:hover, a:active {
	color:#2E579B;
	text-decoration:none;
	}
	

h1 {
	font-family:Futura, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	color:#E13E33;
	text-transform:uppercase;
	margin:0;
	}
h2 {
	margin:20px 0;
	width:360px;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#2E579B;
	}
h3 {
	margin:15px 0 4px 0;
	font-size:14px;
	letter-spacing:.05em;
	color:#2E579B;
	}
h4 {
	margin:12px 0 2px 0;
	font-size:12px;
	letter-spacing:.05em;
	color:#2E579B;
	}
.firstH { margin-top:0; }


/* Container - for all page contents
----------------------------------------*/
#container { 
	width:840px;
	float:left;
	background:url(/imgs/bgcontainer.gif) no-repeat 0 108px;
	padding-bottom:50px;
	}


/* Header - swfc logo and header nav
----------------------------------------*/
#header {
	position:relative;
	}
	
#headernav {
	position:absolute;
	top:8px;
	right:0;
	font-size:10px;
	text-transform:uppercase;
	}
#headernav a:link, #headernav a:visited {
	color:#FFFFFF;
	margin-left:12px;
	text-decoration:none;
	}
#headernav a:hover, #headernav a:active {
	color:#E13E33;
	text-decoration:none;
	}


/* Content - page info/content
----------------------------------------*/
#content {
	float:right;
	width:630px;
	position:relative;
	}
	
#contentheader { margin:30px 0; }
	
#contentbodytop {
	height:8px;
	background: url(/imgs/contentbodytop.png) no-repeat;
	}
#contentbodybtm {
	background: url(/imgs/contentbodybtm.png) no-repeat bottom;
	height:8px;
	}

#contentbody {
	background:#FFFFFF;
	padding:20px 30px;
	font-size:11px;
	line-height:16px;
	}
	
#contentbody p { margin:0 0 8px 0; }

#contentbody strong { color:#224072; }

#contentbody ul {
	margin:0 0 12px 0; 
	padding:0 35px;
	list-style-type:none;
	}
#contentbody ul li { 
	margin:5px 0 0 0; 
	padding-left:10px;
	background:url(/imgs/bullet.gif) left 6px no-repeat;
	line-height:14px;
	}

.imgLeft { float:left; margin:0 15px 8px 0; }
.imgRight { float:right; margin:0 0 8px 15px; }

.light { color: #999999; }

	
/* Header Images 
----------------------------------------*/
#ploutbranch { 
	position: absolute; 
	right:10px; 
	top:0; 
	width: 200px; 
	height: 248px; 
	background: url(/imgs/pluotbranch.png); 
	}
#orangebag { 
	position: absolute; 
	right:20px; 
	top:0; 
	width: 162px; 
	height: 220px; 
	background: url(/imgs/orangebag.png); 
	}
#bellebox { 
	position: absolute; 
	right:20px; 
	top:40px; 
	width: 260px; 
	height: 150px; 
	background: url(/imgs/bellebox.png); 
	}
#ourfruitwoman { 
	position: absolute; 
	right:-70px; 
	top:20px; 
	width: 367px; 
	height: 350px; 
	background: url(/imgs/ourfruit_woman.png); 
	}



/* Contact Pages
----------------------------------------*/
.contact { 
	float:left;
	margin:0 15px 15px 0;
	}

#gm { margin-right:280px; }

#contactOffice {
	width:575px;
	text-align:center;
	}
#contactOffice .light { margin-left:10px; }

.contact h3 {
	display:block;
	font-family:Futura, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	letter-spacing:.07em;
	text-transform:uppercase;
	padding:6px 10px 0 10px;
	margin:0;
	background:url(/imgs/tb_280.png) no-repeat;
	height:18px;
	width:260px;
	}
.contact dl {
	float:left;
	display:block;
	width:250px;
	padding:12px 15px;
	margin:0;
	border-top:#375797 solid 1px;
	border-bottom:#375797 solid 1px;
	background: url(/imgs/bg_transwhite.png);
	}
.contact dt {
	float:left;
	display:block;
	width:55px;
	color:#999999;
	}

	
/* Health Tips
----------------------------------------*/
#contentheaderhealth {
	background:url(/imgs/measureorange.png) no-repeat;
	height:177px;
	margin:30px 0 10px 0;
}
#contentheaderhealth_peach {
	background:url(/imgs/measurepeach.png) no-repeat;
	height:187px;
	margin:0;
	padding-top:30px;
}
#tips {
	margin:0;
	padding:0 0 0 18px;
	color:#8695A0;
	font-size:11px;
	line-height:12px;
	}
#tips li { margin:5px 0 0 0; }
	
#tipkey { 
	float:right;
	width:220px;
	margin:0 0 10px 20px; 
	background:url(/imgs/tipskeybtm.gif) bottom left no-repeat;
	}
#tipkey #top { 
	padding:15px;
	background:url(/imgs/tipskeytop.gif) top left no-repeat;
	}
	
#tipinfo { width:325px; }



/* Get Flash Message
----------------------------------------*/
#getflash {
	margin-bottom:30px;
	padding:10px;
	border:#666666 solid 1px;
	background-color:#FFCF09;
	}
