/***********************************************/
/* HTML tag styles                             */
/***********************************************
Common Tags
*********************************************/

body{
	font-family: Arial,sans-serif;
	color: #003400;
	background-color:#CCCC99;
	line-height: 1.25;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/FDO.logo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

p{
       text-indent:8px;
}


/*******************************************
Headings
******************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 24px;
	text-align:center;
	color: #014400;
	line-height: 150%;
	text-shadow: 3px 3px 2px #C8C8C8; /* text shadow for CSS3 compliant browsers, 
									first value moves right, second value moves down, 
									third value blurs, last value is color */
}

h2{
	font-size: 16px;
	color: #014400;
}

h3{
 font-size: 100%;
 color: #014400;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #014400;
}

h5{
 font-size: 100%;
 color: #014400;
}

blockquote{
	font-size:16px;
	font-style:oblique;
	background-color:#CCCC99;
	background-image:url(../images/gauze2.png);
	text-align:center;
	padding:10px;
	border:double;
	border-color:#003400;
}

/*****************************************
List Treatment
****************************************/
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/*********************************************
Hyperlink Treatment
*********************************************/
a:link, a:visited, a:hover {/* overrides decoration from previous rule for hovered links */
	color: #FFFFFF;
	text-decoration: none;
}
  
div.img a:link, a:hover, a:visited img{/*for images functioning as hyperlinks*/
  	border:none;
}

div.desc a:link, a:visited, a:hover{/*for links included in descriptions of images */
	color: #014400;
	text-decoration: none;		
}

#content a:link{/*for links appearing in the page content*/
	color: #008001;
	text-decoration: none;
}

#content a:visited{
	color:#008001;

}

#footer a:link, a:visited{/*for links in the footer*/
	color: #000000;
	text-decoration: none;
}

#siteInfo a:link, a:visited, a:hover{/*for links in site info bar*/
	color:#FFFFCC;
	text-decoration:none;
}

#sectionLinks a:link {
	color:#FFFFFF;
	text-decoration:none;	
}	

/*********** **************************
#navBar link styles 
***************************************/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************************************
#sectionLinks styles 
*************************************/

#sectionLinks{
	margin: 0px;
	padding: 0px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{	
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
}

/********************************************/
/*Image Treatment                            */
/********************************************/

img.floatright{
	float:right;
	margin:0px;
	padding:0px;
}

img.floatleft{
	float:left;
	margin:0px;
	padding:0px;
}

div.imgrt{
	float:right;
	margin:5px;
	height:inherit;
	width:inherit;
	text-align:center;
	padding: 3px;
	background-color: #FFFFCC;
	display: inline;
	border: 1px solid #001440;
}

div.imglt{
	float:left;
	margin:5px;
	height:inherit;
	width:inherit;
	text-align:center;
	padding: 3px;
	background-color: #FFFFCC;
	display: inline;
	border: 1px solid #001440;
}

div.img img{
  	display:inline;
  	margin:0px;  	
}


/*******************************************/
/** for descriptions of images */
/*************************************/ 
div.desc{
	text-align:center;
	font-weight:normal;
	width:100%;
	margin:1px;
	padding-top: 2px;
	background-color: #FFFFCC;
	line-height: normal;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/		
#container{
	width: 780px;
	margin: auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/rnd_images/round-corners_02.png);
	height: auto;
	-moz-border-radius: 15px; /* rounded corners for Mozilla CSS3 */
	-webkit-border-radius: 15px; /* rounded corners for Safari/Webkit browsers */
}

#midlayer{/* This is a style only div. It creates a middle layer between the Body and the Container
			Use a semi-transparent .png file to create a layered texture. */
	background-image:url(../images/gauze2.png);
	background-attachment:scroll;
	background-repeat: repeat;		

}		
#logo{
	float: left;
	background-color:#008001;
	border-right:2px solid #cccccc;
}
	
#masthead{
	margin: 0px;
	padding: 0px;
	height:266px;
	width: 778px;
	background-color:#FFFFCC;
}

#navBar{
	margin: 0px;
	padding: 0px;
	background-color: #008001;
	border-right:2px solid #cccccc;
	border-bottom: 1px solid #ccc;
	width: 148px;
	height: 100%;
	z-index: 0;
}

#content{
	padding: 0px;
	left: 150px;
	width: 626px;
	background-color:#FFFFCC;
	text-align: left;
	position: relative;
	top: -580px;
	z-index: 100;
}
		

#quicklinks{
	left:0px;
	width:141px;
	color: #003400;
	font-size:12px;
	font-family:inherit;
	padding-left: 8px;
	padding-top: 2px;
	height: 250px;
}

#footer{
	width:780px;
	margin:auto;
	text-align:center;
	font-size:12px;
	border-top: 2px solid #001440;
	padding-top: 25px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **********

#globalNav{
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
/**
#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
	color: #003300;
	}

****/
/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

/***
.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
***/
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: none;
	font-size: 75%;
	color: #003300;
	padding: 3px 6px 6px 6px;
	width: 100%;
	height:30px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	line-height: 50%;
	z-index: -1;
	}
	
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********************************************
#search bar styles 
*********************************************/

#search{
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}



/************** #advert styles *******

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **********
#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
*******/

