/* ==================================================================================

	STYLE NORMALISATION

================================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size:.8em; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #009AD4; color: #fff; text-shadow: none; }
::selection { background: #009AD4; color: #fff; text-shadow: none; }

a:link, 
a:visited, .scrTitle a:link, .scrTitle a:visited, p a, p a:visited { color: rgb(0,43,85); text-decoration:none}
a:hover, .scrTitle a:hover { color: #007CAB; text-decoration:underline}
a:focus, .scrTitle a:focus { outline: thin dotted; }
a:hover, a:active, .scrTitle a;hover, .scrTitle a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
p {padding: 0 0 16px; margin: 0;}
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

.dnnFormMessage {
  display: none;
}

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
input:focus {outline: none;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

h1,h2,h3,h4,h5,h6 {padding: 0 0 16px 0; margin: 0; letter-spacing:0px}
.Head, .c_DNN6_SubTitle .Title {border-bottom:0px; margin:0px!important}

/* ==================================================================================

	DOTNETNUKE NORMALISATION ಠ_ಠ

================================================================================== */
.SkinObject, .Normal, .NormalDisabled, .NormalDeleted {font-size: inherit; line-height:1.231; color:#5A5B5C}

/***temp get rid of warning!!!!! driving me nuts. 
.dnnFormWarning {display:none;}
***/

/* ==================================================================================

	DESIGN

================================================================================== */

/* Base */
body {text-align: center;background: none repeat scroll 0 0 #EFEFEF;}
.wrapper {width: 100%; margin: 0 auto; text-align: left;background: url("images/grid.gif") top left repeat;position:relative;}

/* Very Top Menu (topBarMenu) */
.topBarMenuContainer_wrapper{background: #666666; 
background:#666666;height: 30px;}

.topBarMenuContainer {margin: 0 auto;width: 960px;}

	.topBarMenuContainer .ModDNNHTMLC {line-height: 30px;}
	.topBarMenuContainer p {margin: 0; padding: 0;}

	.topBarSkills {float: left; line-height: 30px;}
	.topBarMenu {float: right;}
	.topBarMenu {margin-right: 0px;color: #FFFFFF;}
	.topBarMenu .ModDNNHTMLC {line-height: 30px;}
	.topBarMenu a:link, .topBarMenu a:visited,.topBarSkills a:link, .topBarSkills a:visited, .topBarMenu .Normal {color: #FFFFFF; text-decoration:none; line-height:30px}

	
/* Header */
header {position: relative;}
	.logo_wrapper{height: 80px;margin: 0 auto;position: relative;width: 960px;}
	.logo {float: left; width: 715px; position: relative;top: 0px;}
	.logoTwo {float: right;position: relative;top: 0px;}
	
	.headerContact {text-align: left; position: absolute; bottom: 65px; right: 25px;}
		.headerContact small {display: block; font-size:.9em;}
		.headerContact span {display: block; font-size: 1.5em; font-weight: bold;}


/* Main Navigation */
.mainNavigation_wrapper{ position:relative; 
background: rgb(0,41,81); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,41,81,1) 0%, rgba(0,2,3,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,41,81,1)), color-stop(100%,rgba(0,2,3,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,41,81,1) 0%,rgba(0,2,3,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,41,81,1) 0%,rgba(0,2,3,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,41,81,1) 0%,rgba(0,2,3,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,41,81,1) 0%,rgba(0,2,3,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002951', endColorstr='#000203',GradientType=0 ); /* IE6-9 */

border: 1px solid #3A3A3B;-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
box-shadow: inset 0 0 1px rgba(0,0,0,0.7);}
	.mainNavigation_bottom{border-top: 1px solid #3A3A3B;    bottom: -1px;    height: 5px;    position: absolute;    width: 100%; display:none}
.mainNavigation {clear: both; height: 60px; position: relative; z-index: 900;margin: 0 auto;    width: 960px;}
	.mainNavigation ul,
	.mainNavigation li {list-style: none; margin: 0; padding: 0;}
	
	#dnn_MENU1,
	.mainNavigation ul,
	.mainNavigation li {float: left; background:#767779;}
	
	.mainNavigation a {padding: 8px 10px;}
	#dnn_dnnSearch_ClassicSearch {padding: 8px 0px 8px 10px;}

	/* Top Level Navigation */
	#dnn_MENU1 > ul > li {position: relative;
	background: rgb(0,41,81); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,41,81,1) 0%, rgba(0,2,3,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,41,81,1)), color-stop(100%,rgba(0,2,3,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,41,81,1) 0%,rgba(0,2,3,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,41,81,1) 0%,rgba(0,2,3,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,41,81,1) 0%,rgba(0,2,3,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,41,81,1) 0%,rgba(0,2,3,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002951', endColorstr='#000203',GradientType=0 ); /* IE6-9 */

	margin-right: 1px;}
	#dnn_MENU1 > ul > li > a:link,
	#dnn_MENU1 > ul > li > a:visited {color: #FFFFFF;display: block;float: left;font-size: 1.1em;font-weight: bold;height: 40px;line-height: 18px;max-width: 102px;position: relative;text-align: left;z-index: 1;}
	#dnn_MENU1 > ul > li > a:hover,	#dnn_MENU1 > ul > li:hover > a {color: #5a5b5c;; background: #f5f5f5; z-index: 2; text-decoration: none;height:40px;}
	
	
	
		#dnn_MENU1 > ul > li.mmBreadcrumb > a {color: #5a5b5c;; background: #f5f5f5; z-index: 2; text-decoration: none;height:40px;}

	
		#dnn_MENU1 > ul > li.mmLast > a:link,
	#dnn_MENU1 > ul > li.mmLast > a:visited {}
	
	
	
	#dnn_MENU1 > ul > li.navid-598 > a {max-width: 160px;}
	
	#dnn_MENU1 > ul > li{border-bottom: 5px solid #000203;margin-left: 1px;}
		#dnn_MENU1 > ul > li.mmBreadcrumb, #dnn_MENU1 > ul > li:hover{border-bottom: 5px solid #F5F5F5;margin-left: 1px;}

	
	
	
	
	
	/* Second Level Navigation */
	#dnn_MENU1 > ul > li > ul {display: none;}
	
	/* Navigation Search */
	.mainNavigation #dnn_dnnSearch_ClassicSearch {float: right;    left: 12px;    position: relative;    top: 3px;}
		.mainNavigation #dnn_dnnSearch_ClassicSearch input { border: medium none;    border-radius: 5px 5px 5px 5px;    float: left;    height: 32px;    line-height: 32px;    padding: 0 9px;    width: 150px;}
		.mainNavigation #dnn_dnnSearch_ClassicSearch a {  border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    height: 32px;
    left: -8px;
    padding: 0;
    position: relative;
    text-indent: -99999px;
    width: 28px;}

.c_DNN6_SubTitle .Title .TitleBar {margin-top:-15px!important}
/* ==================================================================================	
	
	search boost
	
================================================================================== */
 .searchWrapper {   
 position: absolute;
    right: 0px;
    top: -55px;}
.avtsbDefault {margin-left: 10px;}

.avtsbDefault .avtsb_title:link, .avtsbDefault .avtsb_title:visited {
    color: #007cab!important;
    font-weight: bold;
    text-align: left;
	font-size:1.2em;
	line-height:18px !important;
	font-family: 'Helvetica Neue', Arial, sans-serif; 
}
.avtsbDefault .avtsb_title:hover {
	font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #0063BE !important;
	text-decoration:none !important;
}

.avtsbDefault .avtsb_url {
	font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #999999 !important;
    font-size: 0.9em !important;
    text-align: left;
    text-decoration: none;
	
		width: 500px!important;
		overflow:hidden;
	word-wrap: break-word;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
			hyphens: auto;
}
.avtsbDefault .highlight {
	font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #ffffff !important;
	font-weight:bold !important;
}

.avtsbDefault .avtsb_desc  {
    color: #000000 !important;
    font-size: 0.9em;
    line-height: 1.3em;
    margin-bottom: 0;
    padding-bottom: 0;
	font-family: 'Helvetica Neue', Arial, sans-serif; 
}


.avtsbDefault .sb-results {
    margin: 18px 0 0;
	width: 500px!important;

}

.avtsbDefault .avtsb_result {
    font-family: 'Helvetica Neue', Arial, sans-serif; 
    margin-bottom: 30px !important;
    text-align: left;
	width: 500px!important;
	word-wrap: break-word;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
			hyphens: auto;
}
.avtsbDefault .avtsb_title_big {
    font-family: 'Helvetica Neue', Arial, sans-serif; 
	color: #5A5B5C !important;
    font-size: 1em !important;
    padding: 0px !important;
    text-align: left !important;
	margin-top:20px !important;

}

.avtsbDefault .avtsb_comment {
	display:none!important;

}

.sbInp_BarExapdanbleGrayOutShadow .searchBoxEmpty {
    color: #666666 !important;
    font-family: 'Helvetica Neue', Arial, sans-serif !important; 
    font-style: normal !important;
}

.sbInp_BarExapdanbleGrayOutShadow .sbInputInner {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    color: #666666;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-left: 7px;
    padding: 0 18px 0 0;
    width: 380px ;
	background-image:none;
}

.sbInp_BarExapdanbleGrayOutShadow .searchBox {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none !important;
    color: #666666;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
	background-image:none;
    position: relative;
    width: 300px!important;
}

.searchWrapper .sbInp_BarExapdanbleGrayOutShadow .sbInputInner {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    color: #666666;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-left: 7px;
    padding: 0;
    width: 190px !important;
	background-image:none;
}

.searchWrapper .sbInp_BarExapdanbleGrayOutShadow .searchBox {
	background: none repeat scroll 0 0 #FFFFFF;
    border: none!important;
    border-radius: 5px!important;
    box-shadow: none !important;
    color: #222222!important;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 9px;
	background-image:none;
    position: relative;
    width: 180px!important;
	font-size: 1em;
}

.mainMiddleColumn .sbInp_BarExapdanbleGrayOutShadow .topSearch {
	position:relative;
	top:0px}
.mainMiddleColumn .sbInp_BarExapdanbleGrayOutShadow .searchBtn {
	top:0px}
.mainMiddleColumn .sbInp_BarExapdanbleGrayOutShadow .searchBox	{
	background:transparent}

.sbInp_BarExapdanbleGrayOutShadow .searchBtn {
    background: url("images/sprites_icons.png") no-repeat scroll -465px 1px #FFFFFF !important;
	opacity: 1 !important;
	height: 32px !important;
	left: 310px!important ;
}

.searchWrapper .sbInp_BarExapdanbleGrayOutShadow .searchBtn{
    background: url("images/sprites_icons.png") no-repeat scroll -465px 1px #FFFFFF;
    color: white;
    height: 15px!important;
    left: 165px !important;
    opacity: 0.4;
    position: absolute;
    width: 9px!important;
    z-index: 100;
}
.searchWrapper .sbInp_BarExapdanbleGrayOutShadow .searchBtn:hover {background-position: -440px 1px !important}

.avtsbDefault .avtsb_pager {
    background-color: #ffffff !important;
    border: 0px solid #DADADA !important;
    margin-bottom: 10px;
    text-align: left;
	padding:10px 10px;
}

.avtsbDefault .avtsbPageLink:link, .avtsbDefault .avtsbPageLink:visited {
    margin: 10px !important;
	word-wrap: break-word;
}

	
    
	
/* Top Content */
.pageMeta_wrapper{background: none repeat scroll 0 0 #009AD4;}

.pageMeta_wrapper.about{background: none repeat scroll 0 0 #009AD4;}
.pageMeta_wrapper.science{background: none repeat scroll 0 0 #54b23a;}
.pageMeta_wrapper.digital{background: none repeat scroll 0 0 #f26c00;}
.pageMeta_wrapper.skills{background: none repeat scroll 0 0 #01b5b7;}
.pageMeta_wrapper.sustainable{background: none repeat scroll 0 0 #196fd8;}
.pageMeta_wrapper.work{background: none repeat scroll 0 0 #747980;}


.pageMeta {clear: both; padding:5px 0; position: relative;width:960px; margin: 0 auto;color: #FFFFFF;}
	.pageTitle { margin-left: 220px;    padding-top: 25px;position: relative;
    top: 15px; z-index: 10;}
	.pageTools {position: absolute; top: 9px; right: 105px;}
	
	
	#pageBanner{ position: absolute;
    right: 0;
    top: -83px;}
	
	
	/* Breadcrumbs */
	.breadcrumb_wrapper{position:relative;background: #EFEFEF;height: 40px;
-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
box-shadow: inset 0 0 1px rgba(0,0,0,0.7);}

.breadcrumb_inner{margin: 0 auto; width:960px;position: relative;}
	.breadcrumb{padding-left: 220px;position: relative;top: 4px;width: 570px;}	
	.breadcrumb .SkinObject {
        font-weight: normal!important;
	}
	.breadcrumb a:last-child {color: #000;}
	.breadcrumb span.currentPage {color: blue;}
	
/* Content Area */
.main_wrapper{
 width: 100%;
 background-image: url("images/wrapper-repeat.jpg");
 background-color:#ffffff ;
 background-position: top center;
 background-repeat: repeat-y;
 float: left;
 }
 
 
 
.main { background: url("images/fauxColumns.gif") repeat-y scroll -123px top transparent;    clear: both;    margin: 50px auto;    width: 960px;}
	.mainLeftColumn {float: left; width: 200px; }
	.mainMiddleColumn {float: left; width: 510px;}
	.mainRightColumn {float: right; width: 195px; }
	
	.mainLeftColumn{padding: 0px 0px;}
	.mainMiddleColumn {padding: 0px 25px;}
	.mainRightColumn {padding: 0px 0px;}
	.mainRightColumn .Normal, .mainRightColumn .Normal p {color:#222222}
	


/* main content */
	.mainMiddleColumn, .mainMiddleColumn .Normal, .mainMiddleColumn .Normal p {color: #5a5b5c;font-size: 1em;    line-height: 18px;}
	
	.mainMiddleColumn h1,.mainMiddleColumn h2,.mainMiddleColumn h3,.mainMiddleColumn h4{color:#000;line-height: 115%;}
	.mainMiddleColumn h1{font-size:1.5em;}
	.mainMiddleColumn h2{font-size:1.4em;}
	.mainMiddleColumn h3{font-size:1.3em; }
	.mainMiddleColumn h4{font-size:1.1em;}
	
	.mainMiddleColumn .Normal ol li {
		list-style-type: decimal;
	}
	
	.mainMiddleColumn .Normal ul li {
		list-style-type: disc;
	}
	
	.teaser{font-size: 1.1em;color: #5a5b5c;line-height: 18px;font-weight: bold;}
	


/* Footer */

.footer_wrapper{background: none repeat scroll 0 0 #EFEFEF;border-top: 1px solid #D9D9D9;
-moz-box-shadow: inset 0 10px 7px -15px #333333;
-webkit-box-shadow: inset 0 10px 7px -15px #333333;
    box-shadow: 0 10px 7px -15px #333333 inset;
}
footer {margin-top: 18px; padding: 10px 25px;margin: 0 auto;width: 960px;}
	.footerText {float: left; width: 565px;margin-top:15px;}
	
	.footerText ul{ float: left;padding: 0;width: 550px;}
	
	.footerText ul li{float: left;width: 230px;background-image: url("images/arrow.png");background-position: 0 -154px;background-repeat: no-repeat;list-style: none outside none;padding-left: 22px; }
	.footerText ul li:hover {background-position: 0 -305px;}
	.footerText ul li a:link, .footerText ul li a:visited {color: #5a5b5c;}
	.footerText ul li a:hover {color: #0083b4; text-decoration:none;}
	
	.footerText a:link, .footerText a:visited {color: #5a5b5c;}
	.footerText a:hover {color: #0083b4; text-decoration:none;}
	
	.footerLogos {float: right; width: 395px; text-align: right;margin-top:45px;}
		.footerLogos a {margin-left: 0px;}
		.footerLogos a:last-child {margin-left: 20px;}
		.footerLogos a.sa_brand_logo {margin-left:22px; }
		.footerLogos a.sa_brand_logo img{border-left:1px solid #cccccc;padding-left:25px}
	
	footer p {padding: 0; line-height: 1.5;}
	footer {color: #7e8081;
	}
	.ModPageLastUpdatedC {margin-top: -76px; margin-bottom:20px}
	
	/* Footer links */
	footer a:visited, footer a:link {}
	footer a:hover {}
	
/* ==================================================================================

	COLORBOX MESSAGE

================================================================================== */
#cboxMessage {display: none;}
#colorbox #cboxMessage {display: block; text-align: left;}

#cboxMessage h3,
#cboxMessage .okayButton {color: #fff; background: #299dd7;}

#cboxMessage h3,
#cboxMessage div {padding: 10px;}
#cboxMessage h3 {margin-bottom: 10px;}

#cboxMessage .okayButton {display: block; padding: 10px 40px; margin: 0 auto; width: 20px;}

/* ==================================================================================

	HOMEPAGE AND SLIDER

================================================================================== */
.homepageSlider {margin: 0 auto;width: 960px;position: relative;}

	/* Static Homepage Banner */
	.homepageSlider .ModDNNHTMLC h2 {font-size:1.6em; font-weight: bold; margin: 0; padding: 0 0 5px 0;}
	.homepageSlider .ModDNNHTMLC p {padding: 0 0 15px 0;}
		.homepageSlider .ModDNNHTMLC .Normal div {font-size: 1.1em;font-weight: bold;left: 114px;line-height: 25px;position: absolute;top: 265px;z-index: 2;}

	
	.homepageSlider .ModDNNHTMLC a:after {background-image: url("images/sprites_icons.png");background-position: -45px -74px;background-repeat: no-repeat;content: " ";float: right;height: 30px;width: 30px;margin-left: 10px;}
	.homepageSlider .ModDNNHTMLC a:hover{text-decoration:none;}
	.homepageSlider .ModDNNHTMLC a:hover:after {;background-position: -75px -74px;}
	.homepageSlider .ModDNNHTMLC a:active:after {;background-position: -105px -74px;}
		
	/* Slider */
	.homepageSlider,
	.homepageSlider .slide_container,
	.homepageSlider .tab {height: 360px;}
	.homepageSlider .slide_container {position: absolute; top: 0; left: 0; width: 960px; z-index: 2010;}
	
		/* Arrows */
		.homepageSlider .next, .homepageSlider .prev {width: 32px; height: 56px; position: absolute; top: 170px; z-index: 2020; text-indent: -9999px; cursor: pointer;}
		.homepageSlider .next {background: url("images/sprites_icons.png");  background-position: -178px -106px ;  right: 20px;}
		.homepageSlider .next:hover {background-position: -218px -106px ;}
		.homepageSlider .next:active {background-position: -259px -106px ;}
		.homepageSlider .prev {background: url("images/sprites_icons.png");  background-position: -49px -106px ;  left: 20px;}
		.homepageSlider .prev:hover {background-position: -90px -106px ;}
		.homepageSlider .prev:active {background-position: -130px -106px ;}
		
		
		
		/* Bullet Controls */
		.homepageSliderControls {position: absolute; bottom: 0; height: 50px;width: 958px; z-index: 2050;}
		.minislides {float: left;margin-left: 110px;}
		.minislides .ms {float: left; display: block; width: 18px; height: 18px; background: blue; text-indent: -9999px; cursor: pointer; background: url("images/sprites_icons.png") -47px -54px no-repeat; margin: 14px 5px 14px 0;}
		.minislides .ms.current {background-position: -85px -54px;}
		.minislides .ms:hover{background-position: -66px -54px;}
		.minislides .ms:active {background-position: -85px -54px;}
	/* Under the Slider */
	.underSlider_wrapper{background: none repeat scroll 0 0 #EFEFEF;border-top: 1px solid #D9D9D9;
-moz-box-shadow: inset 0 10px 7px -15px #333333;
-webkit-box-shadow: inset 0 10px 7px -15px #333333;
    box-shadow: 0 10px 7px -15px #333333 inset;
	height: 290px;
	/*display:none;*/
}
.underSlider_wrapper_inner{padding-top: 0px; z-index: 2025;margin: 0 auto;width: 960px;margin-top: 20px;}
	.underSlider {float: left; width: 480px;}
	.caseStudies {float: left; width: 480px;}
	
	.newsBox h2.c_title, .underSlider h2.c_title{ font-size: 1.5em;
    font-weight: bold;
    margin-left: 10px;}
	
	
	.newsBox {float: right; width: 460px; }
	.newsBox .c_content { background: none repeat scroll 0 0 #FFFFFF;    border-radius: 5px 5px 5px 5px;    height: 179px;    margin: 0;    padding: 15px;    position: absolute;    width: 415px;border: 1px solid #D9D9D9;}
	.newsBox .c_content h3{color: #009AD4;    font-size:1.5em;    font-weight: bold;    padding: 0 0 3px;}
		.newsBox .c_content ul{margin: 0; padding:0;}
	.newsBox .c_content ul li{
		  border-bottom: 1px solid #D9D9D9;
    list-style: none outside none;
    margin-bottom: 10px;
    padding-bottom: 10px;}
	
		/* Case Studies */
		
		.caseStudyDetails{height: 85px;position: relative;}
		.caseStudyImages > div {width: 148px; border: 1px solid #dedede; float: left;cursor: pointer;}
		.caseStudyImages > div p {padding: 0;}
		#dnn_caseStudyImage1, #dnn_caseStudyImage2 {margin-right: 10px;}
	
		
		.caseStudyDetails > div { background: none repeat scroll 0 0 #FFFFFF;    border-radius: 5px 5px 5px 5px;    height: 91px;    margin: 10px 0;    padding: 10px;    position: absolute;    width: 450px;border: 1px solid #D9D9D9;}
	
			
.case_studies_active{opacity:1!important;}

/* ==================================================================================

	PAGE SPECIFIC

================================================================================== */

/* Detailed Menus */
.menuDetails ul {display: none;}
.menuDetails, .menuDetails li {list-style: none; padding: 0; margin: 0;}
.menuDetails li {border-top: 1px solid #dedede; padding-top: 20px; margin-top: 20px;}
	.menuDetails h2 {}
	.menuDetails p {}
	.menuDetails a {}
	
/* Tree list Menus */
.mainLeftColumn .ModDDRMenuC ul, .mainLeftColumn .ModDDRMenuC li {list-style: none; margin: 0; padding: 0;}
.topLevelNav{position:relative;}
	.mainLeftColumn .ModDDRMenuC ul li {   border-top: 1px solid #DCDCDB;    display: block;    list-style: none outside none;    padding-bottom: 5px;    padding-left: 5px;	padding-right:5px;    padding-top: 5px;}
	.mainLeftColumn .ModDDRMenuC ul li a {display: block;margin-left: 22px;}
	.mainLeftColumn .ModDDRMenuC ul li a:hover { text-decoration:none;}
	.mainLeftColumn .ModDDRMenuC ul li:before {	background-image: url("images/arrow.png");   background-position: 0 0px;    background-repeat: no-repeat;    content: " ";    float: left;    height: 22px;    width: 22px;}
	.mainLeftColumn .ModDDRMenuC ul li:hover:before { background-position: 0 -304px;}
	.mainLeftColumn .ModDDRMenuC ul li.mmSelected:before{background-position: 0 -154px;}
	
	
.mainLeftColumn .ModDDRMenuC ul li ul li {padding-left:20px;}
	.mainLeftColumn .mmBreadcrumb{background: #f3f3f2; ;}
	.mainLeftColumn .ModDDRMenuC .mmSelected > ul li {}
	.mainLeftColumn .ModDDRMenuC .mmSelected > a {color: #5a5b5c; text-decoration:none;}
	.mainLeftColumn .ModDDRMenuC .mmSelected > a:hover {color: #5a5b5c; text-decoration:none;}

	/* Hide second level menus */
	/* Show children of selected list */
	.mainLeftColumn .ModDDRMenuC ul > li > ul {display: none; padding: 10px 0 0 0;}
	.mainLeftColumn .ModDDRMenuC ul > li.mmSelected > ul,
	.mainLeftColumn .ModDDRMenuC ul > li.mmBreadcrumb > ul {display: block;}

	/* Hide third and fourth level menus */
	.mainLeftColumn .ModDDRMenuC ul > li > ul ul {display: none;}


/* ==================================================================================

	MODULES

================================================================================== */
/* Bottom Border Module */
.moduleBorderBottom {border-bottom: 1px solid #dedede; padding-bottom: 20px; margin-bottom: 20px;min-height: 70px;}
.moduleBorderBottom .ModDNNHTMLC ul{left: 200px;
    margin-top: -35px;
    position: relative;
    width: 280px;}
	.moduleBorderBottom .ModDNNHTMLC ul li{list-style:none;}

/* Search */
.ControlPanel, .PagingTable {border: none; width: 100%;}

/* Right Modules */
.c_container.c_head_right{margin-bottom: 10px; width: 171px;font-size:.9em;}
.c_container.c_head_right h3{font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0;}
.c_container.c_head_right .c_content{width:200px;}

.c_container.c_head_right ul{padding:0;}


.c_container.c_head_right ul li{list-style: none outside none;padding-left: 0px;margin-bottom: 5px;}


	.c_container.c_head_right ul li a {display: block;margin-left: 22px;}
	.c_container.c_head_right ul li a:hover { text-decoration:none;}
	.c_container.c_head_right ul li:before {	background-image: url("images/arrow.png");   background-position: 0 -465px;    background-repeat: no-repeat;    content: " ";    float: left;    height: 22px;    width: 22px;}
	.c_container.c_head_right ul li:hover:before { background-position: 0 -625px;}


.c_container.c_head_right a:hover{text-decoration:none;}
/* Login */
.c_container.c_login{position:relative;margin-bottom: 15px;}
.c_container.c_login p{width: 400px;}
.c_container.c_login a.submit{background: none repeat scroll 0 0 #EEEEEE;    border: 1px solid #DDDDDD;    border-radius: 5px 5px 5px 5px;    padding: 5px 10px;    position: absolute;    right: 25px;    top: 40px;}
.c_container.c_login h2.c_title{border-bottom: 1px solid;    margin-bottom: 15px;    padding: 0 0 0 !important;}

/* Blank Page */
.blankWrapper {padding: 20px; text-align: left;}
.blankWrapper h2 {border-bottom: 1px solid #000; display: block; padding-bottom: 10px;}

/* E-news list */

.module_enewsletter a{ border-bottom: 1px solid #333333;display: block;}

/* ==================================================================================

	BLOG

================================================================================== */


.BlogTopics, .BlogPermalink {display:none;}

h2.BlogTitle, div.BlogHead h2.BlogTitle, div.BlogHead h2.BlogTitle a, div.BlogHead h2.BlogTitle a:link, div.BlogHead h2.BlogTitle a:visited, div.BlogHead h2.BlogTitle a:active, div.BlogHead h2.BlogTitle a:hover {
    font-family: Helvetica, Arial, sans-serif; color: #222;font-size: 1em;line-height: 14pt;margin-bottom: 3px;margin-top: 15px;padding-bottom: 0;}

.BlogInfo, .BlogReadMore {margin-top: 10px;padding-bottom: 10px;}
.BlogMoreLink {font-weight: normal;}
h1, .HorizontalLine {border-bottom: medium none;}
.blog_author,.BlogPublished,.BlogPrint,.BlogTrackback,.BlogFooterSub{display:none!important;}
.BlogSubHead {margin: 0;padding: 0 0 8px;position: relative;}
.BlogFooter {border:none;padding-bottom:10px;}
.BlogBody{border-bottom:1px solid;}
.Blog_RecentEntries{margin-bottom:5px;}
.dnn_ctr863_ViewCategories_tvCategories_0 {float: left;margin-bottom: 10px !important;}

	.dnn_ctr863_ViewCategories_tvCategories_0 a {display: block;margin-left: 22px;}
	.dnn_ctr863_ViewCategories_tvCategories_0 a:hover { text-decoration:none;}
	.dnn_ctr863_ViewCategories_tvCategories_0:before {	background-image: url("images/arrow.png");   background-position: 0 -465px;;    background-repeat: no-repeat;    content: " ";    float: left;    height: 15px;    width: 22px;}
	.dnn_ctr863_ViewCategories_tvCategories_0:hover:before { background-position: 0 -625px;}
	
	a.Blog_RecentEntries_Title {display: block;margin-left: 22px;}
	a.Blog_RecentEntries_Title:hover { text-decoration:none;}
	.Blog_RecentEntries_Title:before {   background-image: url("images/arrow.png");    background-position: 0 -465px;    background-repeat: no-repeat;    content: " ";    float: left;    height: 15px;    left: 0;    position: absolute;    width: 22px;}
	.Blog_RecentEntries_Title:hover:before { background-position: 0 -625px;}
	
table#Table1 span.Normal:first-child{display:none!important}	
/* ==================================================================================

	SITEMAP

================================================================================== */

/* List Reset */
ul.topLevelNav_sitemap,
ul.topLevelNav_sitemap ul,
ul.topLevelNav_sitemap li {margin: 0; padding: 0; list-style: none;}

/* Top Level */
ul.topLevelNav_sitemap > li {border-bottom: 1px solid #dedede; padding-top: 20px; clear: both;}
ul.topLevelNav_sitemap > li > a {font-size: 18px; font-weight: bold;}

/* Second and Third Level */
ul.topLevelNav_sitemap > li > ul {clear: both;}
ul.topLevelNav_sitemap > li > ul > li {clear: both; padding: 20px 0;}
ul.topLevelNav_sitemap > li > ul > li > a {float: left; width: 45%; font-size: 1.1em; font-weight: bold;}
ul.topLevelNav_sitemap > li > ul > li > ul {float: right; width: 45%;}
ul.topLevelNav_sitemap > li > ul > li > ul > li {padding-left: 20px; /*background: url("images/arrow.png") left no-repeat;*/}

/* Clearfixing */
ul.topLevelNav_sitemap > li > ul > li:before, ul.topLevelNav_sitemap > li > ul > li:after { content: ""; display: table; }
ul.topLevelNav_sitemap > li > ul > li:after { clear: both; }
ul.topLevelNav_sitemap > li > ul > li { zoom: 1; }

/* ==================================================================================

	UNIFORM

================================================================================== */
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('images/bg-input-focus.png') repeat-x 0px 0px;
  background: url('images/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('images/bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 190px;
  font-size: 1em;
}

div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: .9em;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: .9em;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}

/* ==================================================================================

	COLORBOX

================================================================================== */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#cccdcd; background: rgba(204,204,204,0.7); padding: 10px; 
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			-ms-border-radius: 10px;
			-o-border-radius: 10px;
			border-radius: 10px;}
		#cboxMessage {background: #fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/cbox_close.png) no-repeat top center; width:22px; height:22px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

/* ==================================================================================

	FORMS

================================================================================== */
/* contact form */
.ModFormMasterC {float:left;}
.ModFormMasterC tr{height: 40px;position:relative;}
.skills_contact td{ float: left;    margin-bottom: 15px;}

.ModFormMasterC span.NormalTextBox h4 {padding: 0px; margin: 0px 0px 0 0}

.skills_contact .radial_button{}

.radial_button {
}
input[type="radio"], input[type="checkbox"] {
    -moz-binding: none;
    -moz-box-sizing: border-box;
    background-color: -moz-field !important;
    border: 2px inset threedface !important;
    color: -moz-fieldtext !important;
    cursor: default;
    height: 13px;
    padding: 0 !important;
    width: 13px;
}

input[type="radio"] {
    -moz-appearance: radio;
    border-radius: 100% 100% 100% 100% !important;
    margin: 3px 3px 0 5px;
}

.ModFormMasterC input.NormalTextBox, .ModFormMasterC .NormalTextBox_message, .ModFormMasterC .message, .ModFormMasterC textarea{    -moz-transition: background 0.5s linear 0s;
    background: -moz-linear-gradient(top, #f0f0f0, #fff);
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
    color: #7E7E7E;
    display: block;
    font-size: 1em;
    padding: 8px;
    width: 260px;}
.ModFormMasterC label.SubHead {display: inline-block; width:80px}
.ModFormMasterC input[type="text"].NormalTextBox	{	display:inline-block}
.ModFormMasterC textarea {height: auto}

.ModFormMasterC .SubHead.listlabel {display: block;margin-right: 200px;}
.ModFormMasterC select.NormalTextBox.listbox, 
.ModFormMasterC select.NormalTextBox.drop {background: none;border: 1px solid #e1e1e1;height: auto;margin-left: 148px;margin-bottom: 0px;width: 200px;margin-top: 0px }
.ModFormMasterC select.NormalTextBox.listbox.nolabellist,
.ModFormMasterC select.NormalTextBox.drop.nolabellist {margin-left: 0px;}
.ModFormMasterC select.NormalTextBox.listbox + br + span.Normal {	margin-left: 0px; display:block; padding-bottom: 30px}	

.ModFormMasterC input:hover, .ModFormMasterC textarea:hover {    -moz-transition: all 0.3s ease 0s;    background: -moz-linear-gradient(top, #e3f4fa, #eff9fd);    outline: medium none;}

.ModFormMasterC input:focus, .ModFormMasterC textarea:focus {    -moz-transition: all 0.3s ease 0s;    background: -moz-linear-gradient(top, #e3f4fa, #eff9fd) !important;    outline: medium none;}

.ModFormMasterC input[type="checkbox"], .ModFormMasterC input[type="radio"] {margin-right: 5px;}
#dnn_ctr788_FormMaster_lblRequired{left: 180px;    position: relative;    top: -10px;}
.ModFormMasterC .NormalTextBox_note{ float: left;    font-size: 10px;    height: 10px;    margin-left: 186px;    margin-top: -12px;}
.ModFormMasterC .SubHead {font-size:.9em; font-weight: normal; margin-right: 30px; width: 155px;}
.ModFormMasterC .dfeest_contact .SubHead {float: left;}

.ModFormMasterC .dnnInputFileWrapper {position: relative !important;float: none !important;display: inline-block!important;overflow: visible!important;width: 270px!important;font-size:.8em;height: 28px;}
.ModFormMasterC span.dnnInputFileWrapper > span.dnnSecondaryAction {display: none}
.ModFormMasterC span.dnnInputFileWrapper > input[type="file"] {position: relative; font-size: 1.3em;border-width: 0px; opacity: 1; transform:none; padding-top: 10px}
.ModFormMasterC .dnnInputFileWrapper + span.Normal, .ModFormMasterC .dnnInputFileWrapper + span.Normal + span.Normal {display: block;margin: -20px 0 0px 110px;font-size: 1em!important; height:23px; margin-left: 0px;}
.ModFormMasterC .dnnInputFileWrapper + span.Normal > strong,  .ModFormMasterC .dnnInputFileWrapper + span.Normal + span.Normal > strong {font-weight: normal!important; font-size: 100%;}

.ModFormMasterC input[type="submit"] {	background: none repeat scroll 0 0 #009AD4;border-radius: 3px 3px 3px 3px;box-shadow: 0 0 2px rgba(0, 0, 0, 0.7) inset;color: #FFFFFF;margin: 15px 0 0 0px; padding: 10px; width: 80px !important;}
.ModFormMasterC input[type="submit"]:hover {background:#008cc1;}

.ModFormMasterC input[type="text"].NormalTextBox.nolabel, .ModFormMasterC textarea {width: 371px}
.ModFormMasterC select.NormalTextBox.listbox.nolabel {width: 386px}
.ModFormMasterC select.NormalTextBox.drop.nolabellist.nolabel {width: 310px;}

/* Captcha is (hopefully) the only thing that uses .Normal inside .ModFormMasterC, otherwise we'll have to ID target them individually :( */
.ModFormMasterC .Normal {text-align: left; margin-left: 136px; padding: 8px 0;}
.ModFormMasterC .Normal img,
.ModFormMasterC .Normal div {margin-bottom: 8px;}

/* CC Me */
.ccMe td {padding-left: 140px;}
.ccMe .SubHead {width: auto;}

/* CSS2 fallbacks */
.no-boxshadow .ModFormMasterC input, .no-boxshadow .ModFormMasterC textarea {border: 1px solid #ccc;}

/* ==================================================================================

	SEARCH RESULTS
	
================================================================================== */
.scrResults li {padding: 15px 0;}
.scrPath {font-style: italic;}
.scrTitle a:visited, .scrTitle a:link, .scrTitle:hover {text-decoration: none;}

/* ==================================================================================

	PSUDEO ELEMENT SPRITES AND ICONS
	http://css-tricks.com/pseudo-spriting/

================================================================================== */

/* Settings for all Icons */
.iconSprite:before {content: ""; width: 24px; height: 24px; background: url("images/sprites_icons.png") 0 0 no-repeat; float: left; margin: 0 10px 2px 0;}

/* Sprite Positions */
.headerContact span:before {  width:35px; height: 35px; background-position: -156px -3px;    margin: 0 5px 0 0;}
.iconArrow:before {background-position:-46px -34px; margin: 0; width: 20px;}
.iconArrow_white:before {background-position:-129px -29px; margin: 0; width: 20px;}

.menuDetails, .menuDetails li a:hover{text-decoration:none;}
.iconArrow:hover:before {background-position: -65px -34px;   text-decoration: none; }
.iconArrow_white:hover:before {background-position: -129px -29px;   text-decoration: none; }


/* Custom */
.mainNavigation #dnn_dnnSearch_ClassicSearch a {background: url("images/sprites_icons.png") no-repeat scroll -466px 1px #FFFFFF;}
.mainNavigation #dnn_dnnSearch_ClassicSearch a:hover{background-position: -441px 1px !important;}

.tas:before {content: ""; width: 30px; height: 27px !important; background: url("images/sprites_icons.png") 0 0 no-repeat; float: left; background-position: 0 -426px !important;}
.infoline:before {content: ""; width: 30px; height: 30px; background: url("images/sprites_icons.png") 0 0 no-repeat; float: left; margin: 0 10px 2px 0; background-position: -2px -188px !important;}
.online:before {content: ""; width: 30px; height: 30px; background: url("images/sprites_icons.png") 0 0 no-repeat; float: left; margin: 0 10px 2px 0; background-position: -49px 0px !important;}
.form:before {content: ""; width: 30px; height: 30px; background: url("images/sprites_icons.png") 0 0 no-repeat; float: left; margin: 0 10px 2px 0; background-position: -124px -1px !important;}
.in_person:before {content: ""; width: 30px; height: 30px; background: url("images/sprites_icons.png") 0 0 no-repeat; float: left; margin: 0 10px 2px 0; background-position: -87px -3px !important;}
.in_writing:before {content: ""; width: 30px; height: 30px; background: url("images/sprites_icons.png") 0 0 no-repeat; float: left; margin: 0 10px 2px 0; background-position:-125px -2px !important;}
.phone:before {content: ""; width: 30px; height: 40px; background: url("images/sprites_icons.png") 0 0 no-repeat; float: left; margin: 0 10px 10px 0; background-position: -160px 0px !important;}

/* add this styling **/

.at300bs {
background: none repeat scroll 0 0 transparent!important;
    display: block;
    height: 22px;
    line-height: 16px !important;
    overflow: hidden;
    width: 26px;
}

.infoline{    background-position: 0 -25px;
    position: relative;
    width: 215px;}


.career:before{ background: url("images/sprites_icons.png") no-repeat scroll -3px -88px transparent;
    content: "";
    float: left;
    height: 30px;
    margin: 0 10px 25px 0;
    width: 30px;}
.eligibility:before{   background: url("images/sprites_icons.png") no-repeat scroll -2px -120px transparent;
    content: "";
    float: left;
    height: 35px;
    margin: 0 10px 25px 0;
    width: 30px;}
.fact_sheet:before{   background: url("images/sprites_icons.png") no-repeat scroll -2px -153px transparent;
    content: "";
    float: left;
    height: 35px;
    margin: 0 10px 25px 0;
    width: 30px;}

.email:before{    background: url("images/sprites_icons.png") no-repeat scroll -2px -25px transparent;
    content: "";
    float: left;
    height: 26px;
    margin: 0 10px 25px 0;
    width: 30px;}
.demand:before{   background: url("images/sprites_icons.png") no-repeat scroll -2px -250px transparent;
    content: "";
    float: left;
    height: 35px;
    margin: 0 10px 25px 0;
    width: 30px;}
.events:before{   background: url("images/sprites_icons.png") no-repeat scroll -2px -290px transparent;
    content: "";
    float: left;
    height: 35px;
    margin: 0 10px 25px 0;
    width: 30px;}
.subscribe:before{   background: url("images/sprites_icons.png") no-repeat scroll -2px -323px transparent;
    content: "";
    float: left;
    height: 35px;
    margin: 0 10px 25px 0;
    width: 30px;}
.news:before{   background: url("images/sprites_icons.png") no-repeat scroll -2px -355px transparent;
    content: "";
    float: left;
    height: 30px;
    margin: 0 10px 25px 0;
    width: 30px;}
.informed:before{   background: url("images/sprites_icons.png") no-repeat scroll -2px -20px transparent;
    content: "";
    float: left;
    height: 35px;
    margin: 0 10px 25px 0;
    width: 30px;}
.SFAP:before{   background: url("images/sprites_icons.png") no-repeat scroll -2px -402px transparent;
    content: "";
    float: left;
    height: 25px;
    margin: 0 10px 25px 0;
    width: 30px;}

/* ==================================================================================

	NON-PSUEDO SPRITE ICONS
	eg. just an element with an icon in it.

================================================================================== */

/* Settings for all icons */
.iconSpriteSolo {display: block; background: url("images/sprites_icons.png") 0 0 no-repeat; text-indent: -99999px;}

/* Sprites */
.emailPage {background-position: 0 -25px; width: 35px; height: 30px; float: left; outline: none;}
.printPage {background-position: 0 -57px; width: 35px; height: 28px; float: left; outline: none;}
.addthisPage {background-position: -230px -5px;    float: left;    height: 25px;    outline: medium none;    width: 30px;}

/* Icon Bars */
.iconBarArrow,
.iconBarTip,
.iconBarDownload,
.iconBarVideo {border: 1px solid #ccc; padding: 8px; display: block; margin: 15px 0; background: url("images/sprites_iconbar.png") 0 0 no-repeat; padding-left: 39px;}

.iconBarArrow {background-position: -10px -37px;}
.iconBarTip {background-position: -10px -369px;}
.iconBarDownload {background-position: -10px -154px;}
.iconBarVideo {background-position: -10px -262px;}


/* ==================================================================================

	HELPER CLASSES AND RE-USABLE ELEMENTS

================================================================================== */
/* Generic */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear {clear: both;}

/* Popup Captions/Tooltips */
.tooltip {border-bottom: 1px dotted; color: rgb(0,43,85);}
.tooltip:hover {text-decoration: none;}

.tooltipPopup {background: #fff; color: #000; padding: 15px; position: absolute; border: 1px solid #dedede; text-align: left; z-index: 9999;}
.tooltipClose {position: absolute; top: -10px; right: -10px;}


/*DMX module - hide module to the public*/
form .ModBring2mindDMXC {display: none}
form.showControlBar .ModBring2mindDMXC {display: block}
/* ==================================================================================

	SEARCH RESULTS
	
================================================================================== */
.scrResults li {padding: 15px 0;}
.scrPath, .scrRelevance {font-style: italic;display: none;}
a.scrPage {border:none; text-decoration:none; color:#009AD4; margin: 0;    padding: 4px;}
a.scrPage:hover {    -moz-background-inline-policy: continuous;    background: none;        color: #007CAB;    text-decoration: none;}


.dnnSearchInput .dnnTooltip{display:none;}
	
	#dnn_ctr1038_SearchInput_txtSearch{ border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    width: 380px;
	box-shadow:none; background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC; margin-left: 30px;}
	
	#dnn_ctr1038_SearchInput_cmdGo {
		  background: url("images/sprites_icons.png") no-repeat scroll -465px 1px #FFFFFF;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    display: block;
    float: left;
    height: 32px;
    left: -34px;
    padding: 0;
    position: relative;
    text-indent: -99999px;
    top: 1px;
    width: 25px;
		}
		
	#dnn_ctr978_SearchInput_cmdGo:hover {
    background-position: -440px 1px !important;
}
		
	#dnnSearchCrawlerResults .scrHeader {
    margin-left: 40px;
    margin-top: 10px;
    text-align: left;
}


/* ==================================================================================

	IE8 FIXES
	
	================================================================================== */
	.ie8 #dnn_MENU1 > ul > li.navid-320 > a {max-width: 157px;}
	.ie8 .DnnModule {position: static;}
 
/* ==================================================================================

	IE7 FIXES


================================================================================== */
		
	.ie7 .DnnModule {position: static;}

/* Remove if not needed */


/* ==================================================================================

	PRINT STYLES

================================================================================== */
 
@media print {

  /* Print Reset */
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  
  /* Excessive
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  
  /* Hiding irrelevancies */
  .mainNavigation_wrapper, 
  .mainLeftColumn,
  .mainRightColumn,
  .topBarMenuContainer_wrapper,
  .pageTools,
  .footer_wrapper,
  #pageBanner {display: none !important;}
  
  /* Recentering */
  .pageTitle {margin-left: 0;}
  .breadcrumb {padding-left: 0;}
  .mainMiddleColumn {width: 100%; float: none; padding: 0;}
  
}
