
/*
 * 
 * Style.css - Digital Goat Consulting (Chris Putnam)
 * Updated on 5/31/07
 *
 */
 
/* PAGE SETUP */
html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #B5D992;
	background-image: url(../images/bg-repeat.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 75%;
}

/* STRUCTURE */

#wrapper {
	width: 797px;
	text-align: left;
	background-color: white;
}

#header {
	width: 795px;
	margin: 0px 1px 0px 1px;
}

#navbar {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	overflow: auto;
	text-align: right;
	width: 100%;
}

#links {
	padding-bottom: 8px;
	padding-top: 8px;
	overflow: hidden;
	width: 100%;
}

#bluebar {
	clear:both;
	font-size: 1px;
	line-height: 1px;
	height: 6px;
	width: 795px;
	margin: 0px 1px 1px 1px;
	background-color: #3F4387;
}

#bluebar2 {
	clear:both;
	min-height: 45px;
	width: 795px;
	margin: 0px 1px 1px 1px;
	background-color: #3F4387;
	background-image: url(../images/blue-gradient.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F4387;
	font-weight: bold;
	font-size: 2.1em;	
	line-height: 1.9em;
	text-indent: 15px;
}

#contentarea {
	width: 795px;
	margin: 0px 1px 0px 1px;
}

#home_contenttable {
	background-color: white;
	text-align: left;
}

#footer_style {
	text-align: left;
	background-color: #3F4387;
	width: 100%; 
	clear: both;
	overflow: hidden;
}

#footer {
	color: white;
	padding: 5px 10px 5px 10px;
	font-size: smaller;
	overflow: hidden;	
}

/* Text / User Element Styles */

#navbar a, #navbar a:active, #navbar a:link, #navbar a:visited {
	color: white;
	text-decoration: none;
	padding: 0.05em .6em;
	border-left: 1px solid white;	
}

#navbar a:hover {
	color: #3F4387;
}

.levelone_headline {
	margin: 0px 15px;
	font-size: 1.15em;
	font-weight: bold;
	color: #3F4387;
	padding-bottom: 10px;
	border-bottom: 1px solid #3F4387;
}

.rowheader {
	color: #3F4387;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 15px;
}

.padme {
	padding: 15px 15px 0px 15px;
	margin-top: 0px;
}

html body div div#wrapper div#contentarea table#home_contenttable tr#home_conttentrow td.left_col div.padme {
	margin-top: -15px;
}

.more_right {
	text-align:right;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
	color: #3F4387;
	text-decoration: none;
	margin-bottom: 15px;
}

.more_right a {
	text-decoration: none;
}

.more_left {
	text-align: left;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
	color: #3F4387;
	text-decoration: none;
	margin-bottom: 15px;
}

.more_left a {
	text-decoration: none;
}

.boldblue {
	color: #3F4387;
	font-weight: bold;
}

.greenbottomborder {
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B5D992;
}

.greenbar {
	background-color: #B5D992; 
	padding: .15em;
	line-height: 1.75em;
	width: 265px;
	/* margin-bottom: -15px; */
	margin-top: 15px;
}

.left_col {
	border-right: 1px solid #B5D992;
}

#contentarea a, #contentarea a:active, #contentarea a:visited, #contentarea a:link {
	color: #3F4387;
}

#contentarea a:hover {
	color: #669933;
}

#footer a, #footer a, #footer a, #footer a {
	color: white;
	font-weight: bold;
}

#footer a:hover {
	color: #B5D992;
}

.newsletter_button {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: none; 
	font-size: smaller; 
	font-weight: bold; 
	background-color: #669933; 
	color: white; 
	text-transform: uppercase; 
	padding: 0.3em; 
	margin-bottom: 1px;
}

*:first-child+html .newsletter_button, * html .newsletter_button {
	margin-bottom: 0px;
}

.left_col ul li {
	margin: 0em 0em 0.5em 0em;
}