html {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #333333;
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 16px;
}

p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
h1 { font-size: 120%; font-weight: bold; margin-bottom: 10px; margin-top: 1px; color: #000000; }
h2 { font-size: 115%; font-weight: bold; margin-bottom: 10px; margin-top: 1px; color: #666666; }
h3 { font-size: 115%; font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #000000; }
h4 { font-size: 110%; font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #000000; }
hr { width: 100%; border: 0; color: #E3E3E3; background-color: #E3E3E3; height: 1px; margin-top: 7px; margin-bottom: 7px; padding: 0px; }
a:link, a:visited, a:active { text-decoration: none; outline: none; color: #53a500; }
a:hover { text-decoration: underline; outline: none; color: #53a500; }

.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }
img { border: 0; background-color: transparent; }
object { outline: none; }


.section_object { margin-bottom: 15px; }
.section_object_large_image {}
.section_object_small_image_l {}
.section_object_small_image_r {}
.section_object_image_text { font-style: italic; }

.section_object ul {
	margin-left: 0;
	padding-left: 1.3em;
}

.section_object ul li {
	padding-left: 0.4em;
}

.section_object ol {
	margin-left: 0;
	padding-left: 1.6em;
}

.section_object ol li {
	padding-left: 0.1em;
}


#outer {
	width: 1215px;
	position: relative;
	margin: 0 auto;
	top: 30px;
}

#left {
	width: 175px;
	height: 590px;
	position: absolute;
	z-index: 20;
}

#center {
	width: 915px;
	position: absolute;
	left: 150px;
	z-index: 15;
}

#right {
	width: 175px;
	height: 590px;
	position: absolute;
	right: 0px;
	z-index: 20;
}




#center_top {
	background: transparent url('/site/ceres/images/static/main_top.png') no-repeat top left;
	height: 20px;
}


/* sites navigation */
#sites_nav {
	position: relative;
	top: -24px;
	width: 100%;
}

#main_site {
	position: relative;
	float: left;
}

div.ms_left {
	position: relative;
	float: left;
	width: 15px;
	height: 29px;
	background: transparent url('/site/ceres/images/static/ms_left.png') no-repeat top left;
}

div.ms_center {
	position: relative;
	float: left;
	height: 29px;
	background: transparent url('/site/ceres/images/static/ms_center.png') repeat-x top left;
	line-height: 40px;
}

/*.ms_center a:link, .ms_center a:visited, .ms_center a:active, .ms_center a:hover */
.ms_center h1 {
	/*color: #00763b;*/
	color: #000000;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	text-transform: uppercase;
	margin: 4px 8px 0 8px;

}

div.ms_right {
	position: relative;
	float: left;
	width: 15px;
	height: 29px;
	background: transparent url('/site/ceres/images/static/ms_right.png') no-repeat top left;
}


#other_sites {
	position: relative;
	float: right;
	margin: 0 30px 0 0;
	/*top: -1px;*/
	top: -1px !important; top: -41px;
}


div.ss_left {
	position: relative;
	float: left;
	width: 14px;
	height: 27px;
	background: transparent url('/site/ceres/images/static/ss_left.png') no-repeat top left;
}

div.ss_center {
	position: relative;
	float: left;
	height: 27px;
	background: transparent url('/site/ceres/images/static/ss_center.png') repeat-x top left;
	line-height: 30px;
}

.ss_center a:link, .ss_center a:visited, .ss_center a:active, .ss_center a:hover {
	color: #000000;
	font-weight: normal;
	font-size: 110%;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 8px 0 8px;
}

div.ss_right {
	position: relative;
	float: left;
	width: 14px;
	height: 27px;
	background: transparent url('/site/ceres/images/static/ss_right.png') no-repeat top left;
	margin: 0 20px 0 0;
}




/* sites navigation */

#center_main {
	background: transparent url('/site/ceres/images/static/main_middle.png') repeat-y top left;
}

#center_bottom {
	height: 18px;
	background: transparent url('/site/ceres/images/static/main_bottom.png') no-repeat bottom left;
}

#center_main_inner {
	background-color: #F8F8F8;
	width: 880px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top left;
	min-height:550px;
  height:auto !important;
  height:550px;
}



/* top navigation */
#navigation_container {
	width: 837px;
	height: 46px;
	background: transparent url('/site/ceres/images/static/navigation_bg.png') no-repeat bottom left;
	position: relative;
	float: left;
	top: 10px;
	left: 22px;
}

#navigation_container ul {
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
}

#navigation_container li {
	line-height: 47px;
	margin:0 15px 0 15px;
	float:left;
	font-size: 120%;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

#navigation_container li img {
	margin: 5px 0 0 5px;
}

#navigation_container li.last { }
#navigation_container li:hover { }

#navigation_container li a {
	/*text-transform: uppercase;*/
	color: #000000;
	text-decoration: none;
	outline: none;
	background-color: transparent;
}

#navigation_container li a.current {
	/*text-transform: uppercase;*/
	/*font-weight: bold;*/
	color: #53a500;
	outline: none;
	background-color: transparent;
}

#navigation_container li a:hover {
	color: #53a500;
}

/* end top navigation */















#left_navigation_container {
	width: 330px;
	position: absolute;
	z-index: 150;
	top: 110px;
	/*background-color: #FF0000;*/
	/*position: relative;
	float: left;
	margin: 30px 0 0 0;*/
}


#left_nav { width: 300px; }

#left_navigation_container ul {
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
	margin: 0 0 0 23px;
}

#left_navigation_container ul li ul { margin: 0; }

#left_navigation_container li {
	margin: 0;
	padding: 0 0 0 1.0em;
	cursor: pointer;
	cursor: hand;
}

/*#left_navigation_container li.last { background-image: none; }*/
#left_navigation_container li:hover { }

#left_navigation_container li a {
	color: #000000;
	text-decoration: none;
	outline: none;
	background-color: transparent;
	font-size: 120%;
	font-weight: bold;
}

#left_navigation_container ul li ul li a {
	font-size: 90%;
	font-weight: normal;
}

#left_navigation_container li a.current { color: #53a500; }
#left_navigation_container li a:hover { color: #53a500; }


#content_container {
	width: 837px;
	position: relative;
	float: left;
	margin-top: 33px;
	left: 22px;
}


#cell01 {
	width: 500px;
	position: relative;
	float: right;
	/*position: absolute;
	right: 0px;*/
	margin: 0;
}

#cell01_top { height: 15px; background: transparent url('/site/ceres/images/static/cell01_top.png') no-repeat top left; }
#cell01_inner { background: transparent url('/site/ceres/images/static/cell01_inner.png') repeat-y top left; padding: 0 15px 0 15px; position: relative; top: -2px; }
#cell01_bot { height: 20px; background: transparent url('/site/ceres/images/static/cell01_bot.png') no-repeat bottom left; position: relative; top: -21px;}



#cell02 {
	width: 837px;
	position: relative;
	float: left;
	margin-top: 130px;
}

#cell02_top { height: 15px; background: transparent url('/site/ceres/images/static/cell02_top.png') no-repeat top left; }
#cell02_inner { background: transparent url('/site/ceres/images/static/cell02_inner.png') repeat-y top left; padding: 0 15px 0 15px; position: relative; top: -2px; }
#cell02_bot { height: 20px; background: transparent url('/site/ceres/images/static/cell02_bot.png') no-repeat bottom left; position: relative; top: -21px;}






#foot { height: 30px; }

#contact_form_error {
	color: #FF0000;
}
