@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	background-color: #E5E5E5;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
	
#container {
	width: 850px;
	position: relative;
	float: left;
	height: 1200;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#logo {
	width: 400px;
	height: 200px;
	padding: 0;
	margin: 25px 0 5px 75px;
	position: relative;
	float: left;
	background-color: transparent;
	background-image: url(../images/mullet_logo.jpg);
	background-repeat: no-repeat;
}

#page-info {
	width: 275px;
	height: auto;
	position: relative;
	float: right;
	margin-right: 45px;
	margin-top: 40px;
	line-height: 170%;
	font-size: 90%;
	background-color: transparent;
	color: #165D6D;
	text-align: justify;
}

#nav2 {
	height: 130px;
	width: 500px;
	position: relative;
	float: right;
	margin: 25px 30px 0 0;
	text-align: left;
}

#nav1 {
	width: 200px;
	margin-top: 25px;
	margin-left: 35px;
	padding: 0;
	position: relative;
	float: left;
	text-align: left;
	background-color: transparent;
	color: #333333;
	font-size: 93%;
}

#content {
	position: absolute;
	width: 500px;
	top: 390px;
	left: 300px;
	height: 425px;
	text-align: left;
	background-color: transparent;
	color: #333333;
}

#footer {
	clear: both;
	background-color: transparent;
	text-align: left;
	height: 125px;
	color: #FFFFFF;
	position: relative;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#footercontent {
	position: relative;
	float: left;
	color: #333333;
	margin: 10px 0 5px 25px;
	font-size: 85%;
	width: 400px;
}

#footercontent2 {
	position: absolute;
	top: 10px;
	left: 475px;
	text-align: right;
	width: 350px;
	color: #333333;
	font-size: 85%;
}

#footercontent a, a:visited {
	color:#BAB74B;
	text-decoration: none;
	font-size: 120%;
}

#footercontent a:hover {
	border-top: 1px dotted;
	border-bottom: 1px dotted;}

h1 {
	font-family: "Bookman Old Style", "Baskerville Old Face", "Times New Roman", serif;
	font-size: 2.5em;
	color: #000000;
	text-transform: capitalize;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 590px;
	padding: 10px;
	margin-top: 3px;
	margin-left: 1px;
	visibility: visible;
}

h2 {
	font-family: "Bookman Old Style", "Baskerville Old Face", "Times New Roman", serif;
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	width: 135px;
	padding: 5px;
}

h3 {
	font-size: 1.2em;
	padding: 5px;
	color: #00A69C;
	font-style: italic;
	text-transform: uppercase;
}

#content a, a:visited {
	font-size: 100%;
	color:#D91C5C;
	text-decoration: none;
}

#content a:hover{
	font-size: 100%;
	color:#D91C5C;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
}

#content p {
	font-size: 95%;
	background-image: url(../images/content.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px;
	padding-top: 12px;
}

#nav1 p:first-line {
	color: #165D6D;
}

#nav1 a, a:visited {
	color: #BAB74B;
	text-decoration: none;
}

#nav1 a:hover {
	color: #BAB74B;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
}

