@charset "utf-8";
/* :::::::::::::::: HTML ELEMENTS :::::::::::::::: */
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #21b0bf;
	line-height: 20px;
}
#blurb-content a{
	position:relative;
	top: 1px;
	color:#21b0bf;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
}
#blurb-content a:hover{
	color: #666666;
}
#blurb-content a.bodycopy{
	color: #000000;
	text-decoration: underline;
	font-size:12px;
	text-transform: none;
}
/* :::::::::::::::: SHARED ELEMENTS :::::::::::::::: */
#navigation{
	text-align:center;
}
#nav-element a{
	font-size:16px;
	font-weight:bold;
	float:left;
	color:#21b0bf;
	padding: 0 20px;
	margin: 15px 0;
	text-decoration:none;
}
#nav-element a:hover{
	color: #000000;
	cursor: pointer;
	text-decoration: underline;
}
#container{
	margin: 0 auto;
	width: 740px;
}
#header{
	background:url(../images/layout/healthcare_header_bg.jpg) top left no-repeat;
	width: 740px;
	height: 157px;
	margin:0;
}
#header-logo{
	position:relative;
	top: 30px;
	left: 40px;
	width: 300px;
}
#content{
	margin:0;
	background:#ffffff url(../images/layout/heathcare_page_bg.gif) top left repeat-y;
	overflow:auto;
}
#footer, #footer-sb{
	color:#ffffff;
	text-align:center;
	padding: 25px;
	background: url(../images/layout/healthcare_footer_bg.gif) top left no-repeat;
}
#footer a, #footer-sb a{
	color:#ffffff;
	text-decoration: none;
}
#footer-sb{
	background: url(../images/layout/healthcare_footer_grey_bg.gif) top left no-repeat;
}
#main{
	width: 435px;
	padding: 0 35px;
	float:left;
	margin: 0 0 20px 0;
}
#full-main{
	padding: 0 35px;
}
#blurb-content{
	width: 450px;
	margin: 0 0 10px 0;
}
#blurb-title{
	position: relative;
	top: 10px;
}
#blurb-title h1{
	font-size: 40px;
	font-weight: lighter;
	color: #00a4b5;
	letter-spacing: 2px;
	display:inline;
}
#sidebar{
	background: #efeeee;
	width: 170px;
	padding: 15px;
	float:left;
}
#sidebar a{
	color: #21b0bf;
	font-weight: bold;
}
#sidebar img{
	padding: 20px 0;
}
#sidebar #title{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
#title{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.clear{
	clear:both;
	visibility:hidden;
}
.normal{
	font-weight:normal;
}
.bold{
	font-weight:bold;
}

/* :::::::::::::::: ROUNDED CORNERS CSS :::::::::::::::: */
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e5f5f7}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f3fafb;
  border-right:1px solid #f3fafb;
  background:#ebf7f9}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfefe;
  border-right:1px solid #fcfefe;
  background:#e9f6f8}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e9f6f8;
  border-right:1px solid #e9f6f8;}
.spiffy4{
  border-left:1px solid #f3fafb;
  border-right:1px solid #f3fafb}
.spiffy5{
  border-left:1px solid #ebf7f9;
  border-right:1px solid #ebf7f9}
.spiffyfg{
  background:#e5f5f7;
  padding: 30px 25px;
}
/* :::::::::::::::: MEMBERS PAGE :::::::::::::::: */
#us-map{
	text-align:center;
	margin: 0 0 20px 0;
}
#map-div{
	text-align:center;
}
/* :::::::::::::::: ADMIN PORTAL :::::::::::::::: */
#admin-logo img{
	padding: 15px;
}
#admin-content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background: #ffffff;
	width: 800px;
	margin: 0 auto;
}
#admin-content td{
	text-align:left;
	vertical-align:middle;
	padding: 10px;
}
#admin-content td a{
	color: #000000;
	text-decoration: none;
}
#admin-top{
	background:url(../images/admin/admin_top.gif) top left no-repeat;
	height: 22px;
}
#admin-bottom{
	background:url(../images/admin/admin_bottom.gif) top left no-repeat;
	height: 22px;
}
#login{
	position:relative;
	top:105px;
	cursor: pointer;
}
#login img{
	padding:0;
}
#form-error{
	width: 100%;
	padding: 15px 0;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}
#add-button a:hover, #edit-button a:hover, #delete-button a:hover{
	text-decoration:underline;
}
#edit-button, #delete-button{
	float:right;
}
#add-button a, #edit-button a, #delete-button a{
	margin: 0 20px 0 0;
}
#add-button img, #edit-button img, #delete-button img{
	padding: 0 10px 0 0;
}