/* Start of CMSMS style sheet 'ohio_styles' */
/* Start of CMSMS style sheet 'ohio_styles' */


/* kill defaults */

html, body, ul, dl, li, img {margin: 0;	padding: 0;}
ul { list-style: none; }
img { border: 0; }

/* ============= */

@import url("zero-out.css");

/* Default styles.css */
/* @group Main */
body {
	background-color: #84ABF6;
	font: 12px/1.4em Arial;
	color: #4c4c4c;
}

#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px 7px;
	background: url(images/cms/body-bg.png);
}

a:link, a:visited {
	color: #6684be;
}

a:hover {
	color: #84ABF6;
}

h2, h3, h4 {
	font-weight: normal;
	color: #4f628c;
}

h3 {
	font-style: italic;
}

.bldund {color: #4f628c; font-weight:bold; text-transform:uppercase; text-decoration:underline;}
/* @end */

/* @group Header */
div#header {
	background:url(images/cms/header-bg.png) no-repeat bottom;
	position: relative;
	width: 728px;
	height: 135px;
	margin: 0px auto 30px;
}

h1#logo {
	font: 36px Georgia;
	position: absolute;
	margin: 0px;
	top: 30px;
	right: 20px;
	color: #faf7da;
}

div#sunshine {
	position: absolute;
	background: url(images/cms//burst-left.png);
	width: 273px; height: 321px;
	top: 0;
	left: -309px;
	text-indent: -9999px;
}


/* @end */

/* @group Navigation */
ul#navigation {
	float: left;
	width: 150px;
	padding: 0px 0px 0px 35px;
        margin-bottom:25px;
	
}
ul#navigation li {
	margin: 4px 0px;
}
ul#navigation ul {
	margin-left: 10px;
}

div.breadcrumbs {
	font: italic 11px Georgia;
	position: relative;
	left: 35px;
	top: -20px;
	color: #999;
}

/* @end */

/* @group SubNavigation */



/* @end */

/* @group Content */
div#main-content {
	margin:0px 75px 0px 220px;
}

div#main-content ul {
      margin-left: 20px;
       list-style:disc;
}

/* @end */

/* @group SubContent */



/* @end */

/* @group Footer */
ul#footer {
	background: url(images/cms/footer-bg.png) no-repeat top;
	width: 814px; height: 21px;
	padding-top: 18px;
	margin: 0px auto;
	text-align: center;
}

ul#footer li {
	display: inline;
	margin: 0px 5px;
}

ul#footer li a {
	color: #faf8db;
	text-decoration: none;
}


/* @end */



/* End of 'ohio_styles' */


/* End of 'ohio_styles' */

