/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style: disc; 
}
img {
  border: 0;
}
/* end reset browser styles */

/* BASIC */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 150%; 
	color: #FFFFFF; 
	background-color: #FFFFFF;
	text-align: center; 
}

h1 {
	font-size: 1.9em;
	color: #8CAF55;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 21px  Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.8em;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;
}

/* LINKS */
a {
 	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:link {
 	color: #FFFFFF;
	text-decoration: none;
}
a:visited{
 	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #D21F54;
	
}

/* LISTS*/
ul {
	margin-left: 15px;
	padding: 2px;
}

li {
	padding: 2px;
}


/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto; 
	text-align: left;
}


/* BANNER */

#banner {
	width: 920px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
}

#banner a {
	border-bottom: hidden;
}
#banner #tagline {
	position: absolute;
	right: 1px;
	top: 8px;
}
#banner #smallbanner {
	position: absolute;
	right: -295px;
	top: 200px;
}

/* INNER WRAPPERS */

#backgroundwrapper {
	width: 100%;
	background-color: #7BC57F;
}

#contentwrapper {
	width: 920px;
	margin: 0 auto;
}

/* VERTICAL LEFT NAV BAR */

#sidebar {
	float: left;
	width: 175px;
	margin-top: 10px;
	padding-top: 30px;
}

/* MAIN IMAGE */
#mainimage {
	float: left;
	width: 285px;
}

/* MAIN CONTENT */

#main {
	margin-left: 470px;
}

#main h1 {
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-left: 5px;
	background-color: #97d19a;
	margin-top: 20px;
	margin-bottom: 10px;
	font: 2em  Arial, Helvetica, sans-serif;
	}

#main h2 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px dotted #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #D21F54;
}
#main h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 15px 5px 0;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#main p {
	font-size: 12px;
	padding-left: 5px;
}
/* MAIN BODY LINKS */

#main a:link {
 	color: #D21F54;
	text-decoration: none;
}
#main a:visited{
 	color: #D21F54;
	text-decoration: none;
}
#main a:hover{
	color: #FFFFFF;	
}
#main ul {
	font-size: 12px;
	padding-left: 25px;
	padding-right: 10px;
}
#main .contact {
	color: #8CAF55;
	font: bold 16px  Arial, Helvetica, sans-serif;
}
.largeword {
	font-size: 16px;
	font-weight: bold;
}
.smallheader {
	font-size: 14px;
	color: #D21F54;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
	
}
	
.red {
	color: #D21F54;
	font-weight: bold;
}


/* FOOTER / COPYRIGHT INFO */
#copyright {
	padding-top: 20px;
	font-size: 10px;
	line-height: 150%;
	text-align: center;
	color: #7c7c7c;
	clear: both;
}
#copyright a:link {
	font-size: 10px;
	line-height: 150%;
	text-align: center;
	color: #7c7c7c;	
}
#copyright a:visited {
	font-size: 10px;
	line-height: 150%;
	text-align: center;
	color: #7c7c7c;	
}
#copyright a:hover {
	font-size: 10px;
	line-height: 150%;
	text-align: center;
	color: #7c7c7c;	
}

