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

/* begin Special Styles */

#homecontent {
	padding: 0px 0px 30px 35px;
}
#careercontent {
	padding: 0 0 30px 0;
	text-align:center;
}
#homecontainer {
	margin: 30px auto;
}
.banner {
	height:62px; 
	width:555px; 
	margin: 0 auto;
}

/* begin Main Styles */

.flashintro {
	text-align:center;
}
.all_container {
	height:100%;
	width:100%;
}
.dropdown {
	text-align:center;
}
.clearer {
	clear: both;
	line-height: 0;
	height: 0;
}
body {
	background-color:#000000;
}

/* begin Font Styles */

.bytag {
	padding-top:10px;
	text-align:right;
	margin: 0 auto;
	width: 70%;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Big Caslon", "Times New Roman", serif;
}
a:link {
	color: #d6ca8d;
	text-decoration:none
}
a:visited {
	color: #8c7a14;
	text-decoration:none
}
a:hover {
	color: #FFFFFF;
	text-decoration:none
}
.body {
	margin: 0px 30px 0px 30px;
	padding-bottom:30px;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.heading {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #777777;
}
.HTMLlinks {
	margin-top:-20px;
	text-align:center;
	font-family: "Lucida Grande", Arial, sans-serif; 
	font-size: 9px; 
	color: #777777; 
}
.titleleft {
	text-align:left;
	height:40px;
	position:relative; 
	top:-30px;
	left:20px;
	font-family:"Big Caslon", "Times New Roman", serif;
	color:#FFF;
	font-size:48px;
}
.titleright {
	height:40px;
	text-align:right;
	position:relative;
	top:-30px;
	right:20px;
	font-family:"Big Caslon", "Times New Roman", serif;
	color:#FFF;
	font-size:48px;
}
.topnav {
	border:none;
	height:0px;
	text-align:right;
	position:relative;
	bottom:20px;
	right:20px;
	font-family:"Big Caslon", "Times New Roman", serif;
	color:#999;
	font-size:24px;
}

/* begin Outline Styles */

.bl {
	background:url(assets/main%20content/cornerBL_bk.png) 0 100% no-repeat;
}
.br {
	background: url(assets/main%20content/cornerBR_bk.png) 100% 100% no-repeat;
}
.tl {
	background: url(assets/main%20content/cornerTL_bk.png) 0 0 no-repeat;
}
.tr {
	background: url(assets/main%20content/cornerTR_bk.png) 100% 0 no-repeat;
}
.t {
	margin: 0 auto 40px auto;
	width: 80%;
	width: expression( document.body.clientWidth > 949 ? "950px" : "auto" ); /* sets max-width for IE */
    max-width: 950px; /* this sets the max-width value for all standards-compliant browsers */
	width: expression( document.body.clientWidth < 551 ? "550px" : "auto" ); /* set min-width for IE */
    min-width: 550px; /* sets min-width value for all standards-compliant browsers */
	background: url(assets/main%20content/outlinedot_trans.png) 0 0 repeat-x;
}
.b {
	background: url(assets/main%20content/outlinedot_trans.png) 0 100% repeat-x;
}
.l {
	background: url(assets/main%20content/outlinedot_trans.png) 0 0 repeat-y;
}
.r {
	background: url(assets/main%20content/outlinedot_trans.png) 100% 0 repeat-y;
} 
