/*
* Common styles for oaaf.org
*/

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	}
body, td, div, p {
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a img, img { border: 0; }

/* link styles */
a { text-decoration: underline; }
a:link { color: #336600; }
a:visited { color: #666600; }
a:hover, a:active { color: #AA2219; }

/* header elements */
#fullheader {
    padding: 4px 0 0 0;
    background: #669900;
    width: 760px;
	}
#header {
    padding: 0;
    background: #99CC00;
	}
#logo {
    padding: 17px 150px 19px 11px;
	}
#utilnav {
    padding: 0 0 0 8px;
    background: #669900;
    height: 20px;
    width: 135px;
	}
.utilnavitem {
    padding: 3px 10px 0 3px;
    float: left;
	}

/* top navigation */
#topnav {
    margin: 1px 0 0 0;
    padding: 0;
    background: #BDBDBD;
    width: 760;
	}
.topnavitem {
    padding: 8px 16px 9px 11px;
    float: left;
	}
#searchform {
    margin:4px;
	}
#searchform input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
    border: 1px;
	}

/* title bar */
#titlebarwrap {
    width: 761px;
	}
.titlebar {
    padding:0px;
    margin: 0 1px 0 0;
    border-bottom: 1px solid #BDBDBD;
    float: left;
	}
#contentbody {
    clear: both;
	}

/* left navigation */
#leftnav {
    padding: 0;
    margin: 0;
    width: 197px;
    float: left;
	}
/* wraps */
.leftnavwrap, .leftnavwraphi, .leftnavwrapsel, .leftnavwrapsel2 {
    margin: 0 24px 0 0;
    padding: 0 0 0 11px;
    border-top: 1px solid #BDBDBD;
    background: #FFF;
	}
.firstitem .leftnavwrap,  
.firstitem .leftnavwraphi,
.firstitem .leftnavwrapsel, 
.firstitem .leftnavwrapsel2 {
    margin-right: 0;
    border-top: none;
	}
.leftnavchildren .leftnavwrap,  
.leftnavchildren .leftnavwraphi,
.leftnavchildren .leftnavwrapsel, 
.leftnavchildren .leftnavwrapsel2 {
    border-top: 0;
    padding-top: 0;
    background: #FFF;
	}
.leftnavwrapsel, .leftnavwrapsel2 {
    background: #FFF url(/oaafimages/graphics/nav_widget-sel.gif) 4px 50% no-repeat;
	}
.leftnavwraphi {
    background: #FFF url(/oaafimages/graphics/nav_widget-hi.gif) 4px 50% no-repeat;
	}
.leftnavwrapempty {
    margin: 0;
    padding: 0 0 0 11px;
    background: #FFF;
	}
/* items */
.leftnavitem {
    padding: 8px 10px 6px 6px;
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    color: #8A5F1B;
    background: #E6F2C2;
	}
.firstitem .leftnavwrap .leftnavitem, 
.firstitem .leftnavwraphi .leftnavitem,
.firstitem .leftnavwrapsel .leftnavitem, 
.firstitem .leftnavwrapsel2 .leftnavitem {
    padding-right: 35px;
    border-right: none;
    background: #E6F2C2;
	}
.leftnavcorner {
    float: right;
	}
/* link colors */
.leftnavitem a {
    text-decoration: none;
	}
.leftnavitem a:link, .leftnavitem a:visited {
    color: #336600;
	}
.leftnavitem a:hover, .leftnavitem a:active {
    color: #B90505;
	}
/* children */
.leftnavchild {
    padding-left: 16px;
	}

/* left nav empty boxes */
.leftnavemptyfirst {
    border-left: 1px solid #DCDCDC;
    background: #F0F6DE;
    text-align: right;
    height: 25px;
	}
.leftnavemptybox {
    margin-right: 24px;
    border-right: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    background: #F0F6DE;
    height: 130px;
	}
.leftnavwrap .leftnavemptybox {
    margin-right: 0;
    height: 70px;
	}


/* content area */
#content {
    padding: 17px 0 30px 0;
    width: 375px;
    float: left;
	}

/* content elements */
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none 0;
	height: 1px;
	}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	margin: 0 0 0 0;
	font-size: 24px;
	font-weight: normal;
	}
h2 {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	}
h3 {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
	}
h4 {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #99CC00;
	}
p {
	line-height: 16px;
	}

/* news items */
.newsitem {
    padding-top: 9px;
	}
#newsandpubsbox h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 15px;
    color: #333333;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    text-transform: none;
	}

/* dotted horizontal rule */
.dottedrule {
	/*/*/
	margin: 12px 0 12px 0;
	background: url(/oaafimages/divider.gif);
	background-repeat: repeat-x;
	height: 1px;
	/* end ns4.7 hack */
	}
.dottedrule hr {
	display: none;
	}
.metadata {
	color: #666;
	font-size: 10px;
	line-height: 13px;
	}
/* press release styles */
.prdate {
    font-style: italic;
	}
.prdeck {
    font-weight: bold;
	}
/* publication styles */
.pubheader {
	padding-bottom: 20px;
	}
.pubheader h1 {
	margin-bottom: 0;
	}
.pubheader h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight:bold;
	}
.pubheadertype {
	color: #666;
	font-size: 10px;
	}


/* list styles */
.blurblistimage {
	padding: 17px 0 3px 0;
	}
.blurblisttext {
	padding: 14px 0 0 0;
	}
.blurblistimagetext {
	padding: 14px 0 0 9px;
	}
.blurblisttitle {
	font-weight: bold;
	}

/* search result styles */
.resultcount {
	font-weight: bold;
	}
.relevance {
	color: #666;
	font-size: 10px;
	}
.searchmetadata {
	color: #666;
	font-size: 10px;
	line-height: 13px;
	}
.searchmetadata a:link, .searchmetadata a:visited {
	color: #666;
	text-decoration: none;
	}
.searchmetadata a:hover {
	color: #AA2219;
	text-decoration: underline;
	}

/* boilerplate */
#boilerplate {
    padding: 30px 0 30px 197px;
    width: 571px;
    clear: both;
	color: #666;
	font-size: 10px;
	line-height: 13px;
	}
#boilerplate a:link, #boilerplate a:visited {
	color: #666;
	}
#boilerplate a:hover, #boilerplate a:active {
	color: #AA2219;
	} 