/* CSS Document */

/* HTML */

body {
	background-color: #FFF;
	background-image: url(../img/headerbgstrip.jpg);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
}
/* FLOAT */
.tagline {
	position: absolute;
	top: 30px;
	left: 58%;
	text-align: right;
}

/* WRAPPER */
.box760px {
	width: 760px;
}
.box98pct {
	width: 98%;
}
.contentbox {
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 20px;
}
#menubox {
	background-color: #151D48;
}

/* BGCOLOR */
#graybox {
	background-color: Gray;
}
.splashbox {
	background-color: Gray;
	background-position: left;
	background-repeat: no-repeat;
	height: 260px;
	width: 100%;
}
#home_splash {
	background-image: url(../img/splashhome.jpg);
}
#services_splash {
	background-image: url(../img/splashservices.jpg);
}
#clients_splash {
	background-image: url(../img/splashclients.jpg);
}
#careers_splash {
	background-image: url(../img/splashcareers.jpg);
}
#contacts_splash {
	background-image: url(../img/splashcontacts.jpg);
}
#login_splash {
	background-image: url(../img/splashlogin.jpg);
}
#whitebox {
	background-color: #FFF;
}
#navybox {
	background-color: Navy;
	height: 30px;
}
#darknavybox {
	background-color: #151D48;
	height: 30px;
}

/* FONTS */
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: left;
	padding-top: 25px;
	padding-left: 30px;
}
#grayfont {
	color: #555;
}
.pagecontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 25px;
}
