body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
}

/* commented backslash hack \*/ 
html, body {
	height: 100%;
} 
/* end hack */

html,body {
	margin: 0;
	padding: 0;
}

#outer {
	min-height: 100%;
	margin-bottom: -30px;
	height: auto;
}

* html #outer {
	height: 100%;
}

#header, #navbar, .featurebottom, #footer {
	display: none;
}

#contentouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#contentinner {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: left;
	margin: 40px 0px 0px 0px;
	padding: 0;
	font-size: 0.7em;
}

.maincontent {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.features {
	position: relative;
	float: left;
	left: 0px;
	top: 20px;
	width: 100%;
	text-align: left;
	margin: 20px 0px 60px 0px;
	padding: 0px;
}

.casestudies {
	position: relative;
	float: right;
	right: 0px;
	top: 20px;
	width: 90%;
	text-align: left;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.studyimage {
	float: left;
	padding: 0;
	margin: 0px 10px 5px 0px;
	border: 1px solid #458fa7;
}

.featureouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 33%;
	margin: 10px 0px 10px 0px;
	padding: 0;
	text-align: center;
}

.feature {
	float: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	width: 185px;
	background-color: #4995ad;
}

.feature img {
	padding: 0;
	margin: 0;
	float: none;
	display: block;
}

.feature p {
	margin: 0;
	padding: 10px 10px 0px 10px;
	color: #ffffff;
	text-align: left;
	background-image: url(/assets/images/features/text_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.feature .link {
	margin: 0;
	padding: 0px 10px 0px 0px;
	width: 175px;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	background-image: url(/assets/images/features/button_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
}

.feature a {
	color: #4995ac;
	text-decoration: none;
	background-image: url(/assets/images/features/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 15px;
}

.feature a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/assets/images/features/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#clearfooter {
	clear: both;
	height: 30px;
}

a {
	color: #4995ad;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #458fa7;
	font-family: arial, helvetica, sans-serif;
	font-size: 190%;
	font-style: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-weight: bold;
	font-size: 1em;
}

.whitetext {
	color: #ffffff;
}

.hidden {
	display: none;
}

.quote {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #458fa7;
}

.quotename {
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: #458fa7;
	font-style: italic;
}

.newslink {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #458fa7;
	padding: 0;
	margin: 0;
}

.tablerowone {
	font-weight: bold;
	color: #0f3745;
	background-color: #4995ad;
	padding: 4px;
}

.tablerowtwo {
	font-weight: normal;
	color: #ffffff;
	padding: 3px;
}

.tablerowthree {
	font-weight: normal;
	color: #ffffff;
	padding: 3px;
	background-color: #174453;
}
