/* 
-----------------------------------------------
  fristcenter.org
  homepage specific styles
  updated 4.30.2008 - Joel Steidl
  created by Paramore/Redd Online Marketing
----------------------------------------------- */


/*-------- Reset Default Values
----------------------------------------------- */
*{margin: 0; padding:0;	}
ul{list-style: none;}
a{outline: none;}
img{border:0;}


/*-------- Core HTML, Default Font is Verdana
----------------------------------------------- */
body{
	background: #999999 url(../images/home/bg_body.png) repeat-y scroll center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#wrapper{
	margin: 0px auto;
	width: 750px;
	}

/*-------- Navigation Column
----------------------------------------------- */
#navigation{
	float: left;
	width: 170px;
	}

h1#logo{
	background: url(../images/home/logo_frist.png) no-repeat scroll 8px bottom;
	height: 98px;
	width: 170px;
	margin-bottom: 30px;
	}
h1#logo a{
	text-indent: -9000px;
	display: block;
	height: 98px;
	width: 170px;
	overflow: hidden;
	}

ul#mainNav{
	text-align: right;
	margin-bottom: 40px;
	float: right;
	}

ul#mainNav li{float: right;}

ul#mainNav li a{
	color: #CF9B3B;
	text-decoration: none;
	display: block;
	padding: 6px 15px 6px 45px;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	}
ul#mainNav li a:hover{
	color: #FFFFFF;
	}

ul#importantNav{
	padding-left: 45px;
	float: right;
	clear: both;
	}
ul#importantNav li{
	width: 125px;
	}
ul#importantNav li a{
	text-indent: -9000px;
	display: block;
	height: 29px;
	width: 125px;
	overflow: hidden;
	}

li#calendar,
li#calendar a{
	background: url(../images/home/bttn_calendar.png) no-repeat left top;
	}
li#calendar a:hover{
	background: url(../images/home/bttn_calendar.png) no-repeat right top;
	}

li#enews,
li#enews a{
	background: url(../images/home/bttn_enews.png) no-repeat left top;
	}
li#enews a:hover{
	background: url(../images/home/bttn_enews.png) no-repeat right top;
	}

li#search,
li#search a{
	background: url(../images/home/bttn_search.png) no-repeat left top;
	}
li#search a:hover{
	background: url(../images/home/bttn_search.png) no-repeat right top;
	}

/*-------- Content
----------------------------------------------- */
#content{
	float: right;
	width: 580px;
	padding-top: 20px;
	}

ul#accessibility{
	float: right;
	padding-right: 20px;
	margin-bottom: 10px;
	
	}
ul#accessibility li#skip{
	text-align: right;
	float: right;
	}
ul#accessibility li#skip a{
	color: #495E6B;
	padding: 0px 0px 10px 5px;
	display: block;
	float: right;
	font-size: 10px;
	}
ul#accessibility li#skip a:hover{
	color: #253037;
	text-decoration: none;
	}
ul#accessibility li#membership{float: right; clear: both;	}
ul#accessibility li#membership,
ul#accessibility li#membership a{
	background: url(../images/home/bttn_membership.png) no-repeat left top;
	display: block;
	height: 30px;
	width: 188px;
	overflow: hidden;
	text-indent: -9000px;
	}
ul#accessibility li#membership a:hover{
	background: url(../images/home/bttn_membership.png) no-repeat right top;
	}

h2#atTheFrist{
	clear: both;
	margin-left: 20px;
	background: url(../images/home/at_the_frist.png) no-repeat left top;
	overflow: hidden;
	height: 31px;
	text-indent: -9000px;
	margin-bottom: 20px;
	}

#slideshow{
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	height: 275px;
	}

#upcomingEvents{
	background: #9CA9B1 url(../images/home/bg_upcoming_events.png) no-repeat right bottom;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	clear: both;
	}
#upcomingEvents ul{
	padding-bottom: 30px;
	padding-top: 10px;
	}
#upcomingEvents ul li{
	color: #495E6B;
	background: url(../images/home/icon_calendar.png) no-repeat 15px 5px;
	padding: 7px 15px 10px 42px;
	font-size: 11px;
	line-height: 14px;
	}
#upcomingEvents ul li a{
	color: #FFFFFF;
	}
#upcomingEvents ul li a:hover{
	text-decoration: none;
	}

/*-------- Footer
----------------------------------------------- */
#footerNav{
	border-top: 1px solid #999999;
	color: #999999;
	padding-top: 12px;
	padding-bottom: 20px;
	width: 560px;
	float: right;
	font-size: 10px;
	}
#footerNav address{
	font-style: normal;
	color: #394B55;
	float: left;
	}

#footerNav a{
	color: #394B55;
	text-decoration: none;
	}
#footerNav a:hover{
	color: #253037;
	text-decoration: underline;
	}

ul#row1{	
	width: 520px;
	padding-bottom: 12px;
	float: left;
	}
ul#row1 li{
	padding-right: 5px;
	float: left;
	}
ul#row1 li a{
	float: left;
	}

ul#row2{
	width: 520px;
	clear: both;
	padding-bottom: 12px;
	float: left;
	}
ul#row2 li{
	padding-right: 5px;
	float: left;
	}
ul#row2 li a{
	float: left;
	}
