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

body  {
	background-image:url(../images/bkgrd_grad.jpg);
	background-repeat:repeat-x;
	margin: 10px; 
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	line-height: 18px;
}

.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	line-height: 18px;
}




.bkgrdHeadings {
	width: 544px;
	height: 20px;
	padding: 10px;
	background-color: #999999;
		
}
.images_right {
	border: 1px solid #CCC; 
	padding: 3px; 
	float: right; 
	margin-left: 25px;
	margin-bottom: 10px;
}

.links {
		text-decoration:underline;
		font-size: 12px;
		color: #555;
}
.pageHeadings {
		font-size: 17px;
		color: #FFF;
		text-decoration:none;
		font-weight:bold;
}
.formHeadings {
		font-size: 12px;
		color: #FFF;
		text-decoration:none;
}


#containerOuter {
	width: 800px;
	margin: 0px auto;
}


#container { 
	width: 800px;
	background: #FFF;
	margin: 14px auto; 
	padding: 16px;
	text-align: left;
	border: solid 1px #CCC; 
}

#footer {
	width: 900px;
	margin: 0 auto;
	text-align: right;
	font-size: 10px;
	text-decoration: none;
}

#footerContainer { 
	width: 800px;
	height:30px;
	font-size: 10px;
} 

#footerLeft { 
	float: left;
	width: 590px;
	padding-left: 10px;
	text-align: left;
} 

#footerRight { 
	float: right;
	width: 200px;
	text-align:right;
} 

#branding { 
	width: 800px;
	height: 176px;
	background: url(../images/Logo.jpg) no-repeat;
	text-align: right;
	padding: 0px 0px 16px 0px;
} 

#positions { 
	width: 131px;
	height: 20px;
	background:url(../images/pic_available_positions.jpg) no-repeat;
	padding: 136px 0px 0px 0px;
} 


#banner { 
	width: 800x;
	height: 100px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	text-align: left; 
	padding: 0px 0px 16px 0px; 
} 

#topnavContainer { 
	width: 800x;
	text-align: left; 
} 

#contentContainer { 
	width: 800x;
	text-align: left; 
} 

#leftContent { 
	float:left;
	width: 220px;
	padding: 16px 16px 16px 0px;
	text-align: left; 
} 

#rightContent { 
	float:right;
	width: 564px;
	padding: 16px 0px 16px 0px;
	text-align: left; 
} 

/*_______________________________MainNav___________________________________*/  
  
#mainNav{
	width: 800px;
	background-color: #464544;
	padding-top: 10px;	
 	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	margin: 0 auto;
	background: black url(../images/titlebar.png) repeat-x center left;
}



#mainNav ul {
	margin: 0;
	padding: 0;
	width: 800px;
	list-style: none;
}

#mainNav ul li{
	float:left;
}

#mainNav ul a {
  display: block;
  padding: 0 0.9em;
  float: left;
  line-height: 1em;
  text-decoration:none;
  background: url(../images/divider.gif) no-repeat left;
  color:#FFF; 
  }
  
#mainNav ul .first a{
	background: none;
}
  
#mainNav ul a:hover {
  text-decoration:underline;
  color:#FFF; 
}


.arrowlistmenu{
width: 220px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border:none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border:none;
}




.chromestyle{
width: 99%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
font-size:11px;
border: 1px solid #BBB;
width: 100%;
background: url(../images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
text-align:left;
line-height:18px;
z-index:100;
background-color: #A70303;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #980e10;
}
