/*

Title: 		The Center for Healthcare Accredidation Master Sheet
Author: 	Michael Mottau (mmottau@hcpro.com)
Updated: 	05.07.08
-----------------------------------------------


/* GENERAL
---------------------------------------*/
html { height: 100%; margin-bottom: 1px; }
body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size: .69em;
	height: 100%;
	text-align:center;
	}
.hide{display: none;}
img.framed{
	background:#FFFFFF;
	padding:3px;
	border:2px solid #a69d7b;
	}
.left{
	float:left;
	margin: 0 1.5em 0 0;
	}	
.seperator{
	height:0;
	margin-bottom:18px;
	border-bottom:1px solid #E0E0DF;
	}
.sys-logo{
	height:167px;
	}
input.initval{
		color:#bfbfbf;
	}
	
/* LAYOUT
---------------------------------------*/
/*#container{
	background: #fffefc  url(../images/search_bg.png) top left no-repeat;
	width: 936px;
	margin: 0 auto;
	padding: 0 14px 36px 14px;
	text-align: left;
	border-left: 1px #07182f solid;
	border-right: 1px #07182f solid;
	}
	
#header{
	position: relative;
	width: 100%;
	min-height:144px;
	margin-bottom:18px;
	}

#login{
	position:absolute;
	top:95px;
	left:0;
	width: 878px;
	margin: 14px 0 0 0;
	}
#content{
	float: right; 
	width: 702px;
	margin-bottom:18px;
	padding: 0 0 18px 9px;
	border-left:1px dashed #e0e0df;
	}
	body.full-page #content{
		width: 660px;
		padding-right:42px;
		}		
	#banner{
		position:relative;
		background:#aac4e1 url(../images/banner.jpg) no-repeat;
		min-height:249px;
		width: 100%;
		margin-bottom: 27px;
		}	
	#content-main{
		float: left;
		width: 475px;
		}
		#content-mainLeft{
			float: left;
			width: 232px;
			margin-top:9px;
			}
		#content-mainRight{
			float: right;
			width: 216px;
			margin-top:9px;
			padding: 0 0 0 16px;
			}
		
	#content-supp{
		float: right;
		width: 204px;
		padding: 0 0 0 10px;	
		}

#nav-main{
	float: left;
	width: 210px;
	padding:0 14px 0 0;
	}	

#footer{
	clear: both;
	overflow:hidden;
	/*background:#f4edde;
	padding-bottom:0;
	/*border-top:1px solid #c8c8c8;
	border-bottom:9px solid #bbb499;
	}*/
#content{
	text-align:left;}	
/* LINKS
---------------------------------------*/

/*a{
	padding-bottom:4px;
	color: #15498f;
	line-height:1.64em;
	border-bottom:1px dashed #858484;
	text-decoration:none;
	}
	a:visited{
		color:#9e4933;
		}
	a:hover{
		background-color:#F4EDDE;
		text-decoration: none;
		border-bottom:1px solid #858484;
		}
*/
		
/* for "Read More" links */
p.action{
	background:url(../images/double-arrow-bullet.gif) 0 50% no-repeat;
	margin:-16px 0 0 3px;
	padding:0 0 0 15px;	
	}
/* Download our Bruchure Link */
a#dl_brochure{
	display:block;
	background: url(../images/dwnld_brochure.jpg) no-repeat top left;
	height:61px;
	width:343px;
	margin-bottom:18px;	
	padding:39px 0 0 132px;
	color:#000000;
	font:1.6em/1.5em Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	border:none;
	}
	a#dl_brochure span{
		font:.63em Verdana, Arial, Helvetica, sans-serif;
		}
a#dl_brochure:hover{
	text-decoration:underline;
	}
	
/* hompage headings */
#qotm a,
#doc_lib a,
#blog a
{
	display:block;	
	padding:0;
	color:#07182f;
	line-height:normal;	
	border:none;
	}
#qotm a:hover,
#doc_lib a:hover,
#blog a:hover{
	background-color:transparent;
}	
	
/* 	TYPOGRAPHY
---------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia, "Times New Roman", Times, serif;}
h1{	
	color: #2a2a2a;
	font-size:24px; /* 24px */
	line-height: 1.3em;
	margin:.375em 0 1.125em 0;
	font-weight:normal;
	}
	
h2{	
	margin:0 0 .8125em 0;
	padding:0 0 7px 0;
	color: #07182f;
	font-size: 16px; /* 16px */
	text-transform: uppercase; 
	line-height: 1.125em;
	font-weight:normal;
	border-bottom:1px solid #b4b9be;
	}
	p + h2{
		margin-top:1.688em;
		}

h3{
	margin:1.929em 0 .643em 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#327198;
	font-size: 14px; /* 14px */
	line-height: 1.286em;
	font-weight:normal;
	}
h4{
	margin:0 0 .6em 0;
	font-size: 13px; /* 13px */ 
	line-height: 1.4em;
	}
h5{
	font-size: 13px; /* 13px */ 
	line-height: 1.4em;
	}
	
	
/* Specific Headlines  */
.category-list h3{
	margin:0;
	font-size:1.09em;
	color:#424242;
	font-weight:bold;
	}
#advisor, #blog, #enewsletter{
	padding-left:45px;
	}
#advisor{
	background:url(../images/icon_magnify.png) 0 25% no-repeat;
	}
#blog{
	background:url(../images/icon_gears.png) 0 25% no-repeat;
	}
#enewsletter{
	background:url(../images/icon_page.png) 0 25% no-repeat;
	}
#doc_lib, #qotm{
	font-size:1.27em; /* 14px */
	line-height:1.286em;
	}
#nav-main h3{
	background:url(../images/nav-headline-bullet.gif) 3px 35% no-repeat;
	padding:0 0 7px 15px;
	margin:0;
	color:#07182f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.45em; /* 16px */
	line-height: 1.125em;
	font-weight:normal;
	font-style:normal;
	margin:.56em 0 1em 0;
	border-bottom:1px solid #b4b9be;
	}
	#nav-main h3.no_headline{		
		background:none;
		margin-top:0;
		line-height:0;		
		text-indent:-9999px;
		}
h5.contacts{
	color:#121212;	
	margin-top:1.64em;
	font-size:1.00em;
	line-height:1.64em;
	}
h4.heading-hospital{
	overflow:hidden;	
	margin:	1.9292em 0 0.643em 0;

	}
	h4.heading-hospital span{
		margin:0 0 0 100px;
		padding-left:20px;
		color:#888;
		font-family:Arial, Helvetica, sans-serif;
		font-size:.85em;
		font-style:italic;
		text-transform:none;
		font-weight:normal;
		}	
		
.cha_form h4{
	color:#A69D7B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.09em;
	line-height:1.2em;
	}

h3.hospital-name{
	clear:left;
	background-image:url(../images/add.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin:1.38em 0 0.69em;
	padding-left:25px;
	font-weight:bold;
	border-bottom:1px solid #fffefc;
	}
	h3.hospital-name:hover,  #hospital-listing h3.any-hover{
		background-color:#F4EDDE;
		padding-bottom:0;
		text-decoration: none;
		cursor:pointer;
		border-bottom:1px solid #858484;
		}
	h3.selected{
		background-image: url(../images/collapse.gif);
		}
		
/* Default Text elements */

p, dd {
	margin:0 0 1.63em 0;
	color: #424242;	
	font-size:11px; /* 11px */
	line-height: 1.64em;
	}
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.3em 1.3em 1.3em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin:0 1.5em 1.5em 1.5em; font-size:11px; line-height:1.6em; }
ul			{ list-style-type: square; }
ol          { list-style-type: decimal; }
li a		{ line-height:2em; }
dl          { margin: 0 0 1.5em 0; }
dl dt { 
	font-size: 1.18em; /* 13px */ 
	font-weight: bold;
	line-height: 1.4; 
	}
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666;cursor: help; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

blockquote  { padding: 1.5em; color: #666; font-style: italic; background:url(../images/quotes.gif) top left no-repeat; }
blockquote p:first-child{ background:url(../images/close-qoute.gif) bottom right no-repeat; padding-bottom:1.5em;}
strong      { font-weight: bold; }
em,dfn      { font-style: italic;}
dfn, cite   { font-weight: bold; }
pre,code    { white-space: pre; }
pre,code,tt { font: 1.09em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.smaller	{font-size:88%;}

p.legend {
border-bottom:1px solid #999999;
padding-bottom:5px;
}
.bullets li{
	background: transparent url(http://www.accreditationcenter.com/images/double-arrow-bullet.gif) no-repeat scroll 0 12px;
	padding-left:20px;
	}
/* Specific Typographic Styles */
.error-msg{
	color:#cd3131;
	}
.degrees{
	margin:0;
	color: #000;
	font-size: 1em; /* 11px */
	line-height: 1.5em;
	}
.section_description{
	margin:1.8em 0 1.3em 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#4d8fb8;
	font-size: 1.18em; /* 13px */ 
	line-height: 1.4em;
	font-weight:normal;
	font-style:italic;
	letter-spacing:1px;
	}
	
pre {
	background:white none repeat scroll 0% 50%;
	border:2px solid #EEEEFF;
	overflow:auto;
	margin:7px 0 18px 0;
	padding:1em 1.7em;
	width:auto;
}
.tag{color:#CC0033;}
.class{color:#000099;}
.param{color:#00CC00;}	
.section_title{
	font-family: Arial, Helvetica, sans-serif;
	color: #4d8fb8;
	font-size: 1.18em; /* 13px */
	line-height: 1.4em;
	font-style: italic;
	}


.section_description{
	display:block;
	margin:.1em 0 0 0;
	font-size:.81em;
	text-transform:none;
	letter-spacing:normal;
	}
	#doc_lib .section_description, #qotm .section_description{
		font-size:.93em;
		}
.subtitle{
	margin:0;
	color: #888;
	font-size: 1em; /* 11px */
	line-height: 1.8em;
	font-style: italic;
	}

.entry_title{
	margin:0;
	color:#15498f;
	font-weight:bold;
	}
.entry_title + .subtitle{
	margin-bottom:1.63em;
	}
.advisor_p{
	margin-left:101px;
	}
.adr{
	line-height: 1.64em;
	}
.vcard{
	margin:.81em 0 0 .81em;
	line-height:1.64em;
	}
	.vcard .fn{
		font-weight:bold;
		}	
	.vcard .org-title{
		display:block;
		}
.qotm-archive dt{
	color: #424242;	
	font-size: 1em; /* 11px */
	line-height: 1.64em;
	font-weight:bold;
	border-bottom:1px solid #fffefc;	
	}
	.qotm-archive dt:hover, .qotm-archive dt.any-hover{
		background:#F4EDDE url(../images/small_q-hover.gif) 0 10% no-repeat;
		cursor:pointer;
		border-bottom:1px solid #858484;
		}
.month{
	font-weight:bold;
	}
.year{
	background:url(../images/calendar_view_month.gif) 0 0 no-repeat;
	padding-left:26px;
	}
	.year span{
		margin:0 0 0 200px;
		padding-left:20px;
		color:#888;
		font-family:Arial, Helvetica, sans-serif;
		font-size:.69em;
		font-style:italic;
		text-transform:none;		
		}	
.active{
	font-weight:bold;
	}
.newsletter-title{
	font-style:italic;
	}
.enewsletter-list a, .category-list a{
	font-weight:normal;
	}
.oblique{
	font-style:italic;
	font-weight:bold;
	}
.date{
	font-size:1.09em;
	line-height:1.5em;
	margin-bottom:1.5em;
	}
.member_signin label{
	font-size: 1.18em; /* 13px */ 
	line-height: 1.4em;
	font-weight:bold;
	}
.super{
	font-size:.82em;
	padding-top:-10px;
	}
.category-list li{
	font-size: 1.18em; /* 13px */ 
	line-height: 1.4em;
	}
	.category-list li p{
		margin-top:.42em;
		font-size:.85em;
		line-height:1.4em
		}
	.category-list li p.type{
		font-size: .77em; /* 10px */
		line-height: 1.5em;
		font-weight:bold;
		}
	.category-list li p.top        { margin-top:0; padding-top:0; }
	.category-list li p.bottom     { margin-bottom:0; padding-bottom:0; }
	p.legend img{
		float:none;
		margin:0;
		padding:0 0 0 0;
		}
	
p.info{
		background: url(../images/information.gif) no-repeat 0 50%;
		margin-right:10px;
		padding-left:25px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;		
		}		
.cha_form label{
	font-size:1em;
	line-height:1.64em;
	font-weight:bold;
	}
	#search-results h3 strong{
		color:#A69D7B;
		}					
/* HEADER
---------------------------------------*/

/* Branding */

#branding, #branding a{
	position:absolute;
	top:7px;
	left:0;
	height: 82px;
	width: 198px;
	border:none;
		}

#branding a{
	display: block;
	background: url(../images/cha_logo.png) no-repeat;
	text-indent: -99999px;
	}
	
/* Global Search */
#global-search{
	position: absolute;
	left: 586px;
	top: 3px;
	width: 279px;
	padding: 0 25px 0 25px;
	font-weight:bold;
	}
input[type="image"]{margin-bottom:-6px;}
	#global-search input[type="text"]{
		background:#fff url(../images/magnify-search.png) 5px 50% no-repeat;
		height:18px;
		width:190px;
		padding:2px 5px 0 22px;
		font-family:Arial,sans-serif;
		color:#424242;
		font-size:1em;
		line-height:normal;
		border:1px solid #467a98;
		}

/*login */
#login{
	background: #22436f url(../images/login_bg.jpg) repeat-x;
	padding: 7px 28px;
	text-align: right;
	border: 1px solid #07182f;	
	}
#login label{
	color: #e4ecf5;
	}
	#login input[type="text"], #login input[type="password"] {
		background: transparent url(../images/loginInputBG.png) repeat-x;
		height:18px;
		width:80px;
		margin-right:12px;
		padding-top:2px;
		padding-left:5px;
		padding-right:5px;
		font-family:Arial,sans-serif;
		color:#424242;
		font-size:1em;
		line-height:normal;
		border:0;
		}


/* NAVIGATION
---------------------------------------*/
			
/* Main Nav */


#nav-main ul{
	list-style: none;
	margin: 1.1em 0 1.64em 11px;
	padding: 0;	
	}
	#nav-main ul li{
		background: transparent url(../images/double-arrow-bullet.gif) no-repeat 0 50%;
		padding-left:15px;
		line-height:normal;
	}
	#nav-main li a{
		display: block;
		padding: 3px 5px;
		text-decoration: none;
		line-height:normal;
		border:none;				    
		}
		#nav-main li a img{
			padding-left:5px;
			}
		#nav-main li a:visited{
			color: #15498f;
			}

/* CONTENT
---------------------------------------*/

/* Banner */
#banner p{
 	position:absolute;
	top: 165px;
	left: 265px;
	padding-right:5px;
	color: #fff;
	font-size: 1.09em;
	line-height: 1.5em;
	}
	#banner p cite{
		display:block;
		font-size:.92em;
		font-style:italic;
		line-height:1.64em;
		}
#banner h3{
	position:absolute; 
	top:21px;
	left:260px;
	background: url(../images/success-through-simplicity.png) no-repeat;
	width:258px;
	height:115px;
	margin:0;
	text-indent:-9999px;
	}
	
/*Document Library */
#document-library{
	background:#fffefc;
	margin:0 0 18px 0;
	padding:3px;
	border:1px solid #a69d7b;
	
	}
	#document-library div{
		background:#f4edde;
		padding:10px;
	}
	#document-library div p{
		font-size: .91em; /* 10px */
		line-height: 1.8em;
		}
	#free_docs{
		float:right;
		width:345px;
	}
	#doc_lib_browsing{
		float:left;
		width:320px;
	}
/* E-zine */
.featured-headlines	{	
	margin:1em 0 0 0;
	list-style:none;
	}
	.featured-headlines	li{
		background: transparent url(../images/double-arrow-bullet.gif) no-repeat 0 50%;
		padding:2px 0 2px 18px;
		}
		/*.featured-headlines	li a{
			line-height:normal;
			}*/
/* Question of the Month */
#qotm-list{
	margin:0;
	}
	#qotm-list li{
		min-height:45px;
		padding-left:47px;
		color:#424242;
		font-size: .91em;
		line-height: 1.8em;
		list-style:none;
	}
	#qotm-list #big_q{
		background:url(../images/presitige_Q.png) no-repeat 0 50%;
		}
	#qotm-list #big_a{
		background:url(../images/presitige_A.png) no-repeat 0 50%;
		margin-top:10px;
		}

.qotm-archive dt{
	background:url(../images/small_q.gif) 0 10% no-repeat;
	min-height:40px;
	margin:1.64em 0 .81em 0;		
	padding-left:50px;
	}
	.qotm-archive dd{
		background:url(../images/small_a.gif) 0 0 no-repeat;
		min-height:40px;
		margin-left:0;
		padding-left:50px;
		}
/* Document Library Search */		
#lib-search{
	background:#fffefc;
	margin:0 0 36px 0;
	padding:3px;
	border:1px solid #a69d7b;	
	}
	#lib-search form{
		background:#f4edde;
		padding:10px;
	}
	#lib-search form #doc-search{
		float:left;
		height:36px;
		width:467px;
		font-size: 16px; /* 16px*/
		line-height: 16px;
		margin:0 18px 0 15px;
		padding:4px 10px 2px 10px;
		}
		
	#lib-search form input[type="image"], #lib-search form img {
		float:left;
		}
		#lib-search form input[type="image"]{
			margin: 3px 0 2px 0;
			}
#search-utilities{
	padding-top:18px;
	overflow:hidden;
	}
	#search-utilities span{
		float:right;
		margin-right:1.5em;
	}
	
#search-results{
	list-style:none;
	margin:0;
	padding:0 1.5em 1.5em;
	border-top:1px solid #E0E0DF;
	}
	#search-results h3{
		margin-bottom:0;
		}

/* Document Library Category */
.category-list{
	margin-left:0;
	}
	.category-list li{
		list-style:none;
		padding-bottom:18px;
		margin-bottom:18px;
		border-bottom:1px solid #E0E0DF;
		}
	p.doc a, p.no-doc a, p.error-doc{
		background:url(../images/page_white_put.gif) 3px 2px no-repeat;
		padding:3px 3px 5px 29px;
		border:none;
		}
		p.error-doc{
			background-image:url(../images/page_error.gif);
			color:#8f311b;
			}
	p.no-doc{
		padding-left:5px;
		border-left:2px solid #A69D7B;
		}
	p.no-doc a{
		background:none;
		line-height:1.5em;
		padding:0;
		}
		p.doc a:hover, p.no-doc a:hover{
			background-color:#F4EDDE;
			text-decoration: none;
			border-bottom:1px solid #858484;
		}

/* Advisors */
#advisors-all{
	width:100%;
	overflow:hidden;
	}
	#advisors-all dt{
		width:337px;
		float:right;
		}
	#advisors-all dd.img{
		float:left;
		margin-right:10px;
		}

/* Member Directory */
#member-directory {
	width:99%;
	margin:1em auto 1em 0;
	border-top:1px solid #dfecf7;
	border-right:1px solid #dfecf7;	
	}
#member-directory a{
	border:none;
	}
#member-directory a:visited{
color:#15498f;
}
#member-directory tr.alt td	{
	background:#f7fbff;
	}

#member-directory .org	{
	text-align:left;
	}	
#member-directory th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	/*border-bottom: 1px solid #e5eff8;*/
	border-bottom:1px solid #dfecf7;
	border-left:1px solid #dfecf7;
	padding:.5em 1em;
	}	
#member-directory td {
	/*padding:.5em 1em;*/
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #dfecf7;
	border-left:1px solid #dfecf7;
	}
#member-directory tbody tr:hover {
	background:#F9F2E7;
	cursor:pointer;
	}
#member-directory tbody tr:hover td,
#member-directory tbody tr.any-hover td,
#member-directory tbody tr:hover a,
#member-directory tbody tr.any-hover a{
	background:none;
	}

#member-directory td a{
	display:block;
	color:#424242;
	padding:.5em 1em;
	}
#member-directory td em{
	display:block;
	}
			
							
#member-directory thead th {
	/*background:#f2f9ff;*/
	background:#EDF6FF url(../images/sorted-bg.jpg) repeat-x;
	text-align:center;
	color:#325c77;
	font-size: 1.27em; /* 14px */
	font-weight:bold;
	}

	#member-directory thead th em{
		width:auto;
		background:transparent url(../images/arrow_down.gif) no-repeat center right;
		color:#325c77;
		padding-right:20px;		
		}
	#member-directory thead th em.up{
		background:transparent url(../images/arrow_up.gif) no-repeat center right;
		}
		#member-directory thead th a{
			padding:0 10px;
			}
		#member-directory thead th.org a{
			padding:0 20px 0 0;
			}
		#member-directory thead th em a, #member-directory thead th.org em a{
			padding:0;
			}
		#member-directory thead th a:hover{
			background-color:transparent;
			color:#9e4933;
			}
/* Member Directory Detail */
#hospital-info{
	overflow:hidden;
	}
#hospital-listing{
		margin:0;
		padding:0;
		list-style:none;
		}
		#hospital-listing li{
			margin-left:1.5em;
			}
	.hospital-info{
		margin-left:26px;
		overflow:hidden;
		}
		.hospital-info .vcard{
			float:left;
			width:45%;
			}
			
			
/* e-Newsletter Archive */

.newsletter{
	min-height:675px;
	}
.subscription li{
	background: url(../images/page_add.gif) 0 50% no-repeat;
	margin-top:3px;
	padding-left:25px;
	list-style:none;
	}
	
#newsletter-archive, #newsletter-detail{
	margin:0 0 3.273em 0;
	}
#newsletter-detail{
	background:#edf6ff;
	padding:3px 0 4px 0;
	}
	#newsletter-archive li, #newsletter-detail li{
		display:inline;
		list-style:none;
		margin-left:7px;
		}
		#newsletter-archive li a,#newsletter-detail li a{
			margin-right:7px;
			}
		#newsletter-detail li a.email-icon,	#newsletter-detail li a.print-icon{
			padding:3px 3px 5px 29px;
			border:1px solid #edf6ff;
			}
		#newsletter-detail li a.email-icon{
			background:url(../images/email_go.gif) 3px 2px no-repeat;
			}
		#newsletter-detail li a.print-icon{
			background:url(../images/printer.gif) 3px 2px no-repeat;
			}
		#newsletter-detail li a.email-icon:hover,#newsletter-detail li a.print-icon:hover{ 
			background-color:#F4EDDE;
			border:1px solid #a69d7b;
			}
			
/* Login */
.member_signin{
	width:300px;
	margin:36px auto;
	}	
.member_signin form{
	background:#fff;
	width:250px;
	margin-bottom:18px;
	padding:3px;
	border:1px solid #bcd3e9;
	}
	.member_signin fieldset{
		background:#edf6ff;

		padding:2em;
		}
	.member_signin label{
		display:block;
		margin-bottom:3px;
		}
	.member_signin input[type="text"], .member_signin input[type="password"]{
		display:block;
		height:18px;
		width: 135px;
		margin-bottom:0.81em;		
		padding-top:2px;
		padding-left:5px;
		padding-right:5px;
		font-family:Arial,sans-serif;
		color:#424242;
		font-size:1em;
		line-height:normal;
		border:1px solid #d6d0c4;		
		}
		.member_signin input[type="password"]{
			margin-bottom:0;
			}
		.member_signin input[type="image"]{
			display:block;
			margin:1.64em 0 0 0;
			}
			
/* F.A.Q. */

#faq{
	margin-top:27px;
	}		
	#faq dt{
		background: url(../images/small-q.png) top left no-repeat;
		margin:.692em 0;
		padding-left:40px;
		color:#15498F;	
		font-size: 1.18em; /* 13px */ 
		line-height: 1.4em;
		font-weight: bold;
		}
	#faq dd{		
		margin-left:0;
		padding-left:40px;
		}
		#faq dt + dd{
			background:url(../images/small-a.png) top left no-repeat;
			}
		#faq dd.return-top{			
			margin-top:-1.63em;
			text-align:right;
			}
/* FOOTER 
---------------------------------------*/
#footer #privacy{
	overflow:hidden;
	background:#f4edde;
	padding:5px 7px;
	border-top:1px solid #c8c8c8;
	border-bottom:9px solid #bbb499;
	}
#footer #nav-privacy{
	float:right;
	margin:0 auto;
	}
#nav-privacy li{
	display: inline;
	}
#nav-privacy li.contact_us{
		background:url(../images/email.gif) no-repeat 0 0;
		padding-left:21px;
		margin-left:5px;
		}
#nav-privacy li.contact_us a{
			margin:0;
			}
#nav-privacy li a{
		font-size: .82em; /* 10px */
		line-height: 34px;
		padding:0;
		margin:0 5px;
		}
#footer #privacy p{
	float:left;
	margin:10px 0 0 0;
	padding:0;
	font-size: .91em; /* 10px */
	line-height:1.5em;
	}
#footer #privacy #disclaimer{
	clear:left;
	margin-left:160px;
	font-size:.81em; /* 9px */
	line-height:2em;
	}

/* BLOG 
---------------------------------------*/
#blog-page h1{
	font-size:2.73em;
	letter-spacing:.1em;
	line-height:.82em;
	font-style:italic;
	}
h1 a{
	color:#404040;
	padding:0;
	border:none;
	}
h1 a em{
	display:block;
	font-size:.6em;
	line-height:normal;
	font-style:normal;
	letter-spacing:.05em;
	}

#blog-page #content-main h3 {
	margin:1.928em 0 0 0;
	color:#424242;
	font-size:1.27em;
	font-weight:bold;
	letter-spacing:.03em;
	line-height:1.125em;
	}
	
#blog-page #content-main h3 a{
	padding:0;
	color:#424242;
	border:none;
	}
p.rel_categories{
	background:url(../images/tag_blue.gif) no-repeat 0 60%;
	margin-bottom:0;
	padding-left:25px;
	font-size: 1em; /* 11px */
	line-height: 1.8em;
	}
p.rel_categories a{
	border-bottom:none;
	}
a.continue_reading{
	display:block;
	background:#EDF6FF url(../images/arrow_right.gif) 95% 50% no-repeat;
	width:90%;
	padding:1px 40px 3px 0;
	text-align:right;
	border:1px solid #d6e4f2;
	}
	a.continue_reading:hover{
		background-color:#F4EDDE;
		border:1px solid #e8dec8;
		}
#blog-page #content-supp label{
	display:block;
	padding:3px 0 5px 0;
	font-weight: bold;
	}
#blog-page #content-supp form{
	margin:18px 0 36px 0;
	}
ul.blog-list{
	list-style:none;
	}
ul.blog-list a{
	padding-bottom:none;
	font-size: 1em; /* 11px */
	line-height: 1.8em;
	border:none;
	}
ul.comments{	
	padding:0;
	margin:0;
	}
ul.comments li{
	border-top:1px solid #E0E0DF;
	border-bottom:1px solid #E0E0DF;
	}
ul.comments li a{
	display:block;
	padding:5px 0;
	color:#424242;
	font-size: 1em; /* 11px */
	line-height: 1.8em;
	}
	ul.comments li a strong{
		color:#15498F;
		}

ul.comments li a:hover{
	background:#F7FBFF;
	}
#rss{
	background-color:#F7FBFF;
	width:85%;
	margin:18px 0;
	padding:10px 10px;
	text-align:center;	
	border:1px solid #E0E0DF;
	}
	#rss a{
		font-size:14px;
		margin-left:-10px;
		}		
/* MISC 
---------------------------------------*/

/* Contact Form */
.cha_form{
padding-top:9px;
}
.cha_form fieldset{
	border-bottom:1px solid #f2f0eb;
	margin-bottom:5px;
	padding:4px 0 10px 0;
	}
.cha_form label, .cha_form input{
	display:block;
	float:left;
	}

.cha_form input + input {
	margin-left:15px;
	}
.cha_form label{
	width:125px;
	padding-left:10px;
	}
	.cha_form label.hide{
		display:none;
		}
	.cha_form #phonenumber label{
		width:120px;
		
	}
.cha_form input{
	width:225px;
	padding-left:5px;
	}

	.cha_form input#fname,
	.cha_form input#lname {
		width:100px;
	}
	.cha_form input.submit {
		width:auto;
		margin:14px 0 0 130px;
		}
.cha_form h4{
	float:right;
	width:70px;
	padding-left:30px;
	}
.cha_form input.phone{
	width:40px;
	} 
.cha_form #phonenumber span{
	float:left;
	padding:0 5px;
	color:#bababa;
	font-size: 1.64em; /* 16px */
	text-transform: uppercase; 
	line-height: 1em;
	}
	
/* Pagination */
#pagination{
	float:left;
	width:100%;
	}
#pagination li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
	}
#pagination a{	
	margin-right:2px;
	line-height:normal;
	border:1px solid #9aafe5;
	}
#pagination .previous-off, 
#pagination .next-off {
	border:1px solid #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:1px 4px;
	}
#pagination .next a,
#pagination .previous a {
	font-weight:bold;
	}
#pagination a.active:link,#pagination a.active:visited {
	display:block;
	float:left;
	background:#2e6ab1;
	padding:3px 6px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:normal;
	}
#pagination a:link,
#pagination a:visited {
	color:#0e509e;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
	}
#pagination a:hover{
	border:1px solid #0e509e
	}