/*
---------------------------------------
LAYOUT
Cascading Style Sheet 		
Author: Lyndsey Pearce		
Version: 1.0				
website: Tenderfoot Presents
email: lyndsey.pearce@cube3media.com
---------------------------------------
*/
@import url(colour.css);
@import url(typography.css);
/*Normalises margin and padding*/
body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, 
th, td  {
	margin: 0;
	padding: 0
}

/*Normalises font sizes for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%
}

/*Removes list-styles from lists*/
ol, ul{
	list-style: none
}

/*Normalises font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal
}

/*Removes cellspacing and cellpadding from tables*/
table{
	border-collapse: collapse;
	border-spacing: 0
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0
}

/*Left aligns test in caption and th*/
caption, th{
	text-align: left
}

/*Removes quotation marks from g*/
q:before, q:after{
	content: ''
}

/*Use html and body to center the design instead of a wrapper div*/
html {
	text-align: center
}

body{
	margin: 0 auto;
	text-align: left;
	width: 760px;
	font-size: 75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 710px
}

#header {
	background: #000;;
	color: #333333;
	float: left;
	height: 90px;
	width: 710px
}

#header span.links {
	float: right;
	color: #fff;
	font-style: italic;
	margin: 5px 10px 0 0;
	font-size: 0.92em
}

#header span.links a{
	text-decoration: none;
	color: #fff;
}

#header img.logo{
	margin: 10px 0 0 10px;
}

#navigation {
	background: #8F8F8F;
	color: #fff;
	float: left;
	width: 710px;
	margin-top: 4px;
	padding: 4px 0 4px 0;
	margin-bottom: 4px;
}

#navigation ul#topnav li{
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 10px 0 10px;
}

#navigation ul#topnav li a{
	text-decoration: none;
	color: #fff;
}

#leftcolumn {
	color: #333333;
	float: left;
	height: 350px;
	width: 150px
}

#leftcolumn ul#sidenav{
	margin: 0 0 12px 0;
}

#leftcolumn ul#sidenav li{
	margin: 10px 0 4px 10px;
}

#leftcolumn ul#sidenav li a{
	text-decoration: none;
	color: #666;
}

#leftcolumn #formhold{
	background-color: #e6e6e6;
	margin: 8px 10px 0 0;
	padding-left:10px;
	padding-top: 5px
}

#leftcolumn #formhold form input.search{
	border: 1px solid #8f8f8f;
	width: 120px;
}

#leftcolumn #formhold form input.subbut{
	background-color: #8f8f8f;
	border: none;
	color: #E6E6E6;
	font-size: 0.8em;
	margin-bottom: 5px;
	margin-top: 5px;
}


#rightcolumn {
	color: #333333;
	display: inline;
	float: right;
	height: 350px;
	position: relative;
	width: 560px;
	margin-top: 8px;
}

#rightcolumn #bigimage{
	margin-bottom: 8px;
}

#rightcolumn #portalhold {
	width: 560px;
	float: right;
}

#rightcolumn #portalhold a{
	text-decoration: none;
	color: #fff;
}

#rightcolumn #portalhold #portal1{
	width: 130px;
	float: right;
	display: inline;
}

#rightcolumn #portalhold #portal2{
	margin: 0 0 0 14px;
	width: 130px;
	float: right;
	display: inline;	
}	

#rightcolumn #portalhold #portal3{
	margin: 0 0 0 13px;
	width: 130px;
	float: right;
	display: inline;	
}

#rightcolumn #portalhold #portal4{
	margin: 0 0 0 13px;
	width: 130px;	
	float: right;
	display: inline;
}

#wrapper #rightcolumn #footer{
	background-color: #e6e6e6;
	color: #8f8f8f;
	margin-top: 5px;
	padding: 3px 0 3px 5px;
	height: 12px;
	width: 560px;
}

/* Styles for extra columns */

#rightcolumn #headhold{
	padding-left:5px;
	margin-bottom: 7px;
	background-color: #8f8f8f;
}

#rightcolumn #centre{
	width: 400px;
	float: left;
}

#rightcolumn #logos{
	width: 156px;
	/*height: 450px;*/
	float: left;
}

/**************** FORM STYLES ********************/

fieldset {
  padding: 1em;
  /*font:80%/1 sans-serif;*/
  font-size: 0.92em;
  }
  
span.required{
	font-size:0.92em;
	margin-left: 10px;
	color: #666;
}
  
  
form#contact {
	background-color: #e6e6e6;
	width: 390px;
}
  
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  }
  
 form#contact input {
 	border: 1px solid #D6D6D6;
	padding:3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 0.9em;
	width: 194px;
 }
 
  form#contact textarea {
 	border: 1px solid #D6D6D6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: -7px;
	font-size: 1.1em;
	width: 200px;
	height:100px;
 }
 
form#contact input.submitbut {
 	margin:0 0 0 100px;
	 background-color:#8f8f8f;
    border: 1px solid #666666;
	 font-weight:bold;
    color:#fff;
	 font-size:1.1em;
	 cursor: pointer;
 }
/************** FORM VALIDATION STYLES******************/

fieldset #advice-required-fname.validation-advice{
	background-color: #ffdfdf;
	color: #A60000;
	margin-left:100px;
	margin-top:5px;
	border: 1px dashed #eaccbb;
	padding: 5px 0 5px 5px;
	width: 194px;
}

fieldset #advice-required-sname.validation-advice{
	background-color: #ffdfdf;
	color: #A60000;
	margin-left:100px;
	margin-top:5px;
	border: 1px dashed #eaccbb;
	padding: 5px 0 5px 5px;
	width: 194px;
}

fieldset #advice-required-email.validation-advice{
	background-color: #ffdfdf;
	color: #A60000;
	margin-left:100px;
	margin-top:5px;
	border: 1px dashed #eaccbb;
	padding: 5px 0 5px 5px;
	width: 194px;
}

fieldset #advice-validate-email-email.validation-advice{
	background-color: #ffdfdf;
	color: #A60000;
	margin-left:100px;
	margin-top:5px;
	border: 1px dashed #eaccbb;
	padding: 5px 0 5px 5px;
	width: 194px;
}

/*=zoom search facilty*/
div#searchBox{color:#8F8F8F;font-size:0.92em;line-height:18px;margin:10px 10px 10px 0pt;width: 380px!important;}

div.searchheading{font-size:0.92em;line-height:18px;margin:10px 10px 10px 0pt;}

div#searchBox input{border: 1px inset #666666;padding: 3px;color: #333333;}

div#searchBox select{border: 1px inset #666666;padding: 3px;color: #333333;width: 50px;margin: 10px 0 0 128px;}

div#searchBox form{color: #333333;}

div#searchBox input.zoom_button{border: 1px solid #666666;padding: 3px;width: 60px;}
div#searchBox input.zoom_and{vertical-align: middle;margin: 0 5px 0 0;}

div.results{color:#8F8F8F;font-size:0.92em;line-height:18px;margin:10px 10px 10px 0pt;}

div.results div.summary{color: #8F8F8F;}
div.results div.infoline{color: #333333;}


div.results a{color:#333333;font-size:0.92em;line-height:18px;}

p a{
color: #333333;
}
