/* @override http://localhost/KMAC/www/_style/common.css */

@charset "utf-8";
/* ff focus fix */
:-moz-any-link:focus {
  outline: none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575462;
	margin:0px;
	padding:0px;
	background:url(../_images/bg_body.jpg) no-repeat top center #8A74B5;
}
#bodyContainer {
}
#header {
	height:209px;
}

.addMarginBelow {
	margin-bottom: 1.4em;
}
.contactPhotos {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
#tagContainer {
	height:34px;
	background-color:#68489D;
	width:920px;
	margin:auto;
}
#tagline {
	background:url(../_images/txt_tagline.gif) no-repeat top right;
	width:880px;
	height:34px;
	margin:auto;
}
#logoContainer {
	width:920px;
	margin:auto;
}
#logo {
	width:232px;
	height:131px;
	background:url(../_images/img_logo.png) no-repeat;
	margin-left:170px;
	margin-top:60px;
	behavior: url(../_png/iepngfix.htc);
}
#bodyContainer {
	width:920px;
	margin:auto;
	background:url(../_images/bg_bodyContainer.gif) repeat-y left top;
}
#imageContainer {
	width:191px;
	float:left;
}
#contentContainer {
	width:729px;
	float:left;
}
#content {
	width:500px;
	float:left;
	padding:15px;
}
#content a {
	color:#68489D;
}
#right {
	width:198px;
	float:left;
}
.rightItem {
	width:143px;
	margin:7px auto;
	background-color:#FFF;
}
#footer {
	width:920px;
	margin:auto;
	border-top:5px solid #AEA1CE;
	height:110px;
	background:url(../_images/bg_footer.jpg) no-repeat top left;
}
.clear {
	clear:both;
}
.textAlignRight {
	text-align: right;
}
.purple {
	color:#68489D;
}
.odd {
	background-color:#EEEEEE;
	padding:5px;
}
.even {
	padding:5px;
}
h1 {
	font-size:14px;
	color:#68489D;
}
/* nav */
#nav {
	background:url(../_images/bg_nav.jpg) repeat-y #029D47;
	height:22px;
	line-height:22px;
	margin:0px;
	padding:0px;
}
#nav ul {
	padding:0px;
	margin:0px;
	list-style:none;
	position:relative;
	z-index:500;
}
#nav ul li {
	float:left;
	margin:0px;
	padding:0px;
}


#menu {padding:0; margin:0; list-style:none; height:22px; position:relative; z-index:500;}
#menu li {float:left; margin:0px; padding:0px;}
#menu li a {display:block; float:left; height:22px; line-height:22px; font-size:13px; color:#FFF; text-decoration:none; padding:0px 10px;}

#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

#menu li a:hover {z-index:200; position:relative;background-color:#9CCB3B;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {background-color:#9CCB3B;}

#menu :hover ul {left:0; top:20px; width:300px; background-color:#9CCB3B;}

#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:225px; top:0px; white-space:nowrap; width:230px; z-index:200; height:auto;}

#menu :hover ul li {margin:0;}
#menu :hover ul li a {width:225px; padding:0; text-indent:10px; background-color:#9CCB3B; height:30px; line-height:30px;}

#menu :hover ul :hover {background-color:#AEA1CE;}

#menu :hover ul :hover ul li a {width:230px; padding:0; text-indent:10px; background-color:#9CCB3B;}
#menu :hover ul :hover ul :hover {background-color:#AEA1CE;}

#content div.unifyRepeatArea div.unifyRepeat img {
	margin-left: 10px;
}

#right div.rightItem.ccLink a {
	color: #fff;
	padding: 5px;
	margin-top: 0;
	display: inline-block;
	width: 133px;
	text-align: center;
	background-color: #8a74b5;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 1.1em;
}
#right div.rightItem.ccLink a:hover {
	color: #e9e5f3;
}
