@charset "utf-8";
/* CSS Document */

/*
Reset CSS
----------------------------------------- */

img {
	border:0;
	margin:0;
}

a {
	outline: none !important;
}


/*
Global Styles
----------------------------------------- */

	body {
		font-family: Verdana, arial, sans-serif;
		font-size: 11px;
		color: #666;
		line-height: 16px;
	}
	
	.clear {
		width:100%;
		margin:0;
		padding:0;
		clear:both;
		height:0;
	}

	strong {
		font-weight: bolder;
	}
	
	em {
		font-style: italic;
	}
	
/*
----------------------------------------
Links
----------------------------------------
*/

	a, a:link, a:visited {
		color: #417edc;
		text-decoration: none;
	}
		a:hover {
			text-decoration: underline;
		}


/*
Utility
----------------------------------------- */

			.header .utility {
				position:absolute;
				right: 0;
				top: 10px;
			}
			
/*
Tagline
----------------------------------------- */

				.header .tagline {
					position: absolute;
					bottom: 0;
					right:0;
				}

/*
Hero
----------------------------------------- */

.hero {
	height: 116px;
	background: url(images/bg-hero.jpg) no-repeat top left;
}
	.hero h1, 
	.hero h2 {
		text-indent: -9000px;
	}
	


/*
Footer
----------------------------------------- */

.footer {
	clear: both;
	margin: 0;
	text-align:center;
	color: #fff;
	background: #797979;
	height: 29px;
	line-height: 29px;
	font-weight: bolder;

}
.Heading_green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7AC142;
	text-decoration: none;
}
.title_article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.Team_Names {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-decoration: none;
}
footer_links {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}



/*
Forms
----------------------------------------- */
input
{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
padding:4px;
color: #004151;
background: #eeeff1;
border: 1px solid #004151;
}

textarea
{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
padding:4px;
color: #004151;
background: #eeeff1;
border: 1px solid #004151;
width:257px;
}
