/* Main styles */

body, html {
	font-family: helvetica, arial, sans-serif; 
	font-size: 12px; margin: 0;
}

p { font-size: 14px; color: #222; } /* Paragraphs, Baseline Grid */

div, img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	}

/* Header styles */

h1, h2, h3, h4, p {
	margin: 2px 0 18px 0; line-height: 18px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

/* Link styles */

a {
	font-size: 14px; 
	color: #66ccff;
	text-decoration: none;
} 

a:hover {
	color: #ccc; text-decoration: none;
} 

/* Div styles */

#container {
	width: 860px;
}
	
#bannerarea {
	margin: 114px 56px 41px 47px;
}

.description {
	width: 682px;
	margin-top: 12px;
}

.contact {
	margin-top: 20px;
}

#navmenu {
	left: 27px;
	position: absolute;
	top: 25px;
	left: 24px;
	text-transform: uppercase;
}
	
	#navmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
	#navmenu li {
	float: left;
	margin: 0 25px;
	}

	#navmenu ul li a:hover {
	color: #ccc;
}

	#navmenu ul li#selected a {
	color: #cc3399;
}

/* Main page style */

h1.subheader {
	background: url(/images/logo-with-tagline.gif) no-repeat scroll 0 0;
	height: 56px;
	text-indent: -999em;
	width: 667px;
}

#seearrow {
	background: url(/images/arrow-right.gif) no-repeat scroll 100% 0;
	color: #66ccff;
	font-size: 1.308em;
	height: 35px;
	width: 209px;
	padding: 3px 7px 0 0;
}

#seearrow a {
	color: #66ccff;
}

#seearrow a:hover {
	color: #ccc;
}