/****************************************
* CIA ProChef
* Main CSS Rules
****************************************/

/****************************************
* General Formatting
****************************************/

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 63.125%;
	background: #fff;
}

#wrapper-outer {
	margin: 10px auto 0 auto;
	width: 775px;
}

img {
	border: none;
}

/****************************************
* CIA Wrapper 
****************************************/

#wrapper-inner {
	float: left;
	margin: 0 0 30px 0;
	width: 771px;
	border: 2px solid #eee;
}

#header {
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
	height: 65px;
}

#ciaLogo {
	float: right;
}

#ciaTitle {
	float: right;
	margin: 4px 0 0 0;
}

/* Navigation */	

#navWrapper {
	float: left;
	margin: 0 0 25px 0;
	width: 707px;
	height: 25px;
	background: #97A991 url(../images/layout/logo-cia3.gif) no-repeat center left;
}

.mmenu {
	font-size: 157%;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 500px;
	float: right;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
}

* html #nav a, * html #nav li.hasSubmenu {
	height: 1px; 
}

#nav a:hover {
	background-color: #333;
	color: #fff;
}

#nav li { /* all list items */
	float: left;
	margin: 0 0 0 0;
}

#nav li ul li {
	float: none;
}

#nav li.hasSubmenu {
	background-image: url(../images/layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav li ul li.hasSubmenu {
	background-image: url(../images/layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: 99% center;
}

#nav li.width-programs {
	width: 107px;
	width: 119px;
}

#nav li.width-elearning {
	width: 63px;
	width: 75px;
}

#nav li.width-training {
	width: 103px;
	width: 115px;
}

#nav li.width-worlds {
	width: 95px;
	width: 107px;
}

#nav li.width-about {
	width: 53px;
	width: 65px;
}

#nav li ul { /* second-level lists */
	z-index: 999;
	position: absolute;
	background: #adc2a7;
	width: 20em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	background: #c4dbbd;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Search */

#search {
	float: left;
	margin: 0;
}

#search input {
	margin: 1px;
	border: 1px solid #000;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	background: #fff;
}

/* Footer Layout */

#footer {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

.footer-section {
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
	width: 213px;
}

#footer-section2 {
	margin-right: 15px;
	width: 201px;
}

#footer-section3 {
	margin-right: 0;
	width: 201px;
}

/****************************************
* Splash
****************************************/

#splash {
	top: 100px;
	margin: 0 0 0px 11px;
	z-index: 1;
}

* html #splash {
	margin-bottom: 0;
	padding-bottom: 0px;
}

/****************************************
* Content Layout
****************************************/

/* Main content */

#contentWrapper {
	float: left;
	margin: 0;
	padding: 10px 10px 30px 12px;
	border-bottom: 20px solid #97A991;
	width: 740px;
}

#content-primary {
	float: left;
	width: 520px;
	margin-right: 10px;
}
#contentBox {
	float: left;
	margin-bottom: 10px;
	padding: 10px 20px 10px 12px;
	border: 1px solid #cccccc;
	width: 500px;
}

/* Feature Navigation */

/* Fix IE. Hide from IE Mac \*/
* html #content-secondary ul li { float: left; }
* html #content-secondary ul li a { height: 1%; }
/* End */

#content-secondary img {
	display: block;
	float: left;
	margin: 0px 0 0 0;
	border: 0px;
}

#content-secondary {
	float: right;
	width: 200px;
}

#contentBoxright {
	float: right;
	margin-top: 10px;
	margin-right: -11px;
	padding: 10px 5px 10px 5px;
	border: 1px solid #cccccc;
	width: 190px;
}
#contentBoxright a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration: none;
}
#contentBoxright a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration: underline;
}
#contentBoxright a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration: none;
}

.sidebartext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
	line-height:12px;
	color:#333333;
}

.greensidebartext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
	line-height:12px;
	color:#13654a;
}

#content-secondary ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	width: 225px;
	width: 177px;
	border-bottom: 1px solid #ccc;
}

#content-secondary ul li ul {
	width: 225px;
}

#content-secondary ul li {
	position: relative;
	text-decoration: none;
	background: #fff;
	margin: 0px;
	border: 1px solid #bbb;
	border-bottom: 0;
	float: left;
	clear: left;
	width: 175px;
}

#content-secondary ul li ul li {
	width: 223px;
}

#content-secondary ul li.submenu a, #content-secondary ul li.subsubmenu a {
	background-image: url(../images/layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: 97% 8px;
}

#content-secondary li:hover a, 
#content-secondary li.over a, 
#content-secondary li ul li:hover a, 
#content-secondary li ul li.over a,
#content-secondary li:hover ul li:hover a, 
#content-secondary li ul li a:hover {
	background: #9c6;
	background: #db1c08;
	background: #bf0000;
	color: white;
}

#content-secondary li:hover ul a, #content-secondary li.over ul a {
	background: #fff;
	color: #333;
}

#content-secondary ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px;
	color: #333;
}

#content-secondary ul li h1 {
	font: italic normal bold 1.0em verdana;
	margin: 0;
	padding: 5px;
}

#content-secondary ul li a h1 {
	padding: 0px;
}

#content-secondary li ul {
	position: absolute;
	font-size: 1em;
	left: 175px;
	top: -1px;
	display: none;
}

#content-secondary li:hover ul, #content-secondary li.over ul {
	display: block;
}

#specials {
	float: left;
	width: 99%;
}

#specials .specials-topic {
	float: left;
	width: 112px;
	padding: 13px 10px;
	height: 130px;
	background-color: #eee;
	margin: 10px 15px 0 0;
	text-align: center;
}

.specials-topic p {
	margin: 5px 0;
	font: normal normal bold 1em verdana;
	line-height: 1.3em;
}

.specials-topic p.go {
	float: right;
}

/****************************************
* Text Formatting
****************************************/

p {
	font: normal normal normal 1.2em verdana;
	line-height: 1.5em;
	margin: 10px 0;
}

p.question {
	font: normal normal bold 1.2em verdana;
	line-height: 1.5em;
	margin: 15px 0 10px 0;
}

#content-primary h1 {
	font: normal normal bold 1.8em georgia;
	line-height: 1.3em;
	margin: 0px 0 10px 0;
}

#content-primary h2 {
	font: normal normal bold 1.4em georgia;
	line-height: 1.2em;
	margin: 15px 0 5px 0;
}

#content-primary a {
	color: #2248c3;
	text-decoration: none;
}

#content-primary a:hover {
	text-decoration: underline;
}

#content-primary ul, #content-primary ol {
	margin: 10px 0;
	padding: 0 0 0 15px;
}

#content-primary ol {
	margin-left: 15px;
}

#content-primary li {
	margin: 0;
	font: normal normal normal 1.2em verdana;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

#content-primary ol {
	padding-left: 25px;
}

.quote {
	float: right;
	width: 190px;
	padding: 5px 15px;
	margin: 0 15px 15px 15px;
	background-color: #eee;
}

.quote blockquote {
	padding: 0;
	font: normal normal normal 1.1em verdana;
	line-height: 1.4em;
	margin: 10px 0;
}

.quote cite {
	display: block;
	font: normal normal normal 1.0em verdana;
	line-height: 1.4em;
	margin: 10px 0 10px 10px;
}

/****************************************
* Video listing
****************************************/

#videos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#videos li {
	display: block;
	margin: 15px 0;
	border-top: 1px solid #eee;
	padding: 10px 0; 
	height: 130px;
}

#videos img {
	width: 155px;
	float: left;
	margin: 0 10px 10px 0;
}

#videos p {
	margin: 0 0 0 15px;
}

/****************************************
* Recipes
****************************************/

.recipe h1 {
	text-align: center;
}

.recipe p.yield {
	margin: 0;
	font: ital     
