@charset "utf-8";
/* CSS Document */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
	position:relative;
}

body {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:11px;
	line-height:15px;
	color:#481600;
}

.bgOrange {
	background:url(../images/backgroundGradient_Orange.gif) repeat-x;
}

.bgGreen {
	background:url(../images/backgroundGradient_Green.gif) repeat-x;
}

.bgBrown {
	background:url(../images/backgroundGradient_Brown.gif) repeat-x;
}

#globalContainer {
	margin:0 auto;
	width:1000px;
}

#globalHeader {
	padding-left:10px;
	height:181px;
	width:1000px;
	z-index:2;
}

#globalContainer.brown #globalHeader{
	background:url(../images/backgroundHeader_Brown.gif) no-repeat;
}

#globalContainer.green #globalHeader{
	background:url(../images/backgroundHeader_Green.gif) no-repeat;
}

#globalContainer.orange #globalHeader{
	background:url(../images/backgroundHeader_Orange.gif) no-repeat;
}

#globalContainer.brown #pageContainer{
	background:url(../images/backgroundContent_Brown.gif) no-repeat;
}

#globalContainer.green #pageContainer{
	background:url(../images/backgroundContent_Green.gif) no-repeat;
}

#globalContainer.orange #pageContainer{
	background:url(../images/backgroundContent_Orange.gif) no-repeat;
}

#headerImage {
	width:980px;
	height:110px;
}

#logo4C {
	height:40px;
	width:220px;
	left:20px;
	top:12px;
}

#languageSelector {
	color:#999999;
	background-color:#FFFFFF;
	position:absolute;
	right:45px;
	top:0px;
	padding:3px 10px 5px 10px;
}

#mainNaviContainer {
	height:50px;
	width:723px;
	position:relative;
	top:-32px;
	left:240px;
	z-index:100px;
}


#pageContainer {
	min-height: 410px;
    height: auto !important;
	height: 410px;
	width:980px;	
	z-index:1;
	padding:20px 10px 80px 10px;
	position:absolute;
	top:181px;
}

#colsContainer {
	width:890px;
	clear:both;
	margin:0px;
	margin-left:70px;
	top:25px;
}

#col {
	width:305px;
	margin-right:20px;
	float:left;
}

#colmiddle {
	width:305px;
	float:left;
	margin-right:20px;
}

#coldoubleright {
	width:565px;
	float:right;
}


#colend {
	width:240px;
	float:right;
}

#image2cols {
	margin-bottom:20px;
	float:left;
}

#globalFooter {
	height:20px;
	padding-left:20px;
	padding-right:20px;
	margin-left:-10px;
	width:1000px;
	background:url(../images/backgroundFooter.gif) no-repeat;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:10px;
	position:absolute;
	bottom:0px;
	background-color:#FFFFFF;
}

#copyrights {
	float:left;
	width:600px;
	color:#555555;
}

#footerlinks a {
	color:#ff7200;
	margin-right:28px;
	text-decoration:none;
}

#footerlinks a:hover,
#footerlinks a:active {
	color:#a74b00;
}

/* TYPOGRAPHIC STYLES */
h1 {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-weight:100;
	text-transform:uppercase;
	color:#ff6300;
	margin-bottom:20px;
	line-height:28px;
	font-size:22px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-weight:100;
	text-transform:uppercase;
	color:#aab300;
	margin-top:13px;
	line-height:18px;
	font-size:14px;
	margin-bottom:10px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-weight:bold;
	color:#481600;
	margin-top:13px;
	line-height:14px;
	font-size:12px;
	margin-bottom:5px;
}

.pressRelease {
	margin:0px;
	margin-bottom:15px;
}

.pressReleaseTitle {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	color:#481600;
	margin-top:13px;
	line-height:14px;
	font-size:12px;
	margin-bottom:5px;
	font-weight:bold;
}

.pressReleaseDate {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	color:#ff7200;
	margin-top:13px;
	line-height:14px;
	font-size:12px;
}

.pressReleaseText {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	color:#481600;
	line-height:14px;
	font-size:11px;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:5px;
}

a {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	color:#ff6300;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#a74b00;
}

.activeTextlink {
	color:#565900 !important;
	font-weight:bold;
	text-decoration:none;
}

.link_extern {
	margin-left:5px;
	background:url(../images/linkextern.gif) no-repeat;
	padding-left:17px;
	line-height:12px;
}

.copyBulletpoints {
	margin:0;
	margin-left:15px;
	margin-top:10px;
	padding:0;
	color:#FF7200 !important;
}

.copyBulletpoints li {
	color:#481600;
}


.copy {
	color:#481600;	
}

.eventlist {
	margin:0px;
	padding:0px;
	list-style:none;
}

.eventlist li {
	margin:0px;
	padding:0px;
	padding-bottom:8px;
}

.fileinfo {
	font-family:Arial, Helvetica, sans-serif, 'Arial Narrow';
	font-size:9px;
}

/* BOX STYLES */
.downloadBox {	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	padding-top:7px;
}

.downloadBox #capbottom {
	padding:0px;
	margin:0px;
	height:13px;
}

.downloadBox ul {
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

.downloadBox ul li {
	padding:0px;
	margin:0px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	margin-left:5px;
	margin-right:5px;
	background:url(../images/bg_downloadBox_field.gif) repeat-x;
	background-color:#c3ada6;
}

.downloadBox ul li form select,
.downloadBox ul li form input,
.pressRelease form select,
.pressRelease form input {
	font-size:11px;
}

.pressRelease form select {
	width:240px;
}

.downloadBox.normal ul li form select {
	width:195px;
}

.downloadBox.small ul li form select {
	width:130px;
}

.downloadBox.small {
	background:url(../images/captop_downloadBox_small.gif) no-repeat;
	width:240px;
}

.downloadBox.small ul {
	background:url(../images/bg_downloadBox_small.gif);
}

.downloadBox.small #capbottom {
	background:url(../images/capbottom_downloadBox_small.gif) no-repeat;
}

.downloadBox.normal {
	background:url(../images/captop_downloadBox_normal.gif) no-repeat;
	width:305px;
}

.downloadBox.normal ul {
	background:url(../images/bg_downloadBox_normal.gif);
}

.downloadBox.normal #capbottom {
	background:url(../images/capbottom_downloadBox_normal.gif) no-repeat;
}

/* LINKBOX */
.linkBoxNormal,
.linkBoxSmall,
.faqBoxDoubleright {	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	padding-top:7px;
}

.linkBoxNormal ul,
.linkBoxSmall ul,
.faqBoxDoubleright ul {
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

.linkBoxNormal ul li,
.linkBoxSmall ul li {
	padding:0px;
	margin:0px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	margin-left:5px;
	margin-right:5px;
	background:url(../images/bg_linkBox_field.gif) repeat-x;
	background-color:#FFFFFF;
	border-bottom:1px solid #d2da00;
}

.faqBoxDoubleright ul li {
	padding:0px;
	margin:0px;
	padding:0px;
	margin-left:5px;
	margin-right:5px;
	background-color:#FFFFFF;
}

.faqQuestion {
	background-color:#FFFFFF;
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #d2da00;
	background:url(../images/bg_linkBox_field.gif) repeat-x;
}

.faqAnswer {
	background-color:#FFFFFF;
	padding:0px 10px 0px 10px;
	border-bottom:1px solid #d2da00;
	height:0px;
	overflow:hidden;
}

.faqAnswerOpen {
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;
	border-bottom:1px solid #d2da00;
	height:auto;
	overflow:hidden;
}

.linkBoxNormal ul li form select,
.linkBoxNormal ul li form input,
.linkBoxSmall ul li form select,
.linkBoxSmall ul li form input,
.faqBoxDoubleright ul li form input{
	font-size:11px;
}

.linkBoxNormal ul li form select {
	width:195px;
}

.linkBoxSmall ul li form select {
	width:130px;
}

.linkBoxSmall {
	background:url(../images/captop_linkBox_small.gif) no-repeat;
	width:240px;
}

.faqBoxDoubleright {
	background:url(../images/captop_linkBox_doubleright.gif) no-repeat;
	width:565px;
}

.faqBoxDoubleright ul {
	background:url(../images/bg_linkBox_doubleright.gif);
}

.faqBoxDoubleright #capbottom {
	background:url(../images/capbottom_linkBox_doubleright.gif) no-repeat;
	height:13px;
}

.linkBoxSmall ul {
	background:url(../images/bg_linkBox_small.gif);
}

.linkBoxSmall #capbottom {
	background:url(../images/capbottom_linkBox_small.gif) no-repeat;
	height:13px;
}

.linkBoxNormal {
	background:url(../images/captop_linkBox_normal.gif) no-repeat;
	width:305px;
}

.linkBoxNormal ul {
	background:url(../images/bg_linkBox_normal.gif);
}

.linkBoxNormal #capbottom {
	background:url(../images/capbottom_linkBox_normal.gif) no-repeat;
	height:13px;
}

.linkBoxSmall a,
.linkBoxNormal a,
.faqBoxDoubleright a {
	color:#7d8200;
}


/* News / Highlight Box */
.newsBoxNormal,
.newsBoxSmall {	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	padding-top:7px;
}

.newsBoxNormal ul,
.newsBoxSmall ul {
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

.newsBoxNormal ul li,
.newsBoxSmall ul li {
	padding:0px;
	margin:0px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	margin-left:5px;
	margin-right:5px;
	background:url(../images/bg_newsBox_field.gif) repeat-x bottom;
	background-color:#fafafa;
	border-bottom:1px solid #FF7200;
}

.newsBoxNormal ul li form select,
.newsBoxNormal ul li form input,
.newsBoxSmall ul li form select,
.newsBoxSmall ul li form input, {
	font-size:11px;
}

.newsBoxNormal ul li form select {
	width:195px;
}

.newsBoxSmall ul li form select {
	width:130px;
}

.newsBoxSmall {
	background:url(../images/captop_newsBox_small.gif) no-repeat;
	width:240px;
}

.newsBoxSmall ul {
	background:url(../images/bg_newsBox_small.gif);
}

.newsBoxSmall #capbottom {
	background:url(../images/capbottom_newsBox_small.gif) no-repeat;
	height:13px;
}

.newsBoxNormal {
	background:url(../images/captop_newsBox_normal.gif) no-repeat;
	width:305px;
}

.newsBoxNormal ul {
	background:url(../images/bg_newsBox_normal.gif);
}

.newsBoxNormal #capbottom {
	background:url(../images/capbottom_newsBox_normal.gif) no-repeat;
	height:13px;
}

.newsBoxSmall form, 
.newsBoxNormal form, 
.linkBoxSmall form, 
.linkBoxNormal form, 
.downloadBoxSmall form, 
.downloadBoxNormal form {
	margin-top:5px;
}


.newsHeadline {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:12px;
	font-weight:bold;
	color:#ff2602;
}

.newsDate {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	color:#ff7200;
	line-height:10px;
	text-decoration:underline;
}

/* Breadcrumb Styles */
#breadcrumb {
	height:12px;
	position:absolute;
	right:0px;
	margin-right:35px;
	top:15px;
}

#breadcrumb a {
	color:#ff7200;
	margin-left:5px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:11px;
	background:url(../images/breadcrumb_arrow.gif) no-repeat;
	padding-left:8px;
	line-height:12px;	
}

#breadcrumb a.first {
	color:#ff7200;
	margin-left:5px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:11px;
	background:none;
	padding-left:0px;
	line-height:12px;	
}

#breadcrumb a:hover,
#breadcrumb a:active {
	text-decoration:underline;
}

/* Contact Portraits */
.regionalOfficeContact{
	background:url(../images/bg_staffImage.gif) no-repeat center 0%;
	width:240px; 
	height:180px;
	text-align:center;
	margin:0px 0px 30px 0px;
	clear:both;
}

.staffPortrait {
	background:url(../images/bg_staffImage.gif) no-repeat center 0%; 
	float:left; 
	width:147px; 
	height:180px;
	text-align:center;
	margin:0px;
	margin-top:25px;
	margin-right:4px;
}


.staffLabel {
	background:url(../images/bg_staffLabel.gif) repeat-x; 
	width:100%; 
	margin-top:10px;
}

.staffLabelName {
	font-family:Arial, Helvetica, sans-serif, 'Arial Narrow'; 
	font-weight:bold; 
	font-size:11px; 
	color:#FFFFFF;
}

/* Sitemap */
#sitemap {
	left:50px;
}

.sitemap_toplevel {
	font-size:16px;
	line-height:23px;
	margin:0px;
	list-style:none
}

.sitemap_toplevel a {
	color:#FF7200;
	text-decoration:none;
}

.sitemap_toplevel a:hover {
	color:#634c3e;
	text-decoration:underline;
}

.sitemap_sublevel1 {
	font-size:11px;
	line-height:16px;
	margin-bottom:10px;
	margin-left:10px;
	list-style:none;
}

.sitemap_sublevel1 li {
	height:18px;
	width:200px;
	background-color:#634c3e;
	margin:2px;
	vertical-align:middle;
	padding-left:5px;
}


.sitemap_sublevel1 a {
	color:#FFFFFF;
	text-decoration:none;	
}

.sitemap_sublevel1 a:hover {
	color:#FF7200;
	text-decoration:underline;	
}


/* PHOTOGALLERY */
.photoBoxNormal {	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	padding-top:7px;
	background:url(../members/images/galleryDisplay_top.gif) no-repeat;
	width:565px;
}
#galleryNav {
	background:url(../members/images/galleryDisplay_bottom.gif) no-repeat;
	height:26px;
}

#galleryThumbnails {
	background:url(../members/images/galleryThumbs_background.gif) repeat-y;
	width:565px;
}

.activeThumbnail {
	border:solid 2px #FF7200;
}

.galleryThumbnail {
	float:left;
	height:59px;
	width:66px;
	text-align:center;
	vertical-align:middle;
	margin:2px;
	padding-top:2px;
}
