/* @override 
	http://sevengenerationsschool.org/lib/sgn.css
*/

@import	url(/lib/reset.css);

/* @group tags */
body {
	background-color: #fff;
	color: #455123;
	font-family: Arial, Helvetica, "Helvetica Neue",sans-serif;
	font-size: 12px;
}

p {
	line-height: 18px;
	padding-bottom: 12px;
	padding-top: 6px;	
}

a {
	cursor: pointer;
	color: #7b913a;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-weight: bold;
}

h3 {
	font-style: italic;
}
b,strong{
	font-weight: bold;
}
i,em{
	font-style: italic;
}
/* @end */

#topBar {
	background-color: #acc643;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 6px 6px 730px;
	margin-bottom: 12px;
	white-space: nowrap;
}

#topBar a {
	padding: 0 10px 0 20px;
	color: #465025;
}

#logo {
	margin-left: 20px;
}

#nav {
	text-transform: uppercase;
	margin-left: 12px;
	margin-bottom: 20px;
	font-weight: bold;
	width: 950px;
	white-space: nowrap;
}

#nav a {
	padding: 2px 10px;
	color: #455123;
}

#nav a:hover {
	color: #fff;
	background-color: #455123;
}

#nav img {
	margin: 0 10px;
	cursor: pointer;
}

#subnav {
	padding: 15px;
	background-color: #455123;
	width: 170px;
	font-size: 13px;
	position: absolute;
	left: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#subnav em {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

#subnav a {
	display: block;
	color: #abc73a;
	padding-top: 6px;
}

#content {
	margin-left: 260px;
	width: 420px;
	min-height: 500px;
}

#rightBoxes {
	position: absolute;
	top: 122px;
	left: 710px;
}

#rightBoxes div.infobox {
	margin-bottom: 10px;
	
}
img.leftImg{
	position: absolute;
	top: 122px;
	left:  22px;
	
	
}
div.infobox {
	border: 1px solid #ccc;
	-moz-border-radius: 12px;
	-webkit-border-radius: 10px;
	border-radius: 12px;
	padding: 12px;
	font-size: 11px;
	width: 191px;
	height: 200px;
	overflow: hidden;
}
div.infoboxContent{
	height: 78px;
	
}
div.infobox img {
	display: block;
	margin: auto;
}

div.infobox h2 {
	color: #7b913a;
	font-size: 14px;
	margin-bottom: 6px;
	
}
div.calbox h2 {
	margin-top:12px;
}
div.calbox div{
	height:72px;
	overflow: hidden;
	line-height: 10px;
}
div.infobox a {
	color: #666;
	display: block;
	margin-top: 4px;
}

div.infobox a.boxlink {
	margin-top: 4px;
	margin-bottom: 8px;
	text-align:right;
	color:  #7b913a;
	text-decoration: underline;
}

dl.calendarList dt{
	margin-top: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
dl.calendarList dd{
	margin-left: 12px;
	font-size: 12px;
	margin-bottom: 4px;
}
dl.calendarList dd span{
	font-size: 11px;
	display: block;
	text-align: right;
	width: 80px;
	float: left;
	margin-right: 10px;
}
#footer span {
	float: right;
}

#footer {
	margin-top: 20px;
	margin-left: 12px;
	font-size: 10px;
	color: #999;
	width: 909px;
	padding-top: 24px;
	padding-bottom: 12px;
	background: url(icons/footer_icon.png) no-repeat;
}

#footer img {
	vertical-align: baseline;
}

#footer div img {
	vertical-align: middle;
}

#footer div {
	border-top: 1px solid #999;
	margin-top: 6px;
	padding-top: 8px;
}

#footer div span {
	margin-top: -4px;
}

#footer a {
	padding: 0px 6px;
	color: #999;
}

#footer a.ft {
	padding-left: 30px;
}

/* @group Front */

#frontImages {
	margin-left: 20px;
	width: 970px;
	white-space: nowrap;
}
#frontBoxes{
	width: 970px;
	height: 250px;
	margin-top: 20px;
	margin-left:5px;

}
#frontBoxes	div.infobox{
	float: left;
	margin-left: 15px;
	
}


/* @end */
