/* CSS Document - KTML Pages Web site */
/* Set all containers to 0 */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	border: 0;
}

/* Define attributes for html & body containers */
html, body{
	background: url("Images/sandston02.gif") repeat;
	font-size: 11px;
	margin: 0 auto;
	min-width: 742px;
	height: 100%;
}

/* class to make elements or objects invisible */
.hide{
	display: none;
}

/* set image default to be block-level element (with own 'box') vs inline */
img{
	display: inline;
	border: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Define attributes for page container */
#wrapper{
	background: #340065 url("Images/GradientTile.jpg") repeat-x;
	margin: 0 auto;
	width: 714px;
}
	
#header{
	background: url("Images/Triangles02.jpg") no-repeat center;
	width: 714px;
	height: 100px;
}

#businessName{
	float: left;
	padding-bottom: 10px;
	padding-left: 15px;
	height: 35px;
}

#businessDesc{
	float: right;
	padding-bottom: 10px;
	padding-right: 15px;
	height: 35px;
}

/* Define attributes for menu container */
#menu{
	clear: both;
	margin: 0 auto;
	background: url(Images/KTMLup01b2.jpg) repeat-x;
	color: #cccccc;
	width: 714px;
	height: 24px;
	font: 1.10em Arial, sans-serif;
}

#menu ul li{
	list-style-type: none;
	float: left;
}

#menu ul li a{
	width: 102px;
	margin-top: 0px;			
	padding-top: 4px;			
	display: block;				/* force line breaks*/
	font-weight: bold;
	font-size: 90%;				
	color: #340065;
	height: 24px;
	text-decoration: none;
	text-align: center;
}

#menu ul li a:hover{
	color: #860033;
}

#content{
	width: 714px;
	clear: both;
	padding-top: 10px;
	min-height: 100%;
}

#contentbox{
	background-color: #d9d9d9;
	border: #cccccc outset 3px;
	margin: 0 auto;
}

#contentbox p{
	padding: 3px 10px 4px 20px;
	text-align: left;
	font-size: 1.05em;
	line-height: 1.5;
}

#contentbox a:link{
	color: #990033;
	text-decoration: none;
}

#contentbox a:visited{
	color: #663399;
	text-decoration: none;
}

#contentbox a:hover{
	color: #0000CC;
	text-decoration: none;
}

#footer{
	width: 100%;
	bottom: 0;
}

#bottom{
	clear: both;
	width: 714px;
	height: 20px;
	color: #888888;
	padding-top: 15px;
}

#bottom p{
	text-align: center;
}

#bottom a{
	color: #888888;
	width: 66px;
	text-decoration: none;
}

#bottom a:hover{
	color: #FFFFFF;
}

#tagline{
	float: left;
	bottom: 2%;
	width: 714px;
	border-top: 2px #000000 solid;
	background: url(Images/clearcurcon.jpg) no-repeat top center;
}

#tagline li{
	padding: 16px 0 0 0;
	width: 345px;
	float: left;
	color: #888888;
	list-style-type: none;
}

#tagline li.l{
	text-align: left;
	padding-left: 10px;
}

#tagline li.r{
	text-align: right;
	padding-right: 10px;
}

#tagline a{
	color: #466190;
	text-align: right;
}

h1{
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2{
	font-size: 1.00em;
	font-weight: bold;
	margin-top: 0.5em;
	color: #CCCCCC;
}

h3{
	font-size: 1.00em;
	font-weight: bold;
	margin-top: 0.5em;
	color: #000000;
	text-indent: 5px;
}

.clearfix{
	clear: both;
}