@charset "UTF-8";

body {
	background-color: #EDF5F7;
	background-image: url(../images/backgradient.png);
	background-repeat: repeat-x;
	height: 100%;
}
html {
	height:100%;
}

/*Container that controls image at top of page*/
#topcontent {
	position: relative;
	height:300px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 0px none #000000;
	/*background-image:url(../images/toctrophy.jpg);*/
	margin-top: 35px;
}

#imageholder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3001;
}

/*Container that controls blue bar at top of page*/
#bluebar {
	height:17px;
	background-color: #206495;
	z-index: -2;
}
#bluebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	padding-top: 2px;
}
/*Container that controls yellow bar at top of page*/
#yellowbar {
	height:7px;
	background-color: #E2CD34;
	z-index: -1;
}

/*Container that controls Left blue box at top of page*/
#TLbluebox {
	height:176px;
	width:143px;
	z-index: -3;
}

#logotop/*Container that controls image at top of page*/
 {
	margin-left: -100px;
	background-image:url(../images/FWSCLogoWhiteC.png);
	z-index: 5;
	height: 206px;
	width: 206px;
	margin-top: -230px;
}

/*Container that holds the main navigation*/
#navcontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}

/*Controls the UL. Aligns links/text to right side of center container*/
#navcontainer ul  {
	list-style-type:none;
	width: 100%;
	background-image: url(../images/bluegradient3.png);
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #206495;
	border-right-color: #206495;
	border-left-color: #206495;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #206495;
	line-height: 23px;
}

#navcontainer ul li {
	display: inline;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*Controls the main navigation links*/
#navcontainer ul li a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	text-decoration: none;
	color: #206495;
	padding-right: 5px;
	white-space: nowrap;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}

/*Controls the main navigation links that have been visited*/
#navcontainer ul li a:link, #navcontainer ul li a:visited {

}
#navcontainer /*Controls the main navigation links when the user hovers over them*/
 ul  li a:hover
{
	color: #E2CD34;
	background-color: #206495;
}

/*Current link that the user is on*/
#navcontainer li a.current {
	color: #E2CD34;
	background-color: #206495;
}
#bottomcontainer {/*Container that holds all of the content in the middle of page*/
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height:100%;
}

* html #bottomcontainer
	{
		height: 100%;
	}

#contentcontainer {
	position: absolute;
	height: auto;
	width: 800px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #206495;
	border-bottom-color: #206495;
	border-left-color: #206495;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.fieldnoticeclosed {
	text-align: center;
	background-color: #BA030D;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
}

.fieldnoticeclosed h2  {
	color: #FEFFCD;
	margin: 0px;
	padding: 0px;
}

.fieldnoticeclosed p {
	margin: 0px;
	padding: 0px;
	color: #FDFFCE;
}

.fieldnoticeopen {
	text-align: center;
	background-color: #FEFFCD;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
}

.fieldnoticeopen h2 {
	color: #226394;	
}

#DateTime {
	
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #206495;
}

#DateTime p{
	font-weight: bold;
	margin-bottom: 2px;
}

/*Controls Left color block 'under' left vertical Navigation*/
#leftblocknav {
	height: auto;
	width: 174px;
	position: relative;
	margin-top: 20px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #206495;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

/*Controls The whole Left Vertical Navigation Unordered List....1st NAVIGATION*/
#leftblocknav ul {
	margin-right: 0px;
	list-style-type: none;
	text-decoration: none;
	margin-top: 0px;
	padding-right: 5px;
	margin-left: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/*Controls Left  vertical Navigation Links*/
#leftblocknav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	color: #206495;
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #206495;
	font-style: normal;
	padding-left: 15px;
}

/*Controls Left  vertical Navigation Links when the user hovers over them*/
#leftblocknav ul li a:hover{
	text-decoration: underline;
	color: #206495;
	list-style-type: disc;
	background-image: url(../images/squareyellow.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}

#leftblocknav ul li a.selected {/*Adds 'down state' to selected page*/
	font-weight: bold;
	color: #206495;
	background-color: #DFEDF1;
}

/*Controls The first indented (child) Unordered List....2ND NAVIGATION - 1ST CHILD*/
#leftblocknav ul ul{
	padding: 0px;
	margin: 0px;
}
/*Controls any links in the first indented (child) Unordered List*/
#leftblocknav ul ul li a{
	font-size: 11px;
	font-weight: 400;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
}

#leftblocknav ul ul li a:hover{
	background-image: url(../images/squareyellow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#leftblocknav ul ul li a.selected {
	font-weight: bold;
	color: #206495;
	background-image: url(../images/squareyellow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #FFFFFF;
	text-align: left;
}
/*Controls The 2nd indented (child) Unordered List....3ND NAVIGATION - 2ST CHILD*/
#leftblocknav ul ul ul{
	padding: 0px;
	margin: 0px;
}

#leftblocknav ul ul ul li a{
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FAFFDD;
	padding-left: 35px;
}

#leftblocknav ul ul ul li a:hover{
	background-color: #E2CD34;
	background-image: url(../images/arrows.png);
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 20px center;
}

#leftblocknav ul ul ul li a.selected{
	background-color: #E2CD34;
	font-weight: bold;
	color: #206495;
	background-image: url(../images/arrows.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}

#leftblocknav form {
	margin-left: 10px;
}
#leftblocknav form p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #206495;
}

#leftblocknav form p input {
	background-color: #ffffcc;
}

#leftblocknav form p.submit input {
	background-color: #DFEDF1;
}

#pagecontent {
	float: right;
	width: 620px;
	height: auto;
	margin-top: 20px;
}

#pagecontent p {
	margin-right: 25px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: justify;
}

#pagecontent h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-top: 0px;
	color: #206495;
}

#pagecontent a:link {
	color: #206495;
	text-decoration: underline;
}
#pagecontent a:visited {
	color: #993333;
	text-decoration: underline;
}

#pagecontent a:hover {
	text-decoration: none;
	color: #206495;
}



#importantnews {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #DFEDF1;
	float: right;
	width: 200px;
	padding: 0px;
	
}
#importantnews p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#importantnews h3 {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E2CD34;
	background-color: #206495;
	background-image: url(/images/Important_h3_bg.png);
}
#importantnews h4 {
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	font-weight: bolder;
	background-color: #E2CD34;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#importantnews #one {/*First important news box*/
	padding: 0px;
	width: 170px;
	background-color: #ffffcc;
	border: 1px solid #206495;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 14px;
}

#importantnews #two {/*2nd important news box*/
	width: 170px;
	background-color: #ffffcc;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 14px;
	border: 1px solid #206495;
}

#importantnews #three {/*3 important news box*/
	width: 170px;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 14px;
	background-color: #ffffcc;
	border: 1px solid #206495;
}
#importantnews #four {/*4 important news box*/
	width: 170px;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	margin-left: 14px;
	background-color: #ffffcc;
	border: 1px solid #206495;
}

#importantnews #five {/*4 important news box. Contains a Different margin bottom. Update if adding new box*/
	width: 170px;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 14px;
	background-color: #ffffcc;
	border: 1px solid #206495;
}

#importantnews #six {/*4 important news box. Contains a Different margin bottom. Update if adding new box*/
	width: 170px;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 14px;
	background-color: #ffffcc;
	border: 1px solid #206495;
}
#importantnews #seven {/*4 important news box. Contains a Different margin bottom. Update if adding new box*/
	width: 170px;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 14px;
	background-color: #ffffcc;
	border: 1px solid #206495;
}
#importantnews #eight {/*4 important news box. Contains a Different margin bottom. Update if adding new box*/
	width: 170px;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 10px;
	margin-left: 14px;
	background-color: #ffffcc;
	border: 1px solid #206495;
}
#importantnews img {
	width: 150px
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 25x;
	margin-left: 10px;
	padding-bottom: 25x;
}
table.contacts {
	background-color: #fafafa;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

/*Table header for Contact tables AKA department titles*/
td.contactDept {
	background-color: #206495;
	border: 1px #000000 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #E2CD34;
	padding-left: 5px;
}
/*The TD information - used for table headers or top row*/
td.tablehead {
	background-color: #206495;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #E2CD34;
	padding-left: 5px;
	border-right: 1px #E2CD34 solid;
	text-align: center;
}
/*The TD information - used for table headers or top row but eliminates the border for the last TD cell*/
td.lasttdhead {
	background-color: #206495;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #E2CD34;
	padding-left: 5px;
	text-align: center;
}

/*The TD information - used for the text in the non-header table cells*/
td.contact {
border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; 
}

/*The TD information - used for the text in the non-header table cells* Same as above, I need to go through and update CLASS NAME */
td.cellentry {
border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; 
}

#tablespacing {
	width: 560px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
}

table tr.firstrow {
	background-color: #FAFFDD;
}

table tr.secondrow {
	background-color: #EEF2F6;
}


#whatsnew {
	background-color: #DFEDF1;
	margin-left: 25px;
	margin-bottom: 15px;
	width: 350px;
	float: left;
	position: relative;
	border: 1px solid #206495; 
	padding: 5px;
}

#footercontainer {
	width: 800px;
	position: relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

	/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

	* html #footercontainer
	{
	margin-top: auto;
	}

#pagecontent #images img {
	width: 500px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	
}

#footer {
	position: absolute;
	width: 800px;	
	}
#pagecontent  h1 {
	margin-top: 0px;
	font-size: 16px;
	color: #1E5E8C;
	margin-left: 5px;

	width: 325px;
	padding: 5px;
}

.HideBox {
	display: none;
}

#importantnews.ShowBox {
	display: block;
}

#container_thankyou {
	width::800px;
	margin-left:auto;
	margin-right:auto;
}
#container_thankyou #thanks {
	width:400px;
	float: right;
	margin-right:150px;
	
}
#container_thankyou img {
	float: left;
}
