@import 'fonts.css';


/* ======================================================================= */
/* CONTENTS */
/* Base type */
/* Images */
/* Navigation */
/* Helper classes */
/* Forms */
/* ======================================================================= */





@charset "UTF-8";

html{ } 

body{ 
	color: #000;
	font-family: arial, sans-serif;
	line-height: 1.3em;
}


body, p {
	font-size: 14px;
	line-height:18px;
}


/* links */
a, a:link, a:active, a:visited	{ 
	color: #0099cc;
	background: inherit;
	text-decoration: none;
}

a:hover { 
	color: #024;
	background: inherit;
	text-decoration: none;
}
 

#main-text strong a, #main-text a strong  {
	color: #0099cc;	
}

#main-text strong a:hover, #main-text a:hover strong  {
	color: #024;	
}


/* Text styles  -  base styles set by YUI base in reset.css*/
h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
	clear:both;
	color: #003366;
}

h1 aside, h2 aside, h3 aside, h4 aside, h5 aside, h6 aside {
	font-weight:normal;
}

h1 aside{
	color:#0099cc;
}


h4, h5, h6 { 
	margin: 1.5em 0px .4em 0px; 
}

h1, h2, h3{ 
	margin: 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;
	padding-top:0px;
}

h1 {
	font-size:24px; 
	font-weight:normal;
	line-height:26px;
	border-bottom:1px #aaa solid;
	padding-bottom:.5em;
	/* color: #666;*/
}

div.col-a h1+h2 {
	color:#666;
	font-weight:normal;
}

h2 {
	font-size: 18px;
	line-height: 22px;	
}

h3 {
	font-size: 16px;
	line-height: 20px;	
}

h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight:normal;
}

h4, h5, h6 {
	font-size: 14px;
	line-height: 18px;
}

p { 
	margin: 0 0 1em 0; 
}

ul, ol {
	margin: 10px 0px;
	padding: 0 1em;
}


hr {
	border-color: #ccc;
    border-width: 0 0 1px 0;
	border-style: inset;
}









/* ======================================================================= */
/* Images */
/* ======================================================================= */

img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}


/* for autoanchor menubuilder */
.anchor{}








/* ======================================================================= */
/* Navigation */
/* ======================================================================= */


/* Main navigation bar ---------------------------------------------------*/

#navigation ul {
	float:left;
	position:relative;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0 0 0 0;
z-index:110;
}

#navigation ul li {
	font-size:14px;
	float:left;
	margin:0 0 0 0px;
	height:30px;
	list-style-type:none;
	list-style-image: none;
	background:url(../base_images/nav-divider.gif) no-repeat left center;
}

#navigation ul li:last-child a, #navigation ul li.lastchild a{
	background:url(../base_images/nav-divider.gif) no-repeat right center;
}

#navigation ul li a{
	display:block;
	float:left;
	color:#FFF;
	line-height:30px;
	height:30px;
	text-decoration:none;
	padding:0 15px 0 15px;
}

#navigation ul li a:hover {
color:#FFF;
	background: #1E1E46;
	/*text-decoration:underline;*/
}

#navigation ul li.currentpage, 
#navigation ul li a.currentpage, 
#navigation ul li.active, 
#navigation ul li a.active,
#navigation ul li.menuparent, 
#navigation ul li a.menuparent {
	color:#000000;
	font-weight:bold;
	background:#b0b5d3;
}

#navigation ul li a.currentpage:hover, #navigation ul li a.menuparent:hover {
	color:#FFF;
	background:#8E94B3;
	/*text-decoration:underline;*/
}

#nav-right ul li a{
	float:right;
	padding:0 10px 0 20px;
}




/* Sub navigation bar ---------------------------------------------------*/

#subnavigation ul {
	list-style:none;
	margin:0;
	padding:0 0 0 0;
}


#subnavigation ul li  {
	float:left;
	margin:0 0 0 0px;
	height:30px;
	line-height:30px;
	list-style-type:none;
	list-style-image: none;
}


#subnavigation ul li a {  
	display:block;
	float:left;
	color:#003366;
	line-height:30px;
	height:30px;
	text-decoration:none;
	padding:0 15px 0 15px;
}

#subnavigation ul li a:hover {
	color: #FFF;
	background-color:#9DA2BF;
	text-decoration:none;
}


#subnavigation ul li a.currentpage,
#subnavigation ul li a.active {  
	color: #000;
	font-weight:bold;
}

#subnavigation li.sectionheader{
margin:0px;
padding: 0px 10px 0px 30px;
}


#subnavigation ul li.sectionheader {
font-weight:bold;
}


#subnavigation ul li a.currentpage,
#subnavigation ul li a.active {
color:white;
font-weight:bold;
}





/* Side navigation bar ---------------------------------------------------*/

.sidenav_head {
	font-weight: bold;
	padding-bottom:10px;
}

.sidenav_head >img {
	margin-right:10px;
	vertical-align:middle;
	margin-top:-2px;
}

.sidenavigation {
	margin-bottom:20px;
}

.sidenavigation ul, div.autoanchors ul {
    border-bottom: 1px solid #FFFFFF;
    font-size: 12px;
    list-style-type: none;
    margin: 0 0 30px 0px;
    padding: 0;
	width:225px;
}

.sidenavigation ul li, div.autoanchors ul li  {
    border-top: 1px solid #FFFFFF;
    font-weight: normal;
    list-style-type: none;
	margin:0;
}
.sidenavigation ul li a , div.autoanchors ul li a{
	margin:0;
    color: #333333;
    display: block;
    line-height: 15px;
    padding: 5px 15px 5px 10px;
    text-decoration: none;
}

.sidenavigation ul li a:hover, div.autoanchors ul li a:hover{
    background: #eee;
	text-decoration:none;
}

.sidenavigation ul li a.currentpage,
.sidenavigation ul li a.active {
    background: #B0B5D3;
	color:#fff;
}


.sidenavigation ul li.sectionheader{
padding: 20px 5px 5px 10px;
font-weight:bold;
color:#003366;
}


/* Base navigation bar ---------------------------------------------------*/

#basenavigation ul, div.basenav ul {
	float:left;
	margin:0;
	padding:0;
}

#basenavigation ul li, div.basenav ul li{
	float:left;
	padding:0 10px 0 0px;
	margin:0 10px 0 0px;
	list-style-type:none;
	border-right:1px solid #aaa;
	line-height:11px;
}

#basenavigation ul li.lastchild, div.basenav ul li.lastchild {  /* #basenavigation ul li:last-child, div.basenav ul li:last-child, CLASS APPLIED BY JQUERY */
	background-image:none;
	border-right:0px solid #aaa;
	padding-right: 0px;
}


#basenavigation ul li a, div.basenav ul li a{
	text-decoration:none;
	background:none;
}

#basenavigation ul li a:hover, div.basenav ul li a:hover{
color:#000;
	text-decoration:underline;
}







/* ======================================================================= */
/* HELPER CLASSES */
/* ======================================================================= */


/* Main navigation bar ---------------------------------------------------*/


/* 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;}
.no-space-below {margin-bottom:0;}
.hidden, .hide { display: none; }


.insetright {padding-right: 20px;}





/* ======================================================================= */
/* Page extras / buttons etc */
/* ======================================================================= */


/* BUTTON ---------------------------------------------------*/

a.button , .button, .button:link{
	font-weight:bold;
	padding:1em 1.5em;
	background:#B0B5D3;	
	color:white;
	border:none;
	display:block;	
}

.button.small {
  padding:.1em .5em;
}

.button.pill {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.button:hover {
background:#a4adb9;			
}

.button:after {
	content: "\e601";
	padding:2px 0px 0px 10px;
	opacity:0.5;			
}


.button.back:before {
	content: "\e600";
	padding:2px 10px 0px 0px;		
}
.button.back:after {
	content: "";
}


.button.more, .button.less, .button.inline {
display:inline-block;
}

.button.more, .button.less {
margin: 0 0 1em 0;
}

.button.more:after {
    content: "\e603";
}

.button.more {
    background: #aaa;
}
.button.less:after {
    content: "\e602";
	padding-bottom:-.1em;
}






/* ======================================================================= */
/* ICONS */
/* ======================================================================= */


.icon-link:before,
.url > a:before {
	content: "\e02c";
	float:left;
	padding:0px 10px 0px 00px;
}

.icon-download:before {
	content: "\e603";
	float:left;
	padding-right:10px;
}

span.icon-download + span {
	overflow:hidden;
	display:block;
}


/* NOTE ODC added the :before here */
h3.icon:before, ul.chevron li:before, .icon-chevron:before
 {
	content: "\f054"; /* .icon-chevron-right:before*/
	padding-right:0.5em;	
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul.chevron li {
	list-style:none;
	}
ul.chevron li:before {
	color: #ccc;
	margin: 0 .5em 0 -1.5em;
    width: .5em;
    overflow: visible;
    display: inline-block;
	vertical-align: bottom;
}

ul.big li{
	font-size:120%;
	line-height:120%;
}
ul.big.chevron li:before{
	margin: 0 .3em 0 -1.3em;
}

.icon-divider {
	font-size:40px;
	display:block;
	text-align:center;
	color:#69C;
	margin:-25px auto 0px auto;
}




/* ======================================================================= */
/* FORMS */
/* ======================================================================= */


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, textarea{ 
	
}

input[type=checkbox]{ 
	width:auto;
}

input[type=text],input[type=password] {
	width:100%;	
	margin-bottom:10px;
}

textarea {
	height:100px;
	display:block;
	width:100%;
}

input[type=text],input[type=password], textarea {
	padding:3px 3px;
	color:#222;
	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;
}

/* ------------------------------------------------------------------------- */



/* ======================================================================= */
/* LISTS */
/* ======================================================================= */

/* !important declarations are to overide specificity introduced by #main-text ul declarations elsewhere  - duh!  */
ul.rule {
	padding:0 !important;
	display:block !important;
}

ul.rule li {
	padding:.8em 0em !important;
	display:block;
	list-style-type: none !important;
	border-top:1px solid #86bfdc;
	margin:0 !important;
}
ul.rule li:last-child {
	border-bottom:1px solid #86bfdc;
}




/* ======================================================================= */
/* BLOCKS - see artec documentation page */
/* ======================================================================= */


.block {
display:block;
color:white;
padding:10px 10px;
background:#e3e8f0;
margin-bottom:20px;	
}


.block h3, .block .title {
	color:white;
	margin-top:0;
	display:block;
	background:#69C; /* #333366; #a4adb9;*/
	margin:-10px -10px 20px -10px;
	padding:10px;
}





/* ======================================================================= */
/*  */
/* ======================================================================= */



#footer-bottom a, #footer-bottom a:visited {
    color: #fff;
    text-decoration: none;
}
#footer-bottom a:hover {
    color: #FFFFFF;
    text-decoration: none; border-bottom:1px dotted;
}







div.error_message {
color:#000;
margin:0 0 20px 0;
}
div.error_message ul {
margin:0;
}


#foot-right a, #foot-right a:visited {
color:#000;
}






/* This table1 style is used for the properties pages */
.table1  {
	margin: 25px 0;
	list-style-type: square;
	list-style-position: outside;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

.table1 td, th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.table1 th {
	color:#003366;
	background:#e3e8f0;
}

.table1 tr {
	color:#555;
}


.table1.smaller th
 {
	font-size:11px;
	line-height:13px;
	text-align:left;
}


.table1.smaller tr, 
.table1.smaller tr p
 {
	font-size:12px;
	line-height:15px;
	text-align:left;
}


/* This spacer style is used to separate the people on the staff listings */
.spacer  {
	height: 40px;	
}














/* trying to get lists behaving alongside floated images */
#main-text ul, #main-text ol {
	display:table-cell;
	padding:0 0 .4em 1.2em;
}

#main-text ul li, #main-text ol li {
	padding-left:.25em;
}

#main-text ul strong, #main-text ol strong {
	color: #555;
}

#main-text ul {
	list-style-type: square;
	color: #555;
}

#main-text li {
	margin-top: 0px;
	margin-bottom:0.8em;
}


/* trying to get lists behaving alongside floated images */
#main-text ul.tight li, #main-text ol.tight li {
	margin-bottom:0.3em;
}



/* removing space on nested lists */
#main-text ul li ul, #main-text ul li ul li ul {
padding-bottom:.1em;
padding-top:.25em;
margin:0;
color:#555;
}






#main-text strong   {
	color: #003366;	
}




.intro, .intro * {
 font-size:24px;
 line-height:28px;
 margin-bottom:20px;	
 color:#003366;	
}



.pullout1 {
	font-size: 24px;
    line-height: 28px;
    color: #999;
    margin-top: 1em;
    margin-bottom: 1em;
}







.smallText,  div.col-b .smallText {
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 10px;

}




