/* CSS Document */

@charset "utf-8";
html, body {
	background-color: #00457C;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif; }

.white {
	color: #FFF; }
.black {
	color: #000; }
.gray {
	color: #666; }
.darkblue {
	color: #15477b; }
.lightblue {
	color: #A8D0F0; }
.yellow {
	color: #EDEEA1; }
.shadow {
	text-shadow: 1px 1px 1px #000; }
.size10 {
	font-size: 10px; }
.size12 {
	font-size: 12px; }
.size14 {
	font-size: 14px; }
.size16 {
	font-size: 16px; }
.size18 {
	font-size: 18px; }
.size20 {
	font-size: 20px; }
.size26 {
	font-size: 26px; }
.bold {
	font-weight: bold; }
.italic {
	font-style: italic; }
.linkBlue {
	color: #15477b;
	text-decoration: none; }
.linkBlue:hover {
	color: #15477b;
	text-decoration: underline; }
.footLink {
	color: #FFF;
	text-decoration: none; }
.footLink:hover {
	color: #FFF;
	text-decoration: underline; }
.footOptLink {
	color: #A8D0F0;
	text-decoration: none; }
.footOptLink:hover {
	color: #EDEEA1;
	text-decoration: none; }

#navShell {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #003158;
	background-color: #00457C;
	background: -moz-linear-gradient(top, #003D6D, #00457C);
	background: -webkit-gradient(linear, left top, left bottom, from(#003D6D), to(#00457C));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#003D6D, endColorstr=#00457C);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#003D6D, endColorstr=#00457C)"; }
#navContainer {
	width: 900px;
	height: 39px;
	position: relative;
	margin: 0 auto; }
#navOption {
	width: 148px;
	height: 39px;
	float: left;
	text-align: center;
	line-height: 39px;
	border-left: 1px solid #00457C;
	border-right: 1px solid #003158; }
#navOption:hover {
	background-color: #0D4E83;
	cursor: pointer; }

#contentShell {
	width: 100%;
	background-image: url(../images/nav_shadow.jpg);
	background-repeat: repeat-x;
	background-color: #F0F0F0; }
#contentCenter {
	width: 900px;
	position: relative;
	margin: 0 auto; }
#contentContainer {
	width: 900px;
	position: relative;
	margin: 0 auto;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y; }
#content {
	width: 820px;
	position: relative;
	margin: 0 auto;
	text-align: left; }
#map {
	cursor: pointer; }

/*  About Us (Company)  */
#bocaBuilding {
	width: 424px;
	height: 260px;
	background-image: url(../images/about_corpHQ.jpg);
	background-position: right;
	background-repeat: no-repeat;
	float: right; }
#bannerShell {
	position: relative;
	width: 900px;
	height: 40px;
	left: -40px;
	margin-top: 30px; }
#banner {
	background-color: #00457C;
	border: 1px solid #003158;
	width: 428px;
	height: 38px;
	line-height: 38px;
	text-indent: 20px;
	float: left; }
#bannerShadow {
	float: left;
	background-repeat: no-repeat;
	width: 430px;
	height: 10px;
	margin-bottom: 10px; }
#timelineShell {
	width: 390px;
	float: left;
	margin-left: 30px; }
#timelineEntry {
	width: 390px;
	text-align: justify;
	line-height: 14px;
	padding-bottom: 24px; }
#locationShell {
	width: 390px;
	float: left;
	margin-left: 60px; }
#locationHeader {
	padding-bottom: 2px;
	margin-bottom: 10px; }
#locationAddy {
	width: 220px;
	float: left;
	padding-bottom: 12px; }
#locationNums {
	width: 170px;
	float: left;
	padding-bottom: 12px; }

/*  Contact Us  */
#contactLeft {
	width: 360px;
	float: left;
	margin-left: 40px; }
#contactRight {
	width: 468px;
	height: 338px;
	float: left;
	padding: 20px 0px 0px 30px;
	border: 1px solid #003158;
	background-color: #00457C; }
#contactPhoneFax {
	height: 56px;
	padding: 6px 0px 0px 60px;
	margin-top: 0px;
	background-repeat: no-repeat;
	line-height: 20px; }
#contactBlurb {
	width: 310px;
	background-color: #F8F8F8;
	border: 1px solid #E4E4E4;
	text-align: justify;
	margin-top: 20px;
	padding: 10px; }
.formEs {
	height: 26px;
	border: 1px solid #003158; }


/*  Investor Relations  */
#irLeft {
	width: 410px;
	float: left; }
#irRight {
	width: 450px;
	float: left;
	height: 254px;
	background-image: url(../images/bg_stockticker.jpg);
	background-repeat: no-repeat; }
#irContentShell {
	width: 380px;
	margin-left: 50px; }
#irNOTE {
	text-align: center;
	width: 778px;
	background-color: #F8F8F8;
	border: 1px solid #E4E4E4;
	margin-top: 30px;
	padding: 20px; }
#irNEWS {
	width: 820px;
	padding: 40px 0px 10px 0px; }
#irNEWSheader {}
#irNEWStitle {
	padding: 12px 0px 6px 0px; }
#irNEWSdesc {
	text-align: justify; }
#irNEWSfoot {
	text-align: right;
	padding: 4px 0px 10px 0px; }
#irNEWSmore {
	text-align: center;
	padding-top: 20px; }
#stockTitle {
	text-align: center;
	border-bottom: 1px solid #002440;
	padding: 10px 0px 10px 0px; }
#stockInfo {
	border-top: 1px solid #336A96;
	border-bottom: 1px solid #002440;
	padding: 10px 0px 10px 0px;
	height: 120px; }
#stockRow {
	padding-bottom: 6px; }
#stockCol1 {
	width: 120px;
	text-align: left;
	float: left; }
#stockCol2 {
	width: 140px;
	text-align: left;
	float: left; }
#stockCol3 {
	width: 120px;
	text-align: left;
	float: left; }
#stockFoot {
	border-top: 1px solid #336A96;
	padding-top: 10px;
	text-align: center;
	cursor: pointer; }


#footerContainer {
	width: 900px;
	position: relative;
	margin: 0 auto;
	padding-top: 50px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top; }
#footerOpts {
	width: 225px;
	float: left;
	line-height: 16px;
	text-align: center; }
#footerClear {
	clear: both;
	border-bottom: 1px solid #003158;
	padding-top: 20px; }
#footerLeft {
	width: 450px;
	float: left;
	text-align: left;
	padding: 6px 0px 20px 0px;
	border-top: 1px solid #336A96; }
#footerRight {
	width: 450px;
	float: left;
	text-align: right;
	padding: 6px 0px 20px 0px;
	border-top: 1px solid #336A96; }

/*  Careers  */
#careerTitle {
	width: 820px;
	text-align: left; }
#carLeft {
	width: 250px;
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
	vertical-align: text-top;
	text-align: left; }
#carRight {
	width: 570px;
	float: left;
	padding-bottom: 10px;
	vertical-align: text-top;
	text-align: justify; }




/*--                                                 -- #
# --                                                 -- #
# --<  P R O D U C T   D E T A I L S   P O P - U P  >-- #
# --                                                 -- #
# --                                                 --*/
#popShell {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; }
#popDimmer {
	position: absolute;
	background: #000;				/* accounting for IE */
	filter: alpha(opacity = 50);	/* accounting for IE */
	background: rgba(000, 000, 000, 0.5); /* for real browsers */
	z-index: 1000;
	width: 100%;
	height: 100%; }
#popBox {
	position: relative;
	width: 200px;
	background-color: #CCC;
	border: solid 20px #CCC;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 0px 35px black;
	-webkit-box-shadow: 0px 0px 35px black;
	box-shadow: 0px 0px 35px black;
	z-index: 1001;
	display: none; }

