/*///////////////////////////////////////////////////////
///
///	Global Elements
///
///////////////////////////////////////////////////////*/
html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
	color: #666666;
	background: #000000;
	overflow: hidden;
}

li {
	margin-left: 30px;
}

.clear {
	clear: both;
}






/*///////////////////////////////////////////////////////
///
///	Textual Elements
///
///////////////////////////////////////////////////////*/

H1{
	font-family: 'FuturaStdBoldOblique', Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1.2em;
	color: #000000;
	text-decoration: none;
}

H2{
	font-family: 'FuturaStdBoldOblique', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #000000;
	text-decoration: none;
}

a{
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
	color: #00CCFF;
}a:hover{
	color: #00CCFF;
	text-decoration: underline;
}


a.nav{
	margin-right: 35px;
	font-family: 'FuturaStdBoldOblique', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
	color: #333333;
}a.nav:hover{
	color: #00CCFF;
}

a.nav_high{
	margin-right: 35px;
	font-family: 'FuturaStdBoldOblique', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
	color: #00CCFF;
}a.nav_high:hover{
	color: #00CCFF;
}


a.change_link{
	margin-right: 34px;
	font-family: 'FuturaStdBoldOblique', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
	color: #FFFFFF;
}a.change_link:hover{
	color: #00CCFF;
}


a.change_link_high{
	margin-right: 34px;
	font-family: 'FuturaStdBoldOblique', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
	color: #00CCFF;
}a.change_link_high:hover{
	color: #00CCFF;
}


.directors_link{
	display: block;
	font-family: 'FuturaStdBoldOblique', Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 8px;
}
.directors_link:hover{
	color: #00CCFF;
	text-decoration: none;
}







/*///////////////////////////////////////////////////////
///
///	Box Elements
///
///////////////////////////////////////////////////////*/


div.footer {
	width: 960px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #9d9b98;
	clear: both;
}


div.weather_day{
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

div.weather-day:hover{
	border-top: 1px solid #00CCFF;
	border-left: 1px solid #ececec;
	border-bottom: 1px solid #00CCFF;
}



strong {
	font-weight: bold;
}
