/* css style sheet for Counselling-London - Jan Woollacott */


*{
	margin: 0;
	padding: 0; /*Get rid of different default values for all*/
}

body  {
	font-size: 80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	background: #999988 url(images/body_bgd.gif) top repeat;
	color: #fff;
  text-align: center; /* Center  container for IE 5* browsers which will not accept margin:auto The text is then set to the left aligned default in the #container selector */
	
	
}


.twoColLiqLtHdr #container { 
	width: 80%;  /* create container 80% of the browser width */
	min-width: 900px;
  max-width: 1400px;
	background: #FFFFFF;
	background-image: url(images/twocolumn.gif);
	background-repeat:repeat-y;
	background-position: 24% 0;
	color:#999988;
	margin: auto; /* auto margins ( with a width) center the page in standards compliant code */
	border-right:  #224466 20px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColLiqLtHdr #header {
	background-color: #224466;
	background-image: url(images/banner.jpg);
	background-repeat:no-repeat;
	background-position: 0% 0%;
	background-attachment: scroll;
  color:#fff;
	height: 150px;
	border-left: #224466 20px solid; 
	
} 

.twoColLiqLtHdr #header_iridology {
	background-color: #224466;
	background-image: url(images/banner_iridology.jpg);
	background-repeat:no-repeat;
	background-position: 0% 0%;
	background-attachment: scroll;
  color:#fff;
	height: 150px;
	border-left: #224466 20px solid; 
	
} 



.twoColLiqLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-size: 118%;  
	font-family:Georgia, "Times New Roman", serif;
	padding:  20px 0 0 140px;
	
}

#header h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 102%;
	color:#bdbfb3;
	padding: 18px 0 0 160px;		 
}
.quote {	
	color:#d0a9e4; 
	font-family:Georgia, "Times New Roman", serif;
	font-style:italic;
	font-size: 100%;
	padding: 10px 0 10px 210px;

}
/*horizontal nav bar*/
div#nav {  
  font-size: 80%;
  letter-spacing: 1px;
  font-weight: bold;
  background-color:#446699;
  border-top: 1px solid #25B4D9;
  padding-right: 10px;
  text-align:right;
  
}
 
div#nav li {
  list-style: none; 
  display: inline;
  text-transform:lowercase; }
  
  
div#nav li a {
  padding: 0 10px 0 10px;
  border-right: 1px solid #417E31;
  text-decoration: none;
  background: #446699;
  }
div#nav li a:link {color:#e1fae3;}
div#nav li a:visited {color:#e1fae3;}
div#nav li a:hover { color: #25B4D9; background:#e1fae3;}

/* Sidebar issues:
1. Working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. 
*/
.twoColLiqLtHdr #sidebar {
	float: left; 
	width: 24%; /* since this element is floated, a width must be given */
	background: #224466; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.twoColLiqLtHdr #sidebar h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 10px 0 10px;
	font-size: 90%;
}

#sidebar li {
	
	padding: 4px 0 4px 0;
	
}

#sidebar ul li h2{
	font-size: 110%;
	color:#d0a9e4;
	font-variant:small-caps;
	font-weight:100;
}
#sidebar a{ 
	text-decoration:none;
	color:#fff;
}

#sidebar a:hover{
	color:#25B4D9;
}

/* Content:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (eg - images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

#content {
	color:#224466;
	padding: 10px 0 10px 10px;

}


#content h2{
	font-family:Georgia, "Times New Roman", serif;
	font-size:120%;
	padding: 20px 0 10px 20px;
	
}

#content h3{
	font-family:Georgia, "Times New Roman", serif;
	font-size:110%;
	font-style: italic;
	padding: 10px 0 5px 20px;
	
}

#content p {
    padding: 0 10px 10px 25px;
}

#content ul {
	padding: 5px 20px 10px 20px;
	margin: 20px 20px 0 20px;
	list-style-position: outside;
	list-style-image: url(images/ul_tick.jpg);
	list-style-type: none;
}
#content ol{
	padding: 10px 20px 30px 20px;
	margin: 20px 20px 0 20px;
	
}

#content li {
	padding: 4px 20px 4px 20px;
}


#content blockquote {
	font-style:italic; 
	font-family:Georgia, "Times New Roman", serif;
	font-size: 100%;
	padding-left: 10%;
	padding-top: 2%;
}

div#content a
{
color: #417E31;
text-decoration: none;
}

div#content a:visited {color:#6699AA;}
div#content a:hover { color: #93549A;}

#content p.yesno { 
text-align:right; 
background-color:#E0E6EF;
padding-top: 5px;
}


#logoline{
  margin:60px 20px 0px 26px;
	text-align:center;
	padding: 5px;
	width: 460px;		
}

#logoline img {
  border: #839CBF 3px solid;
	padding: 2px 3px 2px 3px;	  
}

.twoColLiqLtHdr #content { 
	margin: 0 20px 0 26%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	
} 



dl { padding: 0.2em 0.4em 0.2em 2em; } 
dt { float: left; clear: left; width: 200px; text-align: left; font-weight: bold;  color: #25B4D9; } 

dd { margin: 0 0 0 210px; padding: 0 0 20px 60px; font-style:italic; }


#leftframe {width:50%; float:left; text-align:center;}
#rightframe {width: 50%; float:right; text-align:center;}

.button {
	width: 100px;
	background-color: #224466;
	color:#fff;
	border: #ccc 1px solid;

}

.button:hover {
color:#25B4D9;
}

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #224466;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}


form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 90%;
	
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	width: 90%;
	
}

form.ddfm {
	text-align: left;
	padding: 5px;
	
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	 
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

form.ddfm .submit {
	text-align: center;
	clear: both; 
	width: 97%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 90%;
	clear: both; 
	height: 120px;
	padding-bottom: 10px;
	
	
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}





.twoColLiqLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#224466;
	border-top: #446699 1px solid;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 2% 20%; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#fff;
	text-align:center;
	font-size: 80%;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
		
}
