body, table{
	/*font : 12px/1.5 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Arial, Helvetica, sans-serif;
	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	line-height: 1.5; 
	font-size: x-small;
	voice-family: "\"
}\"";   
	voice-family: inherit;   
	font-size: small;*/ 
}
#main{ font-size: 90%;}

html>body #main, html>body table{ font-size: 12px; }

/*

Original (homegrown) elements

*/
#header{ /* div that holds header graphic */
	margin: 0px;
	padding: 0px;

}
#header span#welcome{ /* hides "Welcome to Pocono Plateau */
	margin-left: -500em;
}

#search{ /* search box */
	margin: 0px 15px 0px 8px;
}
#search form{ margin: 2px 0px 6px 0px; } /* kills natual spacing around form elements */
#search input{
	margin: 0px;
	padding: 0px 2px;
}
#search #searchSubmit{ margin-left: 4px; }

#search a{
	text-decoration: none;
	margin-top: 8px;
	font-weight: bold;
}
/*

End header styling.  Start content area

*/
/* weather positioning */
#sideBox div#weather{
	margin: 4em 15px 0 0;
	padding: 0 0 0 1em;
	text-align: right;
	font-style: italic;
	font-size: 0.9em;
}
#sideBox div#weather h3{
	margin: 0 0 .5em 0;
	padding: 0;
	text-align: right;
	color: White;
	border-color: White;
}

#content{ /* primary content area - large center box with shaded borders */
	padding: 0px;
	margin: -1px 20px -1px 200px;
	width: 510px;
}
#contentHead{ /* box to hold top rounded corners */
	margin: 25px 0px 0px 200px;;
	width: 510px;
}
#contentFoot{ /* box to hold bottom rounded corners */
	clear: both;
	margin: 0px 0px 20px 200px;
	width: 510px;
}

#sideBox{ /* box on left that holds news, navigation, search */
	position: absolute;
	left: 6px;
	padding: 0px;
	width: 185px;
}
#sideBox p{ margin: 0px 19px 0px 10px; }

#mainCaption{ margin: -10px 0px 20px 60px; } /* ??? */

.imageCaption{ font-style: italic; }

#footer{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 50px 3px 3px 9px;
	font-size: 0.8em;
}
#footer .seperate, .seperate{ margin-left: 18px; } /* Creates a little horiz space between footer elements. */
#footer .lowcontrast{ color: #999; } /* makes links to validators less obtrusive */

.floatRight{
	float: right;
	margin: 5px 13px 5px 10px;
}
p .floatRight{ margin-right: 0px; }

.floatLeft{
	float: left;
	margin: 5px 10px 5px 8px;
}
p .floatLeft{ margin-left: 0px; }

.center{ text-align: center; }

.halfWidth{
	width: 245px;
	float: left;
	padding-bottom: 20px;
}
.halfWidth#left{
	border-right: 1px solid #000080;
	padding: 0px 0px 0px 0px;
	margin: 0px 7px 0px 0px;
}

.rightSpecialBox{
	float: right;
	width: 150px;
	border: 8px solid;
	margin: 0px 8px 0px 13px;
	padding: 5px;
	text-align: center;
	background-color: #33571A;
	color: #F7FFF5;
}
html>body .rightSpecialBox{ margin-right: 18px; }

.rightSpecialBox a:link,
.rightSpecialBox a:visited,
.rightSpecialBox a:hover{
	color: #F7FFF5;
	border-bottom-color: #F7FFF5;
}

.banner a:link,
.banner a:visited,
.banner a:hover{
	color: #82403D;
	border-bottom: none;
}

.banner{
	margin: -9px 8px 8px 5px;
	padding: 2px 5px 4px 5px;
	text-align: center;
	background: transparent url(/images/system/banner.gif) no-repeat center;
}

.clearRight{ clear: right; }

.spacer{
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.spacerMod, .clear{ clear: both; }

.heading{
	font-size: 1.1em;
	font-weight: bold;
}

.note{
	font-style: italic;
	font-size: 0.9em;
}

.center{
	margin: 0px auto;
	padding-right: 10px;
	text-align: center;
}

form #submit{ margin: 5px 0px 0px 0px; }


.super{
	vertical-align: 4px;
	font-size: 0.8em;
}
.sub{
	vertical-align: -4px;
	font-size: 0.8em;

}

.nowrap{ white-space : nowrap; }

.highlight{
	background-color: #FFD7D7;
	border: 2px solid black;
	padding: 5px;
	margin: 10px;
	width: 80%;
}

.success{
	background-color: #C4CFFF;
	padding: 1.5em;
}

.strikethrough{ text-decoration: line-through; }

.vs1{ margin-top: 1em; }
.vs2{ margin-top: 2em; }
.vs3{ margin-top: 3em; }

p.hiddenErrorMsg{
	display: none;
	background-color: #FFD7D7;
	border: 2px solid black;
	padding: 1em;
}


/*

link styles

*/
a{
	text-decoration: none;
	font-weight: bold;
}
a:hover{ font-weight: bold; }
a:link.none, a:visited.none, a:hover.none{ border-bottom: none; }

#sideBox a{ font-weight: normal; }
#sideBox a.none:link, #sideBox a.none:visited,  #sideBox a.none:hover{ border-bottom: none; }

#search a{
	color: white;
	font-weight: bold;
}
#search a:link, #search a:visited{ border-bottom: 1px dashed white; }
#search a:hover{ border-bottom: 1px solid white; }

/*

HTML elements

*/

p{ margin: 0px 15px 10px 8px; }
.topspace{ margin-top: 10px; }   /*makes a little more room for those cases where its needed */
.bigTopspace{ margin-top: 60px; }
.vs20{ margin-top: 20px; }

input.big{
	margin: 5px 0px 0px 0px;
	padding: 3px;
	font-size: 18px;
}
input.bigSubmit{
	margin: 1em 0px 0px 0px;
	padding: 0px;
}
form.hasNoContainer{ margin: 1em 15px 1em 8px; }

label{ display: block; cursor: pointer; }
label.inline{ display: inline; }

.formSection{ margin: 0px 15px 1.5em 8px; }

table{ margin-left: 18px; }

dl, dt, dd{
	margin: 0px 8px 0px 8px;
}
dt{ margin-left: 0px; }
dd{ margin-left: 2em; }

acronym{
	cursor: help;
	border-bottom: 1px dashed #444;
}

#content ul, #content ol{
	margin: 0px 10px 10px 29px;
	padding: 0px 10px;
}

ol ol{
	list-style: lower-alpha;
	margin: 10px;
}

h1{
	/* section title. this appears on every page its section */
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 495px;
	background-position: right;
	background-repeat: no-repeat;
}
h1 span{ display: none; }

#home h1{ background-image: url(../images/system/h1/home.gif); }
#summer h1{ background-image: url(../images/system/h1/summer.gif); }
#retreat h1{ background-image: url(../images/system/h1/retreat.gif); }
#ap h1{ background-image: url(../images/system/h1/ap.gif); }
#gallery h1{ background-image: url(../images/system/h1/gallery.gif); }
#ministry h1{ background-image: url(../images/system/h1/ministry.gif); }
#new h1{ background-image: url(../images/system/h1/new.gif); }
#info h1{ background-image: url(../images/system/h1/info.gif); }
#search h1{ background-image: url(../images/system/h1/search.gif); }
#error h1{ background-image: url(../images/system/h1/error.gif); }

h2{ /*page title.  this is unique to each page */
	margin: 0px 25% 20px 8px;
	padding: 0px 0px 0px 20px;
	font-size: 1.6em;
}
h2 a:link,h2 a:visited, h2 a:hover, h2 a:active{ border-bottom: none; }

#sideBox h2.navHeading{
	font-size: 1.6em;
	font-weight: normal;
	margin: 0px -15px 10px -5px;
	padding: 0px;
	border-bottom: none;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-variant : small-caps;
	background: url(../images/system/h2underline.gif) repeat-x bottom;
}

#search h2{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.0em;
	font-weight: bold;
}

h3{
	margin: 25px 15px 10px 8px;
	font-size: 1.2em;
}

h4{
	text-transform: uppercase;
	font-size: 1.0em;
	margin: 10px 15px 15px 8px;
}

.publicAdminFunctions{
	margin: 1em;
	padding: 1em;
	background-color: #DDDBAE;
	text-align: left;
}

.publicAdminFunctions fieldset{
	margin: 1em 0em;
}

.normal{ background-color: transparent; }
.false{ background-color: #CECECE; }
.parent{background-color: #DBEDFF; }
.child{ background-color: #9CBFE6; }