/*  CSS STYLE SHEET
    (c)2008 TechTriad.com */
	
html, body {
	border:0;
	margin:0 0 0;
	padding:0;
}

body {
	font:100%/1.5 Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 20px;
	color: #3c2727;
	background-image: url(../images/bg_page.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/* layout */
#container	{
	clear: both;
	float: none;
	width: 800px;
	margin:0px auto;
}

#wrapper {
	width:800px;
	margin:0 auto;
}
#header {
	width:800px;
	margin:0 auto;
	height: 130px;
}
#header h1	{
	display:none;
}
#tagline	{
	float: right;
	width: 450px;
	height: 130px;
}
#tagline h1	{
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	padding-top: 36px;
}
#logo {
	float: left;
	width: 300px;
	height: 130px;
	background: url(../images/logo.png) no-repeat 0px top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	display: block;
}
#logo a {
	width: 300px;
	height: 130px;
	display: block;
}

/* /layout */


/* top navigation */
#topnav {
	background-color: #008444;
	height: 24px;
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
}
/* /top navigation */

/* portal layout */
#portal	{
	width: 120px;
	padding-top: 20px;
}
#portal p	{
	font-size: 14px;
}
#portal a:link, #portal a:visited	{
	color: #333333;
	text-decoration: none;
}
#portal a:hover	{
	color: #24955F;
}
/* /portal layout */


/* typography */
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
.skip {
	display: none;
}
h1{
	font-size: 175%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h2{
 font-family: Arial,sans-serif;
 font-size: 80%;
 color: #333333;
 margin: 10px 0px 0px;
 padding: 0px;
}
h3{
	padding: 10px 0px 2px 10px;
	font-size: 110%;
	color: #008852;
	margin: 0px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	margin: 10px 0px 0px;
	padding: 0px 3px 0px 6px;
	width: 175px;
	display: block;
	background-color: #FAF8F5;
	letter-spacing: -0.4px;
}
h5{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}
h6 {
	font-size: 75%;
	color: #333333;
	font-weight: normal;
	line-height: 110%;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
/* /typography */


/* content */
#content	{
	width: 465px;
	padding: 0px 5px;
}
#content p {
	margin: 0px 0px 12px;
	font-size: 14px;
	padding-left: 6px;
	line-height: 16px;
}
#content a:link, #content a:visited {
	color: #008852;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content .story	{
	font-size: 90%;
	line-height: 16px;
	border: 1px solid #999999;
	padding: 8px;
	margin: 0px 0px 15px 10px;
	width: 90%;
	background-color: transparent;
	background-image: url(../images/bg_story.jpg);
	background-repeat: repeat-x;
}	
#content .headline	{
	font-weight:bold;
	font-size:16px;
}
#content blockquote {
	text-align: justify;
	margin-top: 0;
	margin-right: 1em;
	margin-left: 1em;
	color: ##3c2727;
	padding-top: 0;
	padding-right: 1em;
	padding-left: 1em;
	border-left: 1px solid #ccc;
}
/* /content */


/* content features and stories */

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
.feature p {
	font-size: 90%;
	line-height: 100%;
}
.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}
.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	font-size: 120%;
}
.border {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 0px 0;
}
.story	{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}
.story p	{
	padding: 0px 0px 10px 0px;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* /content features and stories */

/* right column styles */

#sidelogo{
	margin: 0px;
	padding: 0px 0px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidelogo p{
	font-size: 70%;
	margin: 0px;
	border-right: 1px solid #EFDFB8;
	border-bottom: 1px solid #EFDFB8;
	border-left: 1px solid #EFDFB8;
	border-top: none;
	width: 173px;
	line-height: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 4px;
}


/* /right column styles */


/* footer styles */
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
	float: none;
	width: 800px;
	margin:0px auto;
	font-size: 11px;
	color: #3c2727;
}
#footer a {
	color: #3c2727;
	text-decoration: underline;
	font-weight: normal;
}
/* footer */
