﻿/* Begin CSS layout */
#wrapper {
	width: 100%;
	margin: 0 auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}
#masthead {
	background-image: url('images/BannerVariableWidthBckgnd.gif');
	background-position: center bottom;
	background-repeat: repeat;
	height: 3em;
}
#top_nav {
	background-image: url('images/BannerVariableWidthBckgnd.gif');
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	height: 2.2em;
	position: relative;
}
#container {
	width: 100%;
}
#page_content {
	color: #000000;
	padding-left: 5px;
	float: left;
}
#footer {
	background-image: url('images/BannerVariableWidthBckgnd.gif');
	background-repeat: repeat;
	background-position: center top;
	font-size: small;
	height: 1.5em;
	clear: both;
}
/* End layout items */
/* Begin Styles for Main Items */
#masthead h1 {
	margin-left: 10px;
	text-align: center;
	margin-right: 10px;
	height: auto;
}
#top_nav li {
	float: left;
	text-align: center;
	line-height: 1em;
}
#top_nav ul {
	line-height: 200%;
	list-style-type: none;
	width: 100%;
	padding: 0px 0px 5px 55px;
	margin: 0px;
}
#top_nav a {
	color: #FFFFFF;
	display: block;
	padding-right: 3px;
	padding-left: 5px;
	margin-right: 3px;
	margin-left: 10px;
	text-decoration: none;
}
#top_nav a:hover {
	color: #FF6600;
	text-decoration: none;
}
#top_nav a span {
	display: none;
}
#top_nav a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	color: #FFFFFF;
	right: 30px;
	font-size: small;
	font-weight: bold;
}
#footer li {
	float: left;
}
#footer ul {
	list-style-type: none;
	width: 100%;
	padding: 0px 0px 5px 55px;
	margin: 0px;
}
#footer a {
	color: #FFFFFF;
	display: block;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 3px;
	margin-left: 7px;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: none;
}
#page_content a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#page_content td {
	padding-right: 5px;
	padding-left: 5px;
}
#page_content p {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
}
#page_content h4 {
	color: #666666;
}
#amare {
	background-image: url('images/AmareBackground.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 556px;
	position: relative;
}
p.quote {
	padding: 0px;
	line-height: 1.5em;
	color: #FFFFFF;
	margin-left: 30px;
}
#nav {
	width: 270px;
	height: 70px;
	margin-left: 30px;
	background-image: url('images/BackgndForLinks.png');
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
}
#nav li a {
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: large;
	font-weight: bold;
	margin-top: 15px;
}
#nav li a:hover {
	color: #1A1E1E;
	text-decoration: none;
}
#nav ul {
	margin-top: 10px;
}

