/* 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;
}

body.site {
	color:#444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #3D3D3D;
	margin-bottom:10px;
}

body.smallText {
	font-size: 70%;
}

body.mediumText {
	font-size: 90%;
}

body.largeText {
	font-size: 100%;
}

h1 {
	color: #666666;
	margin: 0 0 1em 0;
	font-size: 90%;
	border-bottom:1px dashed #ccc;
	padding-bottom:5px;
}

h2 {
	color: #666666;
	margin: 0 0 0.5em 0;
	font-size: 90%;
	line-height: 125%;
	font-weight: normal;
}

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;
	line-height: 125%;
	font-size: 80%;
	font-weight: normal;
}

/*hr {
	background: #f00;
	color: #f00;
	height: 2px;
	border: none;
}*/

p {
	margin: 0 0 1em 0;
	line-height: 150%;
	color:#333333;
	font-size:70%;
	font-family: Arial, Helvetica, sans-serif;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

div.dub3Content ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

div.dub3Content ul.hoverbox {
	margin-left: 0;
	margin-bottom: 1em;
}

div.dub3Content ol {
	margin-left: 30px;
	margin-bottom: 1em;
}

div.dub3Content li {
	font-size:70%;
	line-height: 150%;
}


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:#444;
	font-size:70%;
	padding:10px;
}

abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #004990;
	text-decoration: underline;
}

a:visited {
	color: #004990;
	text-decoration: underline;
}

a:hover {
	color: #004990;
	text-decoration: none;
}

a:active {
	color: #004990;
	text-decoration: none;
}

a:focus {
	color: #004990;
	text-decoration: none;
}

.bold {
	font-weight:bold;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.leftFloat {
	float: left;
}

.rightFloat {
	float: 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 5px 5px 0;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
}

label {
	cursor: pointer;
}

label.lblFrm {
	color:#052571;
	font-weight:bold;
}

input.button {
	vertical-align:middle;
	background: #999;
	color: #fff;
	padding: 2px 5px;
	margin-right: 9px;
}

input.textbox, textarea.textbox, select.textbox {
	color: #666666;
	border: solid 1px #666666;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
}

textarea.textbox {
	width: 125px;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
}

ul.inline li {
	display: inline;
}

div.dub3Content ul.twoColumn li {
	width: 45%;
	float: left;
	padding-right: 10px;
}

p.small, span.small, ul.small, li.small, div.small, a.small, td.small, div.small {
	font-size: 90%;
}

p.large, span.large, ul.large, li.large, div.large, a.large, td.large, div.large {
	font-size: 110%;
}

p.error, span.error, ul.error, li.error, div.error {
	color: #f00;
	font-size: 60%;
}

div.dub3Content ul.twoCol li {
	width: 50%;
	float: left;
}
/* 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: 80%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 80%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 80%; color: #008000;  padding: 0 5px;}
div.context { font-size: 80%;  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: 80%;  padding: 0 5px;}

form.zoom_searchform { font-size: 80%;  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 */

div.xMenuBtn {
	display: none;
}

#nav { 				/* all lists */
	font-size:70%;
	font-weight:bold;
	list-style: none;
	color:#333333;
}

#nav ul { 				/* all lists */
	list-style: none;
}

#nav li ul { 					/* second-level lists */
	position: absolute;
	left: -999em;
	border-right: 1px solid #01507b;
	border-left: 1px solid #2092c9;
	border-top: 1px solid #2092c9;
}

#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;
	width: auto;
} 

#nav li.first { 					/* all list items */
	margin-left:0px;
}


#nav li ul li { 				/* second-level lists */
	clear: left;
	background: none;
	padding-right: 0;
}
 
#nav li a {					/* first-and-above-level anchors */
	margin:0;
	padding:0;
	display: block;
	width: auto;
	text-decoration: none;
	color: #333333;
	height:28px;
	padding-top:12px;
	padding-left:20px;
	padding-right:20px;
}



#nav li ul li a {				/* second-and-above-level anchors */
	background: #0375b3;
	width: 150px;
	padding: 4px;
	border-bottom: 1px solid #01507b;
	margin-right: 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 a:hover, #nav li a:active, #nav li a:focus, #nav li a.selected {
	text-decoration:none;
	background-image: url(../images/bg-nav-hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#nav li ul li a:hover, #nav li ul li a:active, #nav li ul li a:focus { 
	color: #fff; 
	background: #4693d7;
}

/* END HORIZONTAL MENU STYLES */

/* START HORIZONTAL MENU STYLES 



#nav {
	margin:0;
	padding:0;
	font-size:80%;
	clear:both;
}

#nav li {
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
	text-decoration: none;
	color: #ffffff;
	float:left;
	text-align:center;
	font-weight:bold;
	background-image: url(../images/nav_off.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right:2px;

}

#nav li a:hover {
	color: #ffffff;
	background-image: url(../images/nav_on.jpg);
}

#nav li a span {
	margin:0;
	padding:0;
	height:25px;
	background-image: url(../images/nav_off_right.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
}

#nav li a span:hover {
	background-image: url(../images/nav_on.jpg);
	background-repeat:repeat-x;
}


 END HORIZONTAL MENU STYLES */


/* START MAIN BUILD */

#outterwrap {
	margin:auto;
	padding:0;
	width:766px;
	padding-left:22px;
	padding-right:21px;
	background-image: url(../images/bg-wrap.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#wrap {
	position:relative;
	margin:0 auto;
	width:766px;


}

#header {
	margin:auto;
	padding:0;
	width:766px;
	background-color:#ffffff;
	clear:both;
}

#header .topnav {
	margin:0;
	padding:10px;
	width:596px;
	text-align:right;
	float:right;
}

#header .companies {
	margin-top:85px;
}

#header .logo {
	margin:0;
	padding:10px;
	padding-left:30px;
	width:110px;
	float:left;
}

#header p {
	margin:0;
	padding:0;
}


#topnav {
	margin:auto;
	padding:0;
	width:766px;
	clear:both;
	background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color:#ECECEC;
}

#search {
	margin:0;
	padding:10px 10px 0 10px;
	width:180px;
	float:right;
	text-align:right;
	vertical-align:middle;
	}

#search p {
	margin:0;
	padding:0;
	}
	
#search .textbox {
	height:17px;
	width:130px;
	margin-right:10px;
	vertical-align:middle;
}

#search .button {
	vertical-align:middle;
	margin: 0;
	padding: 0;
}

#navigation {
	margin:0px;
	padding:0px;
	float:left;
	width:530px;
	padding-left:25px;
}

#topbanner {
	margin:auto;
	padding:0;
	width:766px;
	clear:both;
	background-color:#666666;
}

#subnavigation {
	margin:0px;
	padding:0px;
	width:741px;
	clear:both;
	padding-left:25px;
	font-size:70%;
	color:666666;
}

#subnavigation ul {
	list-style: none;
	margin: 0;
}

#subnavigation li { 					/* all list items */
	float: left;
	width: auto;
} 

#subnavigation li.first { 					/* all list items */
	margin-left:0px;
}

#subnavigation li a {					/* first-and-above-level anchors */
	margin:0;
	padding:0;
	display: block;
	width: auto;
	text-decoration: none;
	color: #333333;
	padding-left:5px;
	padding-right:5px;
}

#subnavigation li a:hover, #subnavigation li a:active, #subnavigation li a:focus {
	text-decoration:underline;
}


#left {
	float:left;
	width:465px;
	padding-left:20px;
	padding-top:10px;
}

#right {
	float:right;
	width:260px;
	padding-top:10px;
	color: #666;
}

#footimg {
	margin:auto;
	padding:0;
	width:809px;
	clear:both;
}	


.rightbox {
	width:240px;
	display:block;
	clear:both;
}

.calcbox {
	background: transparent url(../images/calculator.gif) no-repeat scroll top left;
}

.process {
	background: transparent url(../images/process.gif) no-repeat scroll top left;
}

.rightbox img {
	margin-bottom:5px;
}

.rightbox img.calcbt {
	margin-left:8px;
}

.rightbox p {
	padding-left:70px;
	padding-right:15px;
	color: #6c6500;
	margin: 0;
	font-size: 10px;
}

.rightbox p.title {
	padding-left:68px;
	font-size: 14px;
	color: #666;
	margin-top: 8px;
}

.rightbox-top {
	height:26px;
	background: transparent url(../images/rightbox-top.gif) no-repeat scroll top center;
}

.rightbox-bottom {
	height:31px;
	clear:both;
	background: transparent url(../images/rightbox-bottom.gif) no-repeat scroll bottom center;
}

.calc a {
	display:block;
	float:right;
	margin-right:10px;
	background: transparent url(../images/calc.gif) no-repeat scroll 0pt -0px;
	height:25px;
	width:96px;
	margin-top:10px;
}

.process a {
	display:block;
	float:right;
	margin-right:10px;
	background: transparent url(../images/revolution.gif) no-repeat scroll 0pt -0px;
	height:25px;
	width:96px;
	margin-top:10px;
}

.news {font-size: 0.8em;}
.news ul {margin-left:20px !important;}
.news ul li{padding: 5px 0;}

.calc a span, .process a span {display:none;}

.calc a:hover, .process a:hover {display:block;background-position: 0pt -25px;}

#cta-contact {
	margin:0 auto 1em auto;
	padding:10px;
	width:216px;
	height:149px;
	clear:both;
	background-image: url(../images/cta-contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#cta-contact p {
	margin:0;
	padding:0;
	line-height:100%;
}


#cta-contact p.title {
	font-size: 14px;
	color: #666;
	margin-bottom: 0.5em;
	line-height:100%;
}

#cta-contact label {
	margin:0;
	padding:2px 0 0 0;
	float:left;
	display: block;
	vertical-align:middle;
	width:80px;
}

#cta-contact .textbox {
	margin:0;
	padding:0;
	vertical-align:middle;
	margin-bottom:5px;
}

#footer {
	margin:0;
	padding:0;
	width:765px;
	background-color:#ffffff;
	clear:both;
	text-align:center;
	font-size:60%;
	padding-top:20px;
	padding-bottom:20px;
	border-top:3px solid #CCCCCC;
}



/* END MAIN BUILD */


/* Pauls Funky Div slide */

#accordion_container {
	position:absolute;
	z-index:20;
	height:292px;
	width:766px;
	background-color: #fff;
	opacity:.10;
	filter: alpha(opacity=10); 
	-moz-opacity: .20;
}

#horizontal_container {
	position:absolute;
	z-index:40;
	clear:both;
	margin:auto;
}

.hoverbox {
	margin-top:10px;
}

.imagerotate {
margin:auto;
z-index:0;}

p.readmore {text-align:right;background-color:#000;margin: 0;}

p.readmore a {color:#fff;}

p.readmore a:hover {color:#fff;}

.noleftborder {border-left:none;}

.theclearer {height:298px;}

/* End Pauls Funky Div slide */
