@charset "utf-8";
/* CSS Document */

* {
margin:	0;
padding: 0;
}


html {
	margin: 0;
	padding: 0;
	height: 100%;
	
	}
	
body {
	background-color: #cccc99;
	background-image: url(../images/background/bjk.gif);
	background-repeat: repeat;
	padding: 0;
	margin: auto;
	
}
.welcome {
	background-image: url(http://www.knoxtt.com/images/welcomeTT.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 188px;
	margin-top: 0.7em;
	margin-bottom: .2em;
}
.knoxtt {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000066;
	letter-spacing: 1px;
	font-weight: bold;
}


p {
	font-family: Times New Roman, Times, serif;
	font-size: 1.0em;
	color: #000000;
	line-height: 1.4em;
	word-spacing: 3px;
	letter-spacing: 1px;
	margin-top: 1.2em;
}
.quotes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	color: #7D7D3B;
}

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #666;
	letter-spacing: 1px;
	list-style-position: inside;
	list-style-type: circle;
	font-size: .8em;
	margin-top: 1em;
}

.rightm {
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #000000;
	letter-spacing: 1px;

}

.cc-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #003366;
	letter-spacing: 1px;
	
}

.cc-answer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #747070;
	font-weight: bold;
}




/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */
/* MAIN CONTAINER */
#main {
	position: relative;
	width: 793px;
	min-height: 100%;
	margin: auto;
	padding: 0px;
	
}

#header {
	background-image: url(../images/main-banner/kheader.png);
	background-repeat: no-repeat;
	height: 228px;
	margin-top: 2em;	
}

#top-menu {
	line-height: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
	height: 24;
	position: relative;
	float: left;
	clear: both;
	margin-top: 23.3%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	width: 100%;
}


#top-menu a:link, #top-menu a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	float: left;
	margin-right: 2.4em;
	display: block;
	text-transform: uppercase;
	clear: right;
	letter-spacing: 1px;
}

#top-menu a:hover{
	color: #002a53;
	text-decoration: underline;	
}

#body {
	background-image: url(../images/background/body-frame.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
}
#footer {
	clear: both;
	background-image: url(../images/background/footer2.jpg);
	height: 105px;
	bottom: 0px;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #abab71;
	word-spacing: 2px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18.7em;
	padding-top: 3.2em;
	font-variant: small-caps;
	text-transform: uppercase;
}
/* 
The next three divs are algined horizontall and they expand vertically according to content, this took some doing. Thanks a million to the site
http://www.techsupportforum.com/design-forum/web-design-programming/261930-how-align-3-divs-side-side-padding-margins.html

that really helped. As you would see you need a 'wrapper' div and in this case the wrapper div is #body. I think the key ruls are
float left, percentages for width and em for margin-left.
*/
#main #body #menu {
	width: 20%;
	float: left;
	margin-left: .2em;
}

#main #body #right-menu {
	width: 20%;
	float: left;
	margin-left: 1.5em;
	
}

#main #body #content {
	width: 50%;
	float: left;
	margin-left: 1.7em;
	
}
/***************************************************************************************************
CUSTOMER CORNER TABLE
****************************************************************************************************/
#main #body #right-menu #customer-corner table {
	border : none;
	border-collapse: collapse;
	width: 158px;
	height: auto;		
}

#main #body #right-menu #customer-corner thead tr {
	background-image: url(../images/table/cus-corner/thead.png);
	background-repeat: no-repeat;
	height: 77px;
	text-indent: -9999px;
	
}

#main #body #right-menu #customer-corner tbody {
	background-image: url(../images/table/cus-corner/tbody.png);
	background-repeat: repeat-y;
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main #body #right-menu #customer-corner tfoot tr {
	background-image: url(../images/table/cus-corner/tfoot.png);
	background-repeat: no-repeat;
	height: 31px;
	margin-bottom: 2em;
}
#main #body #right-menu #customer-corner td {
	padding-right: 0.4em;
	padding-left: 1.4em;	
}
