@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e1e1c3;
	margin-top: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


a {
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
	
a:hover {
	color: #3366CC;
	}


a.or:link {font-family: verdana,arial,helvetica; sans-serif; font-size: 9pt; color: #FF6600; text-decoration: none;}
a.or:visited {font-family: verdana,arial,helvetica; sans-serif; font-size: 9pt; color: #FF6600; text-decoration: none;}
a.or:hover {font-family: verdana,arial,helvetica; sans-serif; font-size: 9pt; color: #3366CC; text-decoration: underline; }
a.or:active {font-family: verdana,arial,helvetica; sans-serif; font-size: 9pt; color: #FF6600; text-decoration:  none;}

a.white:link {font-family: verdana,arial,helvetica; sans-serif; font-size: 9pt; color: white; text-decoration: none;}
a.white:visited {font-family: verdana,arial,helvetica; sans-serif; font-size: 9pt; color: white; text-decoration: none;}
a.white:hover {font-family: verdana,arial,helvetica; sans-serif; font-size: 9pt; color: white; text-decoration: underline; }
a.white:active {font-family: verdana,arial,helvetica; sans-serif; font-size: 9pt; color: white; text-decoration:  none;}

a.text:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
sans-serif; 	font-size: 8pt;
	color: #003366;
	text-decoration: underline;
	font-style: normal;
}
a.text:visited {font-family: verdana,arial,helvetica; sans-serif; font-size: 8pt; color: #003366; text-decoration: underline;}
a.text:hover {font-family: verdana,arial,helvetica; sans-serif; font-size: 8pt; color: #3366CC; text-decoration: underline; }
a.text:active {font-family: verdana,arial,helvetica; sans-serif; font-size: 8pt; color: #003366; text-decoration:  none;}

a.footer:link {font-family: verdana,arial,helvetica; sans-serif; font-size: 7.5pt; color: #003366; text-decoration: underline;}
a.footer:visited {font-family: verdana,arial,helvetica; sans-serif; font-size: 7.5pt; color: #003366; text-decoration: underline;}
a.footer:hover {font-family: verdana,arial,helvetica; sans-serif; font-size: 7.5pt; color: #3366CC; text-decoration: underline; }
a.footer:active {font-family: verdana,arial,helvetica; sans-serif; font-size: 7.5pt; color: #003366; text-decoration:  underline;}


a img {border: none;}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
	margin-top:0px;
	margin-bottom:15px;
	padding: 0px;
	}



.greenback	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #659563;
	color: #ffffff;
	padding: 3px;
	width: 500px;
	float: left;
}


.rightnavlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: bold;
	color: #FFFFFF;
	text-align: right;
	background-color: #6895a8;
	padding: 5px 115px 5px 0px;
}



	#dateformat {
	color: #ffffff;
	letter-spacing:0.2px;
	text-align: left;
	padding: 10px;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}
	
	
	
.bigorhome	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #cc9933;
}
	

.bigor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #EE8100;
	line-height: 24px;
}	
	


 #container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
	background: #FFFFFF;
	background-color: #FFFFFF;
} 




/************* #header styles **************/


 #header {
	background: #666666;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 950px;
} 

 #header2 {
	background: #6895a8;
	padding: 0;
} 


 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

 #header p {
font: 80% Verdana, Arial, Helvetica, sans-serif;
text-align: right; 
color: #666666;}




	
/************* #rightnav styles **************/


 #rightnav a{
	color: #666666;
	text-decoration: none;
}

 #rightnav a:link{
	color: #666666;
	text-decoration: none;
}

 #rightnav a:visited{
	color: #666666;
	text-decoration: none;
}

 #rightnav a:hover{
	color: #666666;
	text-decoration: underline;

	}

 #rightnav p {
	margin-top:0px;
	margin-bottom:5px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-left: 10px;
	color: #FFFFFF;
}




/************* #sidebar1 styles **************/



 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	padding: 0px;
	margin: 20px;
}


 #sidebar1content {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #faf8e9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}



 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #faf8e9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border-left-style: dashed;
	border-left-color: #cccab8;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccab8;
	border-bottom-width: 1px;
	height: 100%;
}
	

 #sidebar2 p {
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: left; 
color: #666666;
}	


 #sidebar2 a{
	color: #003366;
	text-decoration: underline;
}

 #sidebar2 a:link{
	color: #003366;
	text-decoration: underline;
}

 #sidebar2 a:visited{
	color: #003366;
	text-decoration: underline;
}

 #sidebar2 a:hover{
	color: #003366;
	text-decoration: underline;
}


/************* #main content styles **************/


	

 #mainContent {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 555px;
} 


 #blankmainContent {
	margin: 0px 200px 0px 100px;
} 



 #mainContent2 {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 



 #pffmainContent {
	margin: 0 225px 0 35px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 




 #mainContent2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color: #333366;
}


 #mainContent2 ol {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:11px;
  line-height: 16px;
}





 #mainContent ul {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:11px;
  line-height: 16px;
}


 #mainContent ol {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:11px;
  line-height: 16px;
}







/************* #footer styles **************/



 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#669966;
} 
.lightgreenfooter {
	background-color: #cc9933;
	height: 100%;
	width: 100%;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
font: 10px Verdana, Arial, Helvetica, sans-serif;
text-align: left; 
color: #ffffff;}



.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/************* #new navbar styles **************/


#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top:0px;
	background: #194881;
	float: left;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 16px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


#navcontainer ul li a.content {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #cc9933;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}




#navcontainer ul li a:hover {
	color: #ffffff;
	background-color: #cc9933;
}





 #menu_bar {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:31px;
  clear:both;
  background: #FFFFFF bottom left no-repeat;
} 



/************* #styles brought over from sac site **************/



 #breadcrumb  {
	width:300px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top:3px;
	font-size: 9px;
}

 .breadcrumb p {
  font-family: verdana, arial, sans-serif;
  font-size: 8px;
  line-height: 10px;
  color: #000000;
  margin-left: 1px;
  margin-top:15px; 
}


#linklist {

  padding-left: 0;
  margin-left: 0;
  width: 140px;
  float:left;
}

#linklist li {
  list-style: none; 
  margin-left: 5px;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana, arial, sans-serif;
  font-size:10px;
}

#linklist li a { text-decoration: none; 
 margin: 0;
  line-height:20px;
 
  font-family:verdana, arial, sans-serif;
  font-size:10px;
  color: #014c85;
}


#linklist li a:link{
	color: #014c85;
	text-decoration: none;
}

 #linklist li a:visited{
	color: #014c85;
	text-decoration: none;
}

 #linklist li a:hover{
	color: #014c85;
	text-decoration: underline;



}


 #left_side {
  float: left;
  width:160px;
  border:0px dashed #cccccc;
}

p.orangeheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DE6B02;
}

p.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.thrColFixHdr #rightnav {
	background-color: #669966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	height: 25px;
	line-height: 20px;
	letter-spacing: normal;
}





.thrColFixHdr #container #sidebar2 .orangeheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #Ff6600;
}


.NavysubHeader {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:normal;}	
	
	
img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
	
	
	.foxlogo {
	float: none;
	clear: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 275px;
}
	
	
	
	.productth {
	float: left;
	clear: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-right: 10px;
}
	
	
	
	.product {
	float: left;
	clear: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 20px;
}
	
	
	
	
}
.thrColFixHdr #container #mainContent2 .content {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	
	margin: 0px;
	

