/*-----------------------------------------------------------------------------
version:   1.0
author:    Tony Crockford
email:     tonyc@boldfish.co.uk  
website:   http://www.boldfish.co.uk/
date:      2006 August 05

Copyright 2006 Tony Crockford All Rights Reserved 
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div{margin: 0; padding: 0;}

/*debug border on all divs*/
/*div{
   border: 1px solid #ccc;
}*/

/* Class for clearing floats */
.clear {
   clear:both;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
   border: 0;
   vertical-align: bottom;
}

/*http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

body{
	font-size: 100.01%;
	background-color: #C0C9D9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 30px;
}



/* =Structural
-----------------------------------------------------------------------------*/
div#container{
   width: 758px;
   margin: 0 auto;
   border: 1px solid #0034AC;
   background-color: #FFF;
   color: #3F3F3F;
   text-align: left;
}


div#selectmenu{
   width: 174px;
   background : transparent url(../images/roundedtop.gif) no-repeat left top;
   color: #FFF;
   float: left;
   display: inline;
   margin: 0 15px;
}

div#selectmenu{
   font-size: 1.2em;
   padding: 1px 0 0 0;
}

div#selectmenu form{
   min-height: 90px;
   margin: 9px 0 0 0;
   padding: 1px 0 10px 0;
   width: 174px;
   background : #00AF8A url(../images/roundedbottom.gif) no-repeat 0 100%;
}


div#selectmenu #individuals{
   font-size: 1em;
   margin: 0 15px 10px 10px;
   width: 80%;
}

div#selectmenu #businesses{
   font-size: 1em;
   margin: 0 15px 0 10px;
   width: 80%;
}

div#selectmenu label{
   margin: 0 10px 3px 10px;
   float: left;
   clear: left;
}


img#headerimage{
   margin-top: -13px;
   margin-right: 15px;
   float: right;
}

div#wrapper{
	position: relative;
	clear: both;
	border: 1px solid #0034AC;
	border-width: 0 0 20px 0;
	min-height: 350px;
	margin-top: -12px;
}

div#content{
   margin: 0 15px 0 205px;
}

#home div#content{
   margin: 0 220px 0 205px;
}

div#sidebar{
   width: 204px;
   float: left;
   display: inline;
   
}

#home div#buttons{
	display: block;
	position: absolute;
	right: 17px;
	top: 0;
}

#home div#buttons img{
   margin-bottom: 15px;
}

div#buttons{
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 120px;
	font-size: 1em;
	line-height: 1.9em;
}
div#buttons p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
div#buttons a{
	text-decoration:none;
	color: #0035AD;
	margin: 0;
	font-weight: bold;
}

div#buttons a:hover{
   text-decoration:underline;
   color: #00AF8A;
}



/* =Typography
-----------------------------------------------------------------------------*/
div#container{
    font-size: 62.5%; /*(1em is now 10px)*/
    line-height: 1.2;
}

div#content p{
   font-size: 1.1em;
   line-height: 1.5;
   margin: 0 5px 15px;
}

div#content ul{
	font-size: 1.1em;
	font-weight: bold;
	color: #22397D;
}

div#content a{
   color: #000066;
   text-decoration: underline;
}

div#content a:hover{
   color: #01A170;
   text-decoration: underline;
}


/* =Headings
-----------------------------------------------------------------------------*/
h1{
   font-size: 1.9em;
   color: #01A271;
   margin: 0 5px 1em;
}
h2{
   font-size: 1.5em;
   color: #059F6F;
   margin: 0 5px 1em;
}


/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/
img#logo{
   float: left;
   margin-bottom: 11px;
   
}

div#header{
   background : #fff url(../images/topbar.png) no-repeat 204px 0;
   padding: 1px 0 0 0;
}

div#headerbottom{
   clear: left;
}





/* =Main Nav
-----------------------------------------------------------------------------*/
div#nav{
   width: 530px;
   float: right;
   display: inline;
   font-size: 1.1em; 
}

div#nav ul{
   list-style-type: none;
   margin: 45px 15px 0 0;
   float: right;
   position: relative;
   z-index: 10;
}

div#nav ul li.last{
   border: none;
}

div#nav ul li{
   border: 1px solid #00B08B;
   border-width: 0 1px 0 0;
   margin: 0;
   padding: 0;
   float: left;
   background-color: #FFF;
}

div#nav ul li a{
   text-decoration:none;
   color: #00B08B;
   margin: 0 11px;
}

div#nav ul li a:hover{
   text-decoration:underline;
   color: #0034AC;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/




/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
   border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
