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


body {
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

#wrapper {

	width:1000px;
	margin:0 auto;

	}

#TopBand {
	position:absolute;
	top:0;
	width:100%;
	background: #00911d;
	height:30px;
	text-align:center;
}

.BlueBand {
	position:absolute;
	top:470px;
	background: #1857a7;
	height:75px;
	width:100%;
}

.LtBlueBand {
	position:absolute;
    /* This controls the position of the background on the about.html page.  If you add more people you have to change this value, and make */
	/* it larger, if you take away people you need to make it smaller */
	top:820px;
	background-image:url(images/gradient.png);
		width:100%;
			height:100%;

}

#overlap {
		position:relative;
		top:100px;
	left:750px;
	z-index:1000;
	width:326px;
}

#contactForm {
	text-align:left;
	width:90%;
}


#header {
	padding-top:35px;
	height:40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#headerInterior {
	padding-top:35px;
	height:150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#contactLeft {
	text-align:left;
	padding-left:10px;
	float:left;
	width:400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	
}
#contactRigth {
	text-align:right;
	padding-right:10px;
	float:right;
	width:400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	
}

.content {
	padding: 0px 0;
}

#bodyContentLeft {
	position:relative;
	z-index:999;
	width:680px;
	float:left;
}

#bodyContentRight{
	position:relative;
	z-index:999;
	width:300px;
	float:right;
	border-left:#CCC solid 1px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}



/* ~~ The footer ~~ */
.footer {
	border-top:#333 solid 2px;
	position:absolute;
	z-index:999;
	width:1000px;
	margin-top:10px;
	text-align:center;
}

/*------footer navigation*/
.footer ul, #footer ul li {
     list-style: none;
     margin: 0;
	 margin-left:5px;
     padding: 0;
	 
 }

.footer ul {
     text-align: center;
	 padding: 0 0px;
 }

.footer ul li {
     display: inline;
	 padding-left:18px;
	 line-height:18px;
	  }

.footer li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration: none;
 }
 .footer li a:hover {
	color: #666;	
 }

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.checklist {
	list-style-image: url(images/ToothSmall.png);
}
#bodyContentLeft ul {
	margin-left: 50px;
}
