@charset "utf-8";
body
{
	background-image: url(images/Sky700WTall.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82.5%;
	color: #FFFFFF;
}
p
{
	font-size: 1.2em;
	line-height: 1.4em;
	text-indent: 1.0em;
}
.contactItem
{
	font-size: 1.1em;
	line-height: 1.2em;
	text-indent: 0em;
}
.contactItem a
{
	color: #FFFFFF;
}
.contactItem a:hover
{
	color: #ABABAB;
}

.pageTitle 
{
	color: #FFFFFF;
	text-align: center;
	font-size: 1.6em;
	text-indent: 0em;
}

.sectionTitle 
{
	margin-top: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
.reviewItem
{
	font-size: 1.2em;
	line-height: 1.4em;
	text-indent: 0em;
}
.thumbsContainer
{
	text-align: center;
}
.thumbsContainer p
{
	text-align: center;
	text-indent: 0em;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #FFFFFF;
}

/*menu items*/
.activeLink a 
{
	font-size: 1.3em;
	color: #FFFFFF;
	padding: 0px 8px 5px 8px;
	font-weight: bold;
	text-decoration:none;
}
.menuItem a 
{
	font-size: 1.3em;
	color: #ABABAB;
	padding: 0px 8px 5px 8px;
	text-decoration:none;
}
.menuItem a:hover 
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
