<style>


#overlay {
	display: none;
	z-index: 2;
	
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}

#TitleBox {
	display: none;
	color:#FFFFFF;
	background-color: #0B0B61;
	position: relative;
	z-index: 3;
	margin: 150px auto 0px auto;
	width: 600px; 
	height: 120px;
        font-style: strong;
        font-family:"Comic Sans MS";
        font-size:80px;
       
}

#HomeLinkBox {

        display: inline;
	position: fixed;
	top: 0px;
	
	z-index: 3;
	margin: 1px auto 0px auto;
	 
	height: 100px;
	color: #FFFFFF;
    	font-style: strong;
    	font-family:"Comic Sans MS";
    	font-size:80px;
}

#LocationsBox {

	display: none;
	background-color: #000;
	color:#FFFFFF;
	position: relative;
	z-index: 3;
	margin: 150px auto 0px auto;
	width: 700px; 
	height: auto;
	font color="white";
        font-style: strong;
        font-family:"Comic Sans MS";
        font-size:16px;
    }   
}

#WeatherOverlay {
	display: none;
	z-index: 2;
	
	position: fixed;
	width: 10%;
	height: 10%;
	top: 0px;
	left: 0px;
	text-align: center;
}

div#homeButton {
	-moz-box-shadow: 3px 4px 6px -1px #899599;
	-webkit-box-shadow: 3px 4px 6px -1px #899599;
	box-shadow: 3px 4px 6px -1px #899599;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#1b677a;
	font-family:Georgia;
	font-size:25px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
div#homeButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-o-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ededed',GradientType=0);
	background-color:#bab1ba;
}
div#homeButton:active {
	position:relative;
	top:1px;
}

div#secondaryButton {
	-moz-box-shadow: 3px 4px 6px -1px #899599;
	-webkit-box-shadow: 3px 4px 6px -1px #899599;
	box-shadow: 3px 4px 6px -1px #899599;
	
	background-color:#ededed;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #d6bcd6;
	
	cursor:pointer;
	color:#1b677a;
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	padding:9px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
div#secondaryButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-o-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ededed',GradientType=0);
	background-color:#bab1ba;
}
div#secondaryButton:active {
	position:relative;
	top:1px;
}


#header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}
#nav {
    line-height:30px;
    background-color:#eeeeee;
    height:300px;
    width:100px;
    float:left;
    padding:5px; 
}
#section {
    width:350px;
    float:left;
    padding:10px; 
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px; 
}
</style>