/* ------- homepage ----- */


body#homepage {
	background: #fff url(/grfs/bgs/bg-top.png) repeat-x; 
}

#homepage #page_wrapper {
	background: url(/grfs/bgs/bg-homepage.png) no-repeat center 124px;
}


#homepage #content_wrapper {
	margin-right:50px;
}


#homepage #content {
	width: 550px;
	float: left;
	padding-left: 20px;
}

* html #homepage #content {
	position: relative; /* IE needs this  */
}

#homepage #content a:link {
	color: #6a8c9f;
	text-decoration: none;
}

#homepage #content a:visited {
	color: #6a8c9f;
}

#homepage #content a:active {
	background-color: #eeebe2;
}

	/*-------- homepage graphics ------ */
	
#homepage #graphics {
	position:relative;
	margin-left:15px;
	height: 300px;
	width: 880px;
}


#homepage #graphics #img1 {
	width:550px;
	height:288px;
}

#homepage #graphics #img2 {
	background: #000;
	padding: 0px;
	border: 0px solid #999;
	cursor:pointer;
	width:300px;
	height:258px;
}


#homepage #graphics div.slides	{
	position:relative;
	width:300px;
	height:288px;
	padding: 5px;
	border: 1px solid #999;
	background: #FFFFFF;
	float:right;
}

#homepage #graphics div.slides_bbox	{
	position:absolute;
	width:300px;
	height:30px;
	padding: 0px;
	background: #a7b7c7;
	top:263px;
	left:5px;
}

#homepage #graphics div.slides_cbox	{
	position:absolute;
	width:13px;
	height:27px;
	margin: 1px;
	left:5px;
	bottom:0px;
	cursor:pointer;
}


#homepage #graphics div.slides_pbox	{
	position:absolute;
	width:13px;
	height:8px;
	padding: 0px;
	bottom:1px;
	background: url(http://www.nhccftl.org/grfs/site/slidectl/slide-ptr.gif) no-repeat center bottom;
	visibility:hidden;
}

#homepage #graphics div.slides_tbox	{
	position:absolute;
	width:13px;
	height:14px;
	padding: 0px;
	top:1px;
	color:white;
	text-align:center;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}


#homepage #graphics div.slides_ctlbox	{
	position:absolute;
	width:13px;
	height:13px;
	padding: 0px;
	top:1px;
	background: url(http://www.nhccftl.org/grfs/site/slidectl/slide-ctl-stop.gif);
	background-position:0px -26px;	

}


#homepage #graphics div.slides_ctlbox:hover {background-position:0px -13px;}		/* dark gray*/
#homepage #graphics div.slides_ctlbox:active {background-position:0px 0px;}			/* gray */



/*------ tab1 ------- */


#homepage #content #tab1 {
		width:100%;
		margin-left:10px;
	}
	
#homepage #content #tab1 th {
		text-align:left;
		font: bold 18px/18px centuryGothic, "Century Gothic",helvetica;
		vertical-align:top;
		white-space:nowrap;

	}
#homepage #content #tab1 td {
		font: 12px/18px "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
		vertical-align:top;
		padding-left:10px;
	}

#homepage #content #tab1 tr {
		height:30px;
	}


#homepage #content #tab1 a,a:link {
	color: #0060ad;
	text-decoration: none;
	font: bold 20px/20px centuryGothic, "Century Gothic",helvetica;
}

#homepage #content #tab1 a:hover {
	text-decoration: underline;
}

#homepage #content #tab1 a:visited {
	color: #0060ad;
}

#homepage #content #tab1 a:active {
	background-color: #eeeeff;
}

#homepage #content h1 {
	font: normal 26px/26px centuryGothic, "Century Gothic",helvetica;
	margin-bottom:15px;
}

#homepage #page_wrapper #content_wrapper #content p {
	font: normal 14px/20px "HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",helvetica,verdana,arial,sans-serif;
	margin-bottom:15px;
	color:#333333;
}

#homepage #page_wrapper #content_wrapper #content a {
	font: bold 14px/20px "HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",helvetica,verdana,arial,sans-serif;
}
#homepage #page_wrapper #content_wrapper #content a:hover {
	text-decoration: underline;
}


#homepage #content #verse {
	font: italic 11px centuryGothic, "Century Gothic",helvetica;
	margin-top: 2px;
	letter-spacing: 1px;
}


#homepage #content #flash {
	margin-left:6px;
	width:95%;
}

#homepage #content #flash h2 {
	border-top: 1px dotted #929ba0;
	font: normal 22px/22px centuryGothic, "Century Gothic",helvetica;
	margin-top:15px;
	margin-bottom:6px;
	padding-top:5px;
	letter-spacing:1px;
	color: #0060ad;
}

#homepage #content #flash p {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:2px;
	margin-top:2px;
	margin-bottom:2px;
}


#homepage #sidebar {
	width:310px;
}

#homepage #sidebar h2{
	font: normal 26px/26px centuryGothic, "Century Gothic",helvetica;
	margin-bottom:15px;
	color: #0060ad;
	letter-spacing: 1px;
	padding-bottom: 5px;
}



#homepage #sidebar ul {
	list-style: none;
	width:300px;
	padding: 0px 0px 5px 10px;
	margin-bottom: 5px;
}

#homepage #sidebar ul li {
	line-height: 25px;
}

#homepage #sidebar ul li a {
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	font-family: "HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",helvetica,verdana,arial,sans-serif;
	font-weight: normal;
    letter-spacing: 1px;
    padding-left:2px;
}

#homepage #sidebar ul li a:hover {
	text-decoration: underline;
}




