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

/* Zero over defaults */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #86A3C5;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

a{
	color: auto;
	text-decoration: none;
}

a:hover, a:focus{
	color:#86A3C5;
}

.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

.rightimage {
	margin-right: 50px;
	margin-bottom: 5px;
	float: right;
}

.rightimage10 {
	margin:20px 10px 5px 25px;
	float: right;
}

.rightimage101 {
	margin-right: 10px;
	float: right;
}

.rightimage10top {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: right;
}

.rightimage10only {
	margin-right: 10px;
	margin-bottom: 5px;
	float: right;
}

.odd:hover{ background-color: #FFF; }
.even:hover{ background-color:#FFF; }
.odd{ background-color: #D8E2E8 }
.even{ background-color: #ADC2CF }

.gmap {
	font-size:12px;
	margin-left: 40px;
}

.in {
	margin-left: 40px;
}

.bullet{
	list-style:circle;
	padding: 0;
	margin: 0;
	margin-left: 40px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~Division Definitions~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#wrapper{
	width: 770px;
	background-color:#FFF;
	margin: 20px auto;
	text-align:left;
	border-width:5px;
  	border-style:solid;
  	border-color: #000;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~Banner Section (aka Header)~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#banner{
	height: 100px;
	background-image: url(images/banner.jpg);  /*img size 770 x 130 */
	background-repeat: no-repeat;
}

#banner h1{
	padding: 0px;
	padding-top: 30px;
	margin-top: 0px;
	margin-left: 10px ;
	font-size: 200%;
}

#banner h2{
	padding: 0;
	margin-left: 20px ;
	font-size: 110%;
	font:italic;
	background-color:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~End Banner Section (aka Header)~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~Navigation Section (aka Menu)~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#nav{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;
	background-color:#D8E2E8;
	background-image: url(images/nav.gif);
	height:25px;
}

#nav ul{
	padding: 0;
	margin: 0;	
}

#nav ul li{
	display: inline; 
	padding: 0;
	margin: 0;
	font-size: 20px;
}

#nav ul li a{
	color: #000;
	text-decoration: none;
	padding: 0 25px 0 25px;
	text-align: center;
	font-weight:bold;
}

#nav ul li a:hover{
	color: #86A3C5;
	text-decoration:underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~End Nav Section.~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~Content Section.~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content {
	margin-left: 10px;
}

#content p{
	margin: 10px;
}

#content h1{
	color: #003366;
	padding: 0;
	margin: 20px auto 5px 0px;
	font-size: 130%;
}

#content h2{
	color: #003366;
	padding: 0;
	margin: 20px auto 5px 0px;
	font-size: 115%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~End Content Section.~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~Kelly Section.~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#kelly{
	clear: both;
	font-size: 100%;
	text-align:center;
	font-weight:600;
	color:#003366;
	padding:10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~End Kelly Section.~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~Footer Section.~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#footer p{ 
	font-size: 70%;
	padding: 3px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~End Footer Section.~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~Image Map Section.~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#listing{
	display:block;
	width:300px;
	height:180px;
	overflow:hidden;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~End Image Map Section~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	
/* ~~~~~~~~~~~~~~~~~~~~~~~Form Tables Section~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#ftable{
	clear:none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~End Form Tables Section~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.zeros{
	padding: 0;
	margin: 0;	
}

.none{
	list-style-type:none;
	padding: 2px;
	margin-left: 40px;
}




