@charset "utf-8";
/* CSS Document */
/* Global Style Sheet for KMP */
/* Version 1.0 | Updated 05/31/2009 */

/* @Begin Group Core Elements */
html {
	height: 100%;
	/* Force Vertical Scroll Bar for IE */
	margin-bottom: 1px
}
body {
	margin: 0;
	padding: 0;
	text-align:center;
	background:#5380A5 url(../images/bgrepeat.gif) repeat-x;
	background-color:#002651;
	top:0;
}
/* @End Group Core Elements */

/* @Begin Global Container Elements */
#container {
}
#header {
	height:75px
}
#headLinks {
	text-align:right;
	height:44px;
	color:#F43324
}
#headLinks div.top {
	float:right;
	margin-right:20px;
	margin-top:10px
}
#headLinks div.bottom {
	float:right;
	margin-top:25px;
	margin-right:17px
}
#logo {
	height:61px
}
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:50px;
	background:url(../images/navigationBackground.png) no-repeat;
	z-index:500
}
#newsBar {
	height:103px;
	background:url(../images/newsBarBackground2.png) no-repeat 2px 0;
	width:957px
}
.newsBarContent {
	width:850px;
	font-size:100%;
	font-style:italic;
	color:#512B00;
	height:70px;
	margin-left:90px;
	margin-top:14px;
	padding:5px;
	text-align:left;
}
#mainContentHome {
	height:600px;
	background:url(../images/mainContentBackgroundHome2.png) no-repeat;
	margin-top:-9px;
	margin-bottom:29px;
}
#showcase {
	height:588px;
	background:url(../images/homePage4.png) no-repeat
}
#showcase .content {
	font-size:95%;
	color:#FFFFFF;
	float:left;
	margin:450px 35px 0 30px;
	width:800px;
	text-align:left
}
#showcaseTitles {
	height:43px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

#showcaseTitles a{
	color:#003a62;
}

#showcaseTitles a:hover{
	color:#3B6504;
}

#showcaseModules {
	height:135px;
	padding-top:15px
}
#showcaseModules .contentA {
	text-align:left;
	font-size:95%;
	width:180px;
	height:95px;
	padding:10px 80px 0 0;
}
#showcaseModules .bgA { 
	background:url(../images/showcase_a.png) no-repeat;
	height:115px;
	width:275px;
}
#showcaseModules .contentB {
	text-align:left;
	font-size:95%;
	width:180px;
	height:95px;
	padding:10px 65px 0 0;
}
#showcaseModules .bgB { 
	background:url(../images/showcase_b.png) no-repeat;
	height:115px;
	width:275px;
}
#showcaseModules .contentC {
	text-align:left;
	font-size:95%;
	width:180px;
	height:95px;
	padding:10px 0 0 15px;
}
#showcaseModules .bgC { 
	background:url(../images/showcase_c.png) no-repeat;
	height:115px;
	width:275px;
}
#showcaseBackground {
	background:url(../images/showcaseBackground2.png) no-repeat;
	z-index:1;
	height:645px
}
#showcaseBackgroundLayer2 {
	background:url(../images/showcaseBackgroundLayer2.png) no-repeat 0 25%
}
#showcaseBackgroundBottom {
	background:url(../images/showcaseBackgroundBottom.png) no-repeat 48% 100%;
	margin-bottom:20px;
}
#mainContent {
	background:url(../images/mainContentBackground.png) repeat-y;
	margin-top:-9px;
	text-align:left;
}
#content {
	background:url(../images/mainContentBackgroundHome.png) no-repeat;
	height:5px
}
#contentBackground {
	background:url(../images/showcaseBackground.png) 0 100% no-repeat;
	margin-bottom:15px
}
#contentLeft {
}
#contentRight {
}
#contentRightPicture {
	padding-top:50px;
}
#contentPaddingLeft {
	padding:0 15px 30px 30px
}
#contentPaddingLeftFull {
	padding:0 15px 30px 30px
}
#contentPaddingLeftKAMF {
	padding:0 15px 30px 30px
}
#contentPaddingRight {
	padding:15px 30px 30px 0
}
#contentPaddingRight2 {
	padding:15px 30px 30px 30px
}
#biocontent {
	padding: 0 0 0 15px;
}
#rightModule {
	margin:15px;
	/*border:2px solid #3B6503;*/
	border:2px solid #c3c2c2;
	background:url(../images/rightModuleBackground.png)
}
#footer {
	background:url(../images/footer_bg2.png) no-repeat;
		height:90px
}
#footerLeft {
	text-align:center;
	padding:10px 0 0 20px;
	color:#042955;
}
#footerCenter {
	text-align:left;
	line-height:14px;
	padding:10px 0 0 0;
	color:#777777;
}
#footerRight {
	padding:0 0 0 20px;
}
#copyright {
	color:#fff;
	font-size:90%
}

