
	body
	{
	font-family: Arial, sans-serif;
	font-size: 14px;
	background-color: #00235d;
	background-repeat: repeat-x;
	color: #ffffff;
	}
	
	a
	{
	color: #ffa12d;
	}
	
	a:hover
	{
	color: #7185bc;
	}
	
	p
	{
	margin: 0 0 10px 0;
	}
	
	blockquote
	{
	color: #7185bc;
	margin-left: 40px;
	margin-bottom: 20px;
	}
	
	
	#aboutBlurb
	{
	float: left;
	width: 583px;
	padding-bottom: 80px;
	}

	#servicesBlurb
	{
	width: 690px;
	float: left;
	padding-bottom: 75px;
	}
	
	#servicesBlurb .highlightorangebold
	{
	color: #ffa12d;
	font-weight: bold;
	margin-bottom: 50px;
	}

	
	#servicesQuote
	{
	font-size: 22px;
	color: #7185bc;
	width: 200px;
	margin: -20px 0 0 50px;
	float: left;
	}
	
	
	
	#quoteImage
	{
	margin: 0 0 -20px -17px;
	}
	
	#unquoteImage
	{
	margin: 0 0 5px 5px;
	}

	#header
	{
	width: 960px;
	height: 180px;
	margin-left: auto ;
	margin-right: auto ;
	text-align: left;
	color: #ffa12d;
	padding: 0 30px 0 30px;
	}
	
	#nav
	{
	padding-top: 30px;
	padding-bottom: 20px;
	}
	
	#kjlogo
	{
	float: right;
	margin-top: -31px;
	z-index: 10;
	}
	
	h1
	{
	float: left;
	margin-right: 10px;
	}

	
	#banner
	{
	width: 960px;
	height: 170px;
	margin-left: auto ;
	margin-right: auto ;
	text-align: left;
	font-size: 42px;
	padding: 25px 0px 0px 0px;
	padding: 25px 30px 0 30px;
	}
	
	
	#info
	{
	width: 960px;
	margin-top: 60px;
	margin-left: auto ;
	margin-right: auto ;
	text-align: left;
	padding: 0 30px 75px 30px;
	
	}
	
	#middlecenter
	{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width:100%;
	z-index: 1;
	}
	
	#content
	{
	width: 960px;
	margin-left: auto ;
	margin-right: auto ;
	text-align: left;
	padding: 0 30px 0 30px;
	
	}
	
	#aboutBlurb h2
	{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
	#servicesBlurb h2
	{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #7185bc;	
	}
	
	#servicesHeader h2
	{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #7185bc;	
	}
	
	#contactBlurb h2
	{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #7185bc;	
	}
	
	#content p
	{
	line-height: 18px;
	margin-bottom: 20px;
	}
	
	#servicesQuote p
	{
	line-height: 22px;
	}
	
	#contactBlurb
	{
	width: 505px;
	float: left;
	margin-bottom: 80px;
	
	}
	
	#contactBlurb p
	{
	margin: 0 0 0px 0;
	}
	
	
	
	
	#map_canvas
	{
	width: 425px;
	height: 350px;
	margin-left: 10px;
	float: left;
	margin-bottom: 80px;
	}
	
	.headerFont
	{
	font-size: 26px;
	margin-bottom: 20px;
	}
	
	.smallText
	{
	font-size: 14px;
	}
	
	
	
	
	
	#footerContent
	{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	padding: 0 30px 0 30px;
	}
	
	#footerContent p h1 a
	{
	float: left;
	line-height: 10px;
	}
	

	#kimPhoto
	{
	float: left;
	border: 1px solid #ffffff;
	margin-right: 20px;
	}
	
	#footer
	{
	height: 50px;
	
	/*height: 60px;*/
	background: url(../footerbg.png) repeat-x scroll top center;
	border-top: 1px solid #ffa12d;
	display:block;
	width:100%;
	clear:  both;
	c\lear: none;
	position: relative;
	posi\tion: fixed; 
	left: 0px;
	bottom: 0px;
	z-index:10000;
	opacity:0.9;
	filter:alpha(opacity:90);
	/*text-align: left;*/
	padding-top: 15px;
	text-align: center;
	}

	.center
	{
	text-align: center;
	width:100%;
	}

	#nav li
	{
	display: inline;
	font-size: 14px;
	}
	
	#nav a
	{
	color: #ffffff;
	text-decoration: none;
	}
	
	#nav a:hover
	{
	color: #ffa12d;
	}
	
	
	
	.highlightorange
	{
	color: #ffa12d;
	}
	
	.highlightblue
	{
	color: #7185bc;
	}
	
	#lovelyWebStuff
	{
	color: #7185bc;
	margin-right: 10px;
	}
	
	
			/*
			BUTTONS
			*/
						
			.btn 
			{ 
			font-weight: bold; 
			display: block;
			position: relative;
			background: #aaa;
			padding: 5px;
			float: right;
			color: white;
			text-decoration: none;
			cursor: pointer;
			}
			
			
			.btn * 
			{
			background-image: url(../btn2.png);
			background-repeat: no-repeat;
			display: block;
			position: relative;
			}
			
			.btn i
			{
			background-position: top left;
			position: absolute;
			margin-bottom: -5px; top: 0; left: 0;
			width: 5px;
			height: 5px;
			}
			
			.btn span
			{
			background-position: bottom left;
			left: -5px;
			padding: 0 0 5px 10px;
			margin-bottom: -5px;
			}
			
			.btn span i
			{
			background-position: bottom right;
			margin-bottom: 0;
			position: absolute; left: 100%;
			width: 10px;
			height: 100%; top: 0;
			}
			
			.btn span span
			{
			background-position: top right;
			position: absolute; right: -10px;
			margin-left: 10px; top: -5px;
			height: 0; }


			* html .btn span,
			* html .btn i
			{ float: left;
			width: auto;
			background-image: none;
			cursor: pointer;
			}

			.btn.orange
			{
			background: #ff8302;
			background-image: url(../graphics/btn2.png);
			}
			
			.btn:hover { background-color: #7185bc; }
			.btn:active { background-color: #7185bc; }
			.btn[class] { color: white; font-size: 11px;  background-image: url(../graphics/shade.png); background-position: bottom; }

			* html .btn { border: 3px double #aaa; }
			* html .btn.orange { border-color: #ffa12d; }
			* html .btn:hover { border-color: #a00; }
			
			/*
			BUTTONS
			*/
			
			.pageFix
			{
			float: left;
			}
			
			#buttonFix
			{
			float: left;
			}
			
			#buttonFix a.btn
			{
			margin-top: 8px;
			margin-left: 10px;
			float: left;
			font-size: 20px;
			}
			
			#aboutBlurb a.btn
			{
			margin-top: 6px;
			font-size: 20px;
			float: left;
			}
			
			#servicesBlurb a.btn
			{
			margin-top: -5px;
			margin-right: 10px;
			font-size: 20px;
			float: left;
			}
			
			#servicesQuote a.btn
			{
			font-size: 20px;
			float: left;
			margin: 50px 0 0 0px;
			}
			
			
			.largeOrangeText
			{
			font-size: 42px;
			color: #ffa12d;
			padding: 0px 0 40px 0;
			}
			
			#content .largeOrangeText p
			{
			line-height: 40px;
			}
			
			#content .paragraph p
			{
			margin: 0 0 0 0;
			}
			
			#content .highlightorange
			{
			margin: 0 0 10px 0;
			}
			
			.paragraph
			{
			margin: 0 0 25px 0;
			}
			
			
			/** PNGfix **/
			
			img, div, a
			{
			behavior: url(css/iepngfix.htc);
			}
			
			
.list {
	list-style: disc;
	list-style-position: inside;
	padding-top: 10px;
}

.list li {
		padding-bottom: 5px;
}
