/* @override http://test.launchpadhomes.co.uk/html/style/index.css */

img {
	border-style: none;
}

h1 {
	color: white;
	background-color: #a00313;
	width: 540px;
	height: 29px;
	font-size: 24px;
	background-image: url(../images/h1.png);
	padding-left: 5px;
	padding-right: 5px;
}

h2 {
	color: white;
	background-color: #004700;
	height: 23px;
	background-image: url(../images/h2.png);
	width: 540px;
	padding-right: 5px;
	padding-left: 5px;
}

h3 {
	color: white;
	background-color: #004700;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

h3 {
	color: #feba11;
}

#contact ul {
	list-style-type: none;
	padding: 0px;
}

form#contact.email {
	width: 400px;
	padding: 0px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#contact ul li.text label {
	width: 140px;
	float: left;
}
#contact form ul li.text input, form ul li.text textarea	{
	border: 1px solid #666;
	width: 200px;
	font-family: inherit;
	font-size: inherit;
}

ul#nav {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0;
	color: #1c5300;
}

div#images {
	margin-bottom: 15px;
	height: 150px;
	background: url(../images/topimg.png) -10px;
	border-color: rgba(255,255,255,0.59);
}

#nav li {
	display: inline;
}

#nav li a {
	margin-right: 5px;
	white-space: nowrap;
	text-decoration: none;
	color: #1c5300;
	margin-left: 5px;
}

#nav li a:hover {
	margin-right: 5px;
	white-space: nowrap;
	text-decoration: underline;
}

form {
	margin-top: 10px;
}

#pageTop {
	height: 110px;
	background: url(../images/banner.png) no-repeat 0 46px;
}

div#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

div#menu {
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: auto;
	color: white;
}

div#pageMain {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 50px;
}

div#content {
	float: left;
	width: 550px;
}

div#searchBox {
	float: right;
	margin-top: 23px;
	clear: right;
}

div#callus {
	float: right;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input {
	background-color: silver;
	color: black;
	border: 1px solid black;
}

label {
	color: black;
}

#searchBox form div label {
	color: white;
}



.clear {
	clear: both;
}

div#pageBtm {
	text-align: center;
	bottom: 0;
	width: 100%;
	font-size: 10px;
	height: 20px;
	padding-top: 5px;
	color: white;
	background: #1c5300 repeat-x;
}

#searchBox h5.sideHead {
	margin: 0;
	color: white;
	visibility: hidden;
}

#searchBox form div {
	position: relative;
	top: 5px;
}

#sideBar {
	float: right;
	width: 200px;
}

div#quotes {
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #1c5300;
}

div#testamonials {
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #1c5300;

}

div#news {
	background-color: #f4e8d4;
	padding: 5px 5px 15px;
	border: 2px solid #c78a28;
	margin-bottom: 20px;
}

#quotes p {
	margin-top: 15px;
	font-style: italic;
	font-size: 10px;
}

#news h5 {
	margin-bottom: 5px;
	font-size: 11px;
}

#testamonials p {
	margin-top: 15px;
	font-style: italic;
	font-size: 10px;
}

p {
	margin-top: 0;
}

div#link1 {
	float: left;

	padding: 5px;
	border: 2px solid #c78a28;
}

#link2 {
	width: 200px;
	float: left;
	margin-left: 10px;

	padding: 5px;
	border: 2px solid #c78a28;

}