/* ---- Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}


/* ---- Set new basic styles --------------------------------------------------------- */

body {
	background-color:#FFFFFF;
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul { 
	zzzmargin: 0 20px; 
	padding: .5em 0;
}

a {
	color:#747356;		/* color:#3f4227;*/
}
a:visited {
	color:#484b2c;		/*color:#636249;*/
}


.clear {
	clear:both;
}
.bullet {
	text-indent:15px;
	background:url(../images/arrowhead_dark.gif) no-repeat 1px 10px;

}

/* this is mostly for the sidenav... */
ul.bullets {
	list-style-type:disc;
	margin-left:15px;
}
ul.bullets li {
	line-height:1.2;
	padding:4px 0;
}
blockquote {
	margin-left:30px;
	margin-right:30px;
	margin-top:12px;
	margin-bottom:12px;
}



/* ---- General Structure  -------------------------------------------- */
/* Note separate #homepage structure, and note what is shared among all pages */

#container {
	width: 764px;
	margin:10px auto;
}
#masthead-container {
	width:764px;
	position:relative;
	color:#FFFFFF;
	margin:0;
	padding:0;
	margin-bottom:3px;
}
#navigation-container {
	position:relative;
	float:left;
	display:inline;				/* IE double-margin bug prevention */
	width:155px;
}
#content-container {
	position:relative;
	float:right;
	display:inline;				/* IE double-margin bug prevention */
	width:609px;
	overflow:visible;			/* IE italic bug prevention */
}


#maincontent {
	float:left;
	display:inline;				/* IE double-margin bug prevention */
	width: 400px;
	margin:10px 5px 5px 35px;

}


#sidecontent {
	float:right;
	display:inline;				/* IE double-margin bug prevention */
	width: 130px;
	margin:10px 17px 5px 15px;

}

#footer {
	width:764px;
	position:relative;
	color:#000000;
	text-align:right;
}





/* ---- =masthead -------------------------------------------- */


#masthead-before {
	background:url(../images/masthead_bg764_top.gif) no-repeat center bottom;
	width:764px;
	height:22px;
}
#masthead {
	background:#3f4227 url(../images/masthead_bg764_middle.gif) repeat-y center center;
	width:764px;			/* specify width here to force IE "hasLayout" -- otherwise background image shows through transparencies*/
}
#masthead-after {
	background:url(../images/masthead_bg764_bottom.gif) no-repeat center top;
	width:764px;
	height:22px;
}
#masthead h1 {
	float:left;
	width:99px;
	height:47px;
	display:block;
	position:relative;
	text-indent:-9999px;
	margin:0;
	padding:0;
	margin-left:30px;
	background:#3f4227 url(../images/logo.gif) no-repeat left center;
}
#masthead p {
	float:right;
	display:block;
	width:140px;
	text-align:left;
	padding:0;
	margin:0px 5px;
	margin-bottom:4px;
	font-size:10px;
	font-family: Arial, Verdana, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	line-height:11px;
}


/* ---- =navigation -------------------------------------------- */
/* Don't forget that homepage.css has very similar styles as here, so be sure to update both, if needed. */
#navigation-before {
	background:url(../images/navigation_bg155_top.gif) no-repeat center bottom;
	width:155px;
	height:22px;
}
#navigation {
	background:#636249 url(../images/navigation_bg155_middle.gif) repeat-y center center;
	width:155px;			/* specify width to force IE "hasLayout" -- otherwise navigation gets weird */
	display:inline-block;	/* to force "hasLayout?" */
}
#navigation-after {
	background:url(../images/navigation_bg155_bottom.gif) no-repeat center top;
	width:155px;
	height:22px;
}
#navigation ul, #navigation p {
	margin: 0 15px; 
	padding: .5em 0;
}
#navigation ul li {
	border:1px solid #636249;		/* to force layout, prevent IE margin inconsistencies */
	zzzmargin-left:10px;
}
#navigation ul li a {
	display:block;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font:normal 11px/1.4 "Trebuchet MS", Trebuchet, Helvetica, Arial, Verdana, sans-serif;
}
#navigation ul li a:hover {
	background:url(../images/nav_arrow_hollow.gif) no-repeat left center;
}




/* ---- =content -------------------------------------------- */

#content-before {
	background:url(../images/content_bg609_top.jpg) no-repeat center bottom;
	width:609px;
	height:70px;
}
#content {
	background: #FFFFFF url(../images/content_bg609_middle.gif) repeat-y center center;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:609px;			/* specify width here to force IE "hasLayout" -- otherwise background image shows through transparencies*/

}
#content-after {
	background:url(../images/content_bg609_bottom.gif) no-repeat center top;
	width:609px;
	height:22px;
}


/* ---- =maincontent and =sidecontent -------------------------------------------- */

#maincontent h2, #sidecontent h2 {
	font:bold 150% "Trebuchet MS", Trebuchet, Helvetica, Arial, Verdana, sans-serif;
	display:block;
	position:absolute;
	top: 19px;
	color:#FFFFFF;
	text-transform:uppercase;
}

#maincontent h3, #sidecontent h3 {
	font-weight:bold;
	zzzletter-spacing:2px;
	margin-top:0.6em;
	margin-bottom:0.4em;
}
#maincontent h4, #sidecontent h4 {
	padding-left:14px;
	margin-top:0.6em;
	margin-bottom:0.4em;
	font-weight:bold;
	background:url(../images/arrowhead_dark.gif) no-repeat 1px 9px;
}



#maincontent ol {
	list-style-type:decimal;
	margin-left:25px;
}
#maincontent ol li {
	padding-top:0.4em;
	padding-bottom:0.4em;
}
#maincontent ul {
	list-style-type:disc;
	margin-left:25px;
}




/* ---- =footer -------------------------------------------- */

#footerleft {
	float:left;
	display:inline;
	width:180px;
}
#footerright {
	float:right;
	display:inline;
	width:170px;
}
#footerleft p, #footerright p {
	font-size:9px;
	margin:15px;
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
}






/* ---- Navigation Overrides -------------------------------------------- */


body#consulting #navitem-consulting a
, body#research #navitem-research a
, body#pubs #navitem-pubs a
, body#about #navitem-about a
, body#faq #navitem-faq a {
	zzzcolor:#DDDDDD;
	font-weight:bold;
	background:url(../images/nav_arrow_solid.gif) no-repeat left center;
}

body#consulting #navitem-consulting
, body#research #navitem-research
, body#pubs #navitem-pubs
, body#about #navitem-about
, body#faq #navitem-faq {
	zzzmargin-left:0;
	
}


