@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background/background_fade.jpg);
}
/*  Old H1
h1 {
		font-family: 				Arial, Trebuchet MS, sans-serif;
		font-size:					16px;
        color:						#339;
 		font-weight:				normal;
		padding:					15px 95px 15px 55px;			
		text-align:					center;
		margin:						0px;
}
*/
h1 {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size: 					16px;
		font-style: 				normal;
		font-weight: 				bold;
		line-height: 				19px;
		color: 						#006;
		padding:					35px 85px 15px 55px;			
		text-align:					left;
		margin:						0px;
}

h2 {
		font-family: 				Arial, Trebuchet MS, sans-serif;
		font-size:					16px;
        color:						#339;
 		font-weight:				normal;
		padding:					15px 85px 15px 55px;			
		text-align:					left;
		margin:						0px;
}

p {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				15px;
		padding:					10px 85px 10px 55px;			
        color:						#006;
		text-align:					left;
		margin:						0px;
}

p.center {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				15px;
		padding:					10px 95px 10px 55px;			
        color:						#006;
		text-align:					center;
		margin:						0px;
}

p.right {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				15px;
		padding:					10px 95px 10px 55px;			
        color:						#006;
		text-align:					right;
		margin:						0px;
}
.thirtyPxRt {
	padding-left: 30px;
	margin: 0px;
}

table, tr, td, div, body {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				15px;
        color:						#006;
		text-align:					left;
}

ul {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				15px;
        color:						#006;
		padding:					10px 85px 10px 85px;			
		text-align:					left;
		margin:						0px;
}

li {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				15px;
        color:						#006;
 		padding:					0px 0px 5px 0px;			
		text-align:					left;
		margin:						0px;
		list-style-position: 		outside;
}

hr {
		height:						3px;
		border-style:				none;
		background-image:			url(images/background/hr.gif);
		background-repeat:			repeat-x;
		margin:						0px 50px 0px 50px;
}

a {
	color: 				#36c;
	text-decoration:	underline;
	font-weight:		bold;
}

a:hover {
	color: 				#039;
	text-decoration:	none;
	font-weight:		bold;
}

a:active {
	color: 				#36c;
	text-decoration:	overline;
	font-weight:		bold;
}

a:visited {
	color: 				#039;
	font-weight:		bold;
}

a.navigation {
	color: 				#36c;
	text-decoration:	none;
	font-weight:		normal;
}
#imageDiv {
	float: right;
	width: 310px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

span.larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	color: #339;
}

.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #006;
}

.MainText_AltColor {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #339;
}

.MainTextQuoteHOME {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #339;
}

.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.style2 {font-size: 12px; font-style: normal; line-height: normal; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}

.style3 {font-weight: bold}

.style4 {
	color: #000;
	font-weight: bold;
}

.style5 {font-size: 14px; font-style: normal; line-height: normal; color: #339; font-family: Arial, Helvetica, sans-serif;}

.style6 {font-size: 14px; line-height: normal; font-weight: normal; color: #000; font-family: Arial, Helvetica, sans-serif;}

.style7 {color: #000}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

.leftCol {
	padding: 10px 10px 10px 20px;
	float: left;
	width: 290px;
	margin: 15px;
}
.rightCol {
	padding: 10px;
	float: left;
	width: 300px;
	margin-top: 15px;
}
.greenH2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bold;
	color: #2C7A53;
	text-align: center;
	width: 450px;
	margin-left: 55px;
}
.green {
	color: #2C7A53;
}
.topTextRed {
	font-size: 20px;
	line-height: 22px;
	color: #900;
	margin-left: 55px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.textBoxBorder {
	background-color: #DEE6FD;
	padding: 10px;
	line-height: 25px;
	display: block;
	margin: 0px;
	text-align: center;
}
.textBoxBorderGreen {
	background-color: #DBEBCB;
	padding: 10px;
	line-height: 25px;
	display: block;
	margin: 0px;
	text-align: center;
}

.border {
	border: 1px solid #790917;
	padding: 10px;
	margin-left: 45px;
	margin-right: 45px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
