/* Global CSS For MASS, Navigation in separate CSS file */

html,
body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #878787;
	background-image: url(../images/bodybg.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Header Section */

#header {
	height: 172px;
	background-image: url(../images/headerslice.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header h1 {
	margin: 0;
	padding: 52px 0 0;
	text-indent: -1234em;
	height: 92px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: none;
	width: 711px;
}
#header h1 a {
	height: 92px;
	display: block;
	text-decoration: none;
}
h2#pic {
	background-image: url(../images/headerpics/blank.jpg);
	background-repeat: no-repeat;
	text-indent: -1234em;
	width: 710px;
	height: 28px;
	margin: -29px 0 0;
	padding: 0;
}

/* Content Section */

#content {
	width: 480px;
	padding: 20px;
	padding-bottom: 140px;
	min-height: 300px;
	_height: 300px;
}
#container {
	min-height: 100%;
	_height: 100%;
	position: relative;
}
#content h3.title {
	background-repeat: no-repeat;
	text-indent: -1234em;
	height: 49px;
	width: 520px;
	margin: -18px 0 0 -20px;
	padding: 0;
}

/* Footer Section */

#footerouter {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/footerslice.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 132px;
	padding: 0;
	margin: 0;
}
#footer {
	font-size: 9px;
	letter-spacing: -1px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 82px;
	width: 714px;
	padding: 50px 0 0;
	margin: 0;
}
#footer p {
	margin: 0;
	padding: 5px 10px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

/* Right Column buttons, etc */

#rightcolumn {
	position: absolute;
	top: 155px;
	left: 524px;
	padding: 10px 7px 10px 13px;
	width: 161px;
}
#rightcolumn img {
	clear: both;
	border: 0;
	margin: 0 auto;
}

/* News Styling */

p.readmore {
	background-image: url(../images/widgets/readmore.gif);
	background-repeat: no-repeat;
	text-indent: -1234em;
	float: right;
	clear: both;
	height: 33px;
	width: 121px;
	padding: 0;
	margin: 0;
}
.readmore a {
	display: block;
	height: 33px;
	text-decoration: none;
}

/* Styling for Directory */

.item { 
	width: 260px;
	float: left;
	height: 150px;
	margin: 10px -10px 10px 0px;
}
.item img {
	border: 2px solid #93C0E3;
	margin: -4px 2px 2px -4px; 
	float: left;
}
div.thumbnail {
	float: left;
	border-right: 1px solid #CCCCCC;
	padding-right: 8px;
}
.thumbnail div {
	float: left;
	background-color: #CCCCCC;
	margin: 5px 2px;
}
.item h4 {
	color: #93C0E3;
	font-size: 12px;
	margin: 0 0 0 8px;
	width: 150px;
	float: left;
	padding: 0;
	font-weight: bold;
}
.item h5 {
	font-style: italic;
	color: #93C0E3;
	font-size: 14px;
	margin: 5px 0 0 8px;
	padding: 0;
	float: left;
	width: 150px;
}
.item p {
	margin: 10px;
	clear: left;
	/* HIDE IE 5 MAC \*/
	clear: none;
	margin: 60px 0 0 95px !important;
	margin: 10px 0 0 95px;
	width: 150px;
	/* End Hack */
	padding: 0;
}

.district {
	font-weight: bold;
	font-size: 12px;
}
.letters {
	letter-spacing: -1px;
	text-align: center;
	margin: 10px 0;
}

/* General tag styling */

h1, h2, h3, h4, h5, h6 {
	color: #878787;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}
h1 { font-size: 18px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }
p {
	margin: 0;
	padding: 10px 0;
}
a:link {
	color: #398EC9;
}
a:visited {
color: #9EBACD
}
a:hover,
a:active; {
	color: #FF9700;
}
.clearing {
	clear: both;
	height: 120px;
}
img {
	border: none;
}
input:focus {
	border: 2px solid #FF9700;
}

/* span with the total charge for registering */

#total {
	display: inline;
	padding-left: 5px;
}

/* labels on forms created with quickform */

.quickformLabel {
	float: left;
	width: 95px;
	text-align: right;
	margin-right: 5px;
}
.quickformInput	{
	margin-left:100px;
}
.quickformError {
	color: red;
}
.quickformHeader {
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
	color: #1E6CB2;
}

