@import url("smoothDivScroll.css");

/* 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 */

body {
	color: #666666 ;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

body.site {
	margin: 0;
}

h1 {
	color: #006600;
	margin: 0.5em 0 0.5em 0;
	font-size: 200%;
}

h2 {
	color: #666666;
	margin: 0.5em 0 0.5em 0;
	font-size: 175%;
}

h3 {
	color: #666666;
	margin: 0.5em 0 0.5em 0;
	font-size: 130%;
}

hr {
	background: #006600;
	color: #006600;
}

p {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 150%;
}

li {
	line-height: 150%;
}

q {
	font-style: italic;
}

blockquote {
	font-style: italic;
	border-left: 1px solid #000;
	padding-left: 10px;
	margin-right: 0;
}

img {
	border: 0;
}

table {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

th {
	background: #006600;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #006600; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #CC3300;
	text-decoration: none;
}

a:visited {
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	color: white;
	background: #CC3300;
	text-decoration: underline;
}

a:active {
	color: white;
	background: #CC3300;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #006600;
	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: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

label {
	cursor: pointer;
}

label.fixed {
	float: left;
	display: block;
	width: 200px;
}

form {
	padding: 0;
	margin: 0;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
}

p.smallText, span.smallText {
	font-size: 0.75em;
}

/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

/* STUFF FOR HOME PAGE */

div.clear {
	clear: both;
}

#container-home {
	width: 995px;
	margin: 0px auto;
	padding: 0px;
	}	

#home-banner {
	width: 100%;
	height: 175px;
	margin: 0px;
	padding: 0px;
	background: url(../images/home_banner.jpg) no-repeat;
}

#home-mid {
	width: 100%;
	height: 246px;
	margin: 0px;
	padding: 0px;
	background: url(../images/home_mid.jpg) no-repeat;
	text-align: center;
}

#home-mid p {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	}
#home-mid p a {
	 
}

#home-bottom {
	width: 100%;
	height: 224px;
	margin: 0px;
	padding: 0px;
	background: url(../images/home_bottom.jpg) no-repeat;
	text-align: center;
	position:relative;
}

#home-bottom p {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	}

/* END OF HOME PAGE STUFF */

#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

#banner {
	width: 100%;
	height: 71px;
	padding-bottom: 2px;
	background: #006600 url(../images/new/Banner-BackTile.gif) repeat-x;
	}
	
* html #banner { padding-bottom: 0 }
	
#banner .title {
	float: left;
	margin: 0px;
}

#banner .logo {
	float: right;
	margin: 0px;
	}

#search {
	position: absolute;
	width: 336px;
	top: 32px;
	left: 10px;
	color: #fff;
	font-weight: bold;
}

#search p {
	margin: 8px 0 0 0;
	padding: 0;
	line-height: 150%;
}

input.searchbox {
	margin: 0px;
	padding: 0px;
	}

input.searchbtn {
	position: relative;
	top: 6px;	
	margin: 0;
	}

#content {
	width: 850px;
	margin: 0 auto;
	padding: 0px;
	}

#skipLinks {
	position: absolute;
	left: -999em;
}

#printTitle {
	display: none;
}

#menu {
	background: #666666;
	border-top: 3px solid #999999;
	border-bottom: 3px solid #999999;
	color: #FFFFFF;
}

#breadcrumb {
	font-size: 0.75em;
	margin: 2px 0 0 0;
	}

#breadcrumb p {
	float: left;
	margin: 0;
	padding: 0px;
}

#breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	padding-left: 15px;
	background: url(../images/breadcrumb.gif) 3px no-repeat;
}

.main-pic {
	margin: 0 0 5px 0;
	padding: 0px;
	border: 5px solid #D3D3D3;
	}

div.left-content {
	float: left;
	width: 410px;
	margin: 0px;
}

div.right-content {
	float: left;
	width: 420px;
	margin: 0 0 0 10px;
}

table.case-studies {
	font-size: 0.75em;
	}
	
table.case-studies a {
	display: block;
	}
	
table.case-studies a:hover {
	text-decoration: none;
	}

#news {
	float: left;
	width: 420px;
	font-size: 0.75em;
	}

#news ul {list-style-type: none; margin: 0px; padding: 0px;}
#news li {margin: 0; clear: both;}
#news .date {float: left; width: 95px; margin: 0 5px 0 0; color: #666666;}
#news a {float: right; width: 320px; text-decoration: none; margin: 0 0 10px 0;}

#news2 {
	font-size: 0.75em;
	}

#news2 ul {list-style-type: none; margin: 0px; padding: 0px;}
#news2 li {margin: 0; clear: both;}
#news2 .date {float: left; width: 120px; margin: 0 5px 0 0; color: #666666;}
#news2 a {text-decoration: none; margin: 0 0 10px 0;}

#news-story {
	float: left;
	width: 420px;
	margin: 0 0 0 10px;
}

#news-story h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
}

#footer {
	clear: both;
	margin: 10px auto 0 auto;
	width: 100%;
	text-align: center;
	font-size: 0.75em;
	background: #CCCCCC;
}

ul.list1 {
	list-style: none;
}

ul.list1 li {
	margin: 0px;
	padding: 0px;
}

ul.list1 a {
	text-decoration: none;
	}
	

div#home-carousel { background:#008744; height:43px; left:0; overflow:hidden; position:absolute; top:124px; width:995px; }
div#home-carousel ul { display:none; margin:0; padding:0; position:relative; }
div#home-carousel ul li { color:#FFF; float:left; font-size:1.4em; line-height:43px; padding:0 30px 0 10px; }

div#home-carousel div.scrollableArea p { background:url(/cms/outertemplates/images/bullet.gif) no-repeat center left; color:#FFF; float:left; font-size:1.4em; line-height:43px; padding:0 14px 0 20px; }
/*div#home-carousel div.scrollableArea *
	{
		display: block;
		float: left;
		margin: 0;
		padding: 2px 7px 2px 0px;
		font-family: Courier, Arial, Sans-Serif; 
		font-size: 12px; 
		font-weight: normal; 
		background-color: #fff; 
		color: #000; 
		white-space: nowrap;
	}*/

/*
div#home-carousel ul { margin:0; padding:0; position:relative; }
div#home-carousel ul li { color:#FFF; float:left; font-size:1.4em; line-height:43px; padding:0 20px; text-align:left; }
*/


/* END PAGE SPECIFIC STYLES */

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
width: 995px; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
width: 975px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
/*list-style-type: none;*/
margin: 0;
padding: 0;

}
ul.newsticker li {
color:#fff;
float: left; /* important: display inline gives incorrect results when you check for elem's width */
font-size:1.4em;
line-height:43px;
margin: 0 10px;
padding: 0 10px;
}
ul.newsticker li.first,
ul.newsticker li:first-child { list-style:none; }
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #fff;
} 
ul.newsticker a:hover {
background:none;}
ul.newsticker span {
margin: 0 10px;
} 









/* START HORIZONTAL MENU STYLES */

#nav, #nav ul { 				/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li ul { 					/* second-level lists */
	position: absolute;
	padding: 0;
	margin: 0;
	left: -999em;
	border-top: 3px solid #999999;
}

#nav li ul ul { 				/* third-and-above-level lists */
	margin: -23px 0 0 0;			/* height offset of third-and-above-level lists */
}

#nav li { 					/* all list items */
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
} 

#nav li ul li { 				/* second-level lists */
	clear: left;
}
 
#nav li a {					/* first-and-above-level anchors */
	display: block;
	width: auto;
	padding: 2px 10px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	background: #666666;
	border-right: 3px solid #999999;
}

#nav li ul li a {				/* second-and-above-level anchors */
	width: 180px;
	border-left: 3px solid #999999;
	border-bottom: 3px solid #999999;
}

* 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: 190px;			/* width + padding of second-and-above-level anchors + navdrop padding */
}

#nav li.navdrop a {
	background: #666666 url(../images/arrowdown.gif) 95% 80% no-repeat;	/* image used to indicate a drop down list item */
	padding-right: 20px;
}
 
#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: #666666 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: #666666 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: #fff; 
	background: #FF6633;
}

/* END HORIZONTAL MENU 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 */