/*----------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: #c0c0c0;
	color: #333;
	font-family: Verdana, Lucida, sans-serif; 
	margin: 0;
}

a {
	cursor: pointer;
}

a.nohover {
	text-decoration: none !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

hr {
	border: none;
	border-bottom: 1px dotted #CCC;
	margin: 15px 0;
}

iframe {
	border: 1px solid #CCC;
}

.clear {
	clear:both;
}

ul.grayBack {
	background-color: #EEE;
	margin-left: 0px !important;
	padding: 10px 0 !important;
}
ul.grayBack  li {
	margin-left: 30px;
}

img.borderActive { 
	border: 1px solid #005696 !important;
}

#eventslist {
	margin: 0 !important;
	padding: 0 20px 0 0 !important;
}
	#eventslist li {
		list-style: none !important;
		padding: 0 0 5px 0 !important;
	}
		#eventslist li b {
			font-size: 11px;
		}

#homeSide {
	margin: 25px;
}
#homeSide a {
	outline: none;
	text-decoration: none;
}
	#homeSide .orange {
		color: #f57504;
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
	}
	#homeSide .blue {
		color: #005696;
		font-size: 11px;
		line-height: 20px;
	}
	#homeSide .evthome {
		margin: 40px 0 50px;
		clear: both;
	}
	#homeSide .evthome .img {
		float: left;
		width: 80px;
		padding: 0 10px 30px 0;
	}

/*-----------------------------------------------HEADER-----------------------------------------------*/
#hd { 
	background-color: #FFF;
	height: 150px;
	width: 950px;
	overflow: hidden;
	position: relative;
}
#hd.homeHD {
	height: 450px;
}
	#logo {
		position: relative;
		margin: 30px 0 0 20px;
	}

	#address {
		position: absolute;
		right: 20px;
		top:20px;
		text-align: right;
		line-height: 18px;
	}

	#banner {
		background: transparent url(../images/banner.jpg) no-repeat scroll 0 0;
		height: 300px;
		left: 0;
		position: relative;
		top: 48px;
	}

	#bannerlist {
		height: 300px;
		left: 0;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 0;
	}

		#bannerlist li.slide {
			color: #FFF;
			float: left;
			list-style: none;
			height: 300px;
			margin: 0px;
			padding: 0px;
			position: relative;
			width: 950px;
		}
			#bannerlist .slide img {
				position: absolute;
				top: -40px;
				left: 20px;
			}
			#bannerlist .slide .title {
				position: absolute;
				font-size: 30px;
				font-weight: bold;
				top: 40px;
				left: 450px;
			}
			#bannerlist .slide .subtitle {
				position: absolute;
				font-size: 12px;
				font-weight: bold;
				line-height: 18px;
				top: 100px;
				left: 450px;
			}
			#bannerlist .slide .link {
				position: absolute;
				font-size: 11px;
				font-weight: bold;
				top: 260px;
				left: 730px;
			}
			#bannerlist .slide .link a {
				color:#F57504 !important;
				text-decoration: none !important;
			}


/*-----------------------------------------------BODY-----------------------------------------------*/
#bd {
	background: #FFF;
	position: relative;
	width: 950px !important;
	z-index: 100;
}
#bd.home {
	background: #FFF url(../images/bghome.jpg) repeat-y scroll 0 0;
}

	#Layout {
		clear: both;
		min-height: 300px;
		overflow: hidden;
		margin-top: 20px;
		padding: 25px;
	}

	#Content {}

	.volSidePad {
		padding: 25px;
	}


/*-----------------------------------------------FOOTER-----------------------------------------------*/
#ft {
	background-color: #005696;
	clear: both;
	height: 80px;
	padding-top: 10px;
	position: relative;
	width: 950px;
	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;
			}

#house {
	position: absolute;
	left: 20px;
	top: 15px;
}


/*-----------------------------------------------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;
}

.homestable td {
	padding: 10px!important;
	border-bottom: 1px solid #ddd !important;
}