/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 404040;
}

body {
	background-color: #5e5749;
	margin-top: 0px;
}

a {
	font-size: 12px;
	color: #669900;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #66CC00;
}

a:active {
	text-decoration: none;
}

.header1 {
font-weight:bold;
color: #5E5749;
font-size: 14px;
}

.header2 {
font-weight: bold;
color: #8A5300;
font-size: 13px;
}

#headerlogo {
display: block;
width:860px;
height:40px;
background-image:url(images/headerlogo.gif);
}

#headerlogo:hover {
background-position: 0 -40px;
}

.contentbox {
background-image:url(images/contentbg.gif);
background-repeat:repeat-y;
}

.mainnav {
width: 268px;
vertical-align:top;
text-align:right;
z-index:-50;
}

#mainnavflash {
width: 252px;
margin: 3px 3px 0px 0px;
float:right;
}

.mainbannerbox {
width: 592px;
height: 132px;
vertical-align:top;
}

.givingtable{
font-size:10px;
text-align:center;
width:85px;

}

#mainbanner {
width: 579px;
height: 129px;
float:left;
margin: 3px 0px 0px 0px;
}

#clear {
clear:both;
}

#webcambox {
float: right;
margin: 0px 3px 3px 0px;
vertical-align:top;
width: 252px;
height: 206px;
background-color: #7E7869;
background-image:url(images/webcambg.gif);
background-repeat:no-repeat;
}

#webcamdate {
margin: 11px 0px 8px 92px;
color: #444339;
text-align:left;
}

#webcam {
width: 210px;
height: 150px;
border: 1px solid #CAC8BF;
margin: 0px 20px 0px 0px;
float: right;
}

#webcambuttons {
float:right;
margin: 0px 20px 0px 0px;
}

#webcambuttons a {
font-size:9px;
color: #3A3932;
text-decoration:none;
}

#webcambuttons a:hover{
color: #3A3932;
text-decoration:underline;
}

.homecontent {

}

.subcontent {
vertical-align:top;
}

#leftbtns {
width: 41px;
margin: 57px 15px 0px 29px;
float:left;
text-align:right;
vertical-align:top;
}

#subNav {

width: 41px;
margin: 57px 0px 0px 0px;
float:left;
text-align:right;
vertical-align:top;
}

#rightcontent {
float:right;
width: 452px;
line-height:20px;
margin: 52px 55px 57px 0px;
text-align:left;
vertical-align:top;
}

.footer {
background-image:url(images/footerbg.gif);
background-repeat:no-repeat;
background-position:center;
}


/* JDialog */
#jDialogOverlay {
	position:fixed;
	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	z-index:50;
	display:none;
	overflow:auto;
}

#jDialogProgressBar {
	position:absolute;
	top: 0;
	left: 0;
	display:block; 
	width:220px;
	height:19px;
	display:none; 
	z-index:60;
}

.DialogControl{
	float:right;
	cursor:pointer;
	display:inline;
}
.DialogAction{
	padding:10px;
	text-align:center;
}

























