/*

CSS Style Name: Abbott Cresswell
Description: Website theme designed by Artishock.
Date: 7/10/2009
Author: Roland Pokrywka
Author URI: http://www.artishock.net/

*/



/*  */
body {
	background: #EFECCA;
	margin:0 auto;
	padding: 0;
	color: #464654;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	}

#page {
	width: 960px;
	margin: 0 auto;
	font-size:1.1em;
	}

h1, h2, h3 {
	color:#444;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	}

h1  {}

h2  {
	margin:0;
	font-size:1.8em;
	}

h3  {}


a, a:visited {
	color: #464655;
	text-decoration: none;
	}

a:hover {
	border-bottom:#046380 solid 1px;
	}

.active {
	color:#046380;
	text-decoration:none;
	}

p 	{
	line-height:1.35em;
	}

.clear {
	clear: both;
	}



/* HEAD */

#header {
	margin: 20px 0 0 20px;
	width: 940px;
	height: 60px;
	}

#logo {
	float:left;
	}
	
#logo a, #logo a img {
	border:none;
	}
		
#menu {
	float:right;
	margin:27px 0 0 0;
	color:#066;	
	font-size: 1.2em;	
	}

#menu .menu, #menu .menuactive {
	margin:0 10px 0 10px;
	}

#menu .menu:hover {
	border-bottom:#046380 solid 1px;
	color:#464655;
	text-decoration:none;
	}

#menu .menuactive, ul li a.menuactive {
	color:#046380;
	border:none;
	cursor:text;
	}


/* NavBar */


#navbar {
	margin: 0;
	padding: 0;}

#navbar ul {
	list-style: none;
	list-style-type:none;
	}

#navbar li {
	float: left;
	list-style: none;
	list-style-type:none;
	}
	
#navbar li a {
	display: block;
	color: #464655;
	text-decoration: none;
	}
	
#navbar li ul {
	display: none; 
	width: 156px; /* Width to help Opera out */
	background-image:url(../images/menubackground.gif);
	background-repeat:no-repeat;
	}
	
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	padding: 19px 10px 10px 10px;
	margin:0 0 0 -24px;
	}
	
#navbar li:hover li, #navbar li.hover li {
	float: none;
	}
	
#navbar li:hover li a, #navbar li.hover li a {
	color: #464655;
	}
	
#navbar li li a:hover {
	border-bottom:#066 solid 1px;
	}

.space {
	width:10px;
	height:10px;
	display:inline-block;}



/* CONTENT */

#content {
	float:left;
	width:958px;
	margin:0 0 20px 0;
	padding:80px 0 30px 0;
	border: 1px solid #CCC;
	background:#FFF;
	font-size: 1.2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


#ct_head {
	float:left;
	width:928px;
	height:200px;
	margin:0;
	padding:0 10px 0 20px;
	background:#046380;	
	}


#ct_head_statement {
	float:left;
	width:280px;
	margin:40px 20px 0 0;
	padding:0;	
	line-height:1.35em;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	}

#ct_head_images {
	float:right;
	margin:0;
	padding:0;
	width:610px;
	height:200px;
	}

.ct_row {
	float:left;
	width:958px;
	margin:80px 0 0 0;
	padding:0;
	}

.ct_box {
	float:left;
	width:419px;
	padding:1px 0 0 0;
	line-height:1.35em;
	}

#ct_left, #ct_left2 {
	margin:0 0 0 20px;
	}

#ct_right, #ct_right2 {
	margin:0 0 0 80px;
	}


ul	{
	margin-bottom:0;
	list-style-image:url(../images/listicon.gif);
	line-height:1.35em;
	}

li	{}



/* PAGES - practice, services, contact */


#ct_c1 {
	float:left;
	width:290px;
	margin:0 0 0 20px;
	padding:0;
	}
	
#ct_c2 {
	float:left;
	width:548px;
	margin:0 0 0 80px;
	padding:0;
	}

.image {
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	border: 1px solid #CCC;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.services {
	width:250px;
	margin:0 0 50px 0;
	padding:0 20px 20px 20px;
	}



/* TESTIMONIALS */

.testimonial {
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	font-style:italic;
	line-height:1.35em;
	}
	
.tilda { text-align:center;
font-size:1.5em;
color:#CCC;}	
	
/*.testimonial:before {
		 content: "\201C";
		 color:#111;
		 font-size:1.2em;
	     }	
.testimonial:after {
		 content: "\201D";
	     }	*/


/* CONTACT - enquiry */

input {
	width:350px;
	height:18px;
	margin-top:1px;
	padding:1px;
	border:#CCC solid 1px;
	border-left:#046380 solid 1px;
	outline:none;
	color:#464654;
	font-size:1.0em;
	}

input:hover, textarea:hover, input:focus, textarea:focus {
	border:#046380 solid 1px;
	}

textarea {
	width:350px;
	height:70px;
	margin-top:1px;
	padding:1px;
	border:#CCC solid 1px;	
	border-left:#046380 solid 1px;
	outline:none;
	color:#464654;
	font-size:1.1em;
	}

.textareacontact {
	width:546px;
	height:100px;
	margin-top:1px;
	padding:1px;
	border:#CCC solid 1px;
	border-left:#046380 solid 1px;
	outline:none;
	color:#464654;
	font-size:1.1em;
	}

.submit {
	width:120px;
	height:22px;
	margin:0;
	border:#CCC solid 1px;
	border-left:#046380 solid 1px;
	outline:none;
	background:#FFF;
	color:#046380;
	font-size:1.0em;
	cursor:pointer;	
	}

.submit:hover {
	background:#046380;
	border:#046380 solid 1px;
	outline:none;
	color:#FFF;	
	}


.contactdetails {
	float:left;
	width:548px;
	margin:0 0 50px 0;
	}

.contacttelephone {
	float:left;
	width:250px;
	}
	
.contactaddress {
	float:left;
	width:250px;
	margin-left:40px;
	}

.contactheading {
	border-bottom:#046380 solid 1px;
	}


/* OFFICE*/

#office_address {
	float:left;
	width:100%;
	}

#office_map {
	float:right;
	width:178px;
	height:120px;
	margin:0;
	padding:0;
	background-image:url(../images/map_small.jpg);
	background-repeat:no-repeat;
	border: 1px solid #CCC;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#office_map:hover {
	cursor:pointer;
	border:#046380 solid 1px;
	}





/* FOOTER */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border-top:#CCC solid 1px;
	}

#footer p {
	margin: 5px;
	color:#464654;
	text-align: center;
	font-size:1.2em;
}

.resolution {
	margin:20px 12px 10px 0;
	text-align:right;
	}

#footer .footersmall {
	margin-top:10px;
	color:#6B6B7F;
	font-size:1.0em;
	}