@charset "utf-8";
/* CSS Document */

body{
	font:small Verdana, Arial, Helvetica, sans-serif;
}

h2{
	color:#4D88A6;
	margin:0px;
	font-size: 1.60em;
}

h4{
	font-size: 1.15em;
	font-weight:600;
}

#container{
	width:1005px;
	margin: 0 auto;
}

#header{
	background:url(images/header_new.gif);
	height:180px;
	position:relative;
}

#header span{
	display:none;
}
#joinHCPNA{
	position:absolute;
	left:755px;
	top:63px;
	border:none;
} 

.img-right{
	border-top: 2px solid #4D88A6;
	clear:right;
	float:right;
	margin:5px 0px 4px 10px;
	padding-top: 2px;
}

.img-left{
	border-top: 2px solid #4D88A6;
	clear:left;
	float:left;
	margin:5px 10px 4px 0;
	padding-top: 2px;
}

#nav{
	background:url(images/nav_piece.gif);
	height:50px;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
	white-space:nowrap;
}
#nav li{
	display:inline;
}
#nav a{
	text-decoration:none;
	display:block;
	float: left;
	padding: 3px 20px 0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color:#cff8b1;	
}
#nav a:visited{
	color:#cff8b1;
}
#nav a:hover{
	color: #c6eda9;	
}
#nav a.current{
	color:#FFFFFF;	
	background:url(images/arrow_2.gif) no-repeat center;
	padding:3px 20px 14px 20px;	
}

#content{
	background:#CFF8B1;
	padding-top:10px;
}

ul{
	list-style-type: circle;
	color:#63AD47;
	padding:0px 0px 0px 5px
}

hr{
	color:#4D88A6;
}

a:link{
	color: #4D88A6;
}

a:visited{
	color:#366074;
}

#footer{
	clear:both;/*Clear both to be sure.*/
	height:10px;
}

/*For all 3 content columns*/
.contentCols{
	background:#fff;
	border: 2px solid #4D88A6;
	padding:7px;
	float:left;
	margin-left:20px;
}

#leftCol{
	width:250px;
	height:660px;
}
#midCol{
	width:450px;
	height:660px;
}
#rightCol{
	width:175px;
	height:660px;
}
#leftSecCol{
	width: 738px;
	height:660px;
}
#rightSecCol{
	width: 170px;
	height:660px;
}

#leftOthCol{
	width: 738px;
	height:950px;
}
#rightOthCol{
	width: 170px;
	height:950px;
}

#bottom{
	background:url(images/footer.gif);
	height:28px;
	position:relative;	
}
