@charset "utf-8";
/* CSS Document */
/* Typography Style Sheet for KMP */
/* Version 1.0 | Updated 05/31/2009 */

/*Global Typography*/
body {
	font:13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#242424
}
a {
	color:#43375B;
	text-decoration: none;
	outline:none;
}
a:hover {
	color:#242424
}
a:focus {
	outline:1px dotted invert
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:175%;
	color:#000
}
h2 {
	font-size:175%;
	color:#43375B;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px
}
h3 {
	font-size:165%;
	color:#43375B;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px
}
h4 {
	font-size:115%;
	color:#000;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px
}
h5 {
	font-size:115%;
	color:#FFFFFF;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin-bottom:5px;
}
h6 {
	font-size:115%;
	color:#43375B;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin-bottom:5px;
	margin-top:5px;
}
ol {
	list-style:decimal
}
ul {
	list-style:disc
}
li {
	margin-left:30px
}
p, dl, hr, h1, h2, h3, h4, ol, ul, pre, table, address, fieldset {
	margin-bottom:10px
}
/*Custom Style Typography*/
#navigation a {
	font-size:14px;
	color:#FFF;
	border-bottom:none;
	display:block
}
#navigation ul {
	list-style-type:none;
	margin-top:19px
}
#navigation ul li.nav {
	border-top:1px solid #43375B;
	border-left:1px solid #43375B;
	border-right:1px solid #43375B;
	background:url(../images/navBackground4.png) repeat 0 0;
	float:left;
	padding:5px 15px;
	text-align:center;
	margin-left:5px
}
#navigation ul li.nav_active {
	background:url(../images/navBackground3.png) repeat;
	border-top:1px solid #F2F1F1;
	border-left:1px solid #F2F1F1;
	border-right:1px solid #F2F1F1;
	float:left;
	padding:5px 15px;
	text-align:center;
	margin-left:5px
}
#navigation ul li.nav:hover {
	border-top:1px solid #F2F1F1;
	border-left:1px solid #F2F1F1;
	border-right:1px solid #F2F1F1;
}
#showcaseNavigation {
	float:left;
	width:884px;
	height:10px;
	margin-top:2px;
	
}
#showcaseNavigation ul li {
	float:left;
	width:20px;
	text-align:center;
	margin-left:10px
}
#showcaseNavigation ul li {
	background:url(../images/showcaseNav.png) no-repeat;
}
#showcaseNavigation ul li:hover {
	background:url(../images/showcaseNavActive.png) no-repeat;
}
#showcaseNavigation ul li.s-active {
	background:url(../images/showcaseNavActive.png) no-repeat;
}
#showcaseContent {
	color:#43375B;
	font-size:90%
}
span.showcaseContentwhite {
	color:#FFFFFF;
	font-weight:bold;
	font-size:90%
}
#mainContent h2 {
	margin-bottom:0px;
}
#mainContent h4 {
	margin-top:0px;
}
span.learnMorePurple {
	background:url(../images/lmPurpleBG.png) no-repeat 0 0;
	width:117px;
	height:25px;
	display:block;
	text-align:center;
	float:right;
	margin-top:10px;
	padding-top:6px;
	border:1px solid #FFF
}
span.learnMorePurple a{
	color:#fff;
	border-bottom:none;
	text-transform:lowercase
	
}
span.learnMorePurple a:hover{
	color:#43375b;
	border-bottom:none
	
}
span.learnMoreWhite {
	background:url(../images/lmWhiteBG.png) no-repeat 0 0;
	width:84px;
	height:23px;
	display:block;
	text-align:center;
	float:right;
	margin-top:10px;
	padding-top:6px;
	border:1px solid #FFF
}

span.learnMoreWhite a{
	color:#43375b;
	border-bottom:none;
	text-transform:lowercase
	
}
span.learnMoreWhite a:hover{
	color:#FFF;
	border-bottom:none
	
}