﻿body{margin:auto; width:960px; font-family:Arial, Verdana, Helvetica, Sans-Serif; border:1px solid gray; } 
*{margin:0; padding:0;}
h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:24px;
	font-weight:bold; color:Orange; margin:0; padding:0; text-align:left}

/*Header*/
div#header{width:960px; background:#99C2FF; font-size:93%; line-height:normal; float:left}
div#header ul {margin:0; padding:10px 10px 0 50px; list-style-type:none;}
div#header li {display:inline; margin:0; padding:0; font-weight:bold}
div#header a {float:left; background: no-repeat left top; margin:0; padding:0 0 0 4px;
	text-decoration:none;}
div#header a span {float:left; display:block;   
	padding:5px 15px 4px 6px; color:white;}
div#header a span {float:none;}
div#header a:hover span {color:#4169E1;}
div#header a:hover {background-position:0% -42px;}
div#header a:hover span {background-position:100% -42px;}

#slogan{padding-top:70px; padding-left:90px }
div#slogan2{margin-left:200px; width:250px; padding-top:-105px; }


/*ContenetArea*/
div#contentarea{width:960px; float:left}

/*Column1*/
div#column1{width:195px;   z-index:100000; float:left;  margin: 15px 0 15px 0; }
div#column1 ul{ display:block; padding-left:20px}
ul.nav1{list-style-type:none; padding-left:0; margin-left:0;}
ul.nav1 a{display:block; text-decoration:none; color:#4169E1; font-size:small; }
ul.nav1 a:hover{color: #FF8330; text-decoration:underline;}
ul.nav1 a:visited{color:#4C0066}
.paracolumn1{color: #FF8330; font-weight:bold; margin-top:1em; padding-left:10px}
div#fcoveyButton {margin-left:15px; margin-top:25px; margin-bottom:20px}
div#lmakerButton{margin-left:15px;}
div#endiciaButton{margin-left:15px; margin-top:15px;}

/*Column2*/
div#column2{width:474px; padding-top:25px; float:left; }
div#column2 img{margin-left: 10px}
div#buttonDefault img{margin-left:50px}

/*Column3*/
div#column3{width:220px; float:right; margin-right:10px;}
div#column3ToDo{margin:15px 0 0 0; background-color: #FFFFE0; outline:solid 1px #CCE6FF}
div#column3ToDo h4{background-color:#CCE6FF; text-align:center; color:#666}
div#column3ToDo ul {list-style-type:none; text-align: center; margin-top:15px; margin-bottom:15px; padding-bottom:12px;}
div#column3ToDo ul li{margin-bottom: 8px; }
div#column3ToDo a{color:#FF8330; font-weight:bold;  text-decoration:none}
div#column3ToDo a:hover{color:#4169E1;}

div#frontEmail{margin:15px 0 0 0; background-color:#FFFFE0; outline:solid 1px #CCE6FF}
div#frontEmail h4{background-color:#CCE6FF; text-align:center; color:#666}

/*footer*/
div#footer {width:960px; }
div#footer {width:960px; height:48px; /* makes the div fill its container - usually body */
 					padding:12px 0; /* pushes the links away from top and bottom of the div */
					font-size:.68em; /* sets the font size of all links */
					text-align:center; /* centers the ul elements in the div */
					background-color:#FFFFFF;  border-top:1px solid #4169E1 ; border-bottom:2px solid #4169E1; /* sets the background color of the div */
					}
 					
 div#footer ul {margin:2px 0;} /* vertical spacing between the lists */
 div#footer li {display:inline; /* the key CSS - makes the lists display horizontally */
						color: #FFA500; /* sets the color of the vertical lines */
						border-left:1px solid; /* creates the vertical line to the left of each list items */
						color: #FFA500; /* sets the color of the vertical lines  - links colored below */
						padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
						}
 div#footer li:first-child {border-left:0;} /* removes the left border of the first list item - IDWIMIE */
 div#footer ul li a {text-decoration:none; /* removes the underlining off the links */
 							 color:#4169E1; /* the color of the links */
							 }
 div#footer ul li a:hover {text-decoration:underline;} /* underlines the links when hovered */
 div#footer ul.fineprint li {color:#C60;} /* color for copyright and vert dividers on last row */
 div#footer ul.fineprint li a {color:#C60;} /* had to explicitly color these or they inherit white from div#footer li */
  div#footer ul.fineprint li a:hover {color:#960;}
div.clearfloats {clear:both}

