@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	text-align: center;
	}
img {
	border:0;
	}
div.access {
	display:none;
	}
	
#wrapper	{
	width: 900px;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: auto;
    margin-right: auto;
	}
#main {
	float:left;
	background-color:#000000;
}

/*--------------------- Header ---------------------*/

#header	{
	width: 900px;
	height: 150px;
	background-color: #000000;
	text-align: left;
	}

#logo {
	float:left;
	width: 200px;
	height: 80px;
	padding: 55px 0 0 0;
	border: 0;
	margin: 0;
	}	

#textSize {
	float:right;
	clear:none;
	width:150px;
	height:80px;
	padding-top:50px;
	margin:0;
}

.paddingRight {
	padding-right:5px;
}

.floatRight {
	float:right;
	clear:none;
	margin:0;
	padding:0;
	color:#FFFFFF;
	position:relative;
}

span {
	color:#FFFFFF;
}

.textsize {
	position:relative;
	top:-5px;
	font-size:1.1em;
	left:8px;
	}
/*-------------------- Nav Menu --------------------*/
	
#nav {
	position: relative;
	display:block;
	float: left;
	clear: both;
	width: 900px;
	margin: 2px 0 0 0;
	background-color:#000000;
}

div#nav ul {
	list-style: none;
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
	text-align: left;
	display: inline;
}

div#nav li {
	margin:0 10px 0 0;	
	float: left;
	padding-bottom:8px;
}

div#nav a:link, div#nav a:visited {
	text-align:center;
	color: #FFFFFF;
	font-size: 1.2em;
	text-decoration: none;
	padding:3px 15px 4px 15px;
	font-weight: bold;
	height: 1.7em;			/*total: 33px*/
	line-height:2.1em;
	text-transform:uppercase;
}

div#nav a:hover, div#nav .on {
	color: #000000!important;
	text-decoration: underline;
	background-color: #FFFFFF!important;
}

.home {
	border-bottom:2px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}

.about {
	border-bottom:3px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}

.profiles {
	border-left:3px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

.roles {
	border-left:2px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.apply, .CDP {
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.backgroundSpace {
	background-image:url(../images/whiteSpace.gif);
	background-repeat:no-repeat;
	background-position:10px bottom;
	padding-bottom:30px;
	}

/*-------------------- Subnav Menu --------------------*/
	
#subnav {
	position: relative;
	clear: both;
	width: 900px;
	height:50px;
	margin:0;
	padding:0;
}

div#subnav ul {
	list-style: none;
	clear: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

div#subnav li {
	margin:0;
	padding:0;
	float: left;
	padding:3px 0 3px 0;
}

div#subnav a:link, div#subnav a:visited {
	text-align:center;
	color: #000000;
	font-size: 1.2em;
	text-decoration: none;
	padding:3px 15px 5px 15px;
	font-weight: bold;
	margin-top:0;
	height: 1.6em;			/*total: 33px*/
	text-transform:uppercase;
	background-color:#FFFFFF;
	background-image:url(../images/arrowBlack.gif);
	background-repeat:no-repeat;
	background-position:7px 7px;
}

div#subnav a:hover, div#subnav .on {
	color: #009dd9!important;
	text-decoration: underline;
	background-color: #FFFFFF;
	background-image:url(../images/arrowBlue.gif)!important;
	background-repeat:no-repeat;
}

#subAbout {
	position:absolute;
	left:71px;
	}
	
#subProfiles {
	left:239px;
	position:absolute;
	}

#subRoles {
	left:610px;
	position:absolute;
	}
	
#subApply {
	position:absolute;
	left:673px;
	width: 200px
	}
	
/*--------------------- Content ---------------------*/

h1 {
	font-size: 1.6em;
	color: #FFFFFF;
	}
	
h2 {
	font-size: 1.4em;
	color: #FFFFFF;
	}

h3 {
	font-size: 1.3em;
	color: #FFFFFF;
	padding-top: 4px;
	}
	
p {
	font-size: 1.2em;
	color: #FFFFFF;
	}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	}

.red { 
	color: #FF0000;
	font-weight: bold;
	}

#flashcontent {
padding:60px 0 0 20px;
}

#video {
	background-image:url(../images/profileone_bg.gif);
	background-repeat:no-repeat;
	width:440px;
	height:380px;
}

#video1 {
	background-image:url(../images/profileone_bg.gif);
	background-repeat:no-repeat;
	width:440px;
	height:380px;
}

#video2 {
	background-image:url(../images/profiletwo_bg.gif);
	background-repeat:no-repeat;
	width:440px;
	height:380px;
}

#video3 {
	background-image:url(../images/profilethree_bg.gif);
	background-repeat:no-repeat;
	width:440px;
	height:380px;
}

#video4 {
	background-image:url(../images/profilefour_bg.gif);
	background-repeat:no-repeat;
	width:440px;
	height:380px;
}

#content {
	float: left;
	clear: none;
	position: relative;
	width: 420px; 			
	text-align: left;
	padding: 20px 0 20px 20px;
}

#contentRight {
	float: right;
	clear: none;
	position: relative;
	width: 410px; 
	padding:20px 5px 0 20px;			
	text-align: left;
	min-height:430px;
}



#base {
	width: 900px;
	color: #FFFFFF;
	background-color:#000000;
	clear: both;
	}	
	
form {
	width: 400px;
	}
	
#videoOne {
	float:left;
	clear:none;
	width:180px;
	padding-top:20px;
}

#videoTwo {
	float:left;
	clear:none;
	width:180px;
	padding-left:20px;
	padding-top:25px;
}

#videoThree {
	float:left;
	clear:left;
	width:180px;
	padding-top:25px;
}

#videoFour {
	float:left;
	clear:none;
	width:180px;
	padding-left:20px;
	padding-top:20px;
}

/*--------------------- Footer ---------------------*/

#footer {
	width: 890px;
	height:1px;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 1.1em;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	border-top:solid 1px #FFFFFF;
	background-color:#000000;
	}	
	
#footernav {
	position: relative;
	float: right;
	clear: none;
	margin: 5px 0 0 0;
	width:320px;
	background-color:#000000;
	color:FFFFFF;
}

div#footernav ul {
	list-style: none;
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
	text-align: left;
	display: inline;
	background-image:url(../images/footerDivider.gif);
	background-repeat:no-repeat;
	background-position:198px 3px;
}

div#footernav li {
	margin: 0;	
	float: left;
	padding-left:15px;
}

div#footernav a:link, div#footernav a:visited {
	display:block;
	text-align:center;
	color: #FFFFFF;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: normal;
	height: 1.6em;			/*total: 33px*/
}

div#footernav a:hover, div#footernav .on {
	color: #FFFFFF;
	text-decoration: underline;
}

.footerText {
	float:left;
	font-size:1.2em;
	padding-top:3px;
	font-weight:bold;
	clear:none;
	text-align:left;
}

li.trueList
{
	padding-bottom: 3px;
	padding-top: 3px;
}