@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	letter-spacing:1px;
	color:#fff;
	font-weight:normal;
	margin:0px;
	margin-top:5px;
	padding:0px;
}
#carpet{
	width:100%;
	padding:0px;
	margin:0px;
	background:url(../images/carpet.jpg);
	background-repeat:repeat-x;
}
legend{
	color:#0066cc;
}
#error{
	background-color:#FD9DAE;
	color:#333;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:10px;
}
img{
	border:none;
}

.pictureframe{
	border:1px solid #009900;
}
#Container{
	position:relative;
	top:2px;
	width:1000px;
	background-color:#0066cc;
	padding:0px;
	margin:0px;
	text-align:left;
	border:none;
	color:#000;
}
.left{
	float:left;
}
.right{
	float:right;
}
#Header{
	width:1000px;
	height:250px;
	background:url(../images/header-bg.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	text-align:left;
}
#navSpacer{
	height:55px;
}
#linkButtons a{
	float:left;
	display:block;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	margin:5px;
	background:#ffcb65;
	color:#003366;
	text-decoration:none;
}
#linkButtons a:hover{
	background:#ffe465;
}
#YellowBar{
	width:100%;
	background:url(../images/YellowBar.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	text-align:center;
	height:320px;
	position:absolute;
	top:266px;
}
a{
	color:#009900;
	font-weight:bold;
}
a:hover,active{
	color:#000;
}
#boldText{
	font-size:14px;
	color:#0061aa;
}
#qouteRight{
	float:right;
	width:150px;
	color:#0061aa;
	font-size:16px;
	padding:10px;
	font-style:italic;
}
#qouteLeft{
	float:left;
	width:150px;
	color:#0061aa;
	font-size:16px;
	padding:10px;
	font-style:italic;
}
.padcell{
	padding:5px;
}
p{
	margin:0px;
	margin-top:10px;
}
#pictures{
	text-align:center;
}
#pictures img{
	margin:10px;
	border:1px solid #ffffcc;
}
#footer{
	width:1000px;
	height:100px;
	font-size:10px;
	color:#000;
	line-height:15px;
	margin:0px;
	background:url(../images/h-rule.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
h1{
	color:#fff;
	background:#0066cc;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	padding:5px;
	margin-bottom:0px;
}
h2{
	color:#0066cc;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	margin:0px;
	padding:5px;
}
h3{
	color:#0061aa;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}

#gmap {
	height:321px;
	width:700px;
	text-decoration:none;
	text-transform:none;
	font-weight: normal;
	font-variant: normal;
	position: relative;
	background-image: url(images/map-bg.jpg);
	border:none;
} 
/*****************************************************************/
/* PHOTO GALLERY STYLES */
/*****************************************************************/
#lbOverlay {
	position: absolute;
	left: 0;
	top:200px;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}
#lbImage {
	border: 10px solid #fff;
}
.photos {
	padding: 3px;
	border: 1px solid #fff;
}
a:hover .photos {
	border: 1px solid #999;
}
.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}
.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}
#lbPrevLink, #lbNextLink {
	display: block;
	width: 63px;
	height: 32px;
	outline: none;
}
#lbPrevLink {
	float: left;
	background: transparent url(prevlabel.gif) no-repeat left;
	background-color: transparent;
	background-image: url(prevlabel.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat left;
	background-color: transparent;
	background-image: url(prevlabel.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#lbNextLink {
	float: right;
	top: 133px;
	background-color: transparent;
	background-image: url(nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat right;
	background-color: transparent;
	background-image: url(nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#lbControls {
	display: block;
	height: 32px;
}
#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
}
#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
.lightboxDesc {
	display: none;
}
.progressActive{
	float:left;
	padding:0px;
	margin:0px;
	margin-right:10px;
	border-bottom:2px solid #06C;
	color:#06C;
	font-size:10px;
}
.progressInactive{
	float:left;
	padding:0px;
	margin:0px;
	margin-right:10px;
	border-bottom:2px solid #FFF;
	color:#666;
	font-size:10px;
}
.progressDone{
	float:left;
	padding:0px;
	margin:0px;
	margin-right:10px;
	border-bottom:2px solid #FFF;
	color:#ccc;
	font-size:10px;
}