@charset 'ISO-8859-1';
@import 'navigation.css';
@import 'layout.css';

*
{
	padding: 0px;
	margin: 0px;
}

img
{
  border: 0px;
}

body
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
}

a
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.hidden
{
	display: none;
}

.clear
{
	clear: both;
}

.margin-bottom
{
	margin-bottom :30px;
}

p
{
  line-height: 1.6em;
}

#index-page p
{
	display: block;
	width: 390px;
	font-size: 90%;
}

#index-page p, #index-page dl
{
	margin: 0px 0px 20px 0px;
}

#feedback-page dt
{
  font-weight: bold;
}

#have-your-say-page p
{
  font-size: 90%
}

#index-page dl
{
	padding: 0px 0px 0px 100px;
}

#contacts-page p
{
  margin-bottom: 25px;
  font-size: 80%;
}

.address
{
  font-weight: bold;
}

.email
{
  color: #6dcff6;
  font-size:80%;
}

.email:hover
{
  color: #2a97c3;
}

#where-it-is-page .col-1 p
{
  font-size: 80%;
}

#where-it-is-page .col-1 img
{
  margin-top: 35px;
}

p span
{
  display: block;
}

#the-proposals-page p
{
  font-size: 70%;
  margin-bottom: 25px;
}

#architecture-thumbs img
{
  float: left;
  clear: both;
  margin: 0px 5px 10px 0px;
}

#architecture-thumbs .col-1
{
  margin: 0px;
  width: 190px;
}

#architecture-thumbs .col-2
{
  width: auto;
  margin: 0px;
}

#architecture-thumbs a
{
  display: block;
  color: #fff;
}

#architecture-thumbs span
{
  float: left;
  font-size: 60%;
  margin-top: 32px;
}

.descriptive-heading
{
  display: block;
  font-size: 70%;
  margin: 8px 0px 20px 0px;
}

.error h3
{
  color: #6dcff6;
}

a#questionnaire-link
{
  padding-top: 40px;
  background: url(../img/red-go-to-button.gif) no-repeat 120px 0px;
}

a#pdf-link, a#questionnaire-link
{
  display: block;
  color: #fff;
  font-weight: bold;
}

a#pdf-link
{
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  background: url(../img/red-go-to-button.gif) no-repeat 0px 50%;
}

#the-proposals-page .col-2 img
{
  margin-bottom: 10px;
}

dt
{
	float: left;
	clear: both;
	margin-right: 15px;
}

#header #logo
{
	float: right;
}

#header #logo a
{
	display: block;
	margin: 32px 30px 17px 0px;
	width: 220px;
	height: 42px;
	background-image: url(../img/moxon-logo_header.jpg);
	background-repeat: no-repeat;
}

#index-page #header #logo a
{
	margin: 80px 50px 70px 0px;
	width: 327px;
	height: 104px;
	background-image: url(../img/moxon-logo_index.jpg);
}

#the-proposals-page h3
{
  font-size: 80%;
  margin-bottom: 20px;
  font-weight: normal;
}

#the-proposals-page .col-1 ul
{
  font-weight: bold;
  font-size: 80%;
  line-height: 1.4em;
  _margin-left: 20px;
}

#the-proposals-page .col-1 li
{
  margin: 0px 0px 5px 0px;
}

#wcc-link
{
  font-size: 80%;
  font-weight: normal;
  text-decoration: underline;
  color: #fff;
}

#have-your-say-page #content
{
	padding-bottom: 20px;
}


.question-container
{
	border: 0px;
	padding: 10px 0px 16px 0px;
	font-size: 80%;
}

#messages
{
  list-style: square outside;
  margin: 20px 35px;
}

#messages span
{
  color: #6DCFF6;
  font-weight: bold;
}

#messages a
{
  color: #fff;
}

#howard-de-walden-logo
{
  clear: both;
  margin: 20px 20px 20px 0px;
  float: right;
	width: 122px;
	height: 77px;
	background: url(../img/howard-de-walden_logo.jpg) no-repeat;
}

#contacts-page #howard-de-walden-logo
{
  right: 0px;
  bottom: 30px; 
}

fieldset
{
	border: 0px;
}

#survey-container h3
{
	font-size: 100%;
	line-height: 1.4em;
}

h3
{
	margin: 0px 0px 8px 0px;
}

#result-container
{
	padding: 0px 40px;
}

.question-container p
{
	display: block;
}

label
{
	margin-left: 4px;
	_margin-left: 0px;
	_font-size: 90%;
}

input[type="radio"], .radio-button
{
	width: 14px !important;
	float: left;
}

form .clear
{
	margin-bottom: 4px;
}

#survey-container input[type="submit"]
{
	float: right;
	background: #000;
	width: 140px;
	height: 40px;
	color: #fff;
	border: 0px;
	font-weight: bold;
}

textarea
{
	margin-top: 10px;
	width: 200px;
}