/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	color: #000;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 75%;
}

body.site {
	background-color:#eeeeee;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

h1 {
	color: #666666;
	margin: 0 0 0.5em 0;
	font-size: 170%;
	font-family: arial, helvetica;
}

h2 {
	color: #666666;
	margin: 0 0 0.5em 0;
	font-size: 125%;
	line-height: 125%;
}

h2 a:link, h2 a:active, h2 a:visited {
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}


h3 {
	color: #666666;
	margin: 0 0 0.5em 0;
	font-size: 125%;
}

hr {
	background: #f00;
	color: #f00;
	height: 2px;
	border: none;
}

p {
	margin: 0 0 1em 0;
	line-height: 150%;
	color:#000000;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
}

ul, ol
{
	padding-left:15px;
	line-height: 150%;
	margin: 0 0 1em 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

th {
	/*background: #f00;
	color: white;*/
	font-weight: bold;
	color:#092573;
	text-align:left;
	font-size:100%;
	padding:10px;
}

td {
	line-height: 150%;
	/*color:#092573;*/
	font-size:100%;
	padding:10px;
}

abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #cc0000;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	color: #cc0000;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
	font-weight:bold;
}

a:active {
	color: #cc0000;
	text-decoration: none;
	font-weight:bold;
}

a:focus {
	color: #cc0000;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

label.lblFrm {
	color:#052571;
	font-weight:bold;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox {
	color: #666666;
	border: solid 1px #666666;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
}

ul.inline li {
	display: inline;
}

p.small, span.small, ul.small, li.small, div.small, a.small, td.small {
	font-size: 90%;
}

p.large, span.large, ul.large, li.large, div.large, a.large, td.large {
	font-size: 110%;
}

p.error, span.error, ul.error, li.error, div.error {
	color: #f00;
}
/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#breadcrumb p {
	color:#666666;
}

#breadcrumb {
	padding: 0;
	margin:0;
	width:611px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight:bold;
	color:#666666;
}

#breadcrumb ul {
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	padding-right:10px;
	color:#666666;
}

#breadcrumb li a:link, #breadcrumb li a:active, #breadcrumb li a:visited {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration:none;
	padding-right:10px;
}

#breadcrumb li a:hover {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration:underline;
	padding-right:10px;
}

/* END PAGE SPECIFIC STYLES */
















/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */



/* START HORIZONTAL MENU STYLES */

#nav {
	margin:0;
	padding:0;
	font-size:75%;
	margin-top:7px;
	margin-bottom:8px;
}

#nav li {
	display:inline;
	list-style-type:none;
	margin-left:2px;
	margin-right:2px;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
	padding: 7px;
	text-decoration: none;
	color: #333333;
	border:1px solid #333333;
	background-color: #999999;
	background-image: url(../images/nav_bg_off.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight:normal;
}

#nav li a:hover {
	color: #CC0000;
	background: #ffffff;
	background-image: url(../images/nav_bg_on.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight:normal;
}

/* END HORIZONTAL MENU STYLES */


/* START MAIN BUILD */




#header {
	margin:auto;
	padding:0;
	padding-left:20px;
	padding-top:10px;
	padding-right:8px;
	width:729px;
	clear:both;
	background-image: url(../images/matrix-pagetop.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}

#header #scroller {
	margin:0;
	margin-top:12px;
	padding:10px;
	float:left;
	width:115px;
	height:118px;
}

#header .ciilogo {
	margin:0;
	padding:0;
	width:70px;
	height:115px;
	float:right;
	margin-top:20px;
}

#header .title {
	margin:0;
	padding:0;
	clear:both;
	padding-top:37px;
}

#holdingdiv {
	margin:auto;
	padding:0;
	background-color:#EBEBEB;
	width:716px;
	border:1px solid #656565;
	background-image: url(../images/matrix-tablebg.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
	padding-bottom:50px;
}

#maincontent{
	margin:auto;
	padding:0;
	width:646px;
	margin-top:30px;
}

#navigation {
	margin:0;
	padding:0;
	width:716px;
	text-align:center;
}

.red {
	color:#CC0000;
	font-weight:bold;
}

#footer {
	margin:auto;
	padding:0;
	width:716px;
	font-size:90%;
	margin-top:5px;
	clear:both;
	margin-bottom:5px;
}

#footer .left {
	margin:0;
	padding:0;
	float:left;
}

#footer .right {
	margin:0;
	padding:0;
	float:right;
	text-align:right;
}

#footer .right a {
	font-weight:normal;
}



/* END MAIN BUILD */



/* the news box when JavaScript is available */
#scroller {
	margin-top: 5px;
	height:74px;
	overflow:hidden;
	position:relative;
}

/* The nested UL when JavaScript is available */
#scroller ul {
	position:absolute;
	top:5px;
	left:0;
	padding-left:0;
}

#scroller li {
	font-size:90%;
	padding:10px 5px;
	border-bottom: 1px solid #ccc;
}

#scroller li a {
	color: #FF0000;
	/*font-weight: bold;*/
	font-size: 110%;
	/*text-decoration: none;*/
	line-height: 110%;
}

#scroller .date {
	color: #fff;
	margin-top: 5px;
	display: block;
}