<!--


/* 
------------------------------------------------
OVERARCHING STYLES 
------------------------------------------------
*/

img {
	border:none;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
  font: 14px "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  color:#FFF;
  min-width: 1000px;
  background-image: url(images/bg.jpg);
  background-position:center;
  background-repeat: repeat;
}

td, p {
	font: 14px "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #FFF;
	line-height: 120%;
}

.divider {
	border-top: 1px solid #CCCCCC;
}

#wrapper {
  width: 1000px; 
  margin: 0 auto;
  text-align: left;
}

h1 {
  font-size: 2.0em;
  font-weight: 100;
  color:#060;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
}

h1, h2, p {
  margin: 0;
}

a, a:link, a:visited {
	color:#FFF;
	text-decoration:none;
}

a:hover, a:active {
	color:#FFF;
	text-decoration:underline;
}

.divider {
	border-top: 1px solid #CCC;
}

#float {
	float:left;
}

/* 
------------------------------------------------
HOMEPAGE STYLES 
------------------------------------------------
*/

#hero {
	position: absolute;
	width:100%;
	z-index:1;
	top: 140px;
	background-color:#FFF;
}
#tagline-vertical {
	position: absolute;
	z-index:1;
	top: 140px;
	left: 500px;
	background-color:#FFF;
}

#hero-below {
	position: absolute;
	width:100%;
	top:528px;
}

#main {
	font-size:16px;
}
