/* CBT South East CSS - Created by David Paul */


/* *** GENERAL *** */

* {
	margin:0;
	padding:0;
	}

body {
	background:#FFF url('images/body-bg.jpg') repeat-x;
	}
	
html {
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	}
	
.floatfix {
	clear:both;
	}

.bold {
	font-weight:bold;
	}
	
a img {
	border:none;
	}
	
/* *** END GENERAL *** */


	
#container {
	width:960px;
	margin:0 auto;
	}
	
/* *** HEADER SECTION *** */
	
#header {
	background:url('images/header-bg.jpg') no-repeat;
	width:960px;
	}
	
#logo {
	margin:161px 0 0 0;
	}
	
#header h1 {
	font-size:1.3em;
	color:#FFF;
	margin:0;
	font-style:italic;
	font-weight:normal;
	}
	
#navigation-container {
		border-bottom:1px solid #b9d4eb;
		border-top:1px solid #3578cf;
		float:left;
		margin-top:20px;
		width:960px;
		}
	
ul#navigation {
	list-style-type:none;
	font-size:1.0em;
	font-style:italic;
	border-bottom:1px solid #2f73cf;
	border-top:1px solid #b9d4eb;
	float:left;
	line-height:25px;
	width:960px;
	}

ul#navigation li {
	margin:0;
	padding:2px 0 0 0;
	display:inline;
	float:left;
	}
	
ul#navigation li.first {
	margin-left:15px;
	}
	
ul#navigation li.last {
	margin-right:0;
	}
	
ul#navigation a  {
	color:#054372;
	text-decoration: none;
	display:block;
	padding:0 15px 3px 15px;
	}
	
ul#navigation a:hover {
	color:#FFF;
	}
	
ul#navigation a.selected {
	color:#FFF;
	background:url('images/home-glow.jpg') no-repeat bottom center;
	}
	
/* *** HEADER SECTION *** */

/* *** CONTENT *** */
	
#content {
	margin:10px 0 7px 0;
	}
	
#left-side {
	width:745px;
	float:left;
	margin-right:15px;
	}	
	
#left-side h1 {
	font-size:1.3em;
	color:#025c9a;
	font-style:italic;
	border-bottom:1px solid #025c9a;
	padding:0 0 2px 0;
	margin:0;
	}
	
#left-side h2 {
	margin:15px 0 0;
	color:#007cd2;
	font-size:1.0em;
	}
	
#left-side p {
	font-size:1.0em;
	color:#666;
	margin:20px 0;
	line-height:140%;
	}
	
#left-side p.first {
	margin-top:0;
	}
	
#left-side p.last {
	margin-bottom:0;
	}
	
#left-side a {
	color:#007cd2;
	}
	
#left-side ul {
	list-style-image:url(images/arrows.gif);
	padding:0;
	margin:0 0 0 30px;
	font-style:italic;
	color:#666;
	}
	
#left-side ul li {
	margin:8px 0px;
	}
	
#left-side .quote-box {
	float:right;
	width:213px;
	margin-top:10px;
	}
	
#left-side .quote-content {
	background:#e1e8f2;
	float:right;
	width:193px;
	margin-right:10px;
	border-left:1px solid #989999;
	border-right:1px solid #989999;
	display:inline; /* This fixes the IE 6 doubled margin bug */
	}
	
#left-side .quote-content p {
	font-style:italic;
	padding:0 10px;
	margin:0;
	}
	
#left-side .quote-content p.quote-author {
	font-size:0.9em;
	color:#989999;
	margin-top:5px;
	}
	
#left-side .disorders {
	margin:0 0 15px 0;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
	}
	
img#vicious-circle {
	margin-left:125px;
	}
	
img#profile-picture {
	margin:20px 0 0 20px;
	}
	
ul#disorders-list {
	list-style-type:none;
	padding:0;
	float:left;
	margin:0;
	}
	
ul#disorders-list li {
	float:left;
	display:inline;
	}
	
/* Contact Form */
#contactForm {
	margin-top: 20px;
	padding:0;
}
#contactForm table {
	font-family:'Arial';
}
#contactForm label {
	display:block;
}
#contactForm input {
	font-size:1em;
	border:1px solid #ccc;
	padding:5px;
	color:#222;
	width:75%;
}
#contactForm input:focus {
	border-color:#666;
}
#contactForm textarea {
	font-size:1em;
	border:1px solid #ccc;
	padding:5px;
	color:#222;
	width:100%;
}
	#contactForm textarea:focus {
		border-color:#666;
	}
#contactForm table td {
	vertical-align:top;
	line-height:1.6em;
	padding:5px;
	font-size:.85em;
}
#contactForm table td.label {
	padding-top:9px;
}
#contactForm table td.code input {
	width:108px;
}
.form-item {
	margin-bottom:10px;
	clear:both;
	overflow:hidden;
}

#contactForm #submit_button {
	width:150px;
	background-color: #025c9a;
	color: white;
	cursor:pointer;
	border-radius:3px;
}
	
#errormsg {
	height:11px;
	font-size:0.7em;
	color:#FF0000;
	display:none;
	margin-bottom:8px;
	}

#ads {
	width:200px;
	float:right;
	}
	
#ads img {
	padding-bottom:15px;
	}
	
#ads a img {
	border:none;
	}
	
#ads .ad-container {
	width:168px;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:15px;
	}
	
#ads .last {
	margin-bottom:0;
	border:none;
	padding:0;
	}
	
#ads img.first {
	margin-top:5px;
	}
	
#ads img.last {
	padding-bottom:0;
	}
	
#footer {
	clear:both;
	text-align:center;
	}
	
#footer p {
	color:#CCC;
	margin:5px 0;
	font-size:0.7em;
	}

/* *** CURVED CORNERS *** */	
	
.tl, .tr, .bl, .br, .more-info-tl, .more-info-tr, .more-info-bl, .more-info-br { 
	font-size: 2px;
	}
	
.tl, .bl, .more-info-tl, .more-info-bl {
	margin-right: 10px;
	}
	
.tl {
	background-image: url('images/tl.gif');
	background-repeat:no-repeat;
	height:10px;
	}

.tr { 
	background-image: url('images/tr.gif');
	background-position: 100% 0; 
	background-repeat:no-repeat;
	height:10px;
	margin-top: -10px;
	font-size:2px;
	}	

.bl {
	background-image: url('images/bl.gif');
	background-repeat:no-repeat;
	height:10px;
	}
	
.br { 
	background-image: url('images/br.gif');
	background-repeat:no-repeat;
	background-position: 100% 0px;
	height:10px;
	margin-top:-10px;	
	}
	
.content-inside {
	padding:5px 15px;
	background:#FFF;
	border-right:1px solid #e3e0e0;
	border-left:1px solid #e3e0e0;
	}	
	
.more-info {
	width:250px;
	margin:0 auto;
	text-align:center;
	font-style:italic;
	margin-top:35px;
	}
	
#content .more-info p {
	margin:0;
	font-size:1.0em;
	}
	
#content .more-info a {
	color:#025C9A;
	text-decoration:none;
	}
	
#content .more-info a:hover {
	text-decoration:underline;
	}
	
.more-info-tl {
	background-image: url('images/more-info-tl.gif');
	}

.more-info-tr { 
	background-image: url('images/more-info-tr.gif');
	}	

.more-info-bl {
	background-image: url('images/more-info-bl.gif');
	}
	
.more-info-br { 
	background-image: url('images/more-info-br.gif');
	}
	
.more-info-inside {
	background:#b9d6e9;
	}
	
#content .contact-request p {
	margin:0;
	font-size:1.0em;
	}

.contact-request {
	padding-bottom:15px;
	border-bottom:1px dotted #CCC;
	margin: 15px 0;
	text-align:center;
	width:100%;
	}
	
/* *** END CURVED CORNERS *** */	
