/***********************************************/
/* style.css                                   */
/* Use with index.html          			   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #FFF url("../images/header_3.jpg") no-repeat top left;
	font: 10px/13.5px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #666;
}

p {
	font: 10px/13.5px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #333;
}

p.nav {
	font: 12px Verdana, Arial, sans-serif;
	color: #5387be;
}

p.nav2 {
	font: 10px Verdana, Arial, sans-serif;
	color: #5387be;
}

a.bluenav:link {
	color: #333;
}

a.bluenav:visited {
	color: #333;
}

a.bluenav:hover {
	color: #5387be;
	text-decoration: none;
}

a:link{
	color: #5387be;
	text-decoration: none;
}

a:visited{
	color: #5387be;
	text-decoration: none;
}

a:hover{
	color: #333;
	text-decoration: underline;
}

#intro {
	position: absolute;
	left: 315px;
	top: 43px;
	width: 281px;
	height: 185px;
	z-index: 1;
}

#1 {
	position: absolute;
	left: 50px;
	top: 270px;
	width: 250px;
	z-index: 1;
}

#2 {
	position: absolute;
	left: 315px;
	top: 270px;
	width: 250px;
	z-index: 1;
}

#3 {
	position: absolute;
	left: 610px;
	top: 270px;
	width: 250px;
	z-index: 1;
}

.darkorange {
	color: CC6600;
}

.darkgrey {
	color: 666666;
}

.white {
	color: FFFFFF;
}
	
