#wrapper{width:100%;}
#nav_access {display: none; }
a{color:#ff7300;text-decoration: underline;}
#header p.breadcrumb {display: none;}
#header ul, #footer ul {display: none;}
#content ul{list-style-type:disc;}
.home .col1{width:93%;margin-left: 3%;}
.home .col2{ display: none;}
.home .col3 {display: none;}
.content .col1{display: none;}
.content .col2{width: 93%;margin-left: 3%;}
#wrapper #content .bigsidelinks, .bigstylelinks li{display: none;}
.col3{width:93%;margin-left: 3%;}

input#keywords, input#l159971-159971{
		border: 1px solid #666;
	}
	
	input#l159971-159971{
		width:98%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	input#email-submit{
		float:right;
		background:#fff;
		border:2px solid #ff7300;
		text-transform: uppercase;
		color:#ff7300;
		margin:2px;
	}

	input.standard-submit{
		
		background:#fff;
		border:2px solid #ff7300;
		text-transform: uppercase;
		color:#ff7300;
	}
	
	.sidebox{
		padding:5px 0;
		border-bottom:1px dashed #ff7300;
	}
	
/*Typo*/
	h1, h2{
		font-family: "Trebuchet MS";
		font-weight: normal;
		color:#555;
		margin:0;
		padding:0 0 5px 0;
	}
	
	h1{
		color:#ff7300;
		font-size:220%;
		letter-spacing: -0.5px;
	}

/*Form*/
	form fieldset{
		border:none; clear:both;
	}
	
	form fieldset.textfields label{
		display:block;
		padding:2px 0 2px 2px;
	}
	
	form fieldset.textfields label span{
		display:block;
		float:left;
		width:150px;
		clear:left;
		text-align:right;
		padding:4px;
	}
	
	form fieldset.textfields input, form fieldset.textfields textarea, form fieldset.textfields select{
		border:1px solid #555;
		margin-bottom:2px;
		width:270px;
		float:right;
	}
	
	form fieldset.tickboxes input{margin-left:15px;}
	
	form .submit-button{
		clear:both;
		text-align:right;
	}
	
