@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 100%;
	background-color: #EBEBEB;

}


img {border:none;}

img.staff {padding-left:20px;padding-right:10px;}

div.staff { min-height:120px; _height:120px;margin-bottom:20px;float:none;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left:20px;
	margin:0px;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}
select, textarea, input, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}

label {display:block;width:80px;float:left}
 
.small, #sidebar2 p.small {
	font-size: 9px;
}
td, th,  li {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
th {text-align:left;}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	padding-left:20px;
		margin-top:0px;
		margin-bottom:6px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left:20px;
	margin-top:8px;
	margin-bottom:2px;

}
a {
	font-size: 12px;
	text-decoration: none;
}
a:hover {color:#9daa00}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #79006b;
	margin-bottom:10px;

}
ul {
	margin: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr {
	color: #CCCCCC;
	height:1px;
	margin-left:20px;
}
h2 a {
	background-image: url(/images/nehemiah/handpurple.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:35px;
	padding-top:6px;
	text-decoration: none;
		font-size: medium;
}
h3 a {
	background-image: url(/images/nehemiah/handpurplesmall.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:20px;
	padding-top:0px;
	text-decoration: none;
	color: #000000;
}
#sidebar2 h2 a {
	background-image: url(/images/nehemiah/handpurple.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:0px;
	padding-top:6px;
	text-decoration: none;
		font-size: medium;
}
#sidebar2 h3 a {
	background-image: url(/images/nehemiah/handwhitesmall.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:20px;
	padding-top:0px;
}

#sidebar2 a:link; #sidebar2 a:visited {
	color:#FFFFFF;

}

#sidebar2 a:hover {
	color:#f18e00;

}
.textleft {
	width:280px;
	float:left;
}


.textright {
	width:280px;
	float:right;
}
.rightcoltext {padding:10px; }

.share {	background-color: #F5F5F5;height:30px;padding-top:10px;}
#container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFFFFF;
	background-repeat: repeat-y;

} 
#header {
	height: 188px;
	background-position: 50% 0px;
}
#header p {padding-left:0px;}
#headercontent {
	width: 980px;
	height: 188px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	background-color: #959595;
	padding-right: 0px;
	min-height:580px;
	height:580px;
}
#sidebar1 h3 {	padding-left:10px;}

#sidebar2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #36A7E8;
	margin-top:4px;
	margin-bottom:4px;
	padding-left:0px;
}
#sidebar2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top:4px;
	margin-bottom:8px;
}
#sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:4px;
	margin-bottom:4px;
	padding-left:0px;

}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
}

#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-bottom: 0;
	width: 590px;
	position: relative;
} 

#footer {
	height:40px;
	background-color: #F1F1F1;
	width: 980px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 20px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
}
#footer a {font-size:9px;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
	padding-left:18px;
}
#menu p {margin:0px}
#menu img {margin-top:10px;}
#menu ul {
	font-size: 12px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
	padding-left:0px;
}
#menu li {
	font-style: normal;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:8px;
}
#menu li.current {
	color: #FFFFFF;
}
#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	text-decoration: none;

}
#menu li a:hover {
	color: #79006b;
}

#menu li a.basenavselect {
	color: #FFFFFF;
}
#menu ul li ul li a {
	font-size: 10px;
	font-weight:normal;
}

#menu ul li ul li {
	list-style-image:none;
	padding:0px;
}


#mainContent p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	color: #36A7E8;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#rightevent {

	padding-bottom:10px;
}

#rightevent p {
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
}

#rightevent h2 {
	color: #FFFFFF;
	font-size:11pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:15px;
}
#rightevent a {
	color: #FFFFFF;
}

#mainContent table {
	margin-left:20px;

}

div.dots {
	background-image: url(/images/nehemiah/dots.gif);
	background-repeat: repeat-x;
	height: 5px;
	margin:0px;
}
#box {
	float: left;
	width: 962px;
	_width: 967px;
	height: 90px;
	padding-left: 18px;
}
.purple {
	font-size: 11px;
	font-style: italic;
	color: #79006B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#address {
	background-color: #F1F1F1;
	font-size: 10px;
	float: right;
	height: 90px;
	width: 195px;
}
#address p {
	font-size:10px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin-left: 15px;
	margin-top: 9px;
	margin-bottom: 0px;
	padding-left:0px;
	line-height: 1;
}
#mainContent p.quotetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 1.5;
	padding-left: 0px;
	color: #000000;
}
.quote {	padding: 10px;
}
.quotewrapper {
	float: right;
	width: 220px;
	margin-left:10px;
}
#mainContent p.author {
	padding-left:0px;
	color: #000000;
	font-size:9px;
}

#fact {
	width:121px;
	margin-top:50px;
	margin-left:5px;
	margin-bottom:35px;
	height:182px;
	background-image: url(/images/nehemiah/window.gif);
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#fact p {font-size:11px;color:#000000;padding:0px;line-height:1.4;margin-bottom:6px;}
#pscroller1{
width: 121px;
height: 187px;
}
#pscroller1 a:link, #pscroller1 a:visited{
	color: #990033;
	text-decoration: none;
}
#pscroller1 a:hover {
	color: #E1A5A5;
}
#pscroller1 p {
	text-align:left;
}

.someclass{ //class to apply to your scroller(s) if desired
}
#movie { padding-bottom:35px;width:255px;float:right;}
div.botmenu {float:right;font-size:9px;padding-right:15px;padding-top:5px;}

.story {
	width:255px;
	visibility:hidden;
	position:absolute;
	right: 0px;

}
.gallery {
	width:255px;
	position:absolute;
	right: 0px;
	top: 0px;

}

.story p {
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
	padding-left:0px;
}
#sitemap li {margin-top:0px;margin-bottom:0px}
