/*----------FOR INSTALL----------*/
#BgContainer {
	background-color: #FFF;
	padding: 10px 40px;
}

#BgContainer h4 {
	font-size: 16px !important;
}

#BgContainer p {
	width: 94%;
}

#BgContainer table {
	margin: 10px !important;
	width: 94%;
}

#BgContainer ul#Themes label {
	margin-top: 2px !important;
}



/*-----------------------------------------------MISC STYLES AND DEFAULTS-----------------------------------------------*/
html, body {
	background-color: #616D4E;
	color: #333;
	font-family: Tahoma , Lucida, sans-serif; 
	margin: 0;
}

a {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

.clear {
	clear:both;
}

.fleft {
	float: left;
	width: 50%;
}



/*------FRAME LAYOUT----------*/
#doc2 {
		position: relative;
}

#borderTop {
	background: transparent url(../images/borderTop.jpg) scroll repeat-x 0 0;
	height: 6px;
	left: -7px;
	position: absolute;
	top: -6px;
	width: 963px;
}

#borderLeft {
	background: transparent url(../images/borderLeft.jpg) scroll repeat-y 0 0;
	height: 100%;
	left: -10px;
	position: absolute;
	top: 0;
	width: 11px;
}

#borderRight {
	background: transparent url(../images/borderRight.jpg) scroll repeat-y 0 0;
	height: 100%;
	right: -6px;
	position: absolute;
	top: 0;
	width: 6px;
}

#borderBottom {
	background: transparent url(../images/borderBottom.jpg) scroll repeat-x 0 0;
	bottom: 0;
	height: 6px;
	left: -7px;
	position: absolute;
	width: 962px;
}



/*-----------------------------------------------HEADER-----------------------------------------------*/
#hd { 
	background-color: #434B37;
	height: 160px;
	position: relative;
	margin-top: 20px;
}

	#hd img { 
		float: left;
	}

	#hd #infoBox {
		color: #FFF;
		text-align: right;
		position: absolute;
		top: 20px;
		right: 30px;
		width: 179px;
	}

	#hd #infoBox strong{
		color: #EBD153;
		font-weight: bold !important;
	}


/*-----------------------------------------------BODY-----------------------------------------------*/
#bd { 
	background: #F2F0E6 url(../images/menuspan.jpg) scroll repeat-y 0 0;
	z-index: 100;
}

#Layout {
	clear: both;
	overflow: hidden;
	padding: 15px;
}



/*-----------------------------------------------FOOTER-----------------------------------------------*/
#ft {
	background: #F2F0E6 url(../images/menuspan.jpg) scroll repeat-y 0 0;
	height: 295px; 
	position: relative;
	padding: 5px 0 0 181px;
}

	#ft #ftimg {
		position: absolute;
		left: -12px;
		bottom: 0;
	}

	#ft hr {
		border: none;
		border-top: 1px solid #C7710A;
		width: 95%;
	}

	#ft div {
		padding-left: 20px;
	}

	#ft table {
		margin: 0 !important;
	}

	#ft td {
		border: none !important;
		vertical-align: top;
	}

	#ft p {
		font-size: 10px;
	}

	#ft table span {
		left: 15px;
		position: relative;
		top: 16px;
		vertical-align: top;
	}

	#ft a {
		text-decoration: none;
	}



/*-----------------------------------------------SIDEBAR-----------------------------------------------*/
#Sidebar {
	min-height: 360px;
}

#Sidebar p {
	color: #333;
	padding-right: 20px;
	text-align: right;
}


/*-----------------------------------------------MESSAGEBOXS-----------------------------------------------*/
.message {
	background: #EEE;
	border: 4px solid #AAA;
	color: #666;
	margin: 15px;
	padding: 5px;
}

span.middleColumn .message {
	margin: 4px 0 0 3px;
}

.required {
	background: #FFDFDF;
	border: 4px solid #FF0000;
	color: #000;
	margin: 4px 0 0 3px;
	padding: 5px;
}

#Remember label {
	margin: 0 0 0 10px;
}

.entry {
	border-bottom: 1px solid #EEE;
}


/*-----------------------------------------------SPECIAL CLASSES-----------------------------------------------*/
.staffTable td {
	border: none !important;
	vertical-align: top;
}

#gmap {
	position: absolute;
	top: 298px;
	left: 568px;
}

#Slide1 {
	background-color: #FFF;
	height: 160px;
	position: absolute;
	width: 470px;
}

#Slide1 img {
	left: 0;
	position: absolute;
	top: 0;

}

#announcement {
	float: right;
	margin: 20px 20px 30px 30px;
	position: relative;
	width: 250px;
}

#annWrapper {
	margin-top: 10px;
	position: relative;
}

#annTop {
	background: transparent url(../images/annTop.png) scroll repeat-x 0 0;
	height: 10px;
	position: absolute;
	top: 0;
	width: 100%;
}

#annLeft {
	background: transparent url(../images/annLeft.png) scroll repeat-y 0 0;
	height: 100%;
	margin-top: 5px;
	left: -3px;
	position: absolute;
	top: 0;
	width: 10px;
}

#annRight {
	background: transparent url(../images/annRight.png) scroll repeat-y 0 0;
	height: 100%;
	margin-top: 5px;
	position: absolute;
	right: -3px;
	top: 0;
	width: 10px;
}

#annBottom {
	background: transparent url(../images/annBottom.png) scroll repeat-x 0 0;
	bottom: -10px;
	height: 10px;
	position: absolute;
	width: 100%;
}

#annContent {
	padding: 15px 15px 0 15px;
}

.homeDate {
	margin-bottom: 5px;
}
.homeDate span {
	display: block;
	padding-left: 10px;
	font-size: 11px;
}

hr.break {
	border: none;
	border-top: 1px dotted #9A2410;
	padding: 10px 0;
}