/* CSS definition file containing site wide stylesheets */
BODY {
	background-image: url(images/internalHeaderBG.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}
#wrapper {
	background-image: url(images/internalHeaderCenterBG.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#header {
	height: 120px;
	width: 1000px;
}
#logo {
	float: left;
	margin-top:10px;
	height: 120px;
	width: 276px;
}
#poollogo {
	float: left;
	margin-top:10px;
	height: 120px;
	/*width: 276px;*/
}
/* Navigation */
#navigation {
	width: 980px;
	height: 73px;
}
* html #nav a {
	width: 100%;
}
#nav, #nav ul {
	padding: 25px 0 5px 0;
	margin: 0 auto 0 auto;
	list-style: none;
}
#nav ul {
	display: none;
	position: absolute;
	margin-left: -1.6em;
}
#nav ul li {
	float: none;
	background-color: #323326;
	font-size: 12px;
	line-height: 12px;
	width: 180px;
	padding: 5px 5px 0 5px;
}
#nav li {
	float: left;
	position: relative;
	margin-left: 1em;
	height: 20px;
	width: auto;
	font-size: 24px;
	color: #b7b768;
}
#nav a:link, #nav a:visited {
	color: #b7b768;
	text-decoration: none;
}
#nav a:hover {
	color: #ddd;
	text-decoration: underline;
}
#nav li:hover ul {
	display: block;
	margin-top: -25px;
	margin-left: -20px;
}
/* End Navigation */

#centerImage {
	margin-right: 31px;
	margin-left: 31px;
}
#content {
	clear: both;
	width: 1000px;
	min-height: 500px;
	margin-top: 10px;
}
#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.2em;
	padding: 10px 10px 0px 10px;
}
#footer {
	clear: both;
	color: #b7b768;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	height: 161px;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
}
#footerContent {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}
#phone {
	float: left;
	text-align: left;
	width: 275px;
	margin-left: auto;
 margin-right:;
}
#address {
	float: left;
	text-align: center;
	width: 333px;
	margin-left: auto;
	margin-right: auto;
}
#email {
	float: right;
	text-align: center;
	width: 333px;
	margin-left: auto;
	margin-right: auto;
}
#aboutus {
	color: #FFF;
	float: right;
	text-align: center;
	width: 333px;
	margin-left: auto;
	margin-right: auto;
}
#contactus {
	color: #FFF;
	float: right;
	text-align: center;
	width: 333px;
	margin-left: auto;
	margin-right: auto;
}
.aboutusH1 {
	text-align: center;
	font-size: 24pt;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.italicsBold {
	font-style: italic;
	font-weight: bold;
}
.italicsCentered {
	font-style: italic;
	text-align: center;
}
.italicsCenteredBold {
	font-style: italic;
	text-align: center;
	font-weight: bold;
}
