/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/
html {
	height:100%;
}
a {
	color:#004D67;
	text-decoration: none;
	font-weight:bold;
}	
a:hover, 
a:active {
	color:#004D67;
	text-decoration: underline;
}
body {
	background-color: #AA9F89;
	background-image:url(../fw/background.jpg);
	background-repeat:repeat-y;
	background-attachment: fixed;
	background-position: left;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #4C4228;
}
h1 {
	font-size: 16px;
	color:#FFFFFF;
	margin:0px 0px 5px 0px;
}
h2 {
	font-size: 12px;
	color:#4C4228;
	margin:15px 0px 5px 0px;
} 
h3 {
	font-size: 12px;
	color:#FFFFFF;
	margin:15px 0px 5px 0px;
} 
h4, 
h5, 
h6 {
	font-size: 12px;
	color:#FFFFFF;
}
p {
	margin: 5px 0px 10px 0px;
}
img {
	border:0px none;
}

ul {
	list-style:square;
}


/**************************************************/
/*	LAYOUT DIVS AND TABLES						  */
/**************************************************/
#topCell {
	height: 125px;
	width: 628px;
	background-image: url(../fw/theme3/top.jpg);
}

#topRight {
	vertical-align:top;
	height: 125px;
	width: 132px;
}

#navCell {
	vertical-align:top;
	height: 35px;
}

#midCellWide {
	background-image: url(../fw/content_tile_wide.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	text-align:center;
	width: 760px;	
}

#midCell {
	background-image: url(../fw/content_tile.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	text-align:center;
	width: 574px;	
}

#leftCell {
	background-image: url(../fw/tile_left.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	text-align: center;
	width: 186px;	
}


#rightCell {
	background-image: url(../fw/content_tile.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	text-align:center;
	width: 574px;	
}
#menulist {
	margin: 0px 15px 15px 0px;
	list-style-type: none;
	text-align: right;
	padding: 0px;
	color:#4C4228;
}
#menulist a {
	color:#4C4228;
}

#contentCell {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 90%;
}

#leftContent {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 80%;
}

#footerCell {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../fw/theme3/bottom.gif);
	height: 33px;
	text-align:center;
	padding-left: 15px;
	color: #FFFFFF;
	vertical-align: middle;
}
#footerCell {
	color: #FFFFFF;
}

#footerCell a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}	
#footerCell a:hover, a:active {
	color:#FFFFFF;
	text-decoration: underline;
}

#imageLarge {
	background-image: url(../images/career_path_large.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 380px;
	width: 760px;
	text-align:left;
	padding-top:10px;
	padding-left: 15px;
	color: #FFFFFF;
	vertical-align: top;
}



/***** MISC *****/

#copyright {
	font-size: 9px;
	line-height: 11px;
	text-align: right;
	color: #006699;
	padding-top:10px;
}
#copyright a {
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}

/**************************************************/
/*	SPECIAL SPOT GRAPHICS						  */
/**************************************************/

.floatRight { 
	float: right; 
	margin: 0px 0px 10px 15px;
	}

/**************************************************/
/*	NAV BAR										  */
/**************************************************/

/* removes indents and bullets */
#nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
	/* positions main menu items */
#nav li { 
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;	
	}
	
	 /* sets the width of the menu container */
#nav {
	width:760px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	}
	
	/*  main menu links & main menu roll-overs */
li#home a {
	text-decoration:none;
	background-image: url(../fw/home.gif);
	padding: 0px;
	margin: 0px;
	width: 64px;
	height: 35px;
	display: block;
	}

li#home a:hover {
	text-decoration:none;
	background-image: url(../fw/home_over.gif);
	padding: 0px;
	margin: 0px;
	width: 64px;
	height: 35px;
	display: block;
	}

li#careercenter a {
	text-decoration:none;
	background-image: url(../fw/careercenter.gif);
	padding: 0px;
	margin: 0px;
	width: 72px;
	height: 35px;
	display: block;
	
	}

li#careercenter a:hover {
	text-decoration:none;
	background-image: url(../fw/careercenter-over.gif);
	padding: 0px;
	margin: 0px;
	width: 72px;
	height: 35px;
	display: block;
	}
li#registry a {
	text-decoration:none;
	background-image: url(../fw/nationalregistry.gif);
	padding: 0px;
	margin: 0px;
	width: 102px;
	height: 35px;
	display: block;
	}

li#registry a:hover {
	text-decoration:none;
	background-image: url(../fw/nationalregistry_over.gif);
	padding: 0px;
	margin: 0px;
	width: 102px;
	height: 35px;
	display: block;
	}

li#future a {
	text-decoration:none;
	background-image: url(../fw/buildfuture.gif);
	padding: 0px;
	margin: 0px;
	width: 104px;
	height: 35px;
	display: block;
	}

li#future a:hover {
	text-decoration:none;
	background-image: url(../fw/buildfuture_over.gif);
	padding: 0px;
	margin: 0px;
	width: 104px;
	height: 35px;
	display: block;
	}
	
li#careersweek a {
	text-decoration:none;
	background-image: url(../fw/careerweek.gif);
	padding: 0px;
	margin: 0px;
	width: 161px;
	height: 35px;
	display: block;
	}

li#careersweek a:hover {
	text-decoration:none;
	background-image: url(../fw/careerweek_over.gif);
	padding: 0px;
	margin: 0px;
	width: 161px;
	height: 35px;
	display: block;
	}	

li#resources a {
	text-decoration:none;
	background-image: url(../fw/careeresource.gif);
	padding: 0px;
	margin: 0px;
	width: 104px;
	height: 35px;
	display: block;
	}

li#resources a:hover {
	text-decoration:none;
	background-image: url(../fw/careeresource_over.gif);
	padding: 0px;
	margin: 0px;
	width: 104px;
	height: 35px;
	display: block;
	}

li#webcam a {
	text-decoration:none;
	background-image: url(../fw/webcam.gif);
	padding: 0px;
	margin: 0px;
	width: 69px;
	height: 35px;
	display: block;
	}

li#webcam a:hover {
	text-decoration:none;
	background-image: url(../fw/webcam_over.gif);
	padding: 0px;
	margin: 0px;
	width: 69px;
	height: 35px;
	display: block;
	}	

li#contact a {
	text-decoration:none;
	background-image: url(../fw/contact.gif);
	padding: 0px;
	margin: 0px;
	width: 84px;
	height: 35px;
	display: block;
	}

li#contact a:hover {
	text-decoration:none;
	background-image: url(../fw/contact_over.gif);
	padding: 0px;
	margin: 0px;
	width: 84px;
	height: 35px;
	display: block;
	}

/* positions second-level lists */

li ul { 
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	width: 154px;
	}

/* second-level menu & roll-over appearance */

li#careercenter ul li#jobsearch a { 
	display: block;
	width: 153px;
	height: 33px;
	background-image: url(../fw/jobsearch.gif);
}

li#careercenter ul li#resume a { 
	display: block;
	width: 153px;
	height: 21px;
	background-image: url(../fw/postresume.gif);
}

li#careercenter ul li#jobagent a { 
	display: block;
	width: 153px;
	height: 21px;
	background-image: url(../fw/searchagent.gif);
}

li#careercenter ul li#training a { 
	display: block;
	width: 153px;
	height: 21px;
	background-image: url(../fw/findtraining.gif);
}

/* ------------ */
li#future ul li#video a { 
	display: block;
	width: 153px;
	height: 33px;
	background-image: url(../fw/byfVideo.gif);
}

li#future ul li#contributor a { 
	display: block;
	width: 153px;
	height: 21px;
	background-image: url(../fw/byfContributors.gif);
}

li#future ul li#media a { 
	display: block;
	width: 153px;
	height: 21px;
	background-image: url(../fw/mediaKit.gif);
}

/* ------------ */

li#careersweek ul li#register a { 
	display: block;
	width: 153px;
	height: 33px;
	background-image: url(../fw/register.gif);
}
li#careersweek ul li#profiles a { 
	display: block;
	width: 153px;
	height: 21px;
	background-image: url(../fw/profiles.gif);
}
li#careersweek ul li#materials a { 
	display: block;
	width: 153px;
	height: 21px;
	background-image: url(../fw/materials.gif);
}

/* ------------ */

li#resources ul li#careerpath a { 
	display: block;
	width: 153px;
	height: 33px;
	background-image: url(../fw/careerpath.gif);
}
li#resources ul li#description a { 
	display: block;
	width: 153px;
	height: 21px;
	background-image: url(../fw/careerdescription.gif);
}

li#resources ul li#earnpotential a { 
	display: block;
	width: 153px;
	height: 21px;
	background-image: url(../fw/earningpotential.gif);
}

li#resources ul li#links a { 
	display: block;
	width: 153px;
	height: 21px;
	background-image: url(../fw/links.gif);
}

li#resources ul li#faq a { 
	display: block;
	width: 153px;
	height: 21px;
	background-image: url(../fw/faq.gif);
}


li ul a:hover { 
	color:#fff;
	background: #000;

}

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
li>ul {
	top: auto;
	left: auto;
}


/* lists nested under hovered list items */
li:hover ul, li.over ul { 
	display: block;
}