/* COLORS */
/* BROWN #4A2718 */
/* PUBLIC POOL #60A9A2 */
/* LIGHT GREEN #D6EBF0 */

* {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #4A2718;
}
a { text-decoration: none; }
#logo{
	position: absolute;
	left: 40px;
} 
#titleImage {
	display: inline-block;
	margin-left: 215px;
}
#contactInfo {
	position: relative;
	display: inline-block;
	top: -18px;
}
a:link { color: #60A9A2; }
a:visited { color: #60A9A2; }
a:hover { color: #4A2718; }
#navBar {
	clear: both;
	background: url('../images/nav_bar_bg.gif') repeat-x;
	width: 100%;
	margin-bottom: 50px;
	padding: 8px 0px;
}
#masterNavList {
	margin-left: 265px;
	display: inline-block;
}
#masterNavList li {
	float: left;
	padding: 0 40px;
	border-right: 1px solid #D6EBF0;
}
#masterNavList li a {
	color: #D6EBF0;
	font-size: 16px;
}
#masterNavList li a:link, #masterNavList li a:visited { color: #D6EBF0; }
#masterNavList li a:hover, #masterNavList li.on a { color: #60A9A2; }
#masterNavList li.on {
	background: url('../images/nav_girl.gif') 0 -4px no-repeat;
}
article#main {
	padding-left: 75px;
}
#bottomNav ul {
	display: inline-block;
	position: relative;
	left: 50%;
	margin-left: -260px;
	margin-top: 8px;
}
#bottomNav li {
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #60A9A2;
}
#bottomNav li:last-child { border-right: none; }
#bottomNav a {
	color: #4A2718;
	font: 12px 'Century Gothic', Tahoma, Arial, sans-serif;
}
#bottomNav a:link, #bottomNav a:visited { color: #4A2718; }
#bottomNav a:hover { color: #60A9A2; }
