@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

img {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0; padding: 0;
}

h1 {
	margin: 0 0 0 0;
	padding: 12px 0 0 30px;
	font-size: 16px;
	font-weight: normal;
	color: #0066CC;
}

h1.firstH1 {
	margin: 0;
}

h2 {
	margin: 30px 0 0 5px;
	padding: 3px 0 0 22px;
	font-size: 14px;
	font-weight: normal;
	color: #0066CC;
}

#container {
	margin: 0 auto;
	margin-top: -2px;
	margin-bottom: 20px;
	height: auto;
	width: 915px;
	clear: both;
	overflow: visible;
}

#header {
	float: right;
	width: 100%;
	height: 172px;
	clear: both;
	overflow: hidden;
}

#logo {
	float: left;
	margin:  5px 0 0 5px;
}

#hdrMenu {
	margin-top: 136px;
	width: 100%;
	height: 26px;
}

#hdrContact {
	margin-top:10px;
	margin-right:20px;
	float:right;
	font-family: "Century Gothic";
	font-size: 36px;
	color: #ffffff;
	}
	
#hdrAddress {
	margin-top:50px;
	margin-right:-213px;
	float:right;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #999999;
	}
	
#hdrSubMenu {
	width:300px;
	margin-top:80px;
	margin-right:-253px;
	float:right;
	font-family: "Corbel";
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	}

#homeSplash {
	float: left;
	margin:  2px 0 0 5px;
}

#topicA {
	float: left;
	margin:  20px 0 0 0px;
	width:576px;
	height:41px;
	background-image: url(images/topic-bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#topicB {
	float: left;
	margin:  200px 0 0 0px;
	width:576px;
	height:41px;
	background-image: url(images/topic-bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#topicTitle {
	position:relative;
	left:15px;
	top:7px;
	font-family: "Corbel";
	font-size:18px;
	font-weight:bold;
	color:#4e4e4e;
	}
	
#topicContent {
	position:relative;
	left:15px;
	top:20px;
	font-family: "Verdana";
	font-size:12px;
	color:#ffffff;
	}
	
.weather {
	position:absolute;
	margin-left:600px;
	top:580px;
	}
	
.calendar {
	position:absolute;
	margin-left:620px;
	top:780px;
	}
	
.right-image {
	position:absolute;
	margin-left:600px;
	top:200px;
	}