p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 140%;
	padding-left: 10px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #126624;
	line-height: 40px;
	padding-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #126624;
	padding-left: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #126624;
	padding-left: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border-bottom-color: #000000;
	padding-bottom: 0px;
}
	
a.bottom_nav:link {
	color: #FFFFFF;
	font-family: "Blue Highway", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	} 
a.bottom_nav:visited{
	color: #FFFFFF;
	font-family: "Blue Highway", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	} 
a.bottom_nav:hover {
	color: #003300;
	font-family: "Blue Highway", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.links:link {
	color: #1A7437;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: underline;
	} 
a.links:visited{
	color: #1A7437;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: underline;
	} 
a.links:hover {
	color: #1A7437;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

a.motley:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	} 
a.motley:visited{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	} 
a.motley:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}
.image_rhs {
	padding-left: 10px;
}
.image_lhs {
	padding-right: 10px;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
}

.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	line-height: 125%;
	margin-right: 20px;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}

#header {
    height: 209px;
}

#header #slideshow {
    margin: 0;
    padding: 0px 0 0 0px;
	list-style: none;
}



/******************************************************************************/
/* Image Popup Styles Start */
/******************************************************************************/
#imagePopupLoadingScreen {
    position: absolute;
    z-index: 30001;
    background: #CCCCCC url(/Images/ImagePopupLoading.gif) no-repeat 50% 47%;
    font: normal normal normal 0.9em arial,sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    visibility: hidden;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#imagePopupIframeShim {
    position: absolute;
    z-index: 30000;
    border: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

#imagePopupImageWindow {
    position: absolute;
    z-index: 30002;
    background-color: #222222;
    border: solid 1px #666666;
    padding: 10px;
    visibility: hidden;
}

#imagePopupImageWindow img {
    border: solid 1px #999999;
    background-color: #FFFFFF;
}

#imagePopupImageWindow ul, #imagePopupImageWindow li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#imagePopupImageWindow ul {
    margin-top: 8px;
    padding: 0 0 8px;
    background-color: #FAFAFA;
    border: solid 1px #999999;
    overflow: hidden;
    white-space: nowrap;
}

#imagePopupImageWindow li.fullScreen {
    float: left;
    padding: 10px 10px 0 10px;
}

#imagePopupImageWindow li.close {
    float: right;
    padding: 10px 10px 0 10px;
}

#imagePopupImageWindow ul a, #imagePopupImageWindow ul a:visited {
    min-height: 15px;
    padding: 0 0 0 20px;
    font: normal normal normal 0.9em arial,sans-serif;
    background: url(/Images/ImagePopupIcons.gif) no-repeat 0 1px;
    color: #555555;
    text-decoration: none;
    display: block;
}

#imagePopupImageWindow li.fullScreen a, #imagePopupImageWindow li.fullScreen a:visited {
    background-position: 0 -449px;
}

#imagePopupImageWindow ul a:hover, #imagePopupImageWindow ul a:focus {
    background-position: 0 -149px;
    color: #222222;
}

#imagePopupImageWindow ul li.fullScreen a:hover, #imagePopupImageWindow ul li.fullScreen a:focus {
    background-position: 0 -599px;
}

#imagePopupImageWindow ul a:active {
    background-position: 0 -299px;
    color: #000000;
}

#imagePopupImageWindow ul li.fullScreen a:active {
    background-position: 0 -749px;
}
/******************************************************************************/
/* Image Popup Styles End */
/******************************************************************************/
/******************************************************************************/
/* Lightbox Styles Start */
/******************************************************************************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/******************************************************************************/
/* Lightbox Styles End */
/******************************************************************************/