
/* ----	HOME PAGE CORE CONTENT ---- */

.hp_core {	
	padding: 18px;
	vertical-align: top;
}
.hp_core a:link, .hp_core a:visited, .hp_core a:hover {
	color: #2E8E82;
}
.hp_core p {margin: 0px 0px 16px 0px;}
.hp_steps {
	width: 100%;
}
.hp_steps td {
	vertical-align: top;
	padding-bottom: 20px;
}
.hp_stepNumber {
	width: 45px;
}
.hp_steps h2 {
	border-bottom: solid #5884B8 1px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.hp_calloutBox {
	background-color: #EAEEF366;
	padding: 10px;
}


.hp_calloutBoxIMG {
	background-color: #EAEEF366;
	padding: 4px;
}
.hp_col_1 {
	width: 49%;
	border-right: solid #FFFFFF 4px;
}
.hp_col_2 {
	width: 48%;
}
.hp_col_full {
 	width:100%;
}
.hp_core ul {
	margin: 0px 0px 18px 0px;	
	padding: 0px;
	list-style: none;
}
.hp_core ul li {
	background: url(../images/homepage/hp_bullet_onWhite.gif) left 3px no-repeat;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 8px;
	list-style: none;
}
.hp_calloutBox ul {
	margin: 0px 0px 0px 0px;	
}
.hp_calloutBox ul li {
	background: url(../images/homepage/hp_bullet_onGrey.gif) left 3px no-repeat;	
}
.hp_formTable td {
	padding-bottom: 2px;
	vertical-align: middle;
}
.hp_SubmitBtn {
	cursor: pointer;
}
.hp_imgBorder {
	border: solid #000000 1px;
}

/* ----	HOME PAGE SIDEBAR ---- */

.hp_sidebar {
	font-size: 11px;
	width: 210px;
	background-color: #E9F3D5;
	vertical-align: top;
	padding: 18px 0px 18px 0px;
	color: #4F681B;
}

.hp_sidebar a:link, .hp_sidebar a:visited, .hp_sidebar a:hover {
	color: #2E8E82;
}
.hp_sidebar p {margin: 0px 0px 16px 0px;}
.hp_sidebar .paddedContent {
	padding: 0px 10px 4px 10px;
        background-color: #E9F3D5;
}
.hp_sidebar .calloutContent {	
	padding: 10px 6px 10px 9px;
	margin: 0px 1px 18px 1px;
	background-color: #CFE4A6;
}
.hp_sidebar h2 {
	font-size: 15px;
	font-weight: bold;
        font-family: "Times New Roman", Times, serif;
	color: #698926;
	padding-bottom: 3px;
	border-bottom: solid #9DB272 1px;
	margin: 0px 0px 10px 0px;
}
.hp_sidebar ul {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	list-style: none;
}
.hp_sidebar ul li {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 8px;
	list-style: none;
	background: url(../images/homepage/hp_bullet_plain.gif) left 5px no-repeat;
}
.hp_eventDate {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 14px;
}
.hp_eventLink {
	font-weight: bold;
}
.hp_newsDivider {
	border-bottom: solid #9DB272 1px;
	padding-top: 2px;
	margin-bottom: 10px;	
}
/* footer positioning */
.footer {
	top: -1px;
	position:relative;
}

a.NewsEventsLink:visited {
    color:#366; 
    text-decoration:none; 
    font-size:x-small;
 }
a.NewsEventsLink:hover {
    color:#366; 
    text-decoration:underline; 
    font-size:x-small;
 }
a.NewsEventsLink:link {
    color:#366; 
    text-decoration:none; 
    font-size:x-small;
  }

a.HomePageLink:visited {
    color:#366;
    text-decoration:none;
    font-family: "Times New Roman", Times, serif;
    font-size:13px;}
a.HomePageLink:hover{
    color:#366;
    text-decoration:underline;
    font-family: "Times New Roman", Times, serif;
    font-size:13px;}
a.HomePageLink:link{color:#366;
    text-decoration:none;
    font-family: "Times New Roman", Times, serif;
    font-size:13px;}

a.HomePageLinkBold:visited {
    color:#366;
    text-decoration:none;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    font-size:13px;}

a.HomePageLinkBold:hover{
    color:#366;
    text-decoration:underline;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    font-size:13px;}

a.HomePageLinkBold:link{color:#366;
    text-decoration:none;
    font-family: "Times New Roman", Times, serif; 
    font-weight: bold;
    font-size:13px;}

.HomePageEventsText { color:#063; font-size:11px; font-family: "Times New Roman", Times, serif; }
.HomePageRightColDarkGreenH2 { 
	font-size: 13px;
	font-weight: bold;
	color: #698926;
	padding-bottom: 3px;
	border-bottom: solid #9DB272 1px;
	margin: 0px 0px 16px 0px;

 }



.HomePageRightColMaroonH2 { color:maroon; font-weight:bold; font-size:15px; }
