@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	}

p {
	padding:10px 0;
	}

h1 {
	font-size:22px;
	color:#600;
	padding:0 0 10px 0;
	}
	
h2 {
	font-size:18px;
	color:#04376a;
	padding: 10px 0 0 0;
	}
	
#main-wrapper {
	width:100%;
	}
	
#inside-wrapper {
	width:1024px;
	margin:auto;}

#header-wrapper {
	width: 100%;
	background:url(../images/header-back.jpg) repeat-x;
	}

#header {
	margin:auto;
	width: 1024px;
	}

#nav-wrapper {
	background:url(../images/nav-back.jpg) repeat-x;
	}
	
#nav-wrapper a {
	text-decoration:none;
	}
	
#nav {
	height: 30px;
	margin:auto;
	width:1024px;
	}

#nav-div {
	float:left;
	}
	
#flash-banner {
	float:right;
	}

#flash-wrapper-main {
	width: 100%;
	background:#04376a;
	}
	
#flash-wrapper {
	background:url(../images/flash-back.jpg) center no-repeat;
	width:100%;
	height: 288px;
}
	
#flash {
	margin:auto;
	text-align:center;}
	
#tabs {
	float:left;
	}

#testimonials {
	float: right;
	}

#main-content {
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
	line-height:1.5;
	}

#footer-centered {
	margin:auto;
	width:1024px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
	}

#footer-left {
	float:left;
	}
	
#footer-right {
	float:right;
	}

html, body, #main-wrapper {height: 100%;}

body > #main-wrapper {height: auto; min-height: 100%;} /* min-height necessary for sticky-footer */

#main {padding-bottom: 37px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -37px; /* negative value of footer height */
	height: 37px;
	clear:both;
	background:#04376a;
	color:#FFF;
} 



.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




#sub-right {
	float: right;
	}

#sub-nav {
	float: left;
	width:218px;
	}

#sub-nav a {
	text-decoration:none;
	color:#444444;
	}

#sub-nav a:hover {
	text-decoration:none;
	color:#00F;
	}


#sub-middle-content {
	float: left;
	width: 520px;
	padding:0 20px;
	}

.validation{
	color:#900;
	}

#user-login {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	padding:0 0 10px 0;
	}

#legal{
	color:#FFF;
	text-decoration:none;
	}

.video {
	float:left;
	margin: 0 20px 0 0;
	}

.video-text {
	float:inherit;
	width: 940px;
	padding: 10px 20px;
	}

.video-text p{
	color:#FFF;
	font-size:12px;
	}
.solutions-anchor a{
	text-decoration:underline;}
	



#case-studies {
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding:20px;
	width:700px;
	}

#case-studies p, ul{
	font-size:14px;
	color:#444444;
	line-height:1.5;
}

#case-studies h1{
	font-size:22px;
	color:#990000;
}

#case-studies h2{
	font-size:18px;
	color:#04376a;
}

.cs-image {
	padding:0 20px 15px 0;
	}


