
html, body {
		height:100%;
		}

body {
	background-color:#ffffff;
	color:#2f2f2f;
	font-family:arial,verdana,sans;
	font-size:10px;
	line-height: 18px;
	font-weight: normal;
	margin:0px;
}

hr {
	border: 0;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
}

#super {
	width:1px;
	height:50%;
	background-color:transparent;
	margin-bottom:-28em; /* half of container's height */
	float:left;
}

#container {
	position: relative;
	margin: auto;
	padding: 0;
	width: 800px;
	height: 100%;
	/* height: 538px; */
	clear: left;
	background: transparent url( "/_img/landing/bkgd.gif" ) no-repeat;
}

#logo {
	position: relative;
	float: left;
	width: 445px;
	height: 243px;
	margin: 0;
	padding: 0;
}

#headlines {
	position: relative;
	float: left;
	width: 335px;
	margin-top: 50px;
}

#headlines-inner {
	font-size: 14px;
	line-height: 20px;
	color: #009bd5;
	font-family:georgia,serif;
	padding: 20px 10px 10px 10px;
}

.headline {
	position: relative;
	float: left;
	width: 300px;
	padding-bottom: 10px;
}

.headline a:link {
	color : #009bd5;
	text-decoration: none;
}
.headline a:visited {
	color : #009bd5;
	text-decoration: none;
}
.headline a:hover {
	color : #009bd5;
	text-decoration: none;
	border-bottom: solid 1px #40b4e0;
}

.headline-arrow {
	position: relative;
	float: left;
	padding: 4px 2px 0 0;
}

.button {
	position: relative;
	float: left;
	width: 226px;
	height: 177px;
}

.button a:link {
	color : #ffffff;
	text-decoration: none;
}
.button a:visited {
	color : #ffffff;
	text-decoration: none;
}
.button a:hover {
	color : #ffffff;
	text-decoration: none;
	border-bottom: none;
}

.button-inner {
	margin: 5px 0 0 5px;
	padding: 6px;
	width: 202px;
	height: 152px;
}

.button-image {
	border: 2px solid #ffffff;
}

#button1 {
	background: transparent url( "/_img/landing/box_green.png" ) no-repeat;
	margin-left: 14px;
	margin-right: 42px;
}

#button1 .button-inner {
	background-color: #a6c400;
}

#button2 {
	background: transparent url( "/_img/landing/box_blue.png" ) no-repeat;
	margin-right: 42px;
}

#button2 .button-inner {
	background-color: #009bd5;
}

#button3 {
	background: transparent url( "/_img/landing/box_pink.png" ) no-repeat;
}

#button3 .button-inner {
	background-color: #f80079;
}

.headlineType {
	font-size: 10px;
	font-weight:bold;
	color: #ffffff;
	text-transform: uppercase;
	font-family:arial,verdana,sans;
}

.white {
	color: #ffffff;
}

	
a:link {
	color : #009bd5;
	text-decoration: none;
}
a:visited {
	color : #009bd5;
	text-decoration: none;
}
a:hover {
	color : #009bd5;
	text-decoration: underline;
}


