body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #05366D;
}

</style></head>
p {
	font-size: 1.2em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #05366D;
	font-weight: bold;
	font-variant: small-caps;
	background: #CCC;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
}


h3 {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #05366D;
	text-align: left;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
	text-align: left;
	line-height: 1.2;
}
#dropshadow {
	background: url(../_images/_backgrounds/dropshadow.png) repeat-y;
	width: 1000px;
	margin: 0px auto;
	clear: both;
}

#navbar {
	margin: 0px auto;
	width: 960px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	list-style: none;
	padding: 5px 0px;
	background: #FF0;
	clear: both;
	color: #000;
	height: 25px;
	position: relative;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}
#nav {
}


#nav a:link,
#nav a:visited {
	padding:20px 20px 4px 10px;
	width:auto;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	text-align: center;
}

#header {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	background: url(../_images/_backgrounds/bg_headertop.gif) no-repeat;
	height: 100px;
	position: relative;
}
#header img {
	margin-left: 50px;
	margin-top: 0px;
	position: relative;
}
#titleBox {
	background: #CCC;
	border: 2px dotted #000;
	text-align: center;
}
#slideshow {
	float: right;
}


#slideshow IMG {
	position:absolute;
	top:0;
	z-index:8;
	opacity:0.0;
	right: 0px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#container {
	width: 960px;
	margin: 35px auto 0px;
	background: #FFF url(../_images/_backgrounds/bg_headerbottom.gif) no-repeat;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main {
	margin: 30px 0px 0px;
	padding: 15px;
}
#sidebar ul li {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #05366D;
}
#sidebar ul li a {
	color: #05366D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}


.slideshow {
	margin: 15px;
	float: right;
	width: 480px;
}
#mainsidebar {
	width: 400px;
	margin-top: 80px;
}


.slideshow img {
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 0px auto;
}
#footerwrapper {
	background: #05366D;
	border-top: 10px solid #000;
	border-right: 4px none #000;
	border-bottom: 4px solid #000;
	border-left: 4px none #000;
	clear: both;
}
#footernav a {
	color: #FFF;
}



#footer {
	margin: 0px auto;
	padding: 30px 0px 10px;
	width: 960px;
	text-align: left;
}
#footernav {
	padding: 5px 5px 0px;
	border-top: none #000;
	border-right: none #000;
	border-bottom: none #000;
	border-left: none #000;
}
#footer ul {
	list-style: url(../none) none inside;
}
#footer ul li {
	display: inline;
	list-style: inside;
}
#footer ul li a {
	padding: 10px 15px;
	font-size: 1em;
	list-style: inside;
	border-width: 0px;
	border-style: none;
}
#footer ul li a:hover {

}
#footer ul li a:visited {
	color: #000;
	text-decoration: underline;

}

#nav {
	margin:0;
	padding:0;
	text-align: right;
}
#navlinks {
	left: 90px;
}


#nav li {
	display:inline;
	padding:0;
	margin:0;
	float: none;
}

#Copyright {
	padding: 2px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Copyright p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}


#footerwrapper #footer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: center;
	color: #FFF;
}

#footernav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #FFF;
	height: 20px;
	padding: 15px 10px;
	text-align: center;
}

#footerlinks {
	list-style: none;
	padding-left: 20%;
	padding-top: 10px;
}
#footerlinks a img {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
}







.highlight {
	color: #05366D;
	font-weight: bold;
	font-size: 2em;
	background: url(../_images/link.png) no-repeat;
	text-align: center;
}


.clear {
	clear: both;
	text-align: left;
}
#main p img {
}
#navwrapper #navbar form {
	float: left;
	width: 350px;
	font-size: 0.8em;
}
#main ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #05366D;
}
#dropshadow #container map {
	float: right;
}
#dropshadow #container #main contactinfo {
	width: 100px;
	float: none;
	clear: none;
}
#sidebar {
	width: 300px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	margin: 5px;
	float: right;
}
#awningInfo p img {
	margin: 5px;
}

.sidebarlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #05366D;
	line-height: 2em;
	border-top: 4px groove #999;
	text-align: center;
	border-bottom: 4px ridge #999;
}

#awningInfo {

}
#awningInfo #traditional {
	margin: 5px;
}
#quarterball {
	padding: 5px;
}
.makeBold {
	background: #FF0;
	border: 2px dashed #000;
}
.link {
	color: #FF0;
	background: #00F;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
}
#dropshadow #container #main #contactinfo #mailingaddress {
	float: left;
	width: 350px;
	text-align: left;
	background: #A5D1FD;
	margin-left: 68px;
	font-size: 1.2em;
	margin-bottom: 15px;
}
#dropshadow #container #main #contactinfo .phoneemail {
	float: right;
	width: 350px;
	text-align: left;
	background: #A5D1FD;
	height: 340px;
	margin-right: 68px;
	font-size: 1.2em;
}
#dropshadow #container #main p img {
	margin: 15px;
}
#sideemail {
	background: url(../_images/facebookcontact/emailus.gif) no-repeat right top;
	height: 70px;
	width: 64px;
	position: fixed;
	top: 140px;
	right: 66px;
	z-index: 15;
}
#sidefacebook {
	background: url(../_images/facebookcontact/facebook.gif);
	float: left;
	height: 64px;
	width: 64px;
	position: fixed;
	z-index: 15;
	top: 140px;
	right: 0px;
}
