/*		CSS for UBOC		*/
/*		created 06/16/08		*/
/*		by Patrick Rovito provito@imaginepub.com		*/

@import "reset.css";

/*-------------------- LAYOUT --------------------*/

body{
	font-family:/*"Helvetica Narrow", "Myriad Pro",*/ Helvetica, Arial, sans-serif;
	font-size:small;
}

#container{margin:0 auto;}

#masthead{
	width:788px;
	height:106px;
	margin:0 auto;
	background:url(../images/mastheadGeneral.gif) 0% 0% no-repeat;
}
.su10 #masthead{background:url(../images/mastheadGeneral_summer2010.gif) 0% 0% no-repeat;}
.sp10 #masthead{background:url(../images/mastheadGeneral_spring2010.gif) 0% 0% no-repeat;}
.f08 #masthead{background:url(../images/mastheadGeneralF08.gif) 0% 0% no-repeat;}
.w09 #masthead{background:url(../images/mastheadGeneralW09.gif) 0% 0% no-repeat;}
.sp09 #masthead{background:url(../images/mastheadGeneralSP09.gif) 0% 0% no-repeat;}
.sm09 #masthead{background:url(../images/mastheadGeneralSM09.gif) 0% 0% no-repeat;}
.f09 #masthead{background:url(../images/mastheadGeneralF09.gif) 0% 0% no-repeat;}
.w10 #masthead{background:url(../images/mastheadGeneralW10.gif) 0% 0% no-repeat;}

/*		MAIN NAV		*/
#nav{
	width:632px/*745px*/;
	height:31px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	margin:0 auto;
	padding:0 0 0 113px;
	background:#111f4a;
}
ul#mainNav{
	width:100%;
	height:100%;
	margin:0;
	font-size:100%;
}
ul#mainNav li{
	display:block;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	margin:0;
	padding:0 1.30em;
	line-height:2.4em;
	float:left;
}
	ul#mainNav li.last{border-right:0;}
ul#mainNav li + li{border-left:0;}
ul#mainNav li a{
	display:inline;
	width:99.5%;
	height:100%;
	font-weight:bold;
	color:#fff;
}

#content{
	width:745px/*745px*/;
	margin:0 auto;
}
#mainContent{
	width:465px;
	min-height:1000px;
	padding:30px 20px 0;
	background:url(../images/gradeMain.jpg) 0% 0% repeat-x;
	float:left;
}
#sidebar{
	border:2px solid #ccc;
	margin:25px auto;
	padding:10px 20px;
	background:#d4ddcc;
}

#subContent{
	width:200px;
	min-height:1000px;
	padding:50px 20px 0;
	background:url(../images/gradeSubGr.jpg) 0% 0% repeat-x;
	float:right;
}

#footer{
	width:780px;
	margin:20px auto 0;
	padding:20px 0;
	background:url(../images/dividerH.jpg) 0% 0% no-repeat;
	clear:both;
}

/*-------------------- TYPOGRAPHY --------------------*/

h1{text-indent:-2000px;}

h2{
	height:20px;
	margin:-10px 0 0;
	background:100% 00% no-repeat;
	text-indent:-2000px;
	float:right;
}
#masthead h2{
	display:none;
	width:140px;
	background-image:url(../images/headerGeneral.gif);
}
#subContent h2{
	display:block;
	margin:0 0 0 -20px;
	background:0% 50% no-repeat;
	line-height:1.5em;
	background-image:url(../images/headerSub.png);
	text-align:left;
	float:none;
}
#subContent h2#recent{
	margin:0;
	background-image:none;
	text-indent:0;
}
#subContent h2 a{
	display:block;
	height:1.5em;
	padding-right:15px;
	background:url(../images/linkArrowRed.gif) 100% 50% no-repeat;
	text-decoration:underline;
	color:#111f4a;
}
	
h3{
	margin:20px 0;
	font-size:120%;
	color:#3f6455;
}

h4{
	margin:5px 0;
	font-size:95%;
	color:#d71921;
}

h5{
	margin-top:15px!important;
	font-weight:bold;
}

p, h5{
	margin:8px 0;
	font-size:90%;
	line-height:1.45em;
	color:#333;
}

.citation {font-size:75%;}


h3 + p, p.callout{
	font-style:oblique;
	font-weight:bold;
	color:#111f4a;
}
p.deck{/* remove this when people stop using IE6 */
	width:99%;
	font-style:italic;
	font-weight:bold;
	color:#111f4a;
}
a[name] + p.footnote{
	border-top:1px solid #999;
	padding-top:15px;
}
#sidebar p{color:#111f4a;}
#sidebar p.disclosure{font-size:70%;}

#footer p{margin-left:200px;}
	p.footnote{
		margin:3px 0 3px 8px;
		font-size:70%;
		line-height:1.3em;
	}
	.pull {margin-left:-10px; margin-right:2px;}

sup{font-size:80%; vertical-align:super;}
	.footnote sup{margin-left:-7px;}

/*		LISTS		*/
ul{
	list-style:none;
	font-size:90%;
	list-style:outside disc;
}
	table ul, #sidebar ul{list-style-position:inside;}

ul li{
	margin:10px 20px;
	line-height:1.3em;
	color:#333;
}
table ul li{
	margin:5px;
}

dl{margin-left:25px;}
	#subContent dl{margin:0 0 40px 0;}
dl dt{
	margin:20px 0 10px;
	font-size:110%;
	font-weight:bold;
	color:#d71921;
}
	#subContent dt{
		margin-bottom:2px;
		font-size:95%;
		letter-spacing:normal;
		line-height:1.3em;
	}
dl dd{
	margin-bottom:10px;
	font-size:90%;
	font-weight:bold;
	color:#111f4a;
}
	#subContent dd{
		font-weight:normal;
		line-height:1.3em;
		color:#333;
	}

/*		IMAGES		*/
#mainContent img{
	border:1px solid #d4d4d4;
	margin:4px 0 10px 20px;
	padding:2px;
	float:right;
}
/*		TABLES		*/
table.investDisclaimer{
	width:60%;
	border:1px solid #333;
	border-top:0;
	margin-bottom:15px;
	font-size:80%;
	color:#333;
}
table.investDisclaimer td{
	border-top:1px solid #333;
	padding:5px;
	background:#d7d7d7;
}
table.investDisclaimer td + td{background:none;}

/*		LINKS		*/
a{
	text-decoration:none;
	color:#0000FF; /* was #333; */
}
a:link{}
a:visited{}
a:hover{text-decoration:underline;}
a:active{}

dt a{color:#111f4a;}
dd a{font-weight:normal;}

#sidebar p a{color:#d71921;}
#sidebar sup a{color:inherit;}


a[rel="archive"]{
	margin:20px 0;
	font-weight:bold;
	color:#d71921;
}
a[href="#top"]{
	margin:15px 0;
	padding-left:12px;
	background:url(../images/backtotop.gif) 0% .3em no-repeat;
	text-decoration:underline;
	color:#00f;
	float:right;
}

/*-------------------- IE --------------------*/

/*	IE6+	*/
* html #nav{padding-left:111px;}
* html ul#mainNav{border-left:2px solid #fff;}
* html ul#mainNav li{border-left:0;}
* html #mainContent, * html #subContent{height:1000px;}
* html a.archive{margin:20px 0; font-weight:bold; color:#d71921;}
* html a.top{
	margin:15px 0;
	padding-left:12px;
	background:url(../images/backtotop.gif) 0% .3em no-repeat;
	text-decoration:underline;
	color:#00f;
	float:right;
}

* html h2{margin-top:-13px}
	/* html #subContent h2{background-image:url(../images/headerSubGr.jpg);}*/
	* html #subContent h2#recent{background-image:none;}