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

* {
	/* margin:0; */ 
padding:0;
	border:none;
	margin-top: 0px;
} /* this resets all browsers to "0", since some browsers have different defaults than others */


/* POSITIONING */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

div { 
text-align:left;} /* this will make all text default to left within div containers */

#container {
	width:972px; /* to center the outer container in the window */
	position:relative; /* to set the center content with 20 pixels of padding on each side, to allow for the sidebars */
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width:972px;
	position: relative;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#copy {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#footer {
	width:972px;
	position: relative;
	padding-top: 30px;
}

/* LINKS */

a:link {
	color: #04225B;
	text-decoration: none;
}
a:visited {
	color: #04225B;
	text-decoration: none;
}
a:hover {
	color: #96A616;
	text-decoration: underline;
}
a:active {
	color: #04225B;
	text-decoration: none;
}
.righLink {
 color: #ffffff;
}

a.rightLink:link {
	color: #04225B;
	text-decoration: none;
	padding-top: 2px;
}
a.rightLink:visited {
	color: #04225B;
	text-decoration: none;
}
a.rightLink:hover {
	color: #96A616;
	text-decoration: underline;
}
a.rightLink:active {
	color: #04225B;
	text-decoration: none;
}


/* FOOTER */

.footer {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
a.footer {
	color: #333333;
}
a.footer:link {
	color: #333333;
	text-decoration: none;
}
a.footer:visited {
	color: #333333;
	text-decoration: none;
}
a.footer:hover {
	color: #333333;
	text-decoration: underline;
}
a.footer:active {
	color: #333333;
	text-decoration: none;
}

/* WEATHER */

.weather1 {
	color: #FFFFFF
}
.weather2 {
	color: #FFFFFF
}
a.weather2 {
	color: #FFFFFF;
}
a.weather2:link {
	color: #333333;
	text-decoration: none;
}
a.weather2:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.weather2:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.weather2:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* GLOBAL STYLES */

ul {
	font-size: 12px;
	list-style-image: url(/images/global/ff-bullet-blue.gif);
	line-height: 16px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #04225B;
	font-weight: bold;
	padding:0;
	margin:0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.gallery {
	font-size: 10px;
}
.img {
	border:none;
}
#button {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003E7E;
	font-weight: bold;
	padding: 3px;
}

