/* Start of CMSMS style sheet 'ODC-text' */
@charset "UTF-8";

html{ color: #fff;} /* keeps Safari happy */

body{ 
	color: #fff;
	font-family: arial, sans-serif;
	line-height: 1.2em;
}

div.col-b {
	color: #eee;
	font-size:85%;
}

.col-b-title{
margin-bottom:16px;	
font-size:123.1%;
}


/* links */
a, a:link, a:active, a:visited	{ 
	color: #93cfee;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #DD0;
	background: inherit;
	text-decoration: underline;
}
 
/* Text styles  -  base styles set by YUI base in reset.css*/
h1, h2, h3, h4{
	color: #FFF;
}

h4, h5 { 
	margin: 1.2em 0px .8em 0px; 
}
h1, h2, h3{ 
	margin: 1.2em 0px .8em 0px; 
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child { 
	margin-top:0px;
}

h1.arrow, h2.arrow, h3.arrow{
	padding: 0em 0 .3em 25px;
	margin-bottom:0.75em;
	margin-top:0;
	background:url(/_odc-site-assets/base-images/arrow.png) no-repeat 0% .1em;		
}

#content-b td h3{
	padding-bottom:5px;
	margin-right:10px;
	display:block;
	border-bottom:2px dotted #008599;
}


p { 
	margin: 0 0 .6em 0; 
}


ul, ol {
	margin: 10px 0px;
	padding: 0 15px;
}


/* images */

img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}








/* navigation /*

/*
#navigation ul, #navigation ul li, #navigation ul li a, #navigation ul li h3{
	font-size:12px;
	margin:0;
	padding:0;
}

#navigation ul li {
	list-style:none;
}
*/
/* Deprecating this now flash is used for menu */
#  navigation ul li a, #navigation ul li h3  {
	display:block;
	height:30px;
	width:155px;
	text-indent:-9009px;
	overflow:hidden;
	background-image:url(/_odc-site-assets/base-images/navigation/nav.png);
	background-repeat: no-repeat;

}
#  navigation ul li#nav0 a {background-position: 0px 0px;}
#  navigation ul li#nav1 a {background-position: 0px -30px;}
#  navigation ul li#nav2 a {background-position: 0px -60px;}
#  navigation ul li#nav3 a {background-position: 0px -90px;}
#  navigation ul li#nav4 a {background-position: 0px -120px;}
#  navigation ul li#nav5 a {background-position: 0px -150px;}

#  navigation ul li#nav0 a:hover {background-position: -155px 0px;}
#  navigation ul li#nav1 a:hover {background-position: -155px -30px;}
#  navigation ul li#nav2 a:hover {background-position: -155px -60px;}
#  navigation ul li#nav3 a:hover {background-position: -155px -90px;}
#  navigation ul li#nav4 a:hover {background-position: -155px -120px;}
#  navigation ul li#nav5 a:hover {background-position: -155px -150px;}

#  navigation ul li#nav0.menuactive a {background-position: -310px 0px;}
#  navigation ul li#nav1.menuactive a {background-position: -310px -30px;}
#  navigation ul li#nav2.menuactive a {background-position: -310px -60px;}
#  navigation ul li#nav3.menuactive a {background-position: -310px -90px;}
#  navigation ul li#nav4.menuactive a {background-position: -310px -120px;}
#  navigation ul li#nav5.menuactive a {background-position: -310px -150px;}

#  navigation ul li#nav0 h3 {background-position: -310px 0px;}
#  navigation ul li#nav1 h3 {background-position: -310px -30px;}
#  navigation ul li#nav2 h3 {background-position: -310px -60px;}
#  navigation ul li#nav3 h3 {background-position: -310px -90px;}
#  navigation ul li#nav4 h3 {background-position: -310px -120px;}
#  navigation ul li#nav5 h3 {background-position: -310px -150px;}

#subnavigation ul, #navigation ul {
	font-size:108%;
	list-style:none;
	margin:0;
	padding:0 0 0 0;
	line-height:1.2em;
}

#subnavigation h3, #navigation h3 {
font-size:92.6%; /* to get back to 108% */
color:#DD0;
}


#subnavigation ul li , #navigation ul li {
	text-align:right;
	margin-bottom:2px;
	list-style-type:none;
	font-weight:normal;
}

#subnavigation ul li a.currentpage, #navigation ul li a.currentpage {  
	color: #DD0;
}

#subnavigation ul a, #navigation ul a {  
	display: block;
	color: #CCC;
	text-decoration:none;	
	padding: 0px 0px 3px 0px;
}

#subnavigation ul h3{
margin:0px;
padding: 0px 0px 3px 0px;
}

#subnavigation li.sectionheader{
margin:0px;
padding: 0px 0px 5px 0px;
}


#subnavigation ul a:hover, #navigation ul a:hover {
	color: #EEE;
}

#subnavigation ul li.sectionheader, #navigation ul li.sectionheader {
font-weight:bold;
}





#footer{
font-size:77%;
}



/*****************************/
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */

.hide  { display: none; }
.gray  { color: #CCC; }
.pale  { color: #CCC; }
.inactive { color: #CCC; }
.no-space-above {margin-top:0;}

.clear {
clear:both;
display:block;
height:1%;
overflow:hidden;
}






/*****************************/
/* form elements */
form {
	margin-bottom:50px;
	clear:both;
}


.form-title {
	font-weight:bold;
	width:5%;
	color:#555;
	text-align:left;
}


label {
	display:block;
	display:inline;
	margin:0px 0px 5px 5px;
}
input[type=text],input[type=password] {
	width:99%;	
}

textarea {
	width:99%;
	height:100px;
	display:block;
}

input[type=text],input[type=password], textarea {
	background:#005C6C;
	padding:3px 3px;
	color:#FFF;
	border:1px solid #DDD;
	font-family: inherit;
}

input.submit { 
	margin: 0 10px 0 0; 
	font: 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(/_odc-site-assets/base-images/buttonbg.gif) repeat-x left bottom; 
	color: #888;
	float:left;
}

input.submit:hover { 
	color: #000;
}

input.small-button { 
	margin: 0; 
	font:  10px Arial, Sans-serif; 
	border: 0px;
	padding: 0px; 
	color: #333;
	background:#FFF;
}

div.error_message {
color:#DDDD00;
margin:0 0 20px 0;
}
div.error_message ul {
margin:0;
}





/*************** News Module **************/

div.col-b .NewsSummaryLink{
	font-size:109.4%;  /* hopefully returns it to 93% after 85% reduction ie 12px */
}

div.NewsSummaryLink, div.NewsSummaryPostdate, div.NewsSummarySummary{
margin:0 0 .3em 0;
}
div.NewsSummaryLink a{
font-weight:bold;
}
div.NewsSummary {
margin:1em 0 1em 0;
}

div.prev-next-story {
margin:20px 0 0 0;
}
div.return-to-news {
margin:50px 0 0 0;
}

#NewsPostDetailSummary{
margin:2em 0 1em 0;
}
#NewsPostDetailContent{
margin:0.5em 0 1em 0;
}








/* End of 'ODC-text' */

