/* Styles for Home Page */

div#QuickLinksArea {
	width: 940px;
	background-color: #FFCC00;
	border-left: 0px solid #488070;
	border-right: 0px solid #488070;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 163px;
}

.Title {
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight: bolder;
	color: #37725f;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
}
.viewMoreLinks {
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

.HomeText {
	color: #414142;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}

.PopupText {
	color: #58595b;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a.homeLinks:link, a.homeLinks:visited {
	color: #414142;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.homeLinks:active, a.homeLinks:hover {
	color: #414142;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

a.greenLinks:link, a.greenLinks:visited {
	color: #35725e;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.greenLinks:active, a.greenLinks:hover {
	color: #35725e;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

a.ProductLinks:link, a.ProductLinks:visited {
	color: #35725e;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.ProductLinks:active, a.ProductLinks:hover {
	color: #35725e;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
#Heading {
	font-family: "Arial";
	padding-left: 20px;
	color: #387964;
	font-size: 17px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}
#SubHeading {
	font-family: "Arial";
	padding-left: 20px;
	color: #609d89;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	vertical-align:top;	
}

#Content {
	font-family: "Arial";
	font-size: .70em;
	font-weight: normal;
	padding-left: 20px;
	color: #58595b;
	padding-bottom: 10px;
	text-align: justify;
	padding-right: 20px;
	
}

.homeDivider{
	background-image:url(../images/home/divider.gif);
	background-repeat: repeat-x;
	height: 27px;
	vertical-align:top;
}
.homeTopTile{
	background-image:url(../images/home/top_tile.gif);
	background-repeat: repeat-x;
	height: 15px;
	vertical-align:top;
	
}
