/* 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 {
	background-color:#FEEFD3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top:35px;
	margin-bottom:25px;
}

body.smallTxtToolbar {
	font-size: 90%;
}

body.mediumTxtToolbar {
	font-size: 100%;
}

body.largeTxtToolbar {
	font-size: 120%;
}

h1 {
	border-bottom:3px solid #F08331;
	font-weight:bold;
	font-size:110%;
	padding-bottom:5px;
	margin: 0 0 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #434343;
	margin: 0 0 0.5em 0;
	font-size: 125%;
	line-height: 125%;
}

h2 a:link, h2 a:active, h2 a:visited {
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}


h3 {
	color: #1C5077;
	margin: 0 0 0.5em 0;
	font-size: 125%;
}

/*hr {
	background: #f00;
	color: #f00;
	height: 2px;
	border: none;
}*/

p {
	margin:0 0 1em 0;
	padding:0;
	color:#434343;
	font-size:80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul, ol {
	margin-left:15px;
	margin-bottom:15px;
}

li {
	font-size:90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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:#434343;
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
}

abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #DE005A;
	text-decoration: underline;
}

a:visited {
	color: #DE005A;
	text-decoration: underline;
}

a:hover {
	color: #DE005A;
	text-decoration: none;
}

a:active {
	color: #DE005A;
	text-decoration: none;
}

a:focus {
	color: #DE005A;
	text-decoration: none;
}

.bold {
	font-weight:bold;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

label.lblFrm {
	color:#052571;
	font-weight:bold;
}

input.button {
	vertical-align:middle;
}

input.textbox, textarea.textbox {
	color: #666666;
	border: solid 1px #666666;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
}

ul.inline li {
	display: inline;
}

p.small, span.small, ul.small, li.small, div.small, a.small, td.small {
	font-size: 60%;
}

p.large, span.large, ul.large, li.large, div.large, a.large, td.large {
	font-size: 110%;
}

p.error, span.error, ul.error, li.error, div.error {
	color: #f00;
}


/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}



/* END PAGE SPECIFIC STYLES */
















/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */




/* START HORIZONTAL MENU STYLES */

.xMenuBtn {
        color: #fff;
        background:transparent;
        cursor:pointer;
        width:20px;
        float: right;
	padding:0;
	margin:0;
	line-height:150%;
	margin-top:2px;
	vertical-align:middle;
	display:none;
}

ul#topnav { 				/* all lists */
	font-size:90%;
	font-weight:bold;
	list-style: none;
}

#topnav ul { 				/* all lists */
	list-style: none;
}

#topnav li ul {
	display: none;
}

#topnav li ul ul { 				/* third-and-above-level lists */
	margin: -21px 0 0 0;			/* height offset of third-and-above-level lists */
}

#topnav li { 					/* all list items */
	float: left;
	width: auto;
} 

#topnav li ul li { 				/* second-level lists */
	clear: left;
	background: none;
	padding-right: 0;
}
 
#topnav li a {					/* first-and-above-level anchors */
	margin:0;
	padding:0;
	display: block;
	width: 89px;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/bg-nav-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:18px;
	text-align:center;
	padding-top:9px;
	padding-right:2px;
}

#topnav li a.first {					/* first-and-above-level anchors */
	margin:0;
	padding:0;
	display: block;
	width: 89px;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/bg-nav-first-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:18px;
	text-align:center;
	padding-top:9px;
	padding-left:4px;
	padding-right:2px;
}

#topnav li a.last {					/* first-and-above-level anchors */
	margin:0;
	padding:0;
	display: block;
	width: 89px;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/bg-nav-last-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:18px;
	text-align:center;
	padding-top:9px;
	padding-right:6px;
}




#topnav li ul li a {				/* second-and-above-level anchors */
	background: #0375b3;
	width: 150px;
	padding: 4px;
	border-bottom: 1px solid #01507b;
	margin-right: 0;
}

* html #topnav li a {float: left;} * html #topnav li ul li a{float: none;}	/* Mac IE hack */

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul, #topnav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#topnav li:hover ul,#topnav li.sfhover ul {
	left: auto;
}

#topnav li li:hover ul, #topnav li li li:hover ul,  #topnav li li li li:hover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul, #topnav 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 */
}

#topnav li a:hover, #topnav li a:active, #topnav li a:focus { 
	background-image: url(../images/bg-nav-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color:#EF8331;
}

#topnav li a.first:hover, #topnav li a.first:active, #topnav li a.first:focus { 
	background-image: url(../images/bg-nav-first-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color:#EF8331;
}

#topnav li a.current {
	background-image: url(../images/bg-nav-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color:#EF8331;
}

#topnav li a.first.current {
	background-image: url(../images/bg-nav-first-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color:#EF8331;
}

#topnav li a.last.current {
	background-image: url(../images/bg-nav-last-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color:#EF8331;
}

#topnav li a.last:hover, #topnav li a.last:active, #topnav li a.last:focus { 
	background-image: url(../images/bg-nav-last-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color:#EF8331;
}


#topnav li ul li a:hover, #topnav li ul li a:active, #topnav li ul li a:focus { 
	color: #fff; 
	background: #4693d7;
}

/* END HORIZONTAL MENU STYLES */


/* START MAIN BUILD */
#widgets {
	margin:0px;
	padding:0px;
	width:222px;
	float:left;
	padding-left:32px;
	vertical-align:middle;
	font-weight:bold;
	height:25px;
	padding-top:7px;
}

#widgets img {
	margin:0px;
	padding:0px;
	margin-right:3px;
	line-height:0;
	vertical-align:middle;
}

#widgets p {
	margin:0px;
	padding:0px;
	font-size:12px;
}


#search {
	margin:0px;
	padding:0px;
	float:right;
	padding-right:10px;
	vertical-align:middle;
	height:25px;
	padding-top:5px;
	text-align:right;
}

#search label {
	font-weight:bold;
	vertical-align:middle;
}

#search .textbox {
	margin:0;
	padding:0;
	padding-left:5px;
	padding-top:2px;
	vertical-align:middle;
	background:none;
	background-image: url(../images/bg-top-textbox.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:160px;
	border:none;
	height:20px;
}

#search .button {
	vertical-align:middle;
}

#search p {
	margin:0;
	padding:0;
	font-size:12px;
}


#header {
	margin:auto;
	padding:0px;
	width:990px;
	height:85px;
	background-image: url(../images/bg-header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top:102px;
}

#header .hilln {
	margin:0;
	padding:0;
	width:79px;
	float:left;
	padding-left:32px;
	height:53px;
}

#header .title {
	margin:0;
	padding:0;
	color:#000000;
	padding-left:30px;
	float:left;
	height:53px;
}

#header .title p {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#header .title p.bigger {
	font-size:20px;
	font-weight:normal;
}

#header .smalltitle {
	margin:0;
	padding:0;
	color:#000000;
	padding-right:20px;
	float:right;
	width:330px;
	text-align:right;
	height:53px;
}

#header .smalltitle p {
	font-size:10px;
	font-weight:bold;
	margin:0;
}

.top-bottom {
	margin:auto;
	padding:0px;
	width:990px;
	clear:both;
	height:9px;
	line-height:0;
}

#navigation {
	margin:0;
	padding:0;
	width:466px;
	float:left;
	vertical-align:middle;
	height:27px;
	padding-top:5px;
	padding-left:10px;
}

#crumbs {
	margin:auto;
	padding:0px;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width:729px;
	clear:both;
	padding-left:261px;
	padding-top:10px;
	padding-bottom:10px;
}

#crumbs ul { margin:0; padding:0; }

#crumbs li {
	margin:0px;
	padding-left: 10px;
	color:#DE005A;
	font-size:70%;
	list-style-type: none;
	display: inline;
	background: url(../images/breadcrumb-icn.gif) 3px no-repeat;
}

#crumbs li.first {
	padding-left: 0;
	background: none;
}

#news li{
	list-style-type:disc;
}


#maincontent {
	margin:auto;
	padding:0px;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width:990px;
	clear:both;
}

#leftcolumn {
	margin:0;
	padding:0;
	width:212px;
	float:left;
	padding-left:16px;
	padding-right:16px;
}

#centercolumn {
	margin:0;
	padding:0;
	width:468px;
	float:left;
	border-left: 1px #EF8331 dashed;
	border-right: 1px #EF8331 dashed;
	padding-left:16px;
	padding-right:16px;
	overflow:auto;
}

#centercolumn.home div.dub3Content {
	padding-top: 10px;
}

#rightcolumn {
	margin:0;
	padding:0;
	width:212px;
	float:right;
	padding-left:16px;
	padding-right:16px;
}

.navdrop{
	
}

#subnav {
	margin:0;
	padding:0;
	margin-bottom:20px;
}

#subnav ul {
	font-weight:bold;
	margin:0;
	padding:0;
}

#subnav ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	
}

#subnav li a:link, #subnav li a:active, #subnav li a:visited {
	color:#000000;
	background-color:#F08331;
	border-bottom:1px solid #FFFFFF;
	display:block;
	padding:4px;
	text-decoration:none;
	background-image: url(../images/bg-subnav-off.gif);
	background-repeat: no-repeat;
	background-position: 195px center;
}

#subnav li a:hover {
	color:#F08331;
	background-color:#FDB635;
	text-decoration:none;
	background-image: url(../images/bg-subnav-over.gif);
	background-repeat: no-repeat;
	background-position: 195px center;
}

#subnav li .selected:link, #subnav li .selected:active, #subnav li .selected:visited {
	color:#000000;
	background-color:#FDB635;
	border-bottom:1px solid #FFFFFF;
	display:block;
	padding:4px;
	text-decoration:none;
	background-image: url(../images/bg-subnav-selected.gif);
	background-repeat: no-repeat;
	background-position: 195px center;
}

#subnav li .selected:hover {
	color:#000000;
	background-color:#FDB635;
	text-decoration:none;
	background-image: url(../images/bg-subnav-selected.gif);
	background-repeat: no-repeat;
	background-position: 195px center;
}

#subnav ul#nav ul.subnav{
	display: block;
	font-size:120%;
	font-weight:bold;
	line-height:100%;
	background-color:#FFEDCC;
	border-bottom:1px solid #FFFFFF;
	margin:0;
	padding:0 0 0 15px;
}

#subnav ul#nav ul.subnav li {
	background: url('/cms/outertemplates/images/bullet.jpg') 0 9px no-repeat;
	color:#F08331;
	line-height: 24px;
}

#subnav ul#nav ul.subnav li a:link, #subnav ul#nav ul.subnav li a:visited, #subnav ul#nav ul.subnav li a:active {
	color:#F08331;
	display:block;
	padding: 0 0 0 15px;
	text-decoration:none;
	border-bottom:none;
	background:none;
	font-size: 85%;
}

#subnav ul#nav ul.subnav li a:hover {
	text-decoration:underline;
	background:none;
}

.subtitle {
	border-bottom:3px solid #F08331;
	font-weight:bold;
	font-size:100%;
	padding-bottom:5px;
	margin:0;
	margin-bottom:10px;
}

ul.cta {
	margin:0;
	padding:0;
	margin-top:10px;
	padding-bottom:10px;	
	font-size:95%;
	list-style-type:none;
	border-bottom:3px solid #FFEDCC;
}

ul.cta li {
	padding-bottom:5px;
}

hr.lightorange {
	width:100%;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:20px;
	border-top:3px solid #FFEDCC;
	height:3px;
	color:#FFEDCC;
}

hr.orange-dash {
	width:100%;
	margin:0;
	padding:0;
	margin-bottom:1em;
	border-top:1px dashed #EF8331;
	height:1px;
	color:#EF8331;
}


.nomargin {
	margin:0;
}

.homecontactus {
	margin:0;
	padding:15px;
	width:182px;
	height:132px;
	background-image: url(../images/bg-contact-us.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:20px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.home-cta {
	margin:0;
	padding:0;
	width:146px;
	float:left;
	font-size:80%;
}

.home-cta-center {
	margin:0;
	padding:0;
	width:146px;
	float:left;
	margin-left:15px;
	margin-right:15px;
	font-size:80%;
}

#footer {
	margin:auto;
	padding:0px;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width:990px;
	clear:both;
	text-align:center;
	margin-top:25px;
}

#footer p {
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}

.pink {
	color:#DE005A;
}

.orange, .orange:link, .orange:active, .orange:visited {
	color:#EF8331;
	text-decoration:none;
}

.orange:hover {
	text-decoration:underline;
}

/* END MAIN BUILD */