/*
	priorLIFE website stylesheet
	
	Created on May 18, 2009
	Created by Matt McGuire
	
	Modified on May 18, 2009
	Modified by Matt McGuire
*/

body{
	font-family: TheMixBold, "Trebuchet MS", sans-serif;
	font-size: small;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: auto;
	position: relative;
}

a img{
	border: none;
}

* {
	/*border: 1px white solid;*/
}

* :focus { outline: 0; }

#content{
	width: 950px;
	margin: auto;
	background-color: #fff;
}

#header{
	width: 950px;
	height: 152px;
	z-index: -1;
}

#header img{
	position: relative;
	top: 22px;
	left: 19px;
}

#menu{
	position: relative;
	top: -5px;
	width: 942px;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: url(images/navigation_bar.png) 0 0 no-repeat;
}

#menu_mailinglist a{
	width: 371px;
	height: 28px;
	background-color: silver;
	position: absolute;
	right: 0px;
	background: transparent url(images/mailing_list.png) right top no-repeat;
	text-indent: -9000px;
}

#menu_getstarted a{
	width: 261px;
	height: 38px;
	position: absolute;
	right: 0px;
	background: transparent url(images/get_started.png) right top no-repeat;
	text-indent: -9000px;
}

.menu_item{
	padding: 0px 8px 10px 8px;
	line-height: 38px;
}

.menu_item:first-child{
	margin-left: 12px;
}

.menu_item:hover{
	color: #fff;
	background: url(images/menu_selection3.png) center bottom no-repeat;
}

#menu a{
	display: inline;
	margin: 0px;
	padding: 0px 5px 10px 5px;
	line-height: 38px;
	color: #000;
	text-decoration: none;
}

#menu a:hover{
	color: #fff;
}

#menu ul li #menu_mailinglist{
	width: 371px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 942px;
}

#menu li{
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu ul li a{
	display: block;
	padding: 0px 15px;
	float: left;
	color: black;
	text-decoration: none;
	/*border: 1px red solid;*/
}

#menu ul li:first-child{
	padding-left: 9px;
}

#menu ul li a:hover{
	background: transparent url(images/menu_selection3.png) center bottom no-repeat;
}

#menu ul li img{
	position: relative;
	top: 11px;
}

#selected{
	background: url(images/menu_selection2.png) center bottom no-repeat;
}

#newsfeed{
	float: left;
	width: 261px;
}

#newsfeed_top{
	height:  39px;
	margin: 0px;
	padding: 0px;
	background: url(images/newsfeed_top.png) 0 0 no-repeat;
}

#newsfeed_body{
	margin: 0px;
	padding: 0px;
	background: url(images/newsfeed_body.png) 0 0 repeat-y;
}

#newsfeed_bottom{
	height: 22px;
	margin: 0px;
	padding: 0px;
	background: url(images/newsfeed_bottom.png) 0 0 no-repeat;
}

#newsfeed ul{
	margin: 0px;
	padding-left: 30px;
	padding-right: 15px;
}

#newsfeed ul a{
	color: #b60820;
}

ul{
	list-style-type: square;
	text-align: left;
	color: #b60820;
}

li a{
	color: #b60820;
}

li{
	padding-bottom: .7em;
}

#newsfeed li:last-child{
	margin-bottom: -.7em;
}

#main{
	overflow: hidden;
}

.social a{
	text-decoration: none;
}

.social a img{
	margin-right: 17px;
}

#content_fringe{
	clear: both;
	width: 950px;
	height: 14px;
	margin: 0 auto;
}

#footer{
	clear: both;
	width: 938px;
	height: 73px;
	margin: 9px auto;
	padding: 5px 12px 5px 0px;
	color: #f5c813;
	font-size: small;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: url(images/landing_footer.png) 0 0 no-repeat;
}

#footer p{
	margin: 0px;
	padding: 0px;
}

#footer a{
	color: #f5c813;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}

#footer a:hover{
	color: #fff;
}

#footer img{
	float: right;
	margin: 0px;
	padding: 0px;
}

#footer_links{
	margin: 0px;
	padding: 0px;
	float: left;
}

#footer_image{
	float: right;
}

.footer_image{
	padding: 0px;
	margin: 0px;
}

#copyright{
	position: relative;
	top: 32px;
	left: 8px;
}