/*----------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: #222;
	color: #333;
	font-family: Verdana, Lucida, sans-serif; 
	margin: 0;
}

a {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
}

.clear {
	clear:both;
}

.homeDate {
	padding: 0 0 5px 15px !important;
	margin: 0 !important;
}



/*-----------------------------------------------HEADER-----------------------------------------------*/
#hd { 
	background-color: #00289C;
	height: 270px;
	position: relative;
}

	#logo {
		position: relative;
		z-index: 20;
	}


/*-----------------------------------------------BODY-----------------------------------------------*/
#bd { 
	background: #FFF url(../images/sideSpan.jpg) scroll repeat-y 0 10px;
	padding: 15px 15px 15px 54px;
	z-index: 100;
}

#Layout {
	clear: both;
	overflow: hidden;
}

#Content {}



/*-----------------------------------------------FOOTER-----------------------------------------------*/
#ft {
	background-color: #00289C;
	clear: both;
	font-size: 11px;
	height: 70px;
	padding: 30px 50px 0;
	text-align: center; 
}

	#ft p {
		color: #FFF;
		text-align: center;
	}

	#ft a {
			color: #FFF;
			text-decoration: none;
		}

			#ft a:hover {
				color: #FFF;
				text-decoration: underline;
			}



/*-----------------------------------------------SLIDESHOW-----------------------------------------------*/
#slideshow {
	background-color: #FFF;
	height: 150px;
	position: relative;
	margin-left: 39px;
	top: -27px;
	width: 911px;
	z-index: 10;
}

	.slide {
		float: left;
		height: 150px;
		position: relative;
		width: 304px;
	}

		.slide img {
			left: 0;
			position: absolute;
			top: 0;
		}

	#slideshow3 {
		width: 302px;
	}

.hide {
	display: none;
}


/*-----MISC-----*/
.sideSpan {
	background: #FFF url(../images/sideSpan.jpg) scroll repeat-y 0 0;
	bottom: 0;
	height: 130px;
	left: 0;
	margin-top: -3px;
	position: absolute;
	width: 39px;
}

.imgBorder {
	border: 1px solid #CCC !important;
	background-color: #EEE;
	padding: 3px;
}


.repeatTitle {
	color: #AAA;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-align: center;
}

hr {
	border: none;
	border-bottom: 1px dotted #AAA;
	margin: 20px 0;
}




/*-----------------------------------------------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;
}