@charset "UTF-8";


body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/next-gen-header.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #b6b6b6;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
	color:#414140;
}
.oneColFixCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top:1px solid #b6b6b6;
	background-color: #f7f6f6;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
}


#header-text {
	width:530px;
	padding:30px 0 0 30px;
	color:#fff;
	font-size:20px;
	text-shadow: 2px 2px 7px #000000;
	line-height:160%;
	margin:0;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
}

#header-text h1 {
	text-transform:uppercase;
	font-size:38px;
	font-weight:lighter;
	padding: 0 0 10px 0;
	letter-spacing:1px;
	margin:0;
	line-height:130%;
}

#header-text p {
	margin:0;
}

#subhead{
	font-size:15px;
	line-height:27px;
	padding:50px 0 0 30px;
	width:530px;
	float:left
	}
	
#asset-actions{
	float:right;
	width:300px;
	padding:110px 0 0 0;
}

#asset-actions a{
	color: #229fd5;
	text-decoration:none;
	padding-left:20px;
	border:none;
}

#asset-actions img{
	border:none;
	float:right;
	padding:10px 30px 0 0;
}

#clear{
	clear:both;
}

.column{
	float: left;
}

#col-1, #col-2{
	width: 280px;
	padding-right:40px;
}

#col-3{
	width:280px;
}

.column h1{
	font-size:18px;
	font-style:normal;
	font-weight: lighter;
	float:left;
	padding:10px 0 40px 10px;
	margin:0;
}

.column h2{
	font-size:16px;
	font-style:normal;
	font-weight:lighter;
	display:block;
	clear:both;
	margin:0;
	padding: 20px 0 5px 0;
	color: #1a7da8;
}

.column h2 a{
	color: #1a7da8;
	text-decoration:none;
}

.column p{
	font-size:12px;
	margin:0;
	color: #41403f;
	line-height: 1.7;
	padding-bottom:10px;
	border-bottom:#666 dotted 1px;
}

.column img{
	float:left;
}

#adspace{
	width: 960px; 
	background: #FFFFFF url(images/ad-background.jpg) no-repeat;
	margin: 10px auto;
	height:102px;
	color:#fff;
	text-align:left;
}

#ad-text{
	padding:20px 0 0 220px;
		font-size:18px;
		line-height:28px;
		width:550px;
		float:left;
		height:80px;
}

#ad-button{
	width:170px;
	float:left;
	height:100px;
	padding:30px 0 0 0;
}

#ad-button a{
	text-decoration:none;
	border:none;
}

#ad-button img{
	border:none;
}
