@charset "UTF-8"; 
<!-- 
* {  padding:0px;
	margin:0px;
	}
body  {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/mainBack2.jpg) top center;
	margin: 0; /* 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;
}
img {
border:none;
}
.hammerDown #container { 
	width: 850px;
	height:1150px;  
	background:url(../images/contentBack1.jpg) no-repeat top center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.hammerDown #header { 
	background:url(../images/header1.jpg) no-repeat top center;
	height:270px;
} 
.title {
	padding-top:50px;
	padding-left:120px;
	}

.hammerDown #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.hammerDown #sidebar1 p {
margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
margin-right: 10px;
font:12px Verdana, Arial, Helvetica, sans-serif;
}
.hammerDown #sidebar1 h3 {
font:1.2em "Times New Roman", Times, serif;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-bottom:10px;
	color:#C73821;
}
.hammerDown #sidebar1 img{
	margin-top:15px;
	margin-left:10px;
	}
.hammerDown #mainContent {
	margin: 0 .5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.hammerDown #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.hammerDown #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 */
}
.floridaLock h3 {
font:1em "Times New Roman", Times, serif;
	color:#C73821;
	text-align:center;
	margin-top:5px;
}
#footer img {
	margin-left:80px;
	}
.nav ul {
	margin-top:150px;
	}
.nav ul li{
	display:inline;
	}
.nav ul li {
	margin-left:80px;
	}
a {
	color:#FFFFFF;
	font:30px "Times New Roman", Times, serif;
	text-decoration:none;
	}
a:hover {
	color:#CCC;
	}
.nav ul .about {
padding-left:10px;
}
.floridaLock {
	background:#A59A89;
	margin-top:10px;
	border:1px solid #FFF;
	}
.floridaLock p{
	font-size:16px;
	text-align:center;
	}

	.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;
}
/*This area for fonts*/
#mainContent h1 {
font:2.5em "Times New Roman", Times, serif;
text-align:center;
color:#7b5e49;
padding-top:0px;
}
#mainContent p {
margin-top:20px;
font: 22px Verdana, Arial, Helvetica, sans-serif;
line-height:27px;
}
#footer .fssa {
margin-top:20px;
	float:right;
	}
.arttech a{
	float:right;
	font-size:11px;
	color:#000;
	margin-right:500px;
	}
--> <!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.hammerDown #sidebar1 { padding-top: 30px; }
.hammerDown #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->
