
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body 
{

background: White;
font-family: Verdana, Arial, Georgia;
font-size: 100%;  /* 1em = 16pt */
color:Black;
}

/* links */
a, a:visited {	
	color: Blue;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: Red;
	background: inherit;
	text-decoration: underline;
}

html,body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,pre,form,fieldset,input 
{ margin: 0px; padding: 0px; }

#wrapper 
{ 
 margin: 0px auto;
 width: 950px;
}

/* Page Header 100px wide and 100 px height */
#header {
 width: 950px;
 background-color: white;
 padding:1px ;
 height: 120px;
 margin-left: 1px ;
 margin-right : 1px ; 
 margin-top : 1px; 
 margin-bottom:3px ;
 border: 1px solid #6794D0;
}

/* Header Logo */
#logo 
{
	float:left;
    margin-right:10px ; 
    margin-top:1px;
    padding:2px ;
    width:600px;
}

/* Header Links */
#quickLaunchBar
{ 
	float:right;
    margin-right:0px ; 
    margin-left:0px ;
    margin-top:0px;
    padding:1px ;
    width:320px
}

#LaunchBar508
{ 
	float:right;
    text-align : left ;
    margin-right:10px ; 
    margin-top:1px;
    padding:1px ;
    font-size:1em;
    width:320px;
}

#userInformation
{ 
	clear:right; 
    float:right;
    text-align:right;
    margin-right:1px ; 
    padding:5px ;
    width:320px;
	font-size:1em;
	/* font-weight:bold; */
    color:Blue;
}

h1,h2,h3,h4
{
    margin: 0 0 5px 0;
    text-align: left;
    color: blue;
    font-weight:normal;
}

h1
{
    font-size: 1.4em; 
    border-bottom: solid 3px #72B98D;
    padding-bottom: 5px;

}

h2
{
    font-size: 1.3em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.15em;
}

h5, DT
{
    font-size: 1.1em;

}

p 
{ 
    font-size:1em;
    margin-bottom: 1.2em;
} 

.required 
{    
    font-size:1em;
    color:Red;
    width: 5px;
    text-align:right;
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}




/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 820px;
	background: #558969 url(content.jpg) repeat-y center top;
	/*background: #95DDB1*/
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {

	float: left;	
	width: 790px;	
	padding: 0; 	
	background: white;
	/*background: #E8E8E8;*/	
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 1px;	
	display: inline;
}
#header {
	width: 820px;
	position: relative;
	height: 0px;
	
	background: #95DDB1 url(header-bg.jpg) repeat-y center top;
	
	/* background-color: #CCC;
	*/
    padding: 0;	
	color: #FFF;	
}


/* header-photo */
#header-photo {
	clear: both;
	height: 448px;
	width: 755px;
	margin: 0 auto;
	background: #95DDB1 url(myfldocs-flat.jpg) no-repeat center center;
}

/* Main Column */
#main {
	float: left;
	width: 100%;
	padding: 20px 0 0 0; margin: 0 0 0 10px;
	display: inline;
}

#footer  
{
 background-color: White;
 width: 950px;
 margin-left: 1px ;
 margin-right : 1px ; 
 margin-top : 1px; 
 margin-bottom:1px ;
 padding: 1px;
/* border: 1px solid #6794D0; */
 font-size:.8em;
}

/* footer */
#footer .terms
{
	float:left;
    margin-left:10px ; 
    margin-top:1px;
    padding:2px ;
    width: 500px;
	color: #3E6AAA;
}

#footer .copyright
{
    clear:right;
    width: 400px;
    float: right;
    text-align: right;
    margin-right: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.required 
{
   color:Red;
}

input
{
    border: 1px solid CornflowerBlue;
    height: 1.2em;
    font: 1.0em Verdana, Arial, Georgia;
}

input:hover
{
    border: 1px solid Blue;
    background: #FFFFCC;
    height: 1.2em;
}


.blurb
{   font: 1.0em Verdana, Arial, Georgia;
    padding-left: 2px;
    margin-bottom: 1px;
    color: Black;
}

.blurbRequired
{   font: 1.0em Verdana, Arial, Georgia;
    padding-left: 2px;
    margin-bottom: 10px;
    color: Red;
}

/* Handles button style */
.mybutton  	
{
    font-family:Verdana, Arial, Georgia;
	font-weight:Bold;
	font-size:1em;
	cursor:pointer;
    border:outset 1px #ccc;
    /*background:#999;*/
    color:#000;
    padding: 1px 2px;
    background:url(../../images/formbg.gif) repeat-x left top;
    width:100px;
}

.mybuttonlarge  	
{
    font-family:Verdana, Arial, Georgia;
	font-weight:600;
	font-size:1em;
	cursor:pointer;
    border:outset 1px #ccc;
    /*background:#999;*/
    color:#000;
    padding: 1px 2px;
    background:url(../../images/formbg.gif) repeat-x left top;
    width:160px;
}

.label
{
    font: 1em Verdana, Arial, Georgia;
    width: 150px;

}


/* display and additional classes */
.clear { clear: both; }


/*Modal Popup*/
.modalBackground {
	/*background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;*/
}

.modalPopup {
	background-color:White;
	border-width:2px;
	border-style:outset;
	border-color:Gray;
	padding:20px;
	width:auto;
	text-align:center;
}

.modalInfo
{
    color: Black;
    font: 1.2em Verdana, Arial, Georgia;
    font-weight:Bold; 
}

#rightCol 
{
   
    margin: 0px 0px;
    float: right;
    width: 200px;
    padding: 1px;
    padding-top: 3px;
}

#leftCol 
{
    margin: 0px 0px;
    float: left;
    width: 740px;
    padding: 1px;
}

/* For news/info content */
.pageHeader1 {

	font-size: 1.2em;
	line-height: 14px;

}

.newsreleaseWord {
	font-size: .8em;
	line-height: .8em;
	padding-bottom: 8px;
	list-style-image: url(word_icon2.gif);
}

.newsreleasedate {
	font-size: .9em;
	line-height: 10px;
	font-weight: bold;
	padding-top: 6px;
}

.newsrelease {
	font-size: .9em;
	line-height: .9em;
	padding-bottom: 8px;
	text-align:left;
	padding-left: 10px;
	list-style-type:none;
	
}
