/* External style sheet for screen: Kawartha Diagnostic Imaging & Pine Ridge X-ray */
/* Site design: www.blackcapdesign.com */

* {margin: 0;} /* sets default margin to 0 to address cross-browser inconsistencies */
body 
{
	margin: 0;
	padding: 0;
	background-image: url('../images/bg.gif');
	background-repeat: repeat; 
	background-position: top center; 
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

hr {
	text-align: center;
	color: #DDD;
	background-color: #DDD;
	height: 5px;
	}

p {
	text-align: justify;
	}

#page_load_fix
{
	background: white;		
}

#page
{
	background: #6D7A55;
	width: 758px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	border: 1px solid #C7BC9F;	
}
#container
{
  position: relative;  
  min-height: 100%; 
  height: auto !important; 
  margin: 0;
  padding: 0;
}
/* ===============<HEADER TREATMENTS>================ */ 
#header
{
	margin: 0 auto;
	background: url('../images/header.jpg') no-repeat;
	height:	223px;
	width: 758px;
}
#logo
{
	
}
/* ===============</HEADER TREATMENTS>================ */ 

/* ==========<PRIMARY HORIZONTAL NAVIGATION>========== */
#nav
{
	position: absolute;
	top: 224px;
/*	left: 320px;  use this if restoring Patient Info tab */
	left: 220px;
	width: 440px; 
	background: url('../images/navbottom.gif') repeat-x bottom;
	font-size: 12px;
	line-height: normal;
	margin: 0; 
	padding-bottom: 22px;
}
#nav ul
{
	margin: 0px;
	padding: 0 0 0 30px; /* controls horizontal placement of tabs */
	list-style: none;		
}
#nav li
{
	float: left;
	background: url('../images/left-inactive.gif') no-repeat;
	background-position: 0px 0;
	margin: 0;
	padding: 0 8px 0 14px;
}
#nav a
{
	float: left;
	display: block;	
	background: url('../images/right-inactive.gif') no-repeat; 
	background-position: right 0px;	
	padding: 5px 15px 4px 2px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
  border-style: none;	
}
#nav a:hover 
{
  color: #5E2612;
  border-style: none;
}
#nav #current1
{
	background-image: url('../images/left-active.gif'); 
	background-position: 0px 0;
	
}
#nav #current1 a 
{
	background-image: url('../images/right-active.gif'); 
	background-position: right 0px;	
	color: #5E2612;
	padding-bottom: 4px;	
}
/* ==========</PRIMARY HORIZONTAL NAVIGATION>========== */

/* ==============<ANCHORS>=============== */
a:link 
{
	color: #5A5C48;
}
a:visited 
{
	color: #5E2612;
}
a:hover 
{
	color: #5A5C48;
	text-decoration: none;
}
a:active
{
	color: #5A5C48;
}
/* ==============</ANCHORS>=============== */

/* ============<CONTENT DIVs>================ */
.content_img
{
	float: right;
	width: 212px;
	margin: 4px 36px 6px 20px;	
}
.content_img img
{
	margin-top: 11px;	
}
#content
{
	color: #252525;
	width: 560px;
	margin: 0 0 0 198px;
	padding-top: 18px;
	font-size: 11px;	
}
#content_top
{
	background: url('../images/content_bg_top.gif') no-repeat;
	height: 21px;
}
#content_mid
{
	background: url('../images/content_bg_mid.gif') repeat-y;
	padding-bottom: 20px;
}
#content_bot
{
	background: url('../images/content_bg_bot.gif') no-repeat;
	height: 22px;
/*	margin-top: -11px; */	
}
#content p
{
	margin: 11px 0;
	padding: 0 30px;
	line-height: 150%;
}
#content p.list_intro /* for use on a paragraph preceding a list */
{
	margin-bottom: 2px;	
}
#content ul.none
{
	padding-left: 36px;
	line-height: 175%;
}
#reader_img
{
	width: 112px;
	margin: 0 auto;	
}
.reader
{
	font-size: 9px;		
}	
.red
{
	color: red;	
}
.nowrap
{
	white-space: nowrap;	
}

.horiz-bar	{
	text-align: center;
}

/* ============</CONTENT DIVs>============== */

/* ============<FOOTER DIVs>============== */
#footer
{
	clear: both;
	background: url('../images/footer_bg.gif') no-repeat;
	height: 102px;	
}
/* ----------------<horizontal footer navigation>---------------- */
#footer_navcontainer
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 36px;
}
#footer_nav
{
	margin: 11px 0;	
	text-align: center;
	padding-right: 30px;
}
#footer_nav ul
{
	list-style-type: none;
	text-align: center;
	padding: 0 5px;
	position: relative;	 
}
#footer_nav li
{
	display: inline;
	margin: 0 10px;
}
#footer_nav li a
{
	color: #222222;
	border: none; 
	text-decoration: none;
	padding: 3px;		
}
#footer_nav li a:hover, #footer_nav li a#current
{
	color: #5E2612;
	border: 1px solid #222222;
	background: white;
	padding: 2px;
}
.footer_leaf_icon
{
	margin-bottom: -10px;
	padding-left: 10px;
	margin-right: -16px;	
}
.footer_p
{
	font-size: 11px;
	text-align: center;	
	margin: -5px 0 3px 0;
	color: #222222;
}
a.footer_link, a:visited.footer_link 
{
	color: #222222;
	text-decoration: underline;	
} 
a:hover.footer_link 
{
	color: #222222;	
	text-decoration: none;	
}
.copyright
{
	font-size: 9px;
	color: #222222;
	background: #92A075;
	text-align: center;
	margin: 0;
	padding: 4px 0 0 0;
}
/* ----------------</horizontal footer navigation>---------------- */
/* ============</FOOTER DIVs>============== */

/* ================<HEADINGS>================ */
h1, h2, h3
{
	font-size: 14px;
	margin-top: 0;	
	padding: 16px 30px 0 30px;
}
h2
{
	font-size: 13px;
	padding-top: 0;	
}
h2.after_list /* for use on any heading which follows a list */
{
	margin-top: 11px;	
}
h2.before_list  /* for use on any heading which precedes a list */
{
	margin-bottom: 11px;	
}
h2.before_and_after_list  /* for use on any heading which precedes AND follows a list */ 
{
	margin: 11px 0;
}
h3
{
	
}
/* ================</HEADINGS>================ */

/* ====================<SIDEBAR>====================== */
#sidebar
{
	float: left;
	width: 198px;
	background: #ECECEC;
	margin: 86px 0 0 0;
	padding: 16px 0;
}
#sidebar p
{
	margin: 11px 0;
	padding: 0 0 0 14px;
	line-height: 140%;	
	font-size: 11px;
}
.sidebar /* to control padding above and below image */
{
padding: 20px 0;
margin: 0;
}
/* ====================</SIDEBAR>====================== */

/*===========<TEXT-SIZE & PRINT UTILITY>============ */
#utility
{
	position: absolute;
	top: 249px;
	left: 10px;
	background: url('../images/utility_bg.gif') no-repeat;
	height: 54px;	
	width: 178px;
	z-index: 100;
}
#font_size a, #print_icon a, #font_size a:hover, #print_icon a:hover   /* to banish underlining in IE */ 
{
	text-decoration: none;
}
#font_size
{
	float: left;
	margin-top: 12px;
	margin-right: 18px;
	margin-left: 12px;
}
#print_icon
{
	float: left;
	padding-right: 10px;
	margin-top: 12px;
	border: none;
}
a#print 
{
	display: block;
	width: 28px;
	height: 31px;	
	background-image: url('../images/print.gif');
	background-repeat: no-repeat;
}
a#print:hover
{
	background-image: url('../images/print.gif');
	background-position: left bottom;	
}

/*===========</TEXT-SIZE & PRINT UTILITY>============ */

/* ========<MISCELLANEOUS DIVs>========== */
#skip
{
	display: none;	
}
/* ========</MISCELLANEOUS DIVs>========== */
/* ===============<LISTS>================= */
ul.standard, ol.alpha, ol.numeric
{
	padding: 0 60px 0 60px;
	margin: 0;
	line-height: 150%;	
}
ol.alpha
{
	list-style-type: lower-alpha;
}
ol.numeric
{
	list-style-type: decimal;	
}
ul.none
{
	list-style-type: none;
	line-height: 125%;	
	padding: 4px 10px;
}
.or /* padding for word "or" in list on policy.htm */
{
	padding-left: 10px;	
}
/* ===============</LISTS>================= */
/* ===============<STAFF LOGIN UTILITY>================ */
#staff_login a
{
	background: white;
	border: 1px solid black;
	color: #666666;
	padding: 4px;	
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 30%;
	
}
#staff_login a:hover
{
	color: #5e2612;	
}
/* ===============</STAFF LOGIN UTILITY>================ */
/* ========<DIVS FOR FORM ON STAFF LOGIN PAGE>======== */
.staff_input, .staff_submit
{
margin-left: 30px;	
}
.staff_submit
{
margin-top: 6px;	
}
/* =======</DIVS FOR FORM ON STAFF LOGIN PAGE>======== */
/* =========<STAFF PAGE>=========== */
#banner
{
	display: block important!;
	margin: 0 36px 0 30px;	
}

/* ========</STAFF PAGE>========== */
