@charset "utf-8";
body  {
	font: 87% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	margin-top:0;
	background-image:url(../images/bgOrange.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.twoColFixLtHdr #container { 
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2A306E;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	height:170px;
	background-image:url(../images/header1.jpg);
	background-position:top;
	background-repeat:no-repeat;
} 

.twoColFixLtHdr #topBox {
	margin: 0 0 0 204px; 
	height:250px;
} 

.twoColFixLtHdr #topBoxLarge {
	height:270px;
	width:636px;
	float:right;
} 


.twoColFixLtHdr #links {
	width:636px;
	margin-bottom:20px;
	float:right;
} 

.twoColFixLtHdr #topPicDiv { 
	float:left;
} 

.twoColFixLtHdr #orangeBox {
	background: #FF9900;
	float:right;
	height:200px;
	width:288px;
	color:#33378B;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:15px;
	font-size:90%;
	font-weight:bold;
	line-height:19px;
	text-align:justify;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #2A306E; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 80px 10px 0px 0px;
}

.twoColFixLtHdr #mainContent { 
	margin-left:200px;
	min-height:400px;
	padding-right:15px;
	line-height:19px;
	font-size:85%;
	
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FF9900; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*TABLES*/
.tblOrangeBox {
	height:190px;
	width:315px;
	margin:0px;
	padding: 0px 0px 0px 0px;
}

.tdBG {
	background-image:url(../images/buttonBG.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:29px;
	width:106px;
}

.tdBGWhite {
	background-image:url(../images/buttonBGWhite.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:29px;
	width:106px;
}

.tblWorldwideTop {
	background-color:#1B2559;
}

.tblWorldwideBottom {
	background-color:#232E63;
}

table.worldwideContacts {
	font-size:9px;
	border-width: 0px;
	border-spacing: 0px;
	border-color: #EEE;
	border-collapse: collapse;
	color:#FFF;
	font-size:10px;
}
table.worldwideContacts th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: #CCC;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.worldwideContacts td {
	border-width: 0px;
	padding: 3px;
	border-style: inset;
	border-color: #CCC;
	-moz-border-radius: 0px 0px 0px 0px;
}


a.topLinks:link {text-decoration:none; color:#FFF;}
a.topLinks:visited {text-decoration:none; color:#FFF;}
a.topLinks:hover {text-decoration:none; color:#FF9900;}
a.topLinks:active {text-decoration:none; color:#FFF;}

a.sideLinks:link {text-decoration:none; color:#FFF;}
a.sideLinks:visited {text-decoration:none; color:#FFF;}
a.sideLinks:hover {text-decoration:none; color:#FF9900;}
a.sideLinks:active {text-decoration:none; color:#FFF;}

a.readMore:link {text-decoration:none; color:#FF9900; font-weight:bold;}
a.readMore:visited {text-decoration:none; color:#FF9900; font-weight:bold;}
a.readMore:hover {text-decoration:none; color:#FFF; font-weight:bold;}
a.readMore:active {text-decoration:none; color:#FF9900; font-weight:bold;}

/*FONTS*/
.titleText {
	color:#FF9900;
	font-size:150%;

}

.menuText {
	color:#FF9900;
	font-size:117%;
	margin-left:27px;
	padding-bottom:10px;
}

.readMore {
	color:#FF9900;
	font-size:110%;
	font-weight:bold;
}

.lightGrey {
	color:#E8E8E8;
	margin-right:
}

.videoLink {
	font-size:16px; 
}

/*BULLETS*/
UL.bullet {
list-style-image: url(../images/sideLinksBullet.jpg);
margin-left: 1.5em;
padding-left: .5em;
margin-bottom:5px;
margin-top:5px;
}

UL.bulletSub {
margin-left: 2.0em;
padding-left: .5em;
margin-bottom:5px;
margin-top:5px;
}


ul.bulletSub, li.bulletSub {
    list-style-type: none;
}


/*IMAGES*/
.imgWhiteBorder {
border:2px solid #fff;
} 

.imgWhiteBorderWithFloat {
border:2px solid #fff;
float:left;
margin-right:15px;
}

legend {font-size:10px; color:#FFF}
label {display: block; width: 125px; float: left; margin: 2px 4px 6px 4px; text-align: right; font-size:10px;}
label.worldwide {display: block; width: 63px; margin-right:5px; text-align: left; margin-top:0px; margin-bottom:0px; }
label.long {display: block; width: 220px; float: left; margin: 2px 4px 6px 4px; text-align: right; font-size:10px;}
label.small {display: block; width: 70px; float: left; margin: 2px 4px 6px 4px; text-align: right; font-size:10px;}

.flashTop {
	float:right;
	margin-right:30px;
	margin-top:10px;
}

a:link {color:#FFF}
a:visited {color:#FFF;}
a:active {color:#FFF;}
a:hover {color:#FFF;}



