/*-----------------------------------------------------------------------------
Screen stylesheet for KCP

version:   1.0
author:    Joji Jacob
email:     joji@ennovativecreationz.co.nz
website:   http://www.ennovativecreationz.co.nz
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* Put it back on certain elements */
p, pre, blockquote, fieldset, table {
	line-height: 13pt;
	padding-bottom: 8px;
}

/* Class for clearing floats */
.clear {
	clear:both;
	visibility:hidden;
}
/* Removes styling from all list items */
ul, li {
	list-style:none;
}

h1 {
	font-size: 1.8em;
	color: #2e3293;
	margin-top: 10px;
}

h2 {
	color: #2e3293;
	font-size: 1.2em;
	font-weight:bold;
	background:url(../images/lightblue_bkgd.gif) no-repeat;
	width:400px;
	padding: 4px 5px 4px 20px;
	margin:25px 0 0 0;
}/**/

h3 {
	font-size: 1.1em;
	color: #2e3293;
}

h4 {
	font-size: 1em;
	color: #2e3293;
}
/* pdf icon attached to h5 links */
h5 {
	font-size: 1em;
	font-weight:300;
	color: #000000;
	text-align:right;
	background:url(../images/pdf.gif) no-repeat right center;
	padding: 5px 30px 5px 0;
	margin-right: 30px;
}

/* Style for top of page link */
h6 {
	font-size:0.9em;
	text-align:right;
	margin-right: 10px;
	padding-top:10px;
}

img {
	outline:0;
	border: none;
	margin:0;
	text-decoration: none;
}

form {
	padding: 0;
	width: 0;
	display: inline;
}
/* Style for common tag */
acronym {
	border-bottom: 1px dotted #00460f;
	cursor: help;
}

dfn {
	border-bottom: 1px dotted #00460f;
	cursor:help;
}

blockquote {
	padding: 10px 20px 10px 20px;
	font-size:15px;
	font-weight:bold;
	color:#333333;
}

form {
display:inline;
padding:0pt;
width:0pt;
}
td p {
font-family:Verdana,Helvetica,sans-serif,Arial;
font-size:1em;
line-height:14pt;
padding:5px 0pt;
}
/* external link icon  */
.external {
	background:url(../images/extlink.gif) no-repeat right top;
	padding-right: 10px;

}

/* ----common link ------ */
a:link {
	text-decoration: underline;
	 color: #00460f;
}

a:visited {
	text-decoration: underline;
	color: #00460f;
}

a:hover {
	text-decoration: underline;
	color:#000;
	background-color:#00CC00;
	}

a:active {
	text-decoration: none;
	color: #00460f;
}

/* --------website layout below------------ */

html {
	height: 100%;
}
body {
	color: #000;
	height: 100%;
	font: 67.5% Verdana, Geneva, Arial, helvetica, sans-serif;
	background:url(../images/greengrad20x250.jpg) repeat-x;
}
#container {
	margin:0 auto;
	padding:0 5px 0 5px;
	width:790px;/*reduced by 10px*/
	background-color:#FFFFFF;
}

#header{
	

}

#logo {
	position:relative;
	float:left;

}

#banner {
	position:relative;
	float:left;
}
/*Style for contact us page banner to position clock above it */
#contactbanner {
	position:relative;
	float:left;
	background:url(../images/bannerimages_contact.jpg) no-repeat;
	width:565px;
	height:260px;
}
#bottle {
	position:absolute;
	top: 43px;
	left:5px;
	width:380px;
	height:210px;
	z-index:3;
	margin:0;
	padding:0;
	border:0;
}
#clock {
	position:absolute;
	top: 43px;
	left:347px;
	width:200px;
	height:200px;
	z-index:1;
	margin:0;
	padding:0;
	border:0;
}
#navcontainer {
	position:relative;
	background:url(../images/nav_bkgd.gif) repeat-x;
	width:100%;
	height:40px;

}
#nav {
	position:relative;
	padding:14px 5px 0 20px;
	

}
#nav ul li{
	display:inline;
	padding:2px 8px 2px 8px;
	font-size:1.1em;
	color:#ffffff;
}
/* special style for link to identify current page */
.thispage {
	color:#ffffff;
	background-color:#2e3293;
}


#nav a, #nav a:link, #nav a:active {
	text-decoration: none;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	

}
#nav a:hover {
	text-decoration: none;
	background-color:#FFF;
	color:#000;
	font-size:1.1em;
	font-weight:bold;
}

#home_content {
	margin:20px 0 20px 0;
	padding-bottom: 20px;

}

.contentBrief {
	margin-bottom: 20px;

}
.contentDetail {

}
#conditions {
	position:relative;
	float:left;
	width:235px;
	background-color:#f7f7f7;
	height:100%;
	margin-right:20px;
}
.conditions {
	font-size:1.2em;
	font-weight:bold;
	color:#2d3290;
	background-image:url(../images/home_conditions.jpg);
	background-repeat:no-repeat;
	padding:15px 5px 0 65px;
	height:50px;
	margin:0;
	display:block;
	}
	
#conditions ul li, #treatment ul li {
	/*list-style-image:url(../images/bullet_Blue.gif);*/
	list-style-type:disc;
	list-style-position: outside;
	padding: 0 5px 10px 5px;
	margin-left:15px;
}
#treatment {
	position:relative;
	float:left;
	width:260px;
	background-color:#f7f7f7;
	height:100%;
	margin-right: 20px;
}
.treatment {
	font-size:1.2em;
	font-weight:bold;
	color:#2d3290;
	background:url(../images/home_treatments.jpg) no-repeat;
	background-repeat:no-repeat;
	padding:15px 5px 0 90px;
	height:50px;
	
}
/* Style used for the home page endorsement and form thumbnails */
#home_subcontents {

}
#appointment_home {
	position:relative;
	float:left;
	background-image:url(../images/appointment.jpg);
	background-repeat: no-repeat;
	width:118px;
	height:120px;
	margin-right: 20px;
	

}
#appointment_home h3, #patientForm_home h3 {
	font-size:0.9em;
	padding-top:85px;
}
#patientForm_home {
	position:relative;
	float:left;
	background:url(../images/patientform.jpg) no-repeat;
	width:115px;
	height:120px;
	
}
#acc_home {
	position:relative;
	float:left;
	margin: 30px 40px 25px 10px;
}
#hdanz_home {
	position:relative;
	float:left;
	margin-top: 30px;
}
/* Arrange sub content ie. forms & logos verticaly on right hand side of the page except for home and contact us */
#content {
	float:left;
	margin:20px 0 20px 0;
	padding-bottom: 20px;
	width:640px;/*reduced by 10px*/

}
#content h3 {
	margin-top:10px;
}
.contentDetail img {
	margin: 10px 15px 5px 0;
	/*width:100px;*/
}
.contentDetail p {
	margin: 7px 10px 0 0;
	display:block;
}
#subcontents {
	float:left;
	margin: 10px 5px 0 20px;
}
#appointment {
	position:relative;
	background-image:url(../images/appointment.jpg);
	background-repeat: no-repeat;
	width:118px;
	height:120px;
}
#appointment h3, #patientForm h3 {
	font-size:0.9em;
	padding-top:85px;
	text-align:center;
}
#patientForm {
	position:relative;
	background:url(../images/patientform.jpg) no-repeat;
	width:115px;
	height:120px;
	margin-top:20px;
}
#acc {
	position:relative;
}
#hdanz {
	position:relative;
	margin:15px 0 35px 0;
}

/* Style for footer starts here */
#footer {
	margin:0;
	padding:0;
	width:100%;
	background-color:#f0f0f0;
}
#footer a:link, #footer a:visited{
	text-decoration: underline;
	 color:#666666;
}

#footer a:hover {
	text-decoration: underline;
	color:#000; 
	}

#footer a:active {
	text-decoration: none;
	color: #00460f;
}
#footercontainer {
	margin:0 auto;
	padding:0 5px 0 5px;
	width:800px;
	color:#999999;
	
}
#footernav {
	text-align:center;
	color:#666666;
	font-weight:bold;
	padding: 10px 0 10px 0;
}


/* Style for About Us page */
.physioname {
	font-size:1.1em;
	font-weight:bold;
	color:#2e3293;

}
.physioqualification {
	color:#333333;
	font-style:italic;
	padding-left:30px;
}
/* This style aligns contact information for the physio to the left, should be used for for the first contact info only */
.firstcontactphysio {
	float:left;
}
.contactphysio {
	float:left;
	padding-left:20px;
	margin-bottom:50px;
}
.questions {
	margin:15px;
}

.questions li {
	line-height:22px;
	font-size:1.1em;

}

/* Style for contact page */
#contactcontent {
	float:left;
	margin:20px 0 20px 0;
	padding-bottom: 20px;
}
#contactcontent h2 {
	color: #2e3293;
	font-size: 1.2em;
	font-weight:bold;
	background:url(../images/lightblue_bkgd.gif) no-repeat;
	width:400px;
	padding: 4px 5px 4px 20px;
	margin:0;
}
#formcontainer {
	/*background-color:#f0f0f0;*/
	
	
}

#formcontainer h3 {
	font-size:16px;
	font-weight:bold;
	background: url(../images/formh3BkgdTop.jpg) no-repeat;
	padding: 13px 0 0px 100px;
	margin:0;
	height:40px;
	width:685px;
}
#form {
	/*background: url(../images/formh3Bkgd.jpg) bottom no-repeat;*/
	border:#f0f0f0 dotted 1px;

}
/* Style for the contact form fields */
fieldset {
	margin: 0;
	padding-left:1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}
legend {
	font-weight: bold;
}
label {
	display: block;
}
input {
	width: 200px;
}

input.checkbox {
	float: left;
	margin-right: 1em;
	width: 20px;
	display:inline;
}
input:focus, textarea:focus {
	background: #ffc;
}
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#contactDetails {
	float:left;
	width: 300px;
	margin: 10px;
}
#appointmentRequest {
	float:left;
	width: 380px;
	margin: 10px;
}

.submit {
	float:right;
	margin: 0 335px 30px 0;
}
input.submit {
	width: 100px;
}
select#clinic1, select#clinic2 {
	width:20em;
	border:1px solid #CFCEC8;
	font-size:1em;
}
.newsletter a:hover {
	background:none;
}






 

