/* intro on home page */

#box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	left: 45px;
	top: 90px;
	height: 0px;
	width: 160px;
	float: left;
	font-weight: bold;
	text-align: center;
}
/* not used*/
.flash {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	width: 300px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	float: none;
	text-align: center;
	background-color: #00FF99;
}
/* the bg image*/
#flashbox {
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	width: 985px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 696px;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
}

/*main copy on home page*/
#box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	width: 655px;
	left: 235px;
	top: 120px;

/* navigation on home page*/
}
#nav1 {
	left: 250px;
	top: 75px;
	position: absolute;
}

#nav2 {
	left: 370px;
	top: 75px;
	position: absolute;
}

#nav3 {
	left: 870px;
	top: 75px;
	position: absolute;
}

#bodytext {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}

/* nav on inside pages*/
#nav4 {
	left: 250px;
	top: 10px;
	position: absolute;
}

#nav5 {
	left: 370px;
	top: 10px;
	position: absolute;
}

#nav6 {
	left: 870px;
	top: 10px;
	position: absolute;
}
#nav7 {
	left: 740px;
	top: 10px;
	position: absolute;
}

#nav8 {
	left: 740px;
	top: 75px;
	position: absolute;
}

/* first attempt at styling headline */
#BOWhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	width: 178px;
	left: 30px;
	top: 75px;
	position: absolute;
	background-color: #000000;
	padding: 6px;
	margin: 0px;
}
#leftcolumn {
	color: #FFFFFF;
	width: 178px;
	left: 30px;
	top: 75px;
	position: absolute;
}
/* headline within left column div */
#BOWhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	width: 178px;
	background-color: #000000;
	padding: 6px;
	margin: 0px;
}
/* new project single cover */
#newprojectofc1 {
left: 425px;
top: 146px;
position: absolute;
}
/* new project flash */
#newprojectflash {
left: 248px;
top: 146px;
position: absolute;
}
/* text under flash */
#underflash {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
left: 248px;
top: 558px;
position: absolute;
}

/* text under aaa spreads */
#underaaa {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	left: 278px;
	top: 300px;
	position: absolute;
}

/* text under wp spreads */
#underwp {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
left: 278px;
top: 622px;
position: absolute;
}


#clientlist {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}
#contact_head {
	color: #FFFFFF;
	left: 255px;
	top: 12px;
	width: 400px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	}
	
	#contact_info {
left: 255px;
top: 110px;
width: 500px;
position: absolute;
	font-family: Arial, Helvetica, sans-serif;
}

a { color: FFFFFF; }

a:link {
	color: #FFFFFF;
	decoration: none;
	text-decoration: none;
}
a:visited {
color: #FFFFFF; 
text-decoration: none;
}
a:hover {
color: #FFFFFF; 
text-decoration: none;
}
a:active {
color: #FFFFFF; 
text-decoration: none;
}
