/* General Styles */
* {
	margin: 0;
	color: #FFF;
	font-family: arial, sans-serif;
}
body {
	width: 770px;
	background: #975 url(../images/backgrounds/brown_bubbles.jpg) center center;
	margin: 0 auto 0 auto;
}

#site {
	float: left;
	position: relative;
	width: 100%;
	margin: 18px auto;
	background: #000;
	border: 1px solid #000;
	border-top: none;
}

#header {
	float: left;
	position: relative;
	width: 100%;
}


/* Branding Area Styles */
#header .navigation {
	width: 100%;
	height: 40px;
	background: #333 url(../images/nav/buttonface_orange.gif) repeat-x;
	border-bottom: 1px solid #310;
}

#header .navigation .navbrace {
	float: left;
	margin: 0;
	padding: 0;
}

#header .navigation a {
	float: left;
	padding: 8px 18px 8px 18px;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#header .navigation a:hover {
	background: #831 url(../images/nav/buttonselect_orange.gif) repeat-x;
}

#header .intro {
	width: auto;
	height: 150px;
	padding: 23px;
	background: #000 url(../images/title/sunset.jpg) no-repeat;
}

#header .intro p {
	width: 454px;
	text-align: center;
}

#header .intro p img {
	font-family: "futura book", futura, arial, sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #F91;
}

#header .intro p span {
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}

#header .intro .weatherWidget {
	position:absolute;
	width:250px;
	height:84px;
	top:56px;
	right:22px;
}

/* Content Area Styles */
#page {
	float: left;
	width: 100%;
	padding-bottom: 23px;
}

#page .menu, #page .title h1 {
	float: left;
	width: 22%;
	margin-left: 23px;
}

.menuPresent {
	margin-left: 25%;
}

#page .title {
	height: 30px;
	margin-bottom: 4px;
	overflow: hidden;
}

#page .title h1 {
	color: #DDD;
	background: #000;
	font-size: 24px;
	text-transform: uppercase;
}

#page .title p {
	margin-top: 6px;
	padding-left: 23px;
	color: #F93;
	font-size: 18px;
	font-weight: bold;
}

#page .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #FFF;
	overflow: hidden;
}

#page .menu ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}

#page .menu ul li a {
	display: block;
	width: 92%;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
}

#page .menu ul li a:hover {
	background: #B31;
}

#page .menu ul li a.active {
	background: #610;
}

#page #contentBox {
	padding: 0 23px 0 23px;
}

#page #contentBox h3 {
	margin-bottom: -8px;
	color: #D53;
}

#page #contentBox a {
	color:#FCA;
}

#page #contentBox a:hover {
	color:#F93;
}

#page #contentBox a img {
	border: 1px solid #FFF;
}

#page .content p {
	margin-top: 14px;
}

#page .content p:first-child {
	margin-top: 0;
}

#footer .contactus {
	float:left;
}

#footer .contactus a {
	color:#FFF;
	text-decoration:none;
}
#footer .contactus a:hover {
	color:#FEC;
	text-decoration:underline;
}

#footer .copyright {
	float:right;
}

.ClearFix {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
