@charset "utf-8";
/* Feature CSS */

/* CSS Document: Style Sheet for Content Area*/

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

.selectOuterWrapper { /* entire content area */
  background: none;
  /*background-color:#CCCC99;*/
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
  
}
.selectOuterWrapper .header {
  background-color: none;
  /*border-bottom: solid 1px #666;*/ /* Sets the bottom border properties for an element using shorthand notation */
  font-size: .88em;
  padding: 14px 10px 20px 77px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  /*position: relative;*/
  vertical-align: middle;
}

.selectOuterWrapper .header h1 {
	font-size: .88em;
	color: #CF7034;
	font-family:Arial, Helvetica, sans-serif;
  	font-weight: bold;
	text-align:left;
	width: 500px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	line-height: 1em;
	border: none;
}

/*.selectOuterWrapper .subHeader {
  
  font-size: .88em;
  padding: 0px 0px 0px 0px; 
  vertical-align: middle;
  margin: 0 18% 0 18%;
  height: 20px;
  border-bottom: #bebebe 1px solid;

}*/

/*.selectOuterWrapper .subHeader h1 {
	font-size: .88em;
	color: #bebebe;
	font-family:Arial, Helvetica, sans-serif;
  	font-weight: bold;
}
*/
.selectOuterWrapper .rolloverFlashTitle {
  
}
.selectOuterWrapper .selectContentWrapper {
  overflow: hidden;
  height: 600px;
  position: relative;
  background: none;
  margin: 0 auto 0 auto;
  
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
.selectOuterWrapper .selectContentWrapper .baseContent{
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
.selectOuterWrapper .footer {
  /*background-color: #ddd;
  border-top: solid 1px #666;*/ /* Sets the top border properties for an element using shorthand notation */
  padding: 0px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height: 148px;
  min-width: 955px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.selectOuterWrapper .footer .footerNavigation {
	/*background-color: #ddd;*/
	
	padding: 0px 0px 0px 90px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 645px;
	margin: 0 auto 0 auto;
	position:relative;
}


.selectOuterWrapper .footerButtonNav {
	border-top: dotted 1px #bbb; /* Sets the top border properties for an element using shorthand notation */
	text-align: right;
	width: 534px;
	padding: 7px 0px 3px 0px;
}

#selectContentNavigation {
	margin: 0 auto 0 auto;  /* centers footer image navigation */
	text-align:center;

}


#navigation{
	padding:0;
	list-style:none;
}


/*.selectOuterWrapper .centerLI {
	margin:0 auto 0 auto;


}*/


.selectContent .centerLI {
	margin:0 auto 0 auto;
		/*float:left;*/
   width: 800px;
	/*border: 1px solid;*/

}

#fcycle {
	margin:0 auto 0 auto;
	padding: 0px;

}


#WorkHide #sectionCaption {
	position:relative;
}

#sectionCaption .header{
	position:relative;
	padding: 0px 10px 0px 0px;
}
