﻿p {
	font-family:"Warnock Pro", "WarnockPro-Regular", "Georgia", "Times New Roman", Times, serif;
	font-size:100%;
	color:#464646;
	line-height:150%;
	letter-spacing:-.0125em;
	padding-bottom:10px;
	margin:0px;
}

h1{
	font-family:"Warnock Pro", "WarnockPro-Regular", "Georgia", "Times New Roman", Times, serif;
	font-size:200%;
	color:#464646;
	line-height:140%;
	letter-spacing:-.025em;
	font-weight:bold;
	font-style:italic;
	padding:0px;
	margin:0px;	
}

h2{
	font-family:"Warnock Pro", "WarnockPro-Regular", "Georgia", "Times New Roman", Times, serif;
	font-size:150%;
	color:#464646;
	line-height:100%;
	text-align:center;
	letter-spacing:-.025em;
	font-weight:normal;
	font-style:italic;
	padding:0px;
	margin-top:20px;	
}

h3{
	font-family:"Warnock Pro", "WarnockPro-Regular", "Georgia", "Times New Roman", Times, serif;
	font-size:150%;
	color:#464646;
	line-height:100%;
	text-align:left;
	letter-spacing:-.025em;
	font-weight:normal;
	font-style:italic;
	padding:0px;
	margin-top:20px;	
}


ul {
	font-family:"Warnock Pro", "WarnockPro-Regular", "Georgia", "Times New Roman", Times, serif;
	font-size:95%;
	color:#464646;
	line-height:150%;
	letter-spacing:-.0125em;
	padding-bottom:10px;
	margin:0px;

}
.label{
	font-size:80%;
	font-style:italic;
	text-align:left;
}

.kansas {
	color:#464646;
	font-family:"Warnock Pro", "WarnockPro-Regular", "Georgia","Times New Roman", Times, serif;	
	font-size:65%;
	line-height:130%;
	text-align:center;
	margin:0px;
	padding:2%;

}

img.picture{
	border:solid 10px #68D2EF;
	width:300px;
	margin-top:20px;
}

body {
	background:#51c3e4;
	padding:0px;
	margin:0px;
}

#navbar{
	background:url('images/topbar.png') repeat-x #464646;
	width:100%;
	height:38.5px;

}

.tab .home {
	background: url('images/home.png') no-repeat;
	background-position:center bottom;
	width:51px;
}

.tab .about {
	background: url('images/about.png') no-repeat;
	background-position:center bottom;
	width:51px;

}

.tab .exterior {
	background: url('images/exterior.png') no-repeat;
	background-position:center bottom;
	width:102px;	

}

.tab .interior {
	background: url('images/interior.png') no-repeat;
	background-position:center bottom;
	width:119px;
}

.tab .employment {
	background: url('images/employment.png') no-repeat 0 0;
	background-position:center bottom;
	width:91px;
}

.tab .contact {
	background: url('images/contact.png') no-repeat;
	width:89px;

}

.tab .sprayco {
	background: url('images/sprayco.png') no-repeat;
	width:117px;
}

.tab a {
	float:right;
	display: block;
	height: 38.5px;
	background-position:0 -38px;
}

.tab a:link {
	background-position: 0 -38px;
}

.tab a:visited {
	background-position: 0 -38px;
}

.tab a:hover {
	background-position:0 0px;
}

.tab a:active {
	background-position:0 0px;
}

.tab a:visited:link {
	background-position: 0 -38px;
}

.tab a:visited:visited {
	background-position: 0 -38px;
}

.tab a:visited:hover {
	background-position: 0 0;
}

.tab a:visited:active {
	background-position: 0 0;
}


.tab a:span {
	  display: none;
}


#left{
	float:left;
	width:30%;
	padding:70px 15px;
}

#right{
	float:right;
	width:65%;
}

#content{
	background:#68D2EF;
	padding:30px;
	margin:80px 50px;
	width:520px;
	float:right;
}

#photos {
	margin-top:60px;
}
#footer{
	background:#6cdbfd;
	width:100%;
	margin-top:20px;
	padding:0px;
	text-align:center;
	clear:both;
}

