/* CSS Document */
*{
	padding:0px;
	margin:0px;
	font-family:Helvetica, sans-serif;
	color:#363636;
	}
	
a{
	color:#f4840f;
	}
img{
	max-width:100%;
	}

h1{
	font-size:22px;
	padding-bottom:5px;
	}
	

h2{
	font-size:18px;
	padding-bottom:5px;
	}
p{
	font-size:14px;
	line-height:25px;
	text-align:justify;
	}
p.fine-print{
	font-size:8px;
	font-style:italic;
	}
/* Header */

#logo{
	padding-top:30px;
	padding-bottom:30px;
	}
#showcase{
	padding-top:30px;
	padding-bottom:30px;
	bottom:0px;
	}

#header{
	min-height:500px;
	background:url(../images/header_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	}
	
#footer{
	background:#363636;
	}

	
#wrapper{

	}

#content{
	position: relative;
	padding-bottom:20px;
    /*top: -50px;*/
}
div.showcase{
		text-align:center;
}
.badge-container{
	text-align:center;
	}
div.badge{
	position:relative;
	top:-220px;
	}
img.badge{
	max-height:50px;
	margin-top:5px;
	margin-bottom:5px;
	}


.container{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	}
	
.header.container{
	max-width:1200px;
	}	

.test{
	background:#F00;
	}

.feature{
/*	min-height:150px;
	padding-top:40px;
	padding-bottom:40px;*/
	}

.image-container{
	text-align:center;
	}

.article-image{
		margin-top:15px;
		margin-bottom:15px;
		max-width:300px;
	}

#content div{
	padding-top:15px;
	padding-bottom:15px;
	}
	
	
ul{
	margin-left:20px;
	}
	
li{
	padding-top:5px;
	padding-bottom:5px;
	}
#top-footer{

	padding:0px;
	background: #777;
	border-top:1px solid #555;
	border-bottom:1px solid #222;
	background: rgb(119,119,119); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(119,119,119,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,119,119,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(51,51,51,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(119,119,119,1) 0%,rgba(51,51,51,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#333333',GradientType=0 ); /* IE6-8 */

	}
#top-footer a,
#top-footer li,
#top-footer h1,
#top-footer h2,
#top-footer h3,
#top-footer p
{
	color:#fff;
	text-decoration:none;
	text-align:left;
	
	}
#top-footer div{
	margin-top:20px;
	margin-bottom:20px;
	}

#footer {
background:#000;
}
#footer p{
	color:#fff;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}


#footer-logo{
float:left;
}
.footer-info{
	width:300px;
	margin-left:auto;
	margin-right:auto;
		}
