/* poole counselling css */


body {
	font-size: 100%;
	margin: 0px;
	text-align: center;
	background-color: #B7D8FA;
	color: #1A3A83;
}


/*  main container */
div#surround {
	height: auto;
	width: 758px;
	position: relative;
	margin: 48px auto;
	top: 5px;
	text-align: left;
}
#leftcolumn { 
 margin: 0px 0px 12px 0px;
 padding: 0px;
 height: auto;
 width: 480px;
 float: left;
}
#rightcolumn { 
 float: right;
 margin: 0px 0px 12px 0px;
 padding: 0px;
 height: auto;
 width: 189px;
 display: inline;
}
#highlightcolumn{
	background-color:#1A3A83;
	height: auto;
 width: 150px;
 color: #fff;
 padding: 6px 4px 6px 8px;
 margin-top: 6px;
	}
/*navmain starts */
div#navmain {
	width: 752px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	background:#1A3A83;
	padding: 3px;
	margin-bottom: 24px;
}

* html .navmain {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit navsub width */
  }  
.navmain li {
  display:table-cell;    /* ignored by IE */
  border-left: solid 1px #fff;
  }
* html .navmain li {
  display:inline;        /* for IE only */
  }
.navmain a, .navmain a:visited {
  display:block;         /* for all browsers except IE */
  padding:0 12px;
  color:#ffffff; 
  text-decoration:none;
  }
* html .navmain a, * html .navmain a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.navmain a:hover {
	color:#ffffff;
	text-decoration: underline;
  }

.left {left: 100px;}

.centered {
	margin:0;
	text-indent: 0px;
}
ul.navmain{
	padding: 0;
}
.navmain li.home{
	border-left: none;
	}
/*navmain ends */


 /* text elements start */ 
div#text1 {
}
h1 {
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
}
h2 {
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	line-height: 22px;
}
.textmain {
	font-size: 1em;
	color: #1A3A83;
}
div#textlist {
	position: absolute;
	width: 300px;
	height: 300px;
	left: 110px;
	top: 261px;
}
.textlist
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #638BBE;
	line-height: 0.20em;
	left: 227px;
	position: relative;
	font-weight: bold;
}


/* images */

.logo {height: 78px;
	width: 378px;
	position: absolute;
	right: 50px;
	top: 80px;
}

div#header {
	height: 105px;
	width: 100%;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	margin:0 0 12px 0;
}


/* contact form */
div#contacttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
	position: absolute;
	left: 10px;
	top: 30px;
	z-index: 1;
}
div#contactform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	width: 100%;
}
div#contactbox {
	background-color: #AAD0FD;
	height: 400px;
	width: 400px;
	border: 1px solid #638BBE;
	left: 20%;
	position: absolute;
	top: 20%;
}
input {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #AAD0FD;
}
textarea {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #AAD0FD;
}
.submit_btn
{
   border: 1px solid #AAD0FD;
    font : Verdana, Arial, Helvetica, sans-serif;
}

