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

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000000;
	margin-bottom: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a {
	text-decoration: none;
	color: black;
}

#wrapper {
	background-color: #ffffff;
	width: 900px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.headerlink {
	border:0px none;
}

#header {
	width: 900px;
	height: 275px;
	float: left;
}

#headerNav {
	width: 600px;
	height: 141px;
	background-color: #ffffff;
	float: left;
}


#headerNav a:hover{
	color: #0099ff;
	text-decoration: none;
}

#navBar {
	margin-right: auto;
	margin-left: auto;
}
	
ul#mainNav {
	clear: both;
	background-color: #ffffff;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 175px;
	list-style-type: none;
	height: 30px;
	
}

ul#mainNav li {
	display: inline;
	text-align: center;
	background-color: #ffffff;
}

ul#mainNav li a {
	background-color: #FFFFFF;
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	padding: .25em 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

ul#mainNav li a:hover {
	background-color: #ffff00;
 	color: #0099ff;
	text-decoration: none;
}

#footer {
	width: 900px;
	height: 100%;
	
}

#copyright p {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#cover {
	width: 195px;
	height: 253px;
	background-image: url(file:///storage/OTHER_PROJECTS/MEDIA%20GRAPHICS/inside_bartow_web/images/cover.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: black solid 3px;
}

#iblink {
	float: left;
	width: 400px;
	height: 253px;
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#iblink h2 {
	color: #0099ff;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	text-align: center;
}

#iblink p{
	color: black;
	font-size: 14px;
	text-align: center;
	padding-bottom: 40px;

}

#iblink a:hover{
	color: #CC0099;
	text-decoration: underline;
}

#iblink img{
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ___________BREG___________________*/

#coverBREG {
	width: 195px;
	height: 253px;
	background-image: url(../images/cover.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: black solid 3px;
}

#breglink {
	float: left;
	width: 400px;
	height: 253px;
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#breglink h2 {
	color: #0099ff;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	text-align: center;
}

#breglink p{
	color: black;
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;

}

#breglink a:hover{
	color: #CC0099;
	text-decoration: underline;
}

#breglink img{
	margin-left: 155px;
	margin-top: 20px;
	margin-bottom: 20px;
}
