/* CSS Document */

/* --------------- remove image border ----------------- */
a { outline: none; }
a:focus { -moz-outline-style: none; }

/* --------------------- backgrounds -------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #DAD9D9;
}

.sidebar {
	background-color: #e6e6e6;
}

/* --------------------- home copy -------------------- */
.homecopy {
	padding: 10px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #374353;
}
.homecopy a, .homecopy a:visited, .homecopy a:active {
	color: #8AAE3E;
	text-decoration: none;
}
.homecopy a:hover { 
	color: #8AAE3E;
	text-decoration: underline;
} 

/* --------------------- copy -------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 14px;
	color: #F26721;
	font-weight: lighter;
	text-transform: uppercase;
}

.copy {
	padding: 10px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #374353;
		
}
.copy a, .copy a:visited, .copy a:active {
	color: #8AAE3E;
	text-decoration: none;
}
.copy a:hover { 
	color: #8AAE3E;
	text-decoration: underline;
} 

/* --------------------- footer -------------------- */
.footer, .footer a, .footer a:visited, .footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #374353;
	font-weight: bold;
}
.footer a:hover { 
	color: #8AAE3E;
	text-decoration: underline;
} 

/* --------------------- standard text -------------------- */

uppersides	{
	background-image: url(images/bgstripe_04.gif);
	background-repeat: repeat-x;
	background-color: #DAD9D9;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F26721;
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -15px;
	}

A {
	text-decoration:underline;
	color: #374353;
	}

A:hover	{
	color:8AAE3E;
	}

.hometext {
	font-family: Arial, Helvetica, sans-serif;
	color: #374353;
	font-size:11px;
	}

.grey {
	font-family: Arial, Helvetica, sans-serif;
	color: #919191;
	font-size:11px;
	}

/* --------------------- green -------------------- */
.green, .green a, .green a:visited, .green a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #8AAE3E;
	font-weight: normal;
}

.greenbold, .greenbold a, .greenbold a:visited, .greenbold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #8AAE3E;
	font-weight: bold;
}

.greenbold a:hover { 
	color: #374353;
	text-decoration: underline;
} 

/* --------------------- orange -------------------- */
.orange, .orange a, .orange a:visited, .orange a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #F26721;
	font-weight: normal;
}

.orangebold, .orangebold a, .orangebold a:visited, .orangebold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #F26721;
	font-weight: bold;
}

.orangeheader, .orangeheader a, .orangeheader a:visited, .orangeheader a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #F26721;
	font-weight: bold;
}

.orangebold a:hover { 
	color: #8AAE3E;
	text-decoration: underline;
} 

/* --------------------- dark blue -------------------- */
.darkblue, .darkblue a, .darkblue a:visited, .darkblue a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #374353;
	font-weight: normal;
}

.darkbluebold, .darkbluebold a, .darkbluebold a:visited, .darkbluebold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #374353;
	font-weight: bold;
}

.darkbluebold a:hover { 
	color: #8AAE3E;
	text-decoration: underline;
} 

/* --------------------- form -------------------- */
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	font-style: normal;
	line-height: normal;
	color: #8AAE3E;
	width:250px;
	border:1px solid #aaa;
	background-image: url(../images/formfade.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}





