/* CSS Document */

* {
	margin:0;
	padding:0;
}

/* Generic
---------------------------------------------------------------------------------------------- */

body {
	background-color:#FFF;
	font-family: "myriad-pro",sans-serif;
	font-size:16px;
	color:#464646;
	margin:0px auto;
	padding:0px;
	width:100%;
}


/* Container-wrap
---------------------------------------------------------------------------------------------- */
.container { 
	margin-left:auto;
	margin-right:auto;
	max-width:960px;
	padding:0px 20px;
	vertical-align:baseline;
	text-align:center;

}

/* Header
---------------------------------------------------------------------------------------------- */

#top { 
	max-width:100%;
	max-height:650px;
	border-bottom:10px #777 solid;
	margin-bottom:50px;
}

#top img {
	width:100%;
}

#header_logo { 
	width:293px;
	height:119px;
	display:inline;
	float:left;
}

#header_tagline {
	width:597px;
	height:53px;
	text-align:right;
	padding-right:10px;
	display:inline;
	float:left;
}






/* Content
---------------------------------------------------------------------------------------------- */


p {
	color:#777;
	font-size:16px;
	line-height:28px;
	margin-bottom:20px;
}

a, a:visited {
	color:#8F1723;
	text-decoration:none;
}

a:hover {
	color:#8F1723;
	text-decoration:underline;
}

hr {
	background-color:#E7E7E7;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px #E7E7E7 solid;
	margin:40px 0px;
}

img {
	text-align:none;
}

.stLarge {
	height:48px!important;
	width:48px!important;
	background-image:url(images/share.jpg)!important;
	background-position:top center!important;
	background-repeat:no-repeat!important;
}

.fb a {
	height:48px!important;
	width:49px!important;
	background-image:url(images/fb.jpg)!important;
	background-position:top center!important;
	background-repeat:no-repeat!important;
	display:inline-block;
	margin-right:10px;
}

.twitter a {
	height:48px!important;
	width:49px!important;
	background-image:url(images/twitter.jpg)!important;
	background-position:top center!important;
	background-repeat:no-repeat!important;
	display:inline-block;
	margin-right:5px;

}


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

#footer {
	width:100%;
	background:#777777;
	margin-top:50px;
	padding:20px 0px;
}

#footer p {
	color:#C2C2C2;
	font-size:12px;
	line-height:18px;	
}


/* Other
---------------------------------------------------------------------------------------------- */

.clearer {
	clear:both;
	width:100%;
	height:0;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	border:0;
}