/*************************************
 +Containers
 *************************************/
body{
	color:black;
	font-family: "gill sans", "lucida grande", verdana, sans-serif;
	font-size:.80em;
	line-height:1.7;
	margin:0;
	padding:0;
	background-color:#a5abb0;
}
#content{
	position:relative;
	font-size:1.2em;
}

#header{
	width:100%;
	height:220px;
	background:url(../images/top-bg-page2.jpg) no-repeat;
    background-color:#005195;
}
#header .title{
	position: absolute;
	top:10px;
	left:105px;
}
#header .title a{
	width:600px;
	height:210px;
	display:block;
}
#header .title img{display:none;}
#bar{
	position:absolute;
	top:220px;
	height:62px;
	width:100%;
	background:url(../images/bar-bg-piece-page.jpg) repeat-x;
	border-bottom:1px solid #909090;
}
#bar img{display:none;}
#topbody{
    position:relative;
	background:url(../images/middle-bg-page.jpg) no-repeat;
	width:678px;
	height:51px;
}
#bottombody{
	background:url(../images/middle-bg-bottom-page.jpg) no-repeat;
    background-position:0px 0px;
	width:678px;
	height:25px;
}
#middle{
	position: absolute;
	top:333px; /* #bar.top + #bar.height + some spacing */
	left:168px;
	width:678px;
	background-color:transparent;
	z-index:1;
}
#middle #text{
	padding-left:30px;
	padding-right:30px;
	background: url(../images/middle-bg-piece-page.jpg) repeat-y;
	background-position: 664px 0px;
	background-color:white;
}


#footer{
	color:#555;
        text-align:right;
        width:655px;
	clear:both;
	font-size:0.9em;
        margin-bottom:1em;
}

/*************************************
 Nav and rollovers
 *************************************/
#nav{
	top:350px;
	left:47px;
	position:absolute;
	height:428px;
	width:120px;
	z-index:30;
	border-left:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
#nav .contact, 
#nav .membership, 
#nav .tour, 
#nav .medefile,
#nav .learn{
	width: 120px;
	height:108px;
	display:block;
}
#nav .contact {background:url(../images/contact_button.gif) 0 0 no-repeat;}
#nav .membership {background:url(../images/membership_button.gif) 0 0 no-repeat;}
#nav .tour {background:url(../images/tour_button.gif) 0 0 no-repeat;}
#nav .learn {background:url(../images/learn_button.gif) 0 0 no-repeat;}
#nav .medefile {background:url(../images/medefile_button.gif) 0 0 no-repeat;}
body#learn #nav .learn,
body#membership #nav .membership,
body#contact #nav .contact,
body#tour #nav .tour
{ background-position:0px -107px; }
#nav a:hover.contact,
#nav a:hover.membership,
#nav a:hover.tour,
#nav a:hover.medefile,
#nav a:hover.learn {background-position:0px -107px;}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-weight:normal;
	margin:0;
}
h3{
  margin-top:1em;
  font-size: 16pt;
  text-align:right;
  width:100%;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(../images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(../images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(../images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#046cb5;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
img{
	border:none;
}
img.gallerythumb{
	width:185px;
	height:139px;
	border:5px solid #ddd;
        padding:0px;
}
img.arrow{
}
.space{
        height:500px;
        width:200px;
}
.application{
        float:right;
        width:186px;
        height:186px;

}
.no_insurance{
        float:right;
        width:150px;
        height:150px;
	background:url(../images/no_insurance.png) no-repeat;
}
table.plans{
        margin-top:10px;
        text-align:left;
        width:100%;
}
table.plans th{
        border-bottom:1px solid #aaa;
        padding:0px;
}
table.plans td{
        vertical-align:top;
        padding:0px;
}
table.plans td:first-child{
        font-weight:bold;
}