body {
	background-color: #19127E;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
#wrapper {
	width: 1020px;
	margin-top: 36px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/homebg.jpg);
	background-repeat: no-repeat;
	height: 769px;
}
#container {
	width: 313px;
	top: 156px;
	position: relative;
	left: 319px;
}
#loginError {
	padding: 0px;
	margin: 0px auto;
	width: 500px;
	text-align: center;
	position: absolute;
}
#loginError h1 {
	font-size: 16px;
	color: #000000;
	padding: 10px;
}
#homelogin {
	height: 100px;
	float: left;
	width: 313px;
}
#homelogin h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 28px;
	font-weight: bold;
	color: #FFEBCA;
	margin-top: 11px;
	margin-bottom: 10px;
	float: left;
}
#loginform {
	margin-top: 0px;
	clear: left;
}
#loginform input {
	background-image: url(../images/login-input.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#loginform #instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFEBCA;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 200px;
	padding-top: 8px;
}
#loginform #instructions a {
	color: #FFFFFF;
	text-decoration: none;
}
#loginform #instructions a:hover, #loginform #instructions a:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;	
}

#loginform button {
	height: 26px;
	width: 87px;
	float: right;
	border: 1px solid #721A1C;
	display: block;
	padding: 0px;
	margin: 2px 4px 0px 0px;
	background-color: #72191B;
}
#homepopout {
	width: 279px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #721A1C;
	font-size: 10px;
	float: right;
}

#homepopout ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#homepopout li {
	display: block;
	float: left;
	height: 25px;
	width: 93px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#homepopout a {
	text-decoration: none;
	display: block;
	height: 10px;
	padding: 8px 0px;
}
#homepopout li a:link, #homepopout li a:visited {
	color: #721A1C;
	background: none;
}
#homepopout li a:hover, #homepopout li a:active, #homepopout li a.active {
	color: #FFFFFF;
	background: url(../images/homelogin-navbg_f2.jpg) no-repeat left top;
}
#homepopout #contact-popout, #homepopout #weather-popout, #homepopout #direction-popout {
	background-image: url(../images/homepopup-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 126px;
	width: 259px;
	clear: both;
	padding: 10px;
}
#homepopout #weather-popout div#weather-content {
	margin: 20px 70px;
}
#homepopout #contact-popout p, #homepopout #weather-popout p, #homepopout #direction-popout p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#homepopout #contact-popout a, #homepopout #weather-popout a, #homepopout #direction-popout a {
	background: none;
	color: #721A1C;
	padding: 0px;
}
