/*----------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;
	text-align: left;
}

hr {
	border: none;
	border-bottom: 1px dotted #CCC;
	margin: 30px 0;
}

iframe {
	border: 1px solid #CCC;
}

.clear {
	clear:both;
}



/*-----------------------------------------------HEADER-----------------------------------------------*/
#hd { 
	height: 281px;
	width: 950px;
	overflow: hidden;
	position: relative;
}
#topheader {
	position: relative;
	z-index: 12;
}
#address {
	color: #FFF;
	left: 20px;
	line-height: 20px;
	position: absolute;
	top: 20px;
}

#banner {
	height: 200px;
	margin-top: -26px;
	position: relative;
	z-index: 11;
}

#bannerLeft {
	background: transparent url(../images/bannerLeft.png) no-repeat scroll 0 0;
	float: left;
	height: 200px;
	width: 205px;
}
	#bannerLeft .weather_wrapper {
		margin-top: 50px;
	}
		#bannerLeft .weather_wrapper a {
			color: #000;
			text-decoration: none;
			letter-spacing: 2px;
		}

#bannerRight {
	float: left;
}


/*-----------------------------------------------BODY-----------------------------------------------*/
#bd {
	background: #FFF;
	position: relative;
	width: 950px !important;
	z-index: 100;
}

	#Layout {
		clear: both;
		min-height: 300px;
		overflow: hidden;
		margin-top: 20px;
		padding: 25px 25px 25px 25px;
	}

	#Content {}


/*-----------------------------------------------FOOTER-----------------------------------------------*/
#ft {
	background-color: #163f6e;
	clear: both;
	height: 90px;
	padding-top: 10px;
	position: relative;
	width: 950px;
	text-align: center;
}

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

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

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

#ft #copy {
	float: left;
	margin-top: 25px;
	margin-left: 90px;
}
#ft #sponsor {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}


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

#newsbox {
	background: #d7d5aa url(../images/newsboxspan.jpg) repeat-y scroll 0 0;
	margin-left: 10px;
	margin-top: 50px;
	padding-left: 15px;
	padding-bottom: 20px;
	width: 265px;
}

#newsboxheader {
	background: #d7d5aa url(../images/newstop.jpg) no-repeat scroll 0 0;
	height: 99px;
	position: relative;
	margin-left: -15px;
}

#newstitle {
	color: #FFF;
	position: absolute;
	margin: 24px 0 0 25px;
	font-size: 20px;
	font-weight: bold;
}

.mtfun {
	font-size: 16px !important;
	margin: 20px 10px !important;
	font-weight: bold;
}

.tablecenter td {
	text-align: center;
}



.video {
	float: left;
}
.video p {
	font-weight: bold;
	font-size: 14px !important;
}

a.myPlayer {
	border: 1px solid #999;
	display: block;
	height: 299px; 
	margin: 0 25px 25px 0;
	text-align: center;
	width: 400px;
}

a.myPlayer img {
	border: 0px;
	margin-top: 120px;
}

a.myPlayer:hover {
	border: 1px solid #000;
}

