*
    {
    margin: 0;
    padding: 0;
    border: 0;
}


html,body {

	color:#000;
	background:#fff url(../images/background.jpg) repeat-x top;
}
body {
	padding:1em 0;
	font:80%/1.5 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
h1,h2,h3, h4 {
	margin:0 0 0.25em;
	color:#660033;
	font-weight:normal;
	line-height:1.2;
	font-family:"Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}
h1 {
	font-size:1.8em;
	line-height:1.2;
}

h2 {
	font-size:1.5em;
	line-height:1.3;
	text-align: left;
}
h3 {
	font-size:1em;
	font-weight: bold;
	color: #CD1F37;
	text-transform: uppercase;
}
h4 {
	font-weight: bold;
	color: #2E3192;
	text-transform: capitalize;
	font-size: 1em;
}
ul {
	list-style: none;
	margin-left: 0;
/*	padding-left: 1em; */
	text-indent: -1em; 
}

.olist {
	font-weight: bold;
	color : #45439b;
}

.headline {
	font-weight: 100;
	margin-left: 25px;
	color: #FF9900;
	text-transform: capitalize;
	background-image: url(berea st/box.png);
}

p {margin:0 0 1em;}
a:link,
a:visited {
	color:#f95302;
}
a:visited {color:#333;}
a:focus,
a:hover {
	color:#8D1728;
	text-decoration: none;
	border-bottom: thin dotted #8D1728;
}
 #mainmsg a, #mainmsg a:focus, #mainmsg a:hover  {
	text-decoration: none;
	border: none #FFFFFF;
}


/* Layout ids and classes
Poster for right hand divs. Posterleft for lefthand divs.
-----------------------------------------------------------------------------*/

.clear
    {
    clear:both;
}

.right
    {
	float: right;
}

.left
    {
	float: left;
	width: 50%;
}
.leftthirds
 {
	float: left;
	width: 30%;
	padding: 5px;
	border-right: 1px dotted #CCCCCC;
}
.lefthalves
 {
	float: left;
	width: 46%;
	padding: 5px;
	border-right: 1px dotted #CCCCCC;
	margin-left: 5px;
}
.tinylink{
	font-size: 76%;
	font-weight: bold;
	font-variant: small-caps;
}

#absolute-wrapper {
	position:relative;
	height:130px;
	width: 100%;
}
#absolute-wrapper img {
	top:0px;
	position: absolute;
	left: 5px;
}

.logo {
	position: absolute;
	top: 5px;
}


#wrap {
	max-width:850px;
	margin:0 auto;
}
* html #wrap {
	width:850px;
}



/* Navigation
-----------------------------------------------------------------------------*/


#navcontainer {
	position: absolute;
	top: 0em;
	padding: 2px;
	right: 0px;
	width: 60%;
	float: right;
}
#navcontainer ul
{
	float: right;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 2px 5px 2px 2px;
	color: #000033;
	text-decoration: none;
	border-right: 1px solid #660033;
	font-size: small;
}

#navcontainer ul li a:hover, #navcontainer ul li a:focus
{
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#navcontainer #current
{
	color: #00005B;
	border-bottom: 1px solid #660033;
}


.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
* html .clearfix {height:1px;} /* * html hack for IE pre 7 used for convenience in this demo */
.clearfix {display:inline-block;}
.clearfix {display:block;}
.structural {
	position:absolute;
	left:-9999px;
}
/* Footer
-----------------------------------------------------------------------------*/

#footer {
	clear:both;
	margin-top:1em;
	padding-top:0.5em;
	text-align:center;
}



/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:4px 0px; 
	padding:0 1px; 
	border:1px solid #666; 
	background:#fff; 
}
.wide{
clear:both;
width:80%;}

/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:12px;
	margin:0 0 0 12px;
	background:url(../images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-12px;
	width:12px;
	height:12px;
	min-height:12px;
	background:url(../images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:12px;
	margin:0 0 0 12px;
	background:url(../images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:12px;
	background:url(../images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/border_l.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/border_r.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

/* Custom CSS
================================================*/
/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */

.one {
	right:0px;
}
.two {
	float:right;
	width:240px;
	clear: right;
}

.two .i1,
.two .i2 { background-image:url(../images/border_r.gif); }
.two .bt,
.two .bt div,
.two .bb,
.two .bb div { background-image:url(../images/box.gif); }

.four {
	float:left;
	width:33%;
}
.four .i1,
.four .i2 { background-image:url(../images/border_r.gif); }
.four .bt,
.four .bt div,
.four .bb,
.four .bb div { background-image:url(../images/box.gif); }

.five{
	float:left;
	width:560px;
}
.six{
	width:520px;
	border-style: dashed;
	border-color: #CC3366;
}



#three {
	float:left;
	clear:both;
	width:70%;
}
#three .cb {
	float:right;
	width:40%;
}
.button {
	float:right;
	margin-top:0;
	background-color: #2E3192;
	color: #FFFFFF;
	padding: 5px 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.button .bt {
	height:8px;
	margin:0 0 0 9px;
	background-image:url(../images/button.png);
}
.button .bt div {
	left:-9px;
	width:9px;
	height:8px;
	background-image:url(../images/button.png);
}
.button .bb {
	height:8px;
	margin:0 0 0 8px;
	background-image:url(../images/button.png);
}
.button .bb div {
	left:-8px;
	width:8px;
	height:8px;
	background-image:url(../images/button.png);
}
.button .i1 {
	padding:0 0 0 3px;
	background-image:url(../images/button-borders.png);
}
.button .i2 {
	padding:0 3px 0 0;
	background-image:url(../images/button-borders.png);
}
.button .i3 {
	padding:0 0.5em;
	background:#3a3d40 url(../images/button.png) no-repeat -3px -8px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.button a:link,
.button a:visited,
.button a:hover {
	border:none;
	color:#fff;
}

.cb li {margin-left:1em;}


.poster {
	width: 220px;
	clear: right;
	float: right;
	margin-right: 10px;
	margin-left: 0px;
}

.posterleft {
	width: 230px;
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
.posterright {
	width: 230px;
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}

*:first-child+html .posterleft {
margin-right: 25px;
}

/* Required IE fixes
================================================*/
/* Serve gif images to IE/Win pre version 7 */
* html .i1,
* html .i2 {
	background: url(../images/borders.gif);
}
* html .bt,
* html .bt div,
* html .bb,
* html .bb div {background-image:url(../images/box.gif);}
/* Set a height to fix up some rendering issues. */
* html .i1,
* html .i3 {height:1px;}

/* Give the absolutely positioned box a width (including IE 7)*/
.one {}

/* Custom rules for the buttons */
/* All IE versions need a width */
.button {width:120px;}
/* IE 7 does not need these */
* html .button .i1,
* html .button .i2 {background:transparent;}
* html .button .bt,
* html .button .bt div {background-image:url(button.gif);}
* html .button .bb,
* html .button .bb div {background-image:url(button.gif);}
.note {
	font-style: normal;
	border: 1px dotted #850033;
	padding: 5px;
	margin: 1em auto;
	width: 80%;
	clear: both;
	background-color: #EFEFEF;
}
.faded_zimbot {
	background: url(../images/zimbot_faded.gif) no-repeat right bottom;
}
.seven {
	width: 820px;
}
.zimbie {
	background: url(../images/zimbie_char.png) no-repeat left top;
	height: 300px;
}
.brandphoto {
	background: url(../images/photo2.jpg) no-repeat right top;
	height: 382px;
}
.features {
	width: 160px;
	margin-left:20px;
	float: right;
	list-style: none;
	color:#F2732C;
}
.bluebox {
	background: #5956A5;
	background-image: url(../images/krblueradial.jpg);
	float: left;
	width: 380px;
	padding: 10px;
	color: #FFFFFF;
	font-size: medium;
	margin-right: 10px;
}
.bluebox2 {
	background: #5956A5;
	float: left;
	width: 700px;
	padding: 10px;
	color: #FFFFFF;
	font-size: medium;
	margin-right: 10px;
}

.bluetable {
	color: #FFFFFF;
	font-size: medium;
	padding: 10px;
}

a.blue:link {
	color: #ffffff; 
}
a.blue:visited {
	color: #ffffff; 
}

a.blue2:link {
	color: #45439b; 
}

a.blue2:visited {
	color: #45439b; 
}

.bluebigtxt {
	width: 250px;
	font-size: medium;
	text-align: right;
	float: right;
}

.orangebox {
	background: #F2732C;
/*	background-image: url(../images/krorangegrade.jpg); */
	float: right;
	width: 370px;
	color: #FFFFFF;
	padding: 15px;
}
.features2 {
	color: #2E3192; 
	font-weight:normal;
}
