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

@import url("reset.css");


body{
	margin: 0px;
	padding: 0; 
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #265032;
	line-height: 20px;
}

/* IDs
  ---------------------------------------------------------------------*/ 
#container{
	position: relative;
	float: left;
	clear: both;
	width: 1025px;
	height:auto;
	margin: 0px;
	padding: 0px 70px 0px 0px;
}
#header{
	position: relative;
	float:left;
	width: 1095px;
	height: 225px;
	text-indent: -9000px;
}
#header img{
	position: absolute;
	left: 0px;
	top: 0px;
}
#painter{
	position: relative;
	float: left;
	clear: both;
	width: 207px;
	height: 575px;
}
#headLine{
	position: relative;
	float:left;
	width: 818px;
	height: 63px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 25px 0px;
	border-bottom: 1px solid #185427;
}
#bodyContainer{
	position: relative;
	float: left;
	width: 526px;
	height: auto;
}
#sideLinks{
	position: relative;
	float: right;
	width:202px;
	height:auto;
	margin: 0px 0px 0px 90px;
}
#footerContainer{
	position: relative;
	float:left;
	width: 818px;
	height: auto;
	font-size: 9px;
	color: #626262;
	border-top: 1px solid #185427;
	margin: 16px 0px 0px 0px;
}
#footerContainer span{
	position: relative;
	float: right;
	width: 650px;
	padding: 1px 0px 0px 0px;
	text-align: right;
}
#closePage{
	position: relative; 
	float:left; 
	clear:both; 
	width:100%; 
	height:50px; 
	border-top: 1px solid #185427;
}
/* Classes
  ---------------------------------------------------------------------*/
.zeroTopMargin{
	margin-top: 0px !important;
}
.iseLogo{
	position:relative;
	float: right;
	width: 73px;
	height: 63px;
	text-indent: -9000px;
}
.iseLogo img{
	position: absolute;
	left: 0px;
	top: 0px;
}
.callOut{
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
}
.dash{
	position: relative;
	float: left;
	margin: 0px 5px 20px 0px;
}
.floatLeft{
	position:relative;
	float: left;
}
/* Text
  ---------------------------------------------------------------------*/
h1{
	position: relative;
	float:left;
	width: 561px;
	height: auto;
	margin: 37px 0px 0px 0px;
	color: #185427;
	text-align: -9000px;
}
h1 img{
	position:absolute;
	left: 0px;
	top: 0px;
}
p{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height:auto;
	margin: 5px 0px 5px 0px;
}
/* Links
  --------------------------------------------------------------------- */
  
a:link,
a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #265032;
	line-height: 20px;
	text-decoration: none;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #265032;
	line-height: 20px;
	text-decoration: underline;
}

#footerContainer a:link,
#footerContainer a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #265032;
	line-height: 20px;
	text-decoration: none;
}

#footerContainer a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #265032;
	line-height: 20px;
	text-decoration: underline;
}

#footerContainer span a:link,
#footerContainer span a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2020d0;
	line-height: 20px;
	text-decoration: underline;
}

#footerContainer span a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2020d0;
	line-height: 20px;
	text-decoration: none;
}

a.sideLinks{
	position: relative;
	float: left;
	width: 200px;
	height: 120px !important;
	background: url(../../images/side-btn-bkgd.jpg) no-repeat #fff 0px 0px;
	border: 1px solid #185427;
	margin: 0px 0px 12px 0px;
	text-indent: -9000px;
}
a.sideLinks img{
	position: absolute;
	left: 0px;
	top: 0px;
}
a.sideLinks:link,
a.sideLinks:visited,
a.sideLinks:active{
	width: 200px;
	height: 120px;
	background: url(../../images/side-btn-bkgd.jpg) no-repeat #fff 0px 0px;
}
a.sideLinks:hover{
	width: 200px;
	height: 120px;
	background: url(../../images/side-btn-bkgd.jpg) no-repeat #fff 0px -120px;
}
