




@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; 
	
	background-image: url(../images/top_banner.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	
	font-family: Arial;
	color: #666;
}

div.container {
  	min-height: 100%;
}

div.address {
	padding-left: 80px;
	padding-bottom: 30px;

	text-align: left; 	
	float: left;
	color: #666666; 
	font-size: 12px; 	
	
}

p.addressText {
	padding-left: 21px; 
}

p.termsText {
	padding-left: 21px; 
}

div.download {

	text-align: left; 	
	float: left;
	color: #666666; 
	font-size: 12px; 
	min-height: auto;
	
	
	padding: 20px; 
	width: 200px;
	margin-top: 20px;
	background-color: #ededef;
	float: none; 
}

div.news {
	width: 500px; 
	min-height: 350px; 
	padding-left: 400px; 
	padding-top: 350px; 
	padding-bottom: 30px;
}

div.footer {
	background-image: url(../images/footer_gradient.jpg);
	background-repeat: repeat-x;
	
	color: #999999; 
	font-size: 9pt;
	text-align: left; 
	padding-bottom: 100px; 
	width: 100%;
	
	position:relative;
}

p.footerText {
	padding-left: 108px; 	
	padding-top: 10px; 	
}


hr {
	color: #ebebeb; 
	width: 100%; 
	height: 2px; 
}

h3 {
	color: #3992c4; 
	font-family: Georgia;
	font-weight:  0;
	font-size: 10pt;  
}

p.storyContent {
	padding-left: 100px;
	padding-right: 10px; 
	font-size: 10pt; 
}

p.termsContent {
	padding-right: 2px; 
	font-size: 10pt; 
	text-align: justify; 
}

a, a.downloadLink {
	color: #3992c4; 	
}

a.emailLink {
	color: #3992c4; 	
	text-decoration: none; 
	font-weight: lighter;
}

a.emailLink:hover {
	text-decoration: underline; 
}

a:hover {
	text-decoration: none; 
}


