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

body{
	font-family: arial, Verdana, Geneva, sans-serif;
	background: url(images/cmBkgrd.jpg) #8e8e8e no-repeat;
	background-position:top;
	width: 960px;
	margin: 0px auto;
	}
	.contactWrapper{
		margin: 0px;
		width: 960px;
		}
	
a{
	text-decoration: none;
	font-style: none;
	color: #369;
	}
	a:hover{
		color: #069;
		}
p{margin-bottom:15px;}


	a img{ border:none; }

ul{
	font-family:Verdana, Geneva, sans-serif;
	margin: 0 auto;
  	list-style: none;
	font-weight:normal;
	line-height:2em;
  	}

h1{
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
	}

h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin-left: 15px;
	padding-bottom: 5px;
	border-top: 0px;
	}

h3{
	padding-top: 15px;
	color:#CCC;
	text-align: center;
	}
	
.clearer {
	margin:0px;
	padding:0px;
	clear:both;
	font-size:0px;
	line-height:0px;
	border:none;
	}
		
		
/*--HEADER (logo, tagline, background)--*/

	.header{
		/*height:135px;*/
		width:960px;
		margin:0px auto;
		padding:0px;
		}
	
		

			

								
		
/*--FEATURE (implemented via jquery.js/cmCaro.css)--*/
	
	.bumper{
		background:url(images/shadowFull.jpg) #FFF no-repeat;
		border-top: 1px solid #CCC;
		width: 960px;
		height: 10px;
		}
		
	.positioner{
		height: 300px;
		background: #FFF;
		}
		



				
/*--BOTTOM--*/
	
.footertext{
		background: #FFF;
		height: 30px;
		width: 960px;
		border-top:1px solid #CCC;
		padding-top: 15px;
		font-size: 10px;
		color: #CCC;
		text-align: center;
		}
		.footertext a {
			color: #CCC;
			text-align: center;
			font-size: 10px;
			}

	.bottominfo{
		padding-bottom: 20px;
		text-align: center;
		font-family:Verdana, Geneva, sans-serif;
		color: #CCC;
		font-size: 12px;
		}
		
	.bottomFade{
		background:url(images/bottomFade.jpg) no-repeat #FFF;
		width: 960px;
		height: 61px;
		margin: 0px auto;	
		}
	
/*--WEB> WebDesign.html--*/

.webtext{
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	border-top: 1px dotted #CCC;
	margin-left: 15px;
	font-size: 12px;
	}
	
.webbody{
	background: #FFF;
	height: 350px;
	width:974px;
	}

	.webbodytext{
		font-size: 14px;
		width: 700px;
		float: left;
		padding: 15px;
		line-height: 32px;
		}	

	
		
		/*--chiro.css--*/
		
		@charset "UTF-8";
/* CSS Document */

a{
	color: #FFF;
	border: 0px;
	text-decoration: none;
}


a img{
	border: 0px;
}

.container{
	margin: 0px auto;
	width: 960px;
	background: #FFF;
}

.header{
	margin: 0px auto;
	width: 960px;
	height: 135px;
	background: url(images/header.jpg);
	
}

.navigation{
	width: 960px;
	height: 22px;
	background: #FFF;
	border-bottom: #FFF 4px solid;
	padding-top: 5px;

}

.navigation ul{
	width: 960px;
	line-height: 20px;
	height: 50px;
	padding: none;
	margin: 0px;
	text-decoration: none;
	display: inline;
	list-style: none;
}

.navigation li{
	color: #FFF;
	font-size: 11px;
	float: left;
	margin: 0px 4px 5px 4px;
	background: #607fae;
	border: 1px #FFF solid;
	padding: 3px 10px 3px 10px 3px;
	
}
	.navigation ul li:hover{
		background: #CCC;
	}


	.bodyText{
		margin-left: 30px;
		margin-right: 30px;
		font-size: 14px;
		line-height: 24px;
		background: #FFF;
	}

	.headText{
		padding: 10px;
		border: 1px solid #CCC;
		font-weight: bold;
		color: #369;
		margin: 5px 0px;
	}
	
	.wrapper{
		width: 960px;
		background: #FFF;
		padding-bottom: 30px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	