
/* ************************************************************************
/* DEFAULT SPACERS
/* ************************************************************************ */

#copyright {
	margin-left: 25px;
	float: left;
}

#footer {
	margin-right: 25px;
}

.defaultFooter {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #877c5f;
}

a.defaultFooter {text-decoration: underline;}

a.defaultFooter:hover {text-decoration: underline; color: #5e5944;}


/* ************************************************************************
/* MAIN TEXT OF THE WEBSITE
/* ************************************************************************ */
.main {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #5f563f;	
}

a {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #038dc5;	
	text-decoration: none;
}

a:hover {color: #038dc5; background-color: #eaf5f9; }

.mainB {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #5f563f;
	font-weight: bold;
	
}

.mainRed {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	
}

.mainBlue {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #069e78;
	font-weight: bold;
	
}


.locationIndicator {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #9d998d;
}

a.locationIndicator {text-decoration: underline;}
a.locationIndicator:hover {text-decoration: underline; color: #5e5944;}

.hrDashedRow{
	height:10px;
	background-image: url(images/hrDashed.gif);
}


ul{
	margin: 40px;
	list-style-type: square;
	list-style-position: outside;
	font-size: 12px;
	padding: 0px;
	list-style: main;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(images/arrow.gif);
	line-height:18px;
}


.ulNoIndent{
	margin: 15px;
	list-style-type: square;
	list-style-position: outside;
	font-size: 12px;
	padding: 0px;
	list-style: main;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(images/arrow.gif);
	line-height:18px;
}

/* ************************************************************************
/* THESE ARE FOR THE BACKGROUND IMAGES 
/* ************************************************************************ */
 
.contentBackground {
	background-image: url(images/contentBG.gif);
}

.contentBackgroundAdmin {
	background-image: url(images/admin_contentBG.gif);
}

.contentBackgroundSide {
	background-image: url(images/contentBGSide.gif);
}

.contentBackgroundSideAdmin {
	background-image: url(images/admin_sideBG.gif);
}

.menuBackground {
	background-image: url(/images/menuBG2.gif);
}

.dottedLineBackground {
	background-image: url(images/dottedLine.gif);
	height: 1px;
}

.blueBubbles {
	background-image: url(images/blueBubbles.gif);
}


/* ************************************************************************
/* POSTING BOARD TABLES
/* ************************************************************************ */

.postingBoard_headerTD {
	padding-left: 5px;
}

.postingBoard_mainTable {
	border-top-style: solid;
	border-top-color: #d6c389;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6c389;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #d6c389;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #d6c389;
	border-right-width: 1px;
	padding: 1px;
}

.postingBoard_tableHeader {
	background-color: #f1eacb;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight:bold;
	color: #069e78;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	padding: 5px;
}

.postingBoard_rowsRollOver {
	background-color: #f1eacb;
	cursor:pointer;
}

.postingBoard_tdBorders{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	padding: 5px;
}

.postingBoard_rowsEven {
	background-color: #f7f3e2;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #5e5944;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	padding: 5px;
}

.postingBoard_rowsOdd {
	background-color: #faf7eb;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #5e5944;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	padding: 5px;
}

/* ************************************************************************
/* SEPERATOR BOX
/* ************************************************************************ */

.heightBoxTiny {
	height: 1px;
}

.heightBox {
	height: 10px;
}

.heightBox2 {
	height: 15px;
}

.heightBoxSmall {
	height: 7px;
}

.adminSpacer {
	height: 40px;
}

.mainSpacer {
	height: 134px;
}

/* ************************************************************************
/* FORM TAG
/* ************************************************************************ */

form{
	margin:0px;
}

.mainInputBox {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #5f563f;	
	width: 300px;
	padding: 0px;
}

.mainInputBoxSmall {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #5f563f;	
	width: 100px;
	padding: 0px;
}

.mainInputBoxLarge {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #5f563f;	
	width: 359px;
	padding: 0px;
}


/* ************************************************************************
/* RESOURCE LIBRARY
/* ************************************************************************ */

.subCategoryTable {
	margin-top: 8px;
	margin-left: 25px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #e3d4ab;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3d4ab;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #e3d4ab;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #e3d4ab;
	background-color: #fbf9ef;
}

#subCategoryItem {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
}


#subCategoryHeader {
	text-align: left; 
	padding-right: 5px;
	padding-left:8px;
	width: 150px;
	float: left;
	padding-bottom: 5px;
	clear: left;
}

#closeBTN {
	text-align: right; 
	width:305px;
}


.schedulemonthborder {
 border: 1px solid #E8ECF5; 
 } 
