

Body {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	position: relative;
	width: 800px;
	height: 600px
	}

#logo {
	position: absolute;
	z-index: 4;
	left: 160px;
	top: 65px;
}
#troy {
	position: absolute;
	left: 600px;
	top: 18px;
	background: url(../images/troy.png);
	background-repeat: no-repeat;
	width: 163px;
	height: 143px;	
}
#slide {
	position: absolute;
	z-index: 3;
	left: 61px;
	top: 38px;
}
#showimage {
	position: absolute;
	z-index: 8;
}
#phone {
	position: absolute;
	z-index: 5;
	color: white;
	font-family: "Arial";
	font-size: 22px;
	left: 71px;
	top: 15px;
}
.sitetagline {
	position: absolute;
	z-index: 5;
	color: #000033;
	font-family: "Arial";
	font-size: 1.6em;
	left: 30px;
	top: 15px;
	font-weight: bolder;
	font-style: italic;
	width: 775px;
}
#mainContent {
	position: absolute;
	z-index: 8;
	left: 250px;
	top: 175px;
	width: 525px;
	height: 400px;
	border: 1px solid red;
	overflow: auto;
}

#menu {
	
}
#menu a {
	display: block;
	color: white;
	font-family: arial;
	text-decoration: none;
	text-align: right;
	font-size: 1.4em;
	padding-right: 12px;
	padding-bottom:5px;
	padding-top: 5px;
}
#menu a:hover {
	color: #E8AD19;
	background-color: #000033;
	
}
#dropdown li {
	list-style-type: none;
	}
#temp {
	position: absolute;
	visibility: hidden;
	left: 125px;
	top: 325px;
	width: 625px;
	height: 150px;
	z-index: 1000;
	border: 2px solid navy;
}
#weather {
	position: relative;
	top: 55px;
	z-index: 999;
}
#menu_full a {
	position: relative;
	top: 5px;
	left: 22px;
	color: white;
	font-family: arial;
	text-decoration: none;
	font: 12px;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 7px 7px 5px 7px; }

#navlist a:link, #navlist a:visited
{
color: white;
text-decoration: none;
}

#navlist a:hover
{
color: #E8AD19;
background-color: #000033;
text-decoration: none;
}
.listingImage {
	width: 100px;
	}


