@charset "utf-8";

/*
Design and Code: Rudy Riley
Contact: me@rudyriley.com
Website: www.rudyriley.com

*/


html {
	height:100%;
}

body {
	background: #fff url(../_images/bg.png) 0 0 repeat-x;
	margin: 12px 0 0;
	font-size: 12px;
	color:#939393;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#176CA0;
}

a:hover {
	text-decoration:none;
	color: #999;
}

.pdf:before {
	content: url(../_images/pdf.png);
	padding-right: 5px;
}

p {
	font-size: 12px;
	line-height:16px;
	color:#939393;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	font-weight: lighter;
	line-height:16px;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:#666;
	margin-bottom: -10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*h1.staff a:after {
	content: url(../_images/email.png);
	padding-left: 8px;
}*/

h1.staff {
	margin: 35px 0 -10px;
	font-size:16px;
	font-weight:bold;
}

h1.staff span {
	font-weight:normal;
	font-size:14px;
}

h1.staff a {
	border: 0;
	text-decoration:none;
	margin-left: 8px;
}

ul.news {
	list-style:url(../_images/arrow_right.gif);
}

ul.news li {
	line-height:20px;
}

ul.faqs {
	list-style:none;
	padding-left:0;
}

blockquote {
	font-size: 16px;
	font-weight: lighter;
	font-style:italic;
	line-height:18px;
	color:#75963F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

blockquote span {
	font-size: 10px;
	line-height:16px;
	color:#939393;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	text-align:right;
}

#bottom {
	background: #fff url(../_images/page_foot.png) left bottom repeat-x;
	width: 100%;
	height:20px;
	bottom:0px;
}


#logo {
	position: absolute;
	left:70px;
	top:25px;
}

#header {
	margin: 0 auto;
	height:103px;
	width:637px;
}

#navigation {
	left:60px;
	top:23px;
	position:relative;
}

/*html>body #header {
	height:115px;
}

html>body #nav {
	top:35px;
}*/

#nav a.tier1 {
	display:block;
	width:70px;
	height:44px;
	font-size:12px;
	text-align:center;
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:35px 7px 0px 7px;
}

#nav li:hover {
	color:#156eb7;
	background: transparent url(../_images/navbg.png) left bottom repeat-x;
}

#nav a:hover {
	color:#156eb7;
	text-decoration:none;
}


#nav li {
	list-style:none;
	padding:0;
	margin:0;
	display: block;
	float:left;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


#nav li ul {
	position: absolute;
	width: 11.5em;
	left: -999em;
	background-color:#eef0f9;
}

#nav li ul li a {
	display:block;
	font-size:12px;
	height:28px;
	width:11em;
	line-height:28px;
	color:#999;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:5px;
	border-bottom: 1px solid #dcdcdc;
}

#nav li ul li a:hover {
	background-color:#fff;
	color:#156eb7;
	text-decoration:none;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#wrapper1 {
	background: transparent url(../_images/cerealus_header.jpg) -2px top no-repeat;
	margin:0 auto;
	width:637px;
}

body#home #wrapper2 {
	margin:0 auto;
	width:608px;
	background: transparent url(../_images/wrapper2.png) 0 0 repeat-y;
}

body#about #wrapper2 {
	background: transparent url(../_images/cerealus_header2.jpg) -2px top no-repeat;
}

body#products #wrapper2 {
	background: transparent url(../_images/cerealus_header3.jpg) -2px top no-repeat;
}

body#resources #wrapper2 {
	background: transparent url(../_images/cerealus_header4.jpg) -2px top no-repeat;
}

body#newspage #wrapper2 {
	background: transparent url(../_images/cerealus_header5.jpg) -2px top no-repeat;
}

body#contact #wrapper2 {
	background: transparent url(../_images/cerealus_header6.jpg) -2px top no-repeat;
}

#content {
	padding: 256px 20px 80px;
	font-size: 12px;
	line-height:16px;
	color:#939393;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#news {
	margin:20px;
	padding:20px;
	border: 1px solid #D8D8D8;
	background-color:#EEEEEE;
}

#callout {
	margin: 40px 0;
	border: 1px dotted #dcdcdc;
	padding:20px;
}

#callout ul {
	padding:0;
	margin:0;
}

#callout ul span {
	font-weight:bold;
	font-size:16px;
}

#callout li {
	font-size:14px;
	list-style:none;
	margin:10px 0;
}

#footer {
	width: 500px;
	text-align:right;
	font-size: 9px;
	color:#BBBBBB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #dcdcdc;
	margin: 0 auto;
	padding: 10px;
}