/* Main page layout */
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #003366;
}

#main {
	margin: 0 auto;
	width: 761px;
	background-color: white;
}

h2, h3, h4{
	color: #237AA5;
	margin: 0;
	font-size: 160%;
	font-weight: 600;
	font-family: sans-serif;
	line-height: 80%;
}

h2{
	padding-bottom: .35em;
	border-bottom: 1px solid #99CCE6;
}

h4{
	padding-top: .1em;
	font-size: 100%;
	line-height: 150%;
}

.title h5 {
	padding-left: 5px;
}

#stripe {
	width: 761px;
	height: 18px;
	background-color: #cccccc;
}

#header {
	width: 761px;
	height: 78px;
	background: url(../images/headerPic.gif) 0 0 no-repeat;
}

#mainnav {
	width: 761px;
	background-color: #cccccc;
	height: 26px;
}

#menulist{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 180%;
}

#menulist li, div #mainnav div a{
	display: inline;
	font-family: arial;
	font-size: small;
	font-weight: 700;

}

#menulist li a, div #mainnav div a{
	color: #003366;
	text-decoration: none;
	border-right: 1px solid #1379AC;
	padding: .6em .8em .3em;
	/*margin-right: -.3em;*/
}

#menulist li a:hover, div #mainnav div a:hover {
	background: #cccccc;
}

div #mainnav div a{
	border: none;
	float: right;
	padding: .5em 1.2em .1em;
}

#menulist .first a{
 	padding: .6em .4em .3em;
}

#menulist .first img{
	border: none;
}





#contentholder {
	float: right;
	background: url(../images/RightBG.gif) 100% 0% repeat-y;
	background-color: white;
	width: 761px;
	font-family: Tahoma;
	font-size: small;
}

#contents {
	width: 428px;
	margin: 1.5em 25px 1.5em 27px;
}

#contents p {
	padding-right: 1em;
}

#contents #kpsolutionpic{
	float: right;
	padding: .5em;
}
#rightcontents {
	float: right;
	width: 258px;
}

#features {
	padding: 2em;
}

#features h3, #features h4{
	margin-left: -1em;
}

#rightcontents ul{
	margin: 0;
	padding: .3em .5em 0 .5em;
	font-weight: 600;
}

#rightcontents ul li{
	list-style-image: url(../images/tick.gif);
	margin: .5em 0;
	line-height: 100%;
}

#rightcontents ul li.head {
	list-style-image: none;
	list-style-type: none;
}

#rightcontents ul li.head a {
	color: #000;
}

#quote {
	background: url(../images/top.gif) left top no-repeat;
	padding-bottom: 1px;
}

#quoteText {
	padding: 2.8em 1.4em 0;
}

#quoteTitle {
	color: #0099cc;
	font-weight: bolder;
	font-size: 120%;
	margin-bottom: 0;
	line-height: 100%
}

#quoteSource {
	color: #666666;
	font-style: italic;
	font-weight: bolder;
}

#quoteSildeDoor {
	background: url(../images/bottom.gif) left bottom no-repeat;
	height: 10px;
	width: 258px;
	margin-bottom: -2px;
}

#footer {
	clear: both;
	width: 761px;
	height: 87px;
	background-color: #99cce6;
}

#copyright {
	float: right;
	margin: 1em;
	font-family: Tahoma;
	font-size: small;
	color: #006699;
	font-weight: 200;
}

form label {
	float: left;
	width: 80px;
}

.message {
	color: #f00;
	font-weight: bold;
}