@charset "UTF-8";
body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #2a2c39 url(images/template/bkgrd_tile.jpg) top center repeat;
	margin: 0; 
	padding: 35px 0 0 0;
	text-align: center; /* centers the container in IE 5. Text is then set to the left aligned default in #container */
	color: #000000;
	font-size: 12px;
	line-height: 1.5em;
}
#secondaryNav {
	width: 610px;
	padding: 0;
	margin: 0 auto 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative; /* this is just so we can give it a z-index */
	z-index: 199;
}
#secondaryNav a:link, #secondaryNav a:visited, #secondaryNav a:hover, #secondaryNav a:active {
	color: #f5d77d;
	text-decoration: none;
	text-transform: uppercase;
}
#secondaryNav a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#container {
	width: 912px;
	background: #f5d77d url(images/template/bkgrd.jpg) top left repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#interiorBorder {
	margin: 0;
	padding: 0;
	border: 3px solid #000000;
}

#header {
	padding: 0;
	margin: 0;
	height: 120px; /* ie needs this, else header image position gets ie'd up */
	position: relative; /* this is just so we can give it a z-index */
	z-index: 1;
}






#header img#topLogo {
	position: absolute;
	left: 16px;
	top: 24px;
	z-index: 103;
}
#header img#topRibbon {
	position: absolute;
	left: 735px;
	top: 65px;
	z-index: 102;
}
#header img#topTagLine {
	position: absolute;
	left: 275px;
	top: 40px;
	z-index: 101;
}
#header img#topMainImage {
	/* this is going to be a problem in IE 6 -- go here first: http://24ways.org/2007/supersleight-transparent-png-in-ie6 */
	position: absolute;
	left: 680px;
	top: -48px;
	z-index: 100;
	/*border: 1px solid #00cc00;*/
}


a:link, a:visited, a:hover, a:active {
	color: #be3907;
	text-decoration: underline;
}

a:hover {
	color: #db4208;
	text-decoration: none;
}




#mainContent {
	padding: 50px 100px 0 100px;
	margin: 0;
	position: relative; /* this is just so we can position things inside of it */
}

h1, h2, h3, h4, h5, h6 {
	color: #be3907;
	line-height: 1.2em;
}

.subheads {
	margin-bottom: 1px;
}
.briefs {
	margin-top: 1px;
}

.articleIntro {

}
.articleCredits {
	color: #555566;
	font-style: italic;
}

.multiColWrap, .multiColWrap .col1, .multiColWrap .col2 {
	/*border: 1px solid #00cc00;*/
}

.multiColWrap {
	width: 717px;
	margin: 0;
	padding: 0;
}

.multiColWrap .col1 {
	float: left;
	width: 395px;
}
.multiColWrap .col2 {
	float: right;
	width: 310px;
}

.multiColWrap .col2 img.rtMainPic, .multiColWrap .col2 img.rtMainPicNoMargin {
	margin-top: 15px; 
	border: 1px solid #be3907;
}

.multiColWrap .col2 img.rtMainPicNoMargin {
	margin-top: 0; 
}

.multiColWrap .col2 .flashWrapper {
	margin-top: 15px; 
}
.dottedDivider {
	border-top: 1px dashed #be3907;
	height: 0;
	margin: 1em 0 0 0;
	padding: 0;
}

.valueHeader {
	margin-bottom: 1px;
	text-align: center;
	text-transform: uppercase;
}

.valueStatement {
	margin: 1px 2em 1em 2em;
	font-size: 14px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}



.colRecipList2 {
	float: right;
	width: 260px;
	padding-left: 10px;
	border-left: 1px dashed #be3907;
}

.colRecipList2 h2 {
	margin-bottom: 0;
}
.colRecipList2 .sidebarCallout {
	margin-top: 0;
	width: 200px;
}

#iconNavWrap {
	margin: 0;
	padding: 0;
}

#iconNavWrap .iconNavButton {
	width: 125px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	/*position: relative;*/
	/*z-index: 2;*/ /* just needs to be above corner icon */
}

img#cornerIcon {
	position: absolute;
	left: 0;
	bottom: -150px;
	z-index: 1; /* meant to be a background element, so, should be low in the stack */ 
}

#breadcrumbs {
	font-size: 10px;
	line-height: 15px;
	color: #e45925;
}



#footer {
	padding: 0;
	margin: 0;
	background: #f5d77d url(images/template/bkgrd_footer.jpg) top left repeat-x;
	height: 150px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


p.footerInfo {
	color: #999999;
	font-size: 10px;
	line-height: 14px;
	margin: 5px 0 10px 0;
}

p.footerInfo a:link, p.footerInfo a:visited, p.footerInfo a:hover, p.footerInfo a:active {
	color: #999999;
	text-decoration: none;
}
p.footerInfo a:hover {
	color: #ffffff;
	text-decoration: underline;
}


















/* ******************** drop down menus ******************** */
/* source: http://htmldog.com/articles/suckerfish/dropdowns/ */
#header ul#nav {
	/*z-index: 200;*/
	position: relative;
	left: 285px;
	top: 99px;
	width: 480px;
}
ul#nav, ul#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul#nav a {
	display: block;
	width: 70px; /* sets a default width */
	height: 16px;
	padding: 0 0 0 10px;
	color: #ffeeaa;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
}
ul#nav a:hover {
	color: #ffffff;
}
/* one level down */
ul#nav ul a {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
ul#nav ul a:hover {
	background: #181818; 
	color: #ffffff;
}
ul#nav li {
	float: left;
	width: 70px;
}
ul#nav li ul {
	position: absolute;
	left: -999em;
	border: 1px solid #ffffff;
	width: 220px; /* if using a border, this needs to be 20px greater than width of #nav .drop1, #nav .drop2, etc. otherwise set to 10em */
	opacity: 0.85; /* for all modern standards-compliant browsers */
	text-transform: none;
	letter-spacing: 0px;
	filter:alpha(opacity=85); /* for ie */
	-moz-opacity:0.85; /* optional: for old versions of netscape navigator only */
	-khtml-opacity: 0.85; /* optional: for safari 1.x only */
}
ul#nav li:hover ul {
	left: auto;
}
ul#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* set custom widths on top-level buttons */
ul#nav .btn1 { width: 70px; }

/* set widths and padding for first-level pulldown block */
ul#nav .drop1 { 
	font-weight: normal;
	width: 200px; 
	background-color: #000000;
}
ul#nav a.drop1 { 
	padding: 10px 10px; 
}
/* ******************** end drop down menus ******************** */




#rwForm {
	margin: 0;
	padding: 10px 10px;
	border: 1px solid #eab038;
	width: 530px;
}
#rwForm.sidebar {
	width: 270px;
	padding: 7px;
	font-size: 12px;
	line-height: 14px;
}
.reqd {
	color: #be3907;
}
.successMsg {
	color: #006600;
}

.smallType {
	font-size: 75%;
}






.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
