/*
==========================================================================
	
	KPC.CSS | CSS FRAMEWORK
	--------------------------
 	KPC styles
	
	- Khandallah Physiotherapy Centre -
	
	author: Simon Hertnon [simon.hertnon@nakedize.com]
	version: - 14 June 2009 -

	Contents:
	--------------------------
	1  -  Default Typography Sizing, Colours and Margins
	2  -  Main Structural Divisions
	3  -  Global Styles
	4  -  Menu Styles
	5  -  Footer Styles

==========================================================================
1 - Default Typography Sizing, Colours and Margins
==========================================================================
*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th, a:link, a:visited { /* For Nescape 4.0 and other inheritance intolerant browsers */
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.4;
	font-size: 14px;
	text-align:left;
}

p, br, td, il, oi { 
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000; 
	text-decoration: none; 
}

h1 { 
	font-family : Constantia, Cambria, Garamond, Times, Serif;
 	font-size: 120%; 
	text-decoration: none; 
	font-weight: bold; 
	margin-left: 0px; 
	margin-right: 0px;
	margin-top: 6px; 
	margin-bottom: 5px; 
	color : #a20018;
	letter-spacing : 0px;
 	border-bottom : 0px #003f50 solid;
}

h2 { 
	font-family : Constantia, Cambria, Garamond, Times, Serif;
 	font-size: 110%; 
	color: #205d6f; 
	text-decoration: none; 
	line-height: 1.0;
	font-weight: bold; 
	margin: 10px 0px -10px 0px;
}

h3, h4, h5, h6 { 
	font-size: 100%;
	text-decoration: none; 
	font-weight: normal; 
	margin-left: 0px; 
	margin-right: 0px; 
}

a:link, a:visited  {
 	font-size:inherit;
	text-decoration:none;
    color:a20018;
}
a:active, a:hover  {
 	font-size:inherit;
	text-decoration:none;
    color:#666666;
}

/*
==========================================================================
2 - Main Structural Divisions
==========================================================================
*/

/*
==========================================================================
3 - Global Styles
==========================================================================
*/

.referral {
	text-align:center;
	text-transform:uppercase;
}

.emergency {
	color:#d9e4e6;
}

.red-heading { 
	font-size: 100%; 
	color : #a20018;
	font-weight: bold;
	}

.white-heading { 
	font-size: 100%; 
	color : #fff;
	font-weight: bold;
}

.text-box  {
	background-color: white;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
	border: 1px #000 solid;
	margin-left: 15px;
	margin-bottom: 20px;
}

/*
==========================================================================
4 - Menu Styles
==========================================================================
*/

.header  {
	text-align: center;
	color: white;
	text-transform: uppercase;
	line-height : 1.0;
	padding-left: 15px;
	padding-right: 15px;
}

a.headerlink:link,a.headerlink:visited{color:#fff;}
a.headerlink:active,a.headerlink:hover{color:#d9e4e6;}

/*
==========================================================================
5 - Footer Styles
==========================================================================
*/
.footer  {
 	text-align: left;
	font-size : 12px;
	line-height : 1.0;
}
a.footerlink:link,a.footerlink:visited{font-size:12px;color:#a20018;}
a.footerlink:active,a.footerlink:hover{font-size:12px;color:#666;}
/*
