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

/*------------------Global styles---------------*/
body {
	font-size:80%;
	padding:0px;
	text-align:center; /* IE5 doesn't support the margin: 0 auto; centering method so use text-align */
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	margin:3px 0;
	background-color:#fffdee;
	color:#4b7854;
}
h1 {
	color:#71ad42;
	font-size:1.4em;
	letter-spacing:1px;
}
h2 {
	color:#124b22;
	font-size:1.2em;
}

h3 {
	color:#124b22;
	font-size:1em;
}

h4 {
	color:#124b22;
	font-size:1em;
}

ul {
	/*-moz-padding-start:0px;*/
	list-style-type: none;
	margin: 0;
	padding: 5px;

}

li {
	margin:0;
	margin-top:5px;	
	background-image:url(/assets/images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 0.3em;
	padding:0px 0px 0px 18px;
}

p {
	margin-bottom:5px;

}

p.more-link {
	padding:0;
	text-align:right;
	}

a {
	color:#7AC142;
	text-decoration:none;
	}
	
	a:hover {
		text-decoration:underline;
		}
		
/*----------------table --------------*/
table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: dashed;
	border-color: #7ac043;
	border-collapse: collapse;
	background-color: #fff;
}
th {
	color: #4f6b72;
	border-right: 1px solid #7ac043;
	border-bottom: 1px solid #7ac043;
	border-top: 1px solid #7ac043;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #e5f3db ;
	font-size:0.8em;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #7ac043;
	background: none;
}

td {
	border-right: 1px solid #c6d7b9;
	border-bottom: 1px solid #c6d7b9;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #013e13;
	font-size:0.9em;
	font-weight:bold;
}


td.alt {
	background: #c9d9bc;
	color: #013e13;

}

.day-headings th {
	text-align:center;
}

th.address {
	border-left: 1px solid #7ac043;
	border-top: 0;
	background: #fff;
	letter-spacing:1px;
}

th.addressalt {
	border-left: 1px solid #7ac043;
	border-top: 0;
	background: #e5f3db;
	color: #7c7c7c;
	letter-spacing:1px;
}
/*----------------table --------------*/

#wrapper {
	width:960px;
	text-align:left;
	border-left:1px solid #c9c8c8;
	border-bottom:1px solid #c9c8c8;
	border-top:1px solid #c9c8c8;
	border-right:1px solid #c9c8c8;
	background-color:#FFF;
	/*background:#FFF url('/assets/images/shadow.gif') repeat-y right; */
	margin:0px auto;
	/*padding-right:12px;*/
}
#header {
	border-bottom: 1px solid #9A9A9A;
}

#gum-logo {
	float:left;
	}



.contain-floats {
	clear:both;
	font-size:1px;
	}
	
	
/*NAVIGATION*.................................*/

#navigation {
clear:both;
	margin:0px;
	background-color:#e6e6e6;
	border-bottom:3px #c7d8ba solid;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

	
#nav-main li {	
	display:inline;
	background-image:none;
	color:#464545;
	padding:0px;
	margin-left:0px;
	margin-right:0;
	margin-right:0px;
	margin-bottom:0px;
	font-weight:bold;
}


#nav-main li a {
	padding:0 10px;
	text-decoration:none;
	color:#464545;
	display:inline-block;
	line-height:30px;
	text-align:center;
}
#nav-main li a:hover {
	color:#FFFFFF;
	background-color:#7ac142;
}

#nav-main .selected  a{
	background-color:#7ac142;
	color:#FFF; 
}

/*breadcrumbs................................................*/

#breadcrumbs {
	clear:both;
	font-size:0.9em;
	background:url(/assets/images/boxes/green_grad_top.gif) repeat;
	padding-bottom:10px;
	padding-top:5px;
	text-indent:20px;
}
#breadcrumbs a {
	clear:both;
	color:#7ac142;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#000000;
	text-decoration: underline;
}

#global-links {
	float:right;
	width:200px;
	text-align:right;
	padding-right:20px;
	}

.highlight {
	color:#ff433f;
	font-size:1.1em;
	font-weight:bold;
	}
	
.telephone {
	color:#013e13;
	font-size:1.1em;
	font-weight:bold;
	}

#textSize1 {
	}
	
#textSize2 {
	font-size:0.8em;
	}
	
#textSize3 {
	font-size:1em;
	}

#textSize4 {
	font-size:1.3em;
	}

.dark-green-text {
	color:#124b22;
}

.light-green-text {
	color:#7ac142;
}

.red-text {
	color:#ff433f;
	}
		
/*------------------Content Area---------------*/
	
#mainbody {
	margin:0px;
	overflow:hidden; /* Ensure the height encompasses all the floats */
	width:100%;
	padding-bottom:10px;
}



/* Content header styles redifined in lower level stylesheets */

#content-header h1 {
	color:#71ad42;
	font-size:1.4em;
	letter-spacing:1px;
	padding:0px 0px 0px 0px;
	margin:5px 0;
}
#content-header h2 {
	color:#124b22;
	font-size:1.2em;
	font-weight:bold;
}
#content-header p {
	font-size:1.1em;
}

/*------------------Content---------------*/	




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

#footer {
	clear:both;
	background-color:#7ac142;
	border-top:3px #c7d8ba solid;
	min-height:30px;
	height:auto !important;
	height:30px;
	margin:0px;	
	color:#FFFFFF;	
	font-weight: normal;
}

#footer ul {
	border:0;
	margin:0;
	padding:0;	
	float:left;
}


#footer li {
	padding:0;
	margin:0;
	display:inline;
	background-image:none;
	padding: 0 10px;
}
#footer ul li a {
	color:#FFFFFF;
	text-decoration: none;
	font-size:0.9em;
	line-height:30px;
}

#footer ul li a:hover {
	color:#666666;
	text-decoration:underline;
}

#footer #copyright {
	width:300px;
	float:right;
	line-height:30px;
	text-align:right;
	margin-right:20px;
	
	}