 

ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }
a img,:link img,:visited img,fieldset { border:none; }


/* sitewide
 * ------------------------------------------------------------------------- */

body { 
	background:#344860;
	text-align:center; 
	font:11px/17px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .50px;
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ display:none;}
h2	{ display:none;}
h3	{ font-size:1.1em; color:#073154; font-weight:bold; text-transform:capitalize;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#073154; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#87BDFB; text-decoration:underline; outline:none;}

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url(../images/top.gif) right no-repeat;
	font-size:10px;
	}
	
p.small{
	font-size:10px;
	font-style:italic;
	}
	
img.img-left { 
	float:left; 
	margin:2px 8px 8px 0; 
	}
	
img.img-center { 
	margin-left: 120px;
	margin-bottom:10px;
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 8px 8px; 
	}
	
	
/* ----- form elements ----- */

form {
	width:140px;
	font-size:11px;
	color:#fff;
	}

form label	{ font-size:11px; color:#fff;}

form input, textarea, select { 
	background-color:#fff !important; 
	border:1px solid #404C68;
	color:#000;
	width:135px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	}
	
select { width:140px; margin-top:4px; margin-bottom:4px; vertical-align: middle; padding-top:1px; } /* same width as form - !important */
body#contact select { width:200px; margin-top:4px; margin-bottom:4px; vertical-align: middle; padding-top:1px; } /* same width as form - !important */

input.radio{
	background:#073154!important; 
	width: auto!important;
	height:auto!important; 
	border:none!important;
	} 
	
input.radio-contact{
	background:#fff!important; 
	width: auto!important;
	height:auto!important; 
	border:none!important;
	} 
	
textarea { height:90px; overflow:auto; width:140px; }
textarea.main { height:90px; overflow:auto; width:200px; }



input.submit{ 
	width:70px!important;
	height:20px!important;
	cursor:pointer!important;
	}
	
body#contact form { width:205px; margin-left:35px;}

body#contact form input { width: 200px;}
body#contact form label { color:#000;}


/* ----- submit button form elements ----- */ 

input.submit-contact-main { margin:0px 0px 90px 0px;}

input.submit-image { /* REMOVE IF NOT USED */
	background:url(../images/btn-submit.gif) no-repeat;
	width:114px;
	height:40px;
	border:none;
	cursor:pointer;
	}



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url(../images/bg-wrap.gif) repeat-y;
	width:817px;
	margin:0 auto;
	text-align:left;
	}
	
#header {
	background:url(../images/header.jpg);
	height:240px;
	}
	
#masthead {
	position:relative;
	background:url(../images/masthead.gif);
	height:86px;
	}
	
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:5px;
	width:345px;
	top:31px;
	height:45px;
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:198px;
	float:left;
	}
			
	#column-left p, #column-left h1, #column-left h2, #column-left h3{
	margin:0 15px 5px 25px;
	}	


	/* single column list */
	#column-left ul#list { margin: 5px 20px 0 25px;}
		#column-left ul#list li { 
			background:transparent url(../images/img-list.gif) 0px 2px no-repeat;
			padding-left:18px;  /* pushes text to the right to display bg img */
			margin-bottom:18px;
			border-bottom:1px dotted #8F8F8F;
			}

			
/* ----- column-middle ----- */

#column-middle {
	width:420px;
	float:left;
	}
	
	#column-middle p{
		margin:0 20px 10px 25px;
		font-size:11px;
		color:#000;
		letter-spacing:normal;
		line-height:14px;
		}
		
		#column-middle h2, #column-middle h3{
		margin:0 20px 10px 25px;
		}
		
	#column-middle form { margin-left:10px; color:#000000; }
	
		#column-middle ul { margin-left:45px; list-style: disc; margin-bottom:10px; }
		
		
/* ----- column-right ----- */

#column-right {
	width:199px;
	float:left;
	}
	
	#column-right p{
		margin:0 30px 10px 30px;
		font-size:11px;
		line-height:14px;
		color:#FFFFFF;
		}
		
	#column-right form { padding-left:25px; }
	
#column-right a {color:#fff;}
	 
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url(../images/bottom-wrap.gif);
	height:35px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:50px; margin-bottom:5px; } 
	body#index #subhead { background:url(../images/subhead-index.gif); }
	body#about #subhead { background:url(../images/subhead-about.gif); }
	body#longterm-care #subhead { background:url(../images/subhead-longterm.gif); }
	body#thankyou #subhead { background:url(../images/subhead-thankyou.gif); }
	body#error #subhead { background:url(../images/subhead-error.gif); }
	body#contact #subhead { background:url(../images/subhead-contact.gif); }
	body#disclaimer #subhead { background:url(../images/subhead-disclaimer.gif); }
	

/* ----- subheads with varying heights ----- */

#subhead-col-left {
	height:100px;
	background:url(../images/col-left-subhead.gif) no-repeat ;
	}
	
#subhead-col-left span { display:none;}
	
	
#subhead-contact-us {
	height:110px;
	background:url(../images/subhead-quick-contact.gif) no-repeat ;
	}


	/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:817px;
	margin:0 auto;
	text-align:center;
	background:url(../images/footer-bg.gif) repeat-y;
	}

#footer p {
	color:#000;
	padding-bottom:10px;
	line-height: 16px;
	font-size:10px;
	}

#footer a:link, #footer a:visited { color:#000; }

#footer a:hover, #footer a:active { color:#344860; }

#footer ul {margin-top:0px; padding-bottom:5px;}

#footer li { 
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }

#nav { 
	background:url(../images/nav.gif) no-repeat; 
	width:817px; 
	height:70px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:70px; display:block; }

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 81px; margin-left: 154px;}
#nav-02 { width: 240px;}
#nav-03 { width: 161px;}
#nav-04 { width: 181px;}

#nav-01 a:hover { background:url(../images/nav.gif)  -154px -70px no-repeat; }
#nav-02 a:hover { background:url(../images/nav.gif) -235px -70px no-repeat; }
#nav-03 a:hover { background:url(../images/nav.gif) -475px -70px no-repeat; }
#nav-04 a:hover { background:url(../images/nav.gif) -636px -70px no-repeat; }

body#index #nav-01 a{ background:url(../images/nav.gif)  -154px -70px no-repeat; }
body#longterm-care #nav-02 a{ background:url(../images/nav.gif) -235px -70px no-repeat; }
body#about #nav-03 a { background:url(../images/nav.gif) -475px -70px no-repeat; }
body#contact #nav-04 a{ background:url(../images/nav.gif) -636px -70px no-repeat; }


form#frm-contact a {
	color:#fff;
}
body#contact form#frm-contact a {
	color:#000;
}
input.checkbox, body#contact form input.checkbox {
	width:auto;
}
