/*GLOBAL RESET*/
	
	h1, h2, h3, h4, h5, h6, p, ul, li, ol, a, img, form, legend, input {
	margin:0px;
	padding:0px;
}
a {
	color: #333;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
/*Main Typography*/
	body {
	font-family:Arial, Geneva, Verdana, sans-serif;
	font-size:small;
	font-weight:normal;
	background-color:#C0C0C0;
}
h1 {
	font-size:200%;
	font-weight:normal;
	display: none;
}
h2 {
	font-size:150%;
	font-weight:normal;
	padding:0px 0px 5px 0px;
	margin:5px 0px 5px 0px;
	border-bottom:1px solid #81AEB5;
}
h3 {
	font-size:140%;
	font-weight:normal;
}
p {
	font-size:110%;
	line-height:1.5em;
	margin: 0px 0px 8px 0px;
}
/*Layout */
	
	div#wrapper {
	width: 900px;
	margin: 10px auto;
	background-color: #FFF;
}
div#branding {
	width: 100%;
	overflow:hidden;
	background-color: #FFF;
}
div#logo {
	width:40%;
	float:left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 100px;
	background-position: 20px 50%;
}
div#sub_title {
	width:60%;
	float:left;
	background-image: url(../images/sub-title.gif);
	background-repeat: no-repeat;
	background-position: 96% 20px;
	height: 100px;
}
div#sub_title p {
	display: none;
}
div#sub_title h2 {
	display: none;
}
div#navigation {
	width:100%;
	background-color: #94D65A;
	float:left;
	position: relative;
	z-index: 1000;
}
/*
for NAVIGATION related CSS - look in NAVIGATION folder
*/
div#main_banner {
	width:100%;
	border-bottom: 2px solid #94D65A;
}
div#content {
	width:100%;
	float:left;
}
div#col1 {
	width:200px;
	float:left;
	text-align: center;
}
div#col1_mod1 {
	margin:0px 0px 10px 0px;
	text-align: center;
}
div#col1_mod1 p {
	margin:0px 0px 0px 0px;
}
div#col1_mod2 {
	text-align: center;
}
/*WIDE LAYOUT*/
div.wide#col2 {
	width:620px;
	float:left;
}
/*END WIDE LAYOUT SPECIFIC CODE*/
div#col2 {
	width:480px;
	float:left;
}
div#col2_mod1 {
	color: #0E6372;
}
div#col2_mod1 p {
}
/* for inside pages only */
div.inside_page#content #col1 {
	margin-top:40px;
}
div.inside_page #col2 ul li {
	margin-top:10px;
	line-height:1.5em;
}
/* end for inside pages only*/
div#col2 li, div#col1 li, div#col2_mod2 p {
	margin:0px 0px 6px 20px;
	line-height: 1.2em;
}
div#col2_special_attention {
	margin: 10px 0px 20px 0px;
	background-color: #EAEEEB;
	float:none;
	width:100%;
}
div#col3 {
	width:220px;
	float:left;
}
div#col3_mod1 {
	margin: 0px 0px 10px 0px;
}
div#col3_mod2 {
}
div#footer {
	text-align:center;
	background-color: #93D559;
	height:25px;
}
div#footer p {
	padding:5px 0px 5px 0px;
	font-size:90%;
}
/*CLASSES */

	.clear {
	clear:both;
}
.gutter {
	padding:10px;
}
.image_left {
	float:left;
}
.image_right {
	float:right;
}
.heading_highlights {
	background-color:#093;
	padding:5px;
	color:#FFF;
	margin:0px 0px 5px 0px;
}
.heading_highlights_alternate {
}
.attention_message {
	font-size: 120%;
	line-height: 1.5em;
	color:#0E6372;
	font-weight: normal;
	margin:0px 0px 0px 0px;
}
.answer {
	color:#333333;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #94D65A;
}
.question {
	color:#036;
}
/* checklist used for what I have done section*/
div#col2 ul.checklist li {
	margin:0 0 10px;
	padding:0 0 0 25px;
	list-style:none;
	background-image:url(../images/check.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}
/*only color info*/

h2, p, li {
	color:#0E6372;
}
/* One column Layout specific - for Calendar, Gallery and Multimedia. COL1 is targeted to fill the space*/
div.one_column#wrapper #col1 {
	width:800px;
	margin:0px auto;
	float:none;
	text-align:left;
}
/*calendar specific*/
.calendar {
	text-align:center;
	padding:20px;
}
.calendar h2 {
	text-align:left;
	margin:10px 0px 5px 80px;
}
/*for gallery*/
div.one_column#wrapper #col2 {
	width:100%;
	margin:0px auto;
	float:none;
