body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: justify;
}
.smallLinks {
	font-size: x-small;
	text-decoration: none;
	color: #FFFFFF;
}
a.smallLinks:link {
	font-size: x-small;
	text-decoration: none;
	color: #E1B142;
}
a.smallLinks:hover {
	font-size: x-small;
	text-decoration: underline;
}
a.smallLinks:visited {
	font-size: x-small;
	text-decoration: none;
}
a.smallLinks:active {
	font-size: x-small;
	text-decoration: none;
}
.formfield {
	height: 15px;
	border: 1px solid #CCCCCC;
}
.contentBG {
	background-image: url(/images/pgBG.gif);
}
.altTxt {
	color: #F0CC54;
}
.imgRightSpace {
	margin-left: 6px;
}
.imgLeftSpace {
	margin-right: 6px;
}
a:link {
	font-weight: bold;
	color: #EABF4E;
	text-decoration: underline;
}
a:visited {
	color: #F0D057;
	text-decoration: underline;
	font-weight: bold;
}
.tableBorder {
	border: 1px solid #E3B94B;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
.imgStyle {
	border: 1px solid #EABF4E;
}
.button {
	background-color: #B81101;
	border: 1px solid #E3B94B;
	color: #FFFFFF;
}
/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
Modified By: Noah Winecoff (http://www.findmotive.com)
Addition Mods For Florida Southern Roofing By:  Jeff Hillis
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- -CODE BEGINS - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	border:10px solid #555555;
	background: #000000;
	text-align:center;
}

#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img
{
	padding: 5px;

}

.nowPlaying
{
	font-weight: bold;
	color: #E1B142;
}

/*css for gallery*/
