/* 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 {
	line-height: 1;
	color: #000;
	background:#FFF;
	font-family: arial, helvetica;
	font-size: 70%;
}

body.site 
{
	background: #019bd9 url(/cms/outertemplates/images/bg.jpg) top center repeat-x;
}

h1 {
	color: #ccb800;
	margin: 15px;
	font-size: 175%;
	font-weight:normal;
}

h2 {
	color: #ccb800;
	margin: 15px;
	font-size: 150%;
	font-weight:normal;
}

h3 {
	color: #ccb800;
	margin: 15px;
	font-size: 125%;
	font-weight:normal;
}

hr {
	color: #ccb800;
	height: 2px;
	border: none;
}

p {
	margin: 15px;
	padding:0;
	line-height: 150%;
}

ul, ol {
	margin-left: 20px;
	margin-right: 20px;
	padding-left:20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

#content ol {
	margin-left: 30px;
	margin-bottom: 1em;
}

li {
	line-height: 150%;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px;
}


th {
	background: #019BD9;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #ccb800;
	text-decoration: none;
}

a:visited {
	color: #ccb800;
	text-decoration: none;
}

a:hover {
	color: #ccb800;
	text-decoration: underline;
}

a:active {
	color: #ccb800;
	text-decoration: underline;
}

a:focus {
	color: #ccb800;
	text-decoration: underline;
}

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

div.left { float:left; }
div.right { float:right; }

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;
}

a.button, input.button {
	background: url(/cms/outertemplates/images/btn-bg.jpg);
	width:84px;
	height:64px;
	color: #FFF;
	border: none;
	display:table-cell;
	display:block;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
	padding-top: 20px;
}

input.button{float:right;}

input.textbox, textarea.textbox, select.textbox {
	color: #000;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
	vertical-align:middle;
	border: 1px solid #cfd4d8;
	width:150px;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

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;
}

.bannerbox p 
{
    margin: 0;
    padding: 15px 0 0 15px;
    text-align: center;
    float: left;
}
/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#breadcrumb p {
	float: left;
	padding: 0 0 0 5px;
}

#breadcrumb ul {
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	padding-left: 15px;
	background: url(../images/breadcrumb.gif) 3px no-repeat;
}

/* END PAGE SPECIFIC STYLES */





/* START HORIZONTAL MENU STYLES */

div.xMenuBtn {
	display: none;
}


#nav { 				/* all lists */
	list-style: none;
	margin:0 auto;
	width:756px;
	height:61px;
	padding:15px 3px;
	background:url(/cms/outertemplates/images/nav-bg.png);
}

#nav ul { 				/* all lists */
	list-style: none;
	margin:0;
	padding:0;
}

#nav li ul { 					/* second-level lists */
	position: absolute;
	left: -999em;
	margin:0;
	padding:0;
	clear:left;
}

#nav li ul ul { 				/* third-and-above-level lists */
	margin: -21px 0 0 0;			/* height offset of third-and-above-level lists */
}

#nav li { 					/* all list items */
	float: left;
	display:inline;
	width: auto;
	background: url(/cms/outertemplates/images/nav-btn-bg.gif) no-repeat;
	width:124px;
	margin:1px;
	padding:0;	
	line-height:28px;
	vertical-align:middle;
} 

#nav li ul li { 				/* second-level lists */
	clear: left;
	margin:0px 1px 0px 2px;
	background:#FFF;
	border:1px solid #4871a5;
	border-top:none;
	width:120px;
	font-size:90%;
	height:auto;
	
}
 
#nav li a {					/* first-and-above-level anchors */
	display: block;
	width: 120px;
	text-decoration: none;
	font-weight:bold;
	color: #FFF;
	margin:0;
	padding:0;
	text-align:center;	
}

#nav li ul li a {				/* second-and-above-level anchors */
	width: 120px;
	color:#4871a5;
	padding:0;
}

* html #nav li a {float: left;} * html #nav li ul li a{float: none;}	/* Mac IE hack */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 147px;			/* width + padding of second-and-above-level anchors + navdrop padding */
}

#nav li.navdrop a {
	background: url(../images/arrowdown.gif) 95% 80% no-repeat;	/* image used to indicate a drop down list item */
}
 
#nav li.navdrop li a, #nav li li.navdrop li a, #nav li li li.navdrop li a, #nav li li li li.navdrop li a {
	background: url(../images/spacer.gif) no-repeat;			/* hides the drop down image from non-drop down list items */
}
 
#nav li li.navdrop a, #nav li li li.navdrop a, #nav li li li li.navdrop a, #nav li li li li li.navdrop a{
	background: url(../images/arrowright.gif) right no-repeat;		/* image used to indicate a pop out list item */
}

#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li.navdrop a:hover, #nav li.navdrop a:active, #nav li.navdrop a:focus { 
	color: #ccb800; 
}

/* IE 7 Fix, for sticky drop downs */
#nav li:hover, #nav li.hover {
    position: static;
}

/* END HORIZONTAL MENU STYLES */











/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* 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 MAIN DIV STYLES */

#wrap-top
{
	width:771px;
	margin:0 auto;
	background:url(/cms/outertemplates/images/wrap-top.png) no-repeat;
	height:10px;
	margin-top:15px;
	overflow:hidden;
}

#wrap-bottom
{
	width:771px;
	margin:0 auto;
	margin-bottom:15px;
	background:url(/cms/outertemplates/images/wrap-bottom.png) no-repeat;
	height:10px;
	overflow:hidden;
}

#wrap
{
	position:relative;
	width:771px;
	margin:0 auto;
	background: url(/cms/outertemplates/images/wrap-bg.png	) repeat-y;
}

#header
{
	text-align:center;
	margin-bottom:10px;
	height:149px;
	clear:both;
}

#header-left
{
	float:left;
	display:inline;
	margin-left:10px;
}

#header-right
{
	float:right;
	display:inline;
	width:536px;
	height:149px;
	overflow:hidden;
	color: #004ea0;
	font-family: Arial;
	font-size: 180%;
	background: url(/cms/outertemplates/images/header-right.jpg);
	margin-right:10px;
}

#header-right table
{
	float:right;
	margin:20px;
	text-align:left;
	background:#FFF;
}

#header-right table td { padding:5px;}

#footer
{
	overflow:hidden;
	text-align:center;
	clear:both;
}

#footer ul
{
	margin:0;
	padding:0;	
}

#footer li
{
	list-style-type:none;
	display:inline;
	padding:5px;
}

#content
{
	width:100%;
}

#content-left-img
{
	float:left;
	margin:15px;
}

#content-left #content
{
	width:535px;
	float:right;
}

/* END MAIN DIV STYLES */


/* START FORM STYLES */

span.label
{
	display:block;
	width:150px;
	float:left;
	vertical-align:middle;
}

textarea.textbox
{
	width:200px;
	height:50px;
}

/* END FORM STYLES */
