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

/*Body Style*/
/*Original body color set by KDK was #676767, changed to #3F3F3F by JPA*/

body
{
	background-color: #3F3F3F;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: 100%;
	font-style: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align:center;
	min-width:1000px;
	background-image: url(../images/bk-main-Gray.jpg);
	background-repeat: repeat-x;
}



/*
@Generic anchor (link) styles
----------------------------------------------------*/

a:link, a:visited
{
	color: #FFF;
}

a:hover, a:active
{
	color: #CCC;
}


#siteMap ul
{
	text-align:left;
	text-decoration:none;
	
}

#siteMap ul li
{
	text-align:left;
	text-decoration:none;
	list-style-type: disc;
}

#siteMap ul li a
{
	text-align:left;
	text-decoration:none;
	
	
}



#siteMap li a
{
	text-align:left;
	text-decoration:none;
	color:#61B653;
}



#siteMap a:hover, a:visited
{
	color: #1A5F3A;
	text-decoration:none;
}

#leftSection
{
	float: left;
	width: 326px;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	color: #000;
	
}

#leftSection h1
{
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:12px;
	font-weight:bold;
	color: #565656;
	
	text-decoration: underline;
}



#leftSection a:link, a:visited
{
	color: #000;
	text-decoration:none;
}

#leftSe00ion a:hover, a:active
{
	color: #CCC;
	text-decoration:none;
}

#centerSection
{
	float: left;
	width: 600px;
	padding: 0;
	font-size: 0.75em;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	color: #000;	
}

#centerSection a
{ color:#000;
	font-weight:bold;
	text-decoration:none;
}


#wrapper1
{
	width:980px;
	border:none;
	margin: 0 auto;
	text-align:center;
	
}



.content-wrap
{
	padding: 0 10px 5px 10px;
	margin: 0;
}

#mainBkground
{
	color:#FFF;
	text-align:left;
	/*background-image:url(../images/bg_wrapper-2colC.jpg);*/
	background-repeat:repeat-y;
    padding-top:10px;
}
#content-bottom
{
	clear: both;
	height: 15px;
	font-size: 0;
	line-height: 0;
	background-image: url(../images/bottomBorderGrayB.png);
	background-repeat: no-repeat;
}



#contentTop
{
	clear: both;
	height: 15px;
	font-size: 0;
	line-height: 0;
	background-image: url(../images/topBorderGrayB.png);
	background-repeat: no-repeat;
}

#topBanner
{ 	float:left;
	width:980px;
	background-color:#FFF;
	text-align:center;
	border: solid,3,gray,inherit;
}


#footer ul
{ margin: 0;
	margin-left: 25px;
	list-style-type: none;
	line-height: normal;
	padding: 0;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	font-size: .8em;
	text-transform: uppercase;
	font-size: small;
}

#footer ul li
{
	
	

	border:thin;
	display: inline;
}

#footer img
{vertical-align: middle;}

#footer ul li a
{
	border:thin;
	display: inline;
	text-decoration:none;
	padding-right:4px;
	
	color: #CCC;
}
#footer a:hover
{color:#1A5F3A;}

#anchor1
{
	height:63px;
	width:55px;
	background-image:url(../images/badges/Facebook.png);
}

#anchor1:hover
{
	background-image:url(../images/badges/FacebookRollover.png);
}

/* watermark */
#watermark_box {
position:relative;
display:block;
}
img.watermark {
position: absolute;
top: 4px;
left: 15px;
}





/* #emailUs
{
  display: block;
  width: 55px;
  height: 63px;
  background: url("../images/badges/Facebook.png") no-repeat 0 0;

}

#emailUs:hover
{ 
  background-position: 0 -63px;
}

#emailUs span
{
  display: none;
}*/
