/********** GLOBAL RESET **********/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }


/* HTML + GENERIC LINK DEFINITIONS
-----------------------------------------------------------------------------------------------*/	
body {
	background: #fad558;
	color: #333333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center; /* Centers the layout */
	line-height: 18px;
}	

ol, ul {
	list-style: none;
	font-size: 12px; 
}

table {
	border-collapse: separate;
	border-spacing: 0; /*tables still need 'cellspacing="0"' in the markup*/
}

caption, th, td {
	text-align: left; 
	font-weight: normal;
}

p {
	font-size: 12px;
	line-height: 18px;
}

a:link, a:visited, a:active {
	color: #cc9933; 
	background: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr { 
	display: none; 
}

strong {
	font-weight: bold; 
}

em {
	font-style: italic; 
}

abbr, acronym {
	border-bottom: 1px dotted #333333; 
	cursor: help;
} 


/* MISCELLANEOUS
-----------------------------------------------------------------------------------------------*/	
.hide {
	position: absolute;
	left: -9999px;
}

.clear { 
	clear: both; 
	font-size: 0; 
	height: 0; 
	line-height: 0; 
	position: relative; 
} 

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%; 
}

.clearfix {
	display: block; 
}
/* End hide from IE-mac */


/* FORMS
-----------------------------------------------------------------------------------------------*/	
input, textarea, select {
	font: 1.2em Arial, Helvetica, Tahoma, sans-serif;
}

/** LEFT SIDEBAR FORMS **/
div.box-con div.sidebarform {
	font-size: 0.8em;
	padding-top: 1px;
	padding-bottom: 3px;
	height: 30px;
}

div.box-con div.sidebarform2 {
	font-size: 0.8em;
	padding-top: 1px;
	padding-bottom: 3px;
	height: 60px;
}

div.box-con div.sidebarform .paddleft {
	padding-left: 0px;
	padding-top: 5px;
}

div.box-con div.sidebarform2 input.paddtop {
	margin-top: 6px;
	margin-left: 0px;
}

div.box-con div.sidebarform p {
	padding: 0;
	margin: 0;
}

div.box-con input {
	float: left;
	margin-left: 22px;
}

div.box-con input.txtsearch {
	width: 100px;
	margin-top: 5px;
}

div.box-con input.txt {
	width: 160px;
	margin-top: 1px;
}

div.box-con input.go_btn {
	margin-top: 5px;
	margin-left: 10px;
}

/** CONTENT FORMS **/
div.indent div.box-con div.contentform .paddleft {
	padding-left: 18px;
	padding-top: 5px;
}

div.indent div.box-con input.paddtop {
	margin-top: 6px;
}

div.indent div.box-con div.contentform .paddleft input.txt {
	width: 100px;
}

div.indent div.box-con div.contentform {
	padding: 0;
}

div.indent div.box-con div.contentform input {
	float: left;
	margin-left: 5px;
}

div.indent div.box-con div.contentform input.txt {
	width: 115px;
	margin-top: 0px;
}
div.indent div.contentform select.dropmenu {
	margin-top:2px;
	float:right;
	font-size: 11px;
	color: #666666;
}
div.indent div.contentform select.dropmenu2 {
	margin:0;
	font-size: 11px;
	color: #666666;
}

div.box-con div.calculate {
	height:18px;
	width:99px;
	display:block;
	background:#f6dea7 url(../images/content/calculate_button.jpg) center no-repeat;
	font-size:13px;
	text-align:center;
	float: left;
	margin-left:15px;
}

div.box-con div.calculate a, 
div.calculate a:link, 
div.calculate a:active, 
div.calculate a:visited, 
div.calculate a:active {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

div.calc_results {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
	border-top: none;
	border-bottom: none;
	background: none;
	padding-bottom:20px;
	margin: -10px 0 0 10px;
}


/* STRUCTURE/WRAPPER DIVS
-----------------------------------------------------------------------------------------------*/	
div.wrapper {
	background: #fad558 url(../images/layout/bg-wrap.gif) repeat-y top left;
	width: 1000px;
	margin: 0 auto;
	text-align: center; 
} 

div.wrap {
	width: 932px;
	overflow: hidden;
	background: #fce6a7 url(../images/layout/bg-con.gif) repeat-x top left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0 auto;
	text-align: center; 
}

div.container {
	padding: 0 21px 0 0;
}

div.sidebar {
	width: 260px;
	overflow: hidden;
	float: left;
	padding-top: 40px;
	margin-right: 22px;
	padding-left: 21px;
	padding-bottom: 40px;
	
}

div.content {
	margin-right: 9px;
	margin-left: 22px;
	overflow: hidden;
	width: 576px;
	float: right;
	text-align: left;
}
	

/* TOP HEADER
-----------------------------------------------------------------------------------------------*/	
div.header {
	background: url(../images/layout/bg-waves.gif) no-repeat top left;
	min-height: 222px; 
	height: auto !important;
	height: 222px; 
	text-align: left;
}


/********** HEADER SITE TOOLS NAVIGATION **********/
div.header {
	background: url(../images/layout/bg-waves.gif) no-repeat top left;
	min-height: 222px; 
	height: auto !important;
	height: 222px; 
	text-align: left;
}

div.nav1 {
	text-align: right;
	padding: 5px 0 5px 0;
}

div.nav1 li {
	font-size: .9em;
	float: right;
}

div.nav1 li a,
div.nav1 li a:link,
div.nav1 li a:visited,
div.nav1 li a:active {
	display: block;
	float: left;
	color: #666666;
	background: url(../images/layout/bg-li.gif) no-repeat center right;
	padding: 0 8px 3px 7px; 
}

div.nav1 li.last a,
div.nav1 li.last a:link,
div.nav1 li.last a:visited,
div.nav1 li.last a:active {
	background: none; 
}


/********** MAIN NAVIGATION **********/
div.nav2 {
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;  
	line-height: 3em;
	text-align: center;
	position: relative; 
	background: url(../images/layout/bg-nav.gif) repeat-x top left; 
} 

div.nav2 li {
	font-size: 1em;  
	float: left;
	line-height: 3em;
}

div.nav2 li a,
div.nav2 li a:link,
div.nav2 li a:visited,
div.nav2 li a:active { 
	color: #666666; 
	border-left: 1px solid #cccccc; 
	background: url(../images/layout/bg-white.gif) repeat-y 1px 0; 
	display: block; 
	text-transform: uppercase; 
	padding: 0 8px 0 8px; 
}  

div.nav2 li a:hover {
	text-decoration: none;
	background-color: #f8d049;
}

div.nav2 li.first a,
div.nav2 li.first a:link,
div.nav2 li.first a:visited,
div.nav2 li.first a:active {
	background: none;
	border-left: 0;
	padding: 0 8px 0 17px;
}

div.nav2 li.first a:hover {
	text-decoration: none;
	background-color: #f8d049;
} 

div.nav2 li a.current,
div.nav2 li a.current:link,
div.nav2 li a.current:visited,
div.nav2 li a.current:active,
div.nav2 li.first a.current,
div.nav2 li.first a.current:link,
div.nav2 li.first a.current:visited,
div.nav2 li.first a.current:active {
	background-color: #f8d049;
}
	

/* LEFT SIDEBAR
-----------------------------------------------------------------------------------------------*/	
/* Logo -> Image replacement. */
div.logo {
	width: 275px;
	margin-top: 37px;
	margin-left: 23px;
} 

div.logo div a,
div.logo div a:link,
div.logo div a:visited,
div.logo div a:active { 
	background: transparent;
	font-weight: bold;
	font-size: 2.5em;
	color: #fad559;
} 
/* END Image replacement. */

div.nav-sidebar {
	padding-bottom: 29px; 
	margin-left: -21px;
}

div.nav-sidebar li {
	font-size: 12px;
	line-height: 110%;
	text-align: left;
}

div.nav-sidebar li li {
	font-size: 12px;
	line-height: 110%;
	text-align: left;
}

div.nav-sidebar li a,
div.nav-sidebar li a:link,
div.nav-sidebar li a:visited,
div.nav-sidebar li a:active { 
	color: #666666;
	display: block;
	width: 231px;
	border: 1px solid #cccccc;
	border-bottom: 0;
	text-transform: uppercase;
	background: #fce39b url(../images/layout/bg-white.gif) repeat-x top left;
	padding: 10px 10px 10px 38px; 
} 

div.nav-sidebar li a.current,
div.nav-sidebar li a.current:link,
div.nav-sidebar li a.current:visited,
div.nav-sidebar li a.current:active {  
	background: #f8d049 url(../images/layout/bg-white.gif) repeat-x top left; 
} 

div.nav-sidebar li a:hover {  
	background: #f8d049 url(../images/layout/bg-white.gif) repeat-x top left; 
} 

div.nav-sidebar li li a,
div.nav-sidebar li li a:link,
div.nav-sidebar li li a:visited,
div.nav-sidebar li li a:active { 
	color: #666666;
	display: block;
	border: 1px solid #cccccc;
	border-bottom: 0;
	text-transform: none;
	background: #fce39b url(../images/layout/bg-white.gif) repeat-x top left;
	padding: 10px 10px 10px 38px; 
} 

div.nav-sidebar li li a.currentsub,
div.nav-sidebar li li a.currentsub:link,
div.nav-sidebar li li a.currentsub:visited,
div.nav-sidebar li li a.currentsub:active {  
	background: #fff3ce url(../images/layout/bg-white.gif) repeat-x top left; 
} 

div.nav-sidebar li li a.currentpage,
div.nav-sidebar li li a.currentpage:link,
div.nav-sidebar li li a.currentpage:visited,
div.nav-sidebar li li a.currentpage:active {  
	background: #fff3ce url(../images/layout/bg-current.gif) repeat-x top left;
	color: black; 
} 

div.nav-sidebar li.last a,
div.nav-sidebar li.last a:link,
div.nav-sidebar li.last a:visited,
div.nav-sidebar li.last a:active {  
	border-bottom: 1px solid #cccccc; 
} 

div.nav-sidebar li.last a:hover,
div.nav-sidebar li a:hover,
div.nav-sidebar li li a:hover {
	color: #333333;
	text-decoration: none;
}

div.nav-sidebar li li li {
	font-size: 11px;
	line-height: 105%;
	text-align: left;
}

div.nav-sidebar li li li a,
div.nav-sidebar li li li a:link,
div.nav-sidebar li li li a:visited,
div.nav-sidebar li li li a:active { 
	color: #666666;
	display: block;
	border-bottom: 0;
	text-transform: none;
	background-color: #fff9e7;
	padding: 10px 1px 10px 47px; 
} 

div.nav-sidebar li li li a:hover {
	color: #555555;
	font-weight:bold;
	background-color:#fefbf2;
}

div.nav-sidebar li li li a.active_nav {
	color: #555555;
	font-weight:bold;
}

/********** BOX/POD DEFINITIONS **********/
div.box {
	width: 260px;
	margin-bottom: 16px;
}

div.box-top {
	width: 260px;
	height: 3px;
	overflow: hidden;
	background: url(../images/layout/bg-top.gif) no-repeat top left
}

div.box-btm {
	width: 260px;
	height: 3px;
	overflow: hidden;
	background: url(../images/layout/bg-btm.gif) no-repeat top left
}

div.box-con {
	background: white;
	border-right: 3px solid #f6dea7;
	border-left: 3px solid #f6dea7;
	padding: 8px 5px;
}

div.box-con h2 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/layout/btn-arrow.gif) no-repeat center left;
	text-align: left;
	padding: 3px 0 3px 23px;
}

div.box-con h2 a,
div.box-con h2 a:link,
div.box-con h2 a:visited,
div.box-con h2 a:active {
	background:none;
}

div.box-con h2.h2left {
	float: left; 
}

div.box-con p {
	padding: 0 0 0 23px;
	margin: 0;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
}

div.box-con ul {
	font-size: .9em;
	text-align: left;
	padding-bottom: 7px;
}

div.box-con ul li {
	padding-top: 15px;
}

div.box-con ul li.short {
	padding-right: 90px;
}

div.box-con ul h3 {
	color: #d7a808;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 23px;
	font-size: 11px;
}

div.box-con ul h3 a,
div.box-con ul h3 a:link,
div.box-con ul h3 a:visited,
div.box-con ul h3 a:active {
	color: #d7a808;
}

div.hunger {
	background: white url(../images/content/hunger.gif) no-repeat bottom right; 
}

div.subcontent {
	padding-top: 40px;
}

div.content a,
div.content a:link,
div.content a:visited,
div.content a:active {
	font-weight: bold;
}

div.content div.indent {
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 40px;
}

div.content div.indent p {
	line-height:18px;
	font-size: 12px;
}

div.content div.indent table {
	width:100%;
	text-align:left;
	float:right;
}

div.content div.indent ul {
	padding-bottom: 12px;
	line-height: 150%;
} 

div.content div.indent ul li {
	list-style: square;
	margin-left: 15px;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 10px;
} 

div.content div.indent img.imgleft {
	margin: 5px 8px 5px 0; 
	float: left;
	border: 2px solid #e9ca83;
}

div.content div.indent img.imgright{
	margin: 5px 0 5px 0;
	float: right;
	border: 2px solid #e9ca83; 
}

/********** CONTENT HEADERS **********/
div.content h1 {
	border-top: 3px solid #f9e7ae;
	border-bottom: 3px solid #f9e7ae;
	color: #cc9900;
	font-weight: bold;
	background: url(../images/layout/btn-arrow2.gif) no-repeat center left;
	padding: 5px 0 5px 30px;
	margin: 5px 0 1px 0;
	letter-spacing: 1px;
	font-size: 18px;
}

div.content div.indent h2 {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	border-top: none;
	border-bottom: none;
	background: none;
	padding-bottom: 4px;
	padding-top: 5px;
}
div.content div.indent h3 {
	color: #cc9900;
	font-weight: bold;
	font-size: 16px;
	border-top: none;
	border-bottom: none;
	background: none;
}

div.content div.indent h4 {
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 3px;
}

div.content div.indent h5 {
	color: #cc9933;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 12px;
	padding:0;
	margin:12px 0 0 0;
	line-height:120%;
}

div.content div.indent h6 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	padding:0;
	margin-bottom:5px;
	line-height:135%;
}

div.content div.indent h7 {
	color: #cc9933;
	font-weight: bold;
	font-size:100%;
	padding:0;
	margin:0;
	line-height:120%;
}

/********** HOMEPAGE SPECIFIC CONTENT **********/
div.content div.sponsor {
	padding-bottom: 55px;
}

div.content div.sponsor div.sponsor_txt {
	text-align: left;
	color: #999999;
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0 0 4px 35px;
}

div.content div.sponsor div.sponsor_rotate {
	color: #cc9900;
	font-size: 34px;
	font-weight: bold;
	text-align: left;
	margin-left:80px;
	width:480px;
	line-height: 30px;
}

div.content div.entry h3 {
	margin-bottom: 6px;
	padding-bottom: 7px;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	border-top: none;
	border-bottom: none;
	background: none;
}

div.content div.entry {
	padding-left: 30px;
	padding-top: 26px;
	padding-bottom: 30px;
	border-bottom: 2px solid #f9df93;
} 

div.content div.entry p {
	line-height: 165%;
}

div.content div.entry a,
div.content div.entry a:link,
div.content div.entry a:visited,
div.content div.entry a:active {
	color: #996600;
}

div.content div.entry div.entryimgleft {
	float: left;
	width: 247px;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.content div.entry div.entryimgleft img {
	float: left;
	border: 2px solid #e9ca83; 
}

div.content div.entry div.entryimgright {
	float: right;
	width: 233px;
	margin-left: 15px;
}

div.content div.entry div.entryimgright img {
	float: right;
	border: 2px solid #e9ca83; 
}

div.content div.entry div.entryconleft {
	float: left;
	width: 100%;
}

div.content div.entry div.entryconright {
	float: right;
	width: 298px;
}

div.content div.entry h4 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/********** PROGRAM SEARCH **********/
div.indent div.box {
	width: 541px;
	margin-top: 20px;
}

div.indent div.box-top {
	width: 541px;
	height: 3px;
	overflow: hidden;
	background: url(../images/layout/bg-top-zip.gif) no-repeat top left;
}

div.indent div.box-btm {
	width: 541px;
	height: 3px;
	overflow: hidden;
	background: url(../images/layout/bg-btm-zip.gif) no-repeat top left;
}

div.indent div.box-con {
	background: #fff4da;
	border-right: 3px solid #f6dea7;
	border-left: 3px solid #f6dea7;
	padding: 8px 5px;
	height:22px;
}

/* ACC: 06/06/2008 */
div.indent div.box-gmap {
	background: #fff4da;
	border-right: 3px solid #f6dea7;
	border-left: 3px solid #f6dea7;
}
div.link {
	width: 543px;
	height: 1px;
	background: url(../images/client/spcBrown.gif) repeat-x top left
}
/* END */


div.indent div.box-county {
	background: #fff4da;
	border-right: 3px solid #f6dea7;
	border-left: 3px solid #f6dea7;
	height:560px;
}

div.content div.indent div.results {
	padding-top:30px;
}

div.content div.indent div.results p {
	border-bottom:1px solid #999999;
	padding-top:15px;
}

div.content div.indent div.show {
	color: #333333;
	font-size: 1em;
	text-transform:uppercase;
	float:left;
}

div.content div.indent div.showpg {
	color: #333333;
	font-size: 1em;
	text-transform:uppercase;
	float:right;
}

div.content div.indent div.showpg a,
div.content div.indent div.showpg a:link,
div.content div.indent div.showpg a:active,
div.content div.indent div.showpg a:visited {
	color: #333333;
	text-decoration:none;
}

div.content div.indent div.showpg a:hover {
	color: #d8a53f;
	text-decoration:underline;
	font-weight:bold;
}

div.subcontent div.indent div.type_zip {
	float:left;
	padding:0 5px 0 3px;
	display: inline;
	font-size:14px;
	font-weight: bold;
	color: #666666;
}

/*********For the Member Program Search, font has been reduced **************************/
div.subcontent div.indent div.type_zip_ms {
	float:left;
	padding:0 5px 0 3px;
	display: inline;
	font-size:12px;
	font-weight: bold;
	color: #666666;
}

/********** NEWS/EVENTS **********/
div.content div.tellafriend {
	background: url(../images/layout/tellafriend.png) no-repeat top left;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	font-size:12px;
}

div.content div.getdirections {
	background: url(../images/layout/getdirections.png) no-repeat top left;
	padding: 0 0 10px 20px;
	margin: 0 0 5px 0;
	font-size:12px;
}

/********** GENERIC TABLE DEFINITIONS **********/
div.content div.indent table.content_table {
	width:100%;
	font-size:12px;
	color:#333333;
	border-top: solid #999999 1px;
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
}

div.content div.indent table.content_table td {
	padding:4px;
	border-bottom: solid #999999 1px;
}

div.content div.indent table.content_table tr.table_row_main{
	background-color:#dddddd;
	font-weight:bolder;
	text-transform:uppercase;
	color:#666666;
}

div.content div.indent table.content_table tr.alt{
	background-color:#fede81;
}

div.content div.indent p img {
	float: left;
	border: 2px solid #e9ca83;
	margin:0 25px 35px 0;
}

div.content div.indent table.content_table tr.table_row_main h8 {
	color:#666666;
	font-weight: bold;
	font-size:100%;
	padding:0;
	margin:0;
	line-height:120%;
}

/********** EVENT CALENDAR DEFINITIONS **********/
div.subcontent div.indent table.ffcalendar {
	font-size:12px;
	color:#333333;
	border-top: solid #999999 1px;
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
}

div.subcontent div.indent table.ffcalendar td {
	padding:4px;
	border-bottom: solid #999999 1px;
}

div.subcontent div.indent table.ffcalendar tr.header{
	background-color:#dddddd;
	font-weight:bolder;
	text-transform:uppercase;
	color:#666666;
}

div.subcontent div.indent table.ffcalendar tr.header td.month {
	color:#666666;
	font-weight: bold;
	font-size:100%;
	line-height:120%;
	text-align: center;
}

table.ffcalendar tr.header td.previous{
	font-weight: bold;
	font-size:85%;
	line-height:120%;
	text-align: left;
}

table.ffcalendar tr.header td.next{
	color:#666666;
	font-weight: bold;
	font-size:85%;
	line-height:120%;
	text-align: right;
}

table.ffcalendar tr.header td a{
	color:#666666;
	text-decoration:none;
}

table.ffcalendar tr.header td a:hover{
	text-decoration:underline;
}

div.subcontent div.indent table.ffcalendar td.weekday {
	background-color:#fede81;
	color:#666666;
	font-size:90%;
	line-height:100%;
	text-align: center;
	text-transform:uppercase;
}

div.subcontent div.indent table.ffcalendar tr.events a {
	display:block;
	margin:5px 0 5px 0;
	text-align: left;
	color:#cc9933;
	text-decoration:none;
}

div.subcontent div.indent table.ffcalendar tr.events a:hover {
	text-decoration:underline;
}

div.subcontent div.indent table.nested td {
	border:none;
}

div.subcontent div.indent table.ffcalendar tr.options h5 {
	display:inline;
	float:left;
	margin:5px 0 5px 6px;
	font-size: 100%;
}

div.subcontent div.indent table.ffcalendar tr.options img {
	display:inline;
	float:left;
	margin:0;
}


/* FOOTER
-----------------------------------------------------------------------------------------------*/	
div.footer {
	background: #f8dc87 url(../images/layout/bg-footer.gif) no-repeat top left;
	color: #cc9933;
	padding: 50px 30px 11px 20px;
}

div.footer ul {
	float: left; 
}

div.footer ul li {
	float: left;
	display: block;
	padding: 0 10px;
	line-height: 12px;
	font-size: 11px;
}

div.footer p {
	float: right;
	font-size: 11px;
}

div.footer p,
div.footer ul {
	padding: 0;
	margin: 0;
}

/* These are standard sIFR styles... DO NOT MODIFY
-----------------------------------------------------------------------------------------------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}




/** ACC: ADD ONS AND REVISIONS 5/22/08
-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------*/
div.box-con div.calculate_bags {
	display:inline-block; text-align:left;
	padding-top:3px;
	margin-right:15px;
}
font.redtextlarge {
	color: Red;
	font-weight: bold;
	font-size: 1.4em;
}
p.error {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
/* End ACC */


