body {
	background: #FFFFFF;
	color: #45555F;
	text-align: left;
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}


/* @group basic html rewrites */

a {
	color: #78AA36;
	text-decoration: none;
	}

a:link {
	color: #78AA36;
	text-decoration: none;
	}
	
a:visited  {
	color: #669933;
	text-decoration: none;
	}	

a:hover, a:active {
	color: #009DDC;
	text-decoration: none;
	}

a.arrow {
	background: transparent url(../_images/common/arrow.gif) no-repeat 100% 2px;
	padding-right: 8px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

a.arrow:hover {
	background-image: url(../_images/common/arrow_o.gif);
}

h1 {
	padding: 0 0 5px 0;
	margin: 0;
	font: 21px/24px Georgia, "Times New Roman", Times, serif;
	color: #679C2E; 
	}

h2 {
	padding: 0 0 5px 0;
	margin: 0;
	font: 18px/21px Georgia, "Times New Roman", Times, serif;
	color: #679C2E; 
	}
	
h3 {
	padding: 20px 0 5px 0;
	margin: 0;
	font-weight: bold;
	}
	
h4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	}

img {
	border: 0;
	padding: 0;
	margin: 0;
	}

.left {
	float: left;
	padding: 0;
	margin: 0;
	}

.right {
	float: right;
	padding: 0;
	margin: 0;
	}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.large {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	}

p {
	line-height: 18px;
	margin: 0;
	padding: 8px 0;
	text-align: justify;
}

p.center {
	text-align: center;
}

/* @end */


/* @group layout */

#container_fullwidth {
	width: 100%;
	}

#container {
	background: #FFFFFF;
	width: 794px;
	text-align: left;
	margin: auto;
	padding: 0;
	}

#header {
	width: 794px;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
	height: 132px;
	position: relative;
	background: url(../_images/nav/nav_hor_stroke.gif) no-repeat left 131px;
}

#main {
	width: 749px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#nav {
	float: left;
	margin: 106px 0 0 0;
	width: 551px;
	padding: 0;
}

#logo {
	float: right;
	width: 243px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 551px;
}
	
#content {
	float: left;
	width: 525px;
	text-align: left;
	padding: 27px 0 0 0;
	margin: 0;
}

#sidebar {
	float: right;
	width: 198px;
	text-align: left;
	margin: -3px 0 0 0;
	padding: 15px 0 0 0;
	background: url(../_images/common/vert_stroke.gif) repeat-y left top;
}

#footer {
	width: 750px;
	text-align: left;
	margin: 30px 0;
	font-size: 10px;
	font-weight: normal;
	background: url(../_images/common/hor_stroke.gif) repeat-x left 17px;
}

/* @end */

/* @group top navigation */

ul#nav_list {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	}

#nav_list li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#nav_list a {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}

#nav_list a:link, #nav_list a:visited {
	color: #36424C;
	}

#nav_list a:hover {
	color: #36424C;
	}

#nav_list .current {
	color: #FF0066;
	}

/* @end */

/* @group footer navigation */

#footer_nav {
	float: left;
	margin: 0;
	padding: 0;
}

#copyright {
	float: right;
	margin: 0;
	padding: 0;
}

ul#footer_nav_list {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	}

#footer_nav_list li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#footer_nav_list a {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

#footer_nav_list a:link, #footer_nav_list a:visited {
	color: #36424C;
	}

#footer_nav_list a:hover, #footer_nav_list a:active {
	color: #679C2E;
	}

/* @end */

/* @group content */

.text {
	padding: 0 20px 0 20px;
	margin: 0;
}

.text ul {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
	}

.home ul {
	list-style: none;
	padding: 0 0 15px 50px;
	margin: 0;
	}
	
.text li {
	padding-left: 15px; 
	background-image: url(../_images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}
	
.text ul ul {	
	margin-left: 0;	
	padding-left: 10px;	
	padding-bottom: 3px;
	padding-top: 3px;
	list-style: none;
	line-height: 18px;
	text-align: justify;
}

.text ul ul li {
	padding-left: 10px;
}

.border_bg {
	background: url(../_images/common/dotted_bg.gif) repeat;
	width: 523px;
	padding: 1px;
	margin: 20px 0;
}

.grey_box {
	width: 483px;
	background: #E7EAEB;
	padding: 15px 20px;
}

.grey_box p {
	margin: 0;
	padding: 0 0 2px 0;
	font: 14px georgia, times, serif;
	font-weight: 500;
	line-height: 20px;
}

.grey_box h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-face: georgia, times, serif;
}

.grey_box h2 a {
	color: #78AA36;
}

.grey_box h2 a:link, .grey_box h2 a:visited {
	color: #78AA36;
}

.grey_box h2 a:hover, .grey_box h2 a:active {
	color: #78AA36;
}

.grey_box h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-face: georgia, times, serif;
}

.grey_box ul {
	list-style: none;
	padding: 15px 0 15px 0;
	margin: 0;
	font: georgia, times, serif;
}

.grey_box li {
	padding-left: 15px; 
	background-image: url(../_images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	font: georgia, times, serif;
}

.grey_box a {
	color: #5b8027;
}

.grey_box a:link, .grey_box a:visited {
	color: #5b8027;
}

.grey_box a:hover, .grey_box a:active {
	color: #78AA36;
}

.quote {
	font: 13px georgia, times, serif;
	font-weight: 500;
	line-height: 18px;
}

.quote .label {
	font-size: 11px;
	font-weight: 700;
	font-style: italic;
	padding: 0;
}

.more a {
	padding: 0 0 5px 0;
	margin: 0;
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #679C2E; 
	font-weight: 400;
}

.more a:hover {
	color: #36424C; 
}

select.audience {
	color:#45555F;
}
/* @end */

/* @group sidebar */

#sidebar .item {
	padding: 15px 0 15px 15px;
	background: url(../_images/common/hor_stroke.gif) repeat-x left bottom;
}

#sidebar .title {
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	line-height: 18px;
	background: url(../_images/common/hor_stroke.gif) repeat-x left top;
	padding: 2px 0 13px 0;
}

#sidebar .date {
	text-transform: uppercase;
	font: 10px bold Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	padding: 18px 0 2px 0;
}

#sidebar .item.blog h1 {
	position: relative;
	height: 101px;
	padding: 0;
}

#sidebar .item.blog h1 a {
	background:url(../_images/sidebar/blog_callout.gif) no-repeat 0 0 transparent;
	height: 101px;
	left:0;
	letter-spacing:-1000em;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width: 174px;
}

/* @end */

/* @group splash */

#splash_fullwidth {
	width: 100%;
	text-align: center;
	}

#splash {
	background: #FFFFFF;
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 50px 0;
	}	
	
#splash_logo {
	padding-bottom: 50px;
	}
	
#splash_footer {
	width: 400px;
	color: #A2AAAF;
	text-align: center;
	margin: 30px 0;
	font-size: 10px;
	padding-top: 20px;
	font-weight: normal;
	background: url(../_images/common/footer_line.gif) no-repeat 50% 70%;

}

#splash p {
	font: 14px/16px georgia, times, serif;
	font-weight: 400;
	padding: 0;
	line-height: 18px;
}

#splash h2 {
	color: #45555F;
	font-weight: 700;
	padding-bottom: 10px;
}

#splash_copyright {
	
}

/* @end */

/* @group news */

.news .item {
	padding: 30px 0 15px 30px;
	background: url(../_images/common/hor_stroke.gif) repeat-x left bottom;
}

.news a {
	font: 15px Georgia, "Times New Roman", Times, serif;
	
}

.news .date {
	text-transform: uppercase;
	font: 10px bold Helvetica, Arial, sans-serif;
	background: url(../_images/common/hor_stroke.gif) repeat-x left bottom;
	letter-spacing: 1px;
	padding: 2px 0 13px 0;
}


.news {
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
	background: url(../_images/common/bullet.gif) no-repeat left 6px;
}

	
	/* My Comment background: url(../_images/common/hor_stroke.gif) repeat-x left bottom;*/

/* @end */