/* CSS Document for HealthCare United FCU */

/*

	..:: COLORS ::..
	
	Deep Green: 		#006f3c 		(titles, sidebar links hover)
	Washed Green:		#66bc96			(headlinks hover)
	Light Green:		#7efea2			(footlinks hover)
	Light Grey:			#afafaf			(headlinks)
	
*/


/* 

	..:: CSS IMPORTS ::..
	
 */

@import url("nav.css");

/*

	..:: GENERAL ::..

*/

body					{ margin:0; padding:0; background:url(../images/bg.jpg) top left repeat; font-family:Arial, Helvetica, sans-serif; font-size:14px;
						  font-weight:normal; min-width:960px; }
						  
/*

	..:: WRAPPER ::..
	
*/

#wrapper				{ width:960px; position:relative; left:50%; margin-left:-480px; }

/*

	..:: CONTAINERS ::..
	
*/

#head_container			{ width:960px; height:125px; background:url(../images/hcufcu_01.jpg) top center no-repeat; }

#nav_container			{ width:960px; height:40px; background:url(../images/hcufcu_02.jpg) top center no-repeat; position:relative; z-index:3000; }

#content_container		{ width:960px; height:auto; background:#ffffff; }

#titles_container		{ width:960px; height:60px; background:url(../images/hcufcu_03.jpg) top center no-repeat; }

#foot_container			{ width:960px; height:111px; background:url(../images/hcufcu_05.jpg) top center no-repeat; }

#links_container		{ width:283px; height:358px; background:url(../images/sideBar_mainBG.jpg) top center repeat-y; text-align:justify; }

/*

	..:: CONTENT ::..
	
*/

#content				{ width:910px; margin-left:25px; margin-right:25px; padding-bottom:20px; }

#main					{ width:605px; float:left; }

#sideBar				{ width:283px; float:right; text-align:center; }

#links					{ width:283px; height:358px; background:url(../images/sideBar_bottomBG.jpg) bottom center no-repeat; }

/*

	..:: CLEAR FLOATS ::..
	
*/

#clear					{ clear:both; }

/*

	..:: TEXT STYLES ::..
	
*/

#titles_container h1	{ margin:0; padding:0; width:960px; height:60px; font-size:16px; font-weight:bold; position:relative;  }

#titles_container h1 span	{ position:absolute; left:0; top:0; width:100%; height:100%; }

#main p					{ text-align:justify; margin:0; padding:0; padding-left:15px; }

#homeText				{ width:605px; margin-top:10px; }

#homeText p				{ margin:0; padding:0; text-align:justify; }

#homeText ul			{ margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0; }

.bold					{ font-size:16px; font-weight:bold; color:#006f3c; }

#links ul				{ margin:0; padding:0; }

#links li				{ line-height:24px; border-bottom:1px dashed #afafaf; margin-left:25px; margin-right:4px; list-style:none;
						  background:url(../images/arrow.png) top left no-repeat; }
						  
#links a				{ color:#3d3d3d; text-decoration:none; padding-left:20px; display:block }

#links a:hover			{ color:#ffffff; background:url(../images/arrow_hover.png) top left no-repeat #006f3c; }
						  
#headlinks				{ width:302px; height:125px; font-weight:bold; font-size:12px; text-align:center; float:right; margin-right:36px; }

#headlinks p			{ margin:0; padding:0; margin-top:20px; }

#headlinks a			{ color:#afafaf; text-decoration:none; }

#headlinks a:hover		{ color:#66bc96; }

#foot_container p		{ margin:0; padding:0; padding-top:15px; color:#ffffff; text-align:center; text-transform:uppercase; }

#foot_container a		{ color:#ffffff; text-decoration:none; }

#foot_container a:hover	{ color:#7efea2; }

/*

	..:: RATE TABLE STYLES ::..
	
*/

table#rateTable			{ border:2px solid #505050; border-top:0px; border-bottom:4px solid #505050; }

table#rateTable	td		{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; padding:3px; background:#e1e1e1; }

table#rateTable	td small		{ font-size:10px; }

table#rateTable	td.head	{ background:#505050; font-size:16px; font-weight:bold; color:#ffffff; }

table#rateTable	td.alt	{ background:#b4b4b4; }

table#rateBlurbs		{ font-size:11px; }

/*

	..:: MAP STYLES ::..

*/

#mapFrame				{ border:2px solid #006f3c; }

.mapLink				{ display:inline-block; background:#006f3c; color:#ffffff; padding-bottom:2px; font-size:12px; text-decoration:none; }




