


/***********************************************/
/* 	styles used on the home page */
/***********************************************/
#home_back {
	background-image: url('../gfx/back_home.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #7E0D01;
}


#mission{
	width:211px;
	height: 176px;
	background-image: url('../gfx/mission.jpg');
	padding-left: 39px;
	padding-top:119px;
	padding-right: 50px;
	background-color: #C7C59E;
}
#mission2{
	width:300px;
	height: 295px;
	overflow:hidden;
	background-image: url('../gfx/mission2.jpg');
	background-repeat:no-repeat;
	background-color: #C7C59E;
	border:solid 0px #ff0000;
}
#inbetween {
	width: 740px;
	height: 15px;
	background-color: #FCEBCE;
}

#section2 {
	background-image: url('../gfx/back_columns.gif');
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FCEBCE;

}
#home_section2 {
	padding:7px;
	background-color: #FCEBCE;

}
#events {
	color: #F4F4F4;
	padding: 10px 15px;
	background-color: #D29834;
}

#news {
	color: #F4F4F4;
	padding: 10px 0px;
	background-color: #667D88;
}
#home_content {
	width: 740px;
	margin: auto;
	background-repeat: repeat;
	line-height: 16px;
	background-color: #ffffff;

}

.feature_title {
	color: #eeeeee;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
}
/* PHOTO FADE */


#photodiv {
  background-repeat: no-repeat;
}

.eventtext a,.eventtext a:link {
	color: #FFFFFF;
}

.eventtext a,.eventtext a:visited {
	color: #FFFFFF;

}

.eventtext a,.eventtext a:hover {
	color: #FFFFFF;
}

.newscell {

	padding:4px 10px;
	border-bottom:solid 1px #999999;
}
.newscell a,.newscell a:link {
		color: #FFFFFF;
text-decoration: none;

}

.newscell a,.newscell a:visited {
	color: #FFFFFF;
	text-decoration: none;

}

.newscell a,.newscell a:hover {
		color: #FFFFFF;
	text-decoration: underline;

}


/***********************************************/
/* HTML and Selector tag styles */
/***********************************************/



#pgtitle {
	color: #7e0d01;
	font-size: 24px;
	font-family: Times New Roman;
	padding: 10px 20px 20px;
	font-style: normal;
	font-weight: 600;
}
body {
	background-color: #171717;
	height: 100%;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #655E53;
}
.righttext a,.righttext a:link {
	color: #585206;
}

.righttext a,.righttext a:visited {
	color: #585206;
}

.righttext a,.righttext a:hover {
	color: #585206;
}

.rightlinks a,.rightlinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.rightlinks a,.rightlinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.rightlinks a,.rightlinks a:hover {
	color: #FFFFFF;
}

.footer a,.footer a:link {
	color: #999999;
	text-decoration: none;
}

.footer a,.footer a:visited {
	color: #999999;
	text-decoration: none;
}

.footer a,.footer a:hover {
	color: #CCCCCC;
}

a:link {
	color: #477B94;
}

a:visited {
	color: #477B94;
}

a:hover {
	color: #E7A634;
}

input {
	font-size: 11px;
	color: #333333;
	border: thin solid #999999;
}

select {
	font-size: 11px;
	color: #333333;
	border: thin solid #999999;
}

li {
	list-style-position: outside;
	margin-top: 3px;
}

p {
	margin-top: 10px;
	margin-bottom: 12px;

}

/***********************************************/
/* Classes */
/***********************************************/

.photocap {
	font-size: 11px;
	color: #655E53;
}
.footer {
	color: #999999;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}


.backtop {
	color: #CC6600;
	font-size: 10px;
}


.cellcolor2 {
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #655E53;
}

.formHeader {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
}

.formSubHeader {
	color: #A36B62;
	font-size: 12px;
	font-weight: bold;
}

.error {
	font-size: 10px;
	color: #A36B62;
}

.bullet2 {
	list-style-image: url('../gfx/bullet_check.gif');
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	color: #477B94;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
h1.b, h2.b {
	color: #CB7C32;
}
h2 {
	color: #655E53;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.header1 {
	color: #477B94;
	font-size: 14px;
	font-weight: bold;
}

.header1b {
	color: #CB7C32;
	font-size: 14px;
	font-weight: bold;
}

.header2 {
	color: #655E53;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	/* This brings the subheader closer to the main text paragraphs */
}

.headersub1 {
	color: #CB7C32;
	font-size: 12px;
	font-weight: bold;
}

.righttext {
	color: #585206;
}

.rightlinks {
	color: #FFFFFF;
	border-bottom:1px solid #A8BCC7;
	padding: 5px 0px;
}

.articles {
	border-bottom:2px dotted #C7C49C;
	padding: 5px 0px;
}

.rightphoto {
	border: 1px solid #FFFFFF;
}



/***********************************************/
/* Classes added by Infolane for dynamic pages */
/* Employment, Employees and Calendar          */
/***********************************************/

.datacell_top {
	text-align:left;
	vertical-align:top;
	padding:10px 0 0 0 ;
	margin:10px 0 0 0 ;
}

.datacell {
	text-align:left;
	vertical-align:top;
	padding:4px 0 4px 0 ;
}

.datacell_bottom {
	text-align:left;
	vertical-align:top;
	border-bottom:solid #f3f3d0 2px;
	padding:0 0 10px 0 ;
	margin:0 0 10px 0 ;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#back {
	background: #7E0D01 url('../gfx/back_interior.jpg') repeat-x top left;
}


#container {
	width: 740px;
	height: auto;
	margin: auto;
	min-height: 100%;

}

#navigation {
	width: 740px;
	z-index:3;
}

#content {
	width: 740px;
	margin: auto;
	background-image: url('../gfx/back_content.gif');
	background-repeat: repeat;
	line-height: 16px;
	background-color: #ffffff;

}

#column1{
	width:546px;
	float:left;
	padding-bottom: 20px;
}

#column1content{
	width:510px;
	margin: auto;
}

#whitespace {
	height: 7px;
	background: #FFFFFF;
}

#column2{
	width:194px;
	float:left;
}

#rightnav {
	width:194px;
	background-color: #667D88;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


#footeritem {
	padding-top: 15px;
	padding-bottom: 15px;
}

#pageEnd {
	width: 100%;
	background-image: url('../gfx/back_pageend.gif');

}

/* BY INFOLANE */


#navgroup {
	position: relative;
	overflow: visible;
	z-index: 4;
}

.navblock {
	background-color: #ffffff;
	visibility: hidden;
}

.navtable {
	background-color: #E9AD43;
}

.navbrow {
	height: 10px;
	overflow: hidden;
	background-color: #E7A634;
}

.navrow {
	height: 34px;
	overflow: hidden;
	background-color: #FCEBCE;
	text-align: center;
}

.navcell {
	overflow: hidden;
	background-color: #FCEBCE;
	text-align: left;
	padding:4px 20px;
}

a.gn, a.gn:visited {
	color: #A3792F;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

a.gn:hover {
	color: #E7A634;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

a.nav, a.nav:visited {
	display: block;
	color: #8D5C07;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	padding: 4px;
	padding-left: 20px;
	background-color: #FCEBCE;
	border: solid 1px #ffffff;
}

a.nav:hover {
	color: #f4f4f4;
	background-color: #667D88;
}

.red {
	color: #cc0000;
}

a img {
	border: 0;
}