@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-size: 90%;
	background-attachment: fixed;
	background-image: url(../i/structure/bg-movable.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Arial;
	color: #E3E3E3;
}
#boundary {
	width: 950px;
	/*min-height:650px;*/
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	background-image: url(../i/structure/bg-lge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;	/*background-image: url(../../i/bg_boundary2.jpg);
	background-repeat: no-repeat;
	background-position: -90px -10px;
	background-attachment: scroll;
	padding: 0px;
	border: 1px solid #CCCCCC;*/
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}
#footer {
	width: 940px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	/*background-image: url(../../i/bg_boundary2.jpg);
	background-repeat: no-repeat;
	background-position: -90px -10px;
	padding: 0px;*/
	border-top: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-align: right;
}
/* navigation */
#global-nav {
	margin: 0px;
	padding: 0px;
	background-image: url(../i/structure/bg-globalnav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:20px;
	overflow: visible;
	font-size: 90%;
	line-height: 1.5em;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #272727;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	z-index: 1000;
}
#uppernav {
	width: 990px;
	margin: 0px auto 0px auto;
	padding: 3px;
	list-style: none;
	display: block;
		}
#uppernav .selected {
	color: #CCCCCC;
	text-decoration: none;
}
#uppernav li { 
		float: left;
		margin: 0;
		padding: 0;
		}
#uppernav a {
	float: left;
	display: block;
	padding: 0px 30px 6px 5px;
	margin-top: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
		}
#uppernav a:hover {
		color: #FFF;
		}
		
		
/*content area*/		

#content-left {
	width:462px;
	float:left;
	z-index: 100;
	position: relative;
}
#content-left p {
	margin-left: 60px;
	font-size: 85%;
}

#content-right {opacity: 0.6; margin-right: 0px; z-index: 50;}
.home-logo {
	width: 400px;
	margin-top: 150px;
	margin-left: 30px;
}
.content-logo {
	width: 400px;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#content-left h3, h4 {
	margin-left: 45px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
}
.content-explainer {
	padding: 0px;
	width: 300px;
	z-index: 5;
	float: right;
	margin-top: -200px;
	margin-right: 20px;
	margin-bottom: 15px;
	position: relative;
	font-size: 80%;
	font-weight: normal;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
}
#career {
	margin-left: 40px;
	font-size: 90%;
}
dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
} 
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	padding: 2px;
	margin-top: 3px;
	color: #CCCCCC;
}
dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 7px;
	padding-bottom: 3px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color:#333333;
	color: #CCCCCC;
}
/* some shadow classes*/
.nav_shadow {
     -moz-box-shadow: 0px 7px 15px #333; /* FF3.5+ */ /*horizontal offset, vertical offset, blur value, color*/
     -webkit-box-shadow: 0px 7px 15px #333; /* Saf3.0+, Chrome */
      box-shadow: 0px 7px 15px #333; /* Opera 10.5, IE 9.0 */
}
.content_shadow {
     -moz-box-shadow: 3px 3px 5px #333; /* FF3.5+ */ /*horizontal offset, vertical offset, blur value, color*/
     -webkit-box-shadow: 3px 3px 5px #333; /* Saf3.0+, Chrome */
      box-shadow: 3px 3px 5px #333; /* Opera 10.5, IE 9.0 */
}
.goright {
	padding: 3px;
	float: right;
	border: 1px solid #333333;
	margin: 3px;
}
a:link {
	color: #eee;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: underline;
}
	
.twitterbird {
	margin-top: 0;
	padding: 0px;
	position: relative;
	top: 2px;
} 

