/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
}

#wrapper {
	width: 936px;
	border: 1px solid #000;
	margin: 0 auto;
	background-color: #E7E7E7;
}

#topnav {
	background-color: #254669;
	height: 25px;
	line-height: 25px;
	margin-top: -5px;
}

#topnav ul {
	list-style: none;
	height: 20px;
	margin-top: 4px;
}

#topnav li {
	display: inline;
	color: #fff;
	line-height: 20px;
	margin-left: 10px;
	margin-right: 30px;
}

#topnav li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#topnav li a:hover {
	text-decoration: underline;
}

#content {
	padding: 20px;
	width: 500px;
	text-align: justify;
}

#content p {
	font-size: 1.1em;
}

#futherinfo {
	width: 305px;
	margin-top: -400px;
	margin-right: 40px;
	float: right;
	font-size: 1em;
}

#futherinfo1 {
	width: 305px;
	margin-top: -330px;
	margin-right: 40px;
	float: right;
	font-size: 1em;
}

.telephone {
	font-size: 1.1em;
	font-weight: bold;
}


/* Form Styling */
.clear {
  clear: both;
}

#main form {
  font-size: 0.9em;
  font-family: Arial, Verdana, sans-serif;
  width: 80%;
}


/* fieldset styling */
#main fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#main legend {
	font-weight: bold;
	color: #000000;
}

#main form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#main label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#main input {
  width: 200px;
}

#main  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#main  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#main  input:focus, textarea:focus {
	background: #ffc;
}

#main  input.radio {
    float: left;
	margin-right: 1em;
}

#main  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}
