/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background-color:#0A721A;
	font-weight: normal;
	padding: 0px;
	line-height: 100%;
	background-image: url(../images/bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*  Heading Formatting */
h1 {
	font-size:180%;
	line-height: 120%;
	font-weight: normal;
	color: #0E711B;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h2 {
	font-size:180%;
	line-height: 100%;
	font-weight: normal;
	color: #0E711B;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h3 {
	font-size:120%;
	line-height: 130%;
	font-weight: normal;
	color: #0E711B;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/*  Heading Formatting */
h4 {
	font-size:180%;
	line-height: 120%;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h5 {
	font-size:150%;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h6 {
	font-size:130%;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*links*/
a:link {
	color: #0E711B;
}
a:hover {
	color: #000;
}
a:visited {
	color: #0E711B;
}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 125%;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
}
li {
	font-weight: normal;
	color: #000;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	font-weight: normal;
	color: #000;
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
ul ul {
	font-weight: normal;
	color: #000;
	list-style-type: circle;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/* #######################  END GENERAL SETTINGS ############################ */
.text-10px-darkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	color: #7EC478;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text-12px-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: normal;
	color: #97CDDE;
	margin: 0px;
	padding: 0px;
}
.text-18px-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.75em;
	font-weight: normal;
	color: #97CDDE;
	margin: 0px;
	padding: 0px;
}
.text-12px-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.text-15px-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.footer-text {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-text-white {
	font-size: 1em;
	line-height: 1.4em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.text-18px {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
}
.breadcrumbs {
	color: #999;
}
.cat_child {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
