/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	}
h2.apple {
	background: url(../images/apple.png) no-repeat top left;
	height: 50px;
}

h2.pumpkin {
	background: url(../images/pumpkin.png) no-repeat top left;
	padding-left: 20px;padding-top:10px;
}			
	
.yellow {
	background-color: #F1BA00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.yellowtop {
	background-color: #F1BA00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.topbox {
	background-image: url(images/yellow_top3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
}
.topbox a {
	color: #0B6D0A;
	font-weight: bold;
}
.topbox a:hover {
	text-decoration: none;
}
.texttop {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding-right: 45px;
	padding-top: 2px;
}

.leftcolumn {
	background: url(../images/left_column.jpg) no-repeat top left;
	width: 235px;
	height: 550px;
	float: left;
}	

.content {
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	text-align: justify;
}
.content a {
	text-decoration: underline;
	color: #0B6D0A;
	font-weight: bold;
}
.content a:hover {
	color: #669966;
	text-decoration: underline;
}
.gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#navigation {
	height: 31px;
}
#navigation ul {
	list-style-type: none;
	margin:0;padding:0;
}
#navigation li{
	display: inline;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	line-height: 31px;
	padding-right: 3px;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	font: bold 13px Arial,Helvetica,sans-serif;
}
#navigation a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F93237;
}
#maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 30px;
	width: 180px;
	padding-left: 35px;
	padding-top: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

h2 a {
	text-decoration: none;
}
	
p {
	font-family: Arial, Helvetica, sans-serif;
}
.columntext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.columnright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F2F2F2;
	padding: 15px;
}
.columnright a {
	color: #E77419;
	text-decoration: underline;
	padding: 0px;
	font-weight: bold;
}
.columnright a:hover{
	color: #0B6D0A;
	text-decoration: none;
}
.footer p{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px;
	line-height: 17px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #F1B900;
	text-decoration: underline;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.highlight {
	color: #F93237;
}
.green {
	color: #0D8E0D;
	font-weight: bold;
}

.blueBorderLeft {
	border-left-color: #074E00;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}
.blueBorderRight {
	border-right-color: #074E00;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}
.blueBorderBottomTop {
	font-size: 9pt;
	border: #074E00;
	color: #000000;
}
.noborder {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}
.testimonials {
	font-size: 11px;
	font-style: italic;
}
.leftcolumn a {
	color: #E77419;

}
.leftcolumn a:hover {
	color: #0B6D0A;
	text-decoration: none;
}

