/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #fff url(../images/wrapper-bg.gif) no-repeat bottom left;
}

#branding {
	height: 175px;
	background: #fff url(../images/branding-bg.gif) no-repeat top left;
}

#home-branding {
	height: 215px;
	background: #fff url(../images/home-branding-bg.gif) no-repeat top left;
}
#statement h1 {
	font-size: 1.4em;
	color: #0D205E;
	float: right;
	width: 575px;
	padding-right: 20px;
	margin-bottom: -10px;
	margin-top: 0;
	text-align: right;
}

#home-statement h1 {
	font-size: 1.4em;
	color: #0D205E;
	float: right;
	width: 375px;
	padding-right: 20px;
	margin-bottom: -10px;
	margin-top: 0;
	text-align: right;
}

#content {
	clear: both;
	margin-top: 50px;
	padding: 20px;
}

#content p {
	line-height: 18px;
}

#content li {
	line-height: 18px;
	margin-bottom: 5px;
}

.mainpictures {
	float: right;
	text-align: center;
	width: 250px;
	font-size: 0.9em;
}


#footer {
	clear: both;
	border-top: 4px solid #0C205D;
	padding-bottom: 4px;
	background-color: #fff;
}

#footer p {
	text-align: right;
	margin-right: 50px;
	font-size: 0.8em;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* Form Styling */
.clear {
  clear: both;
}

#content form {
  font-size: 1.2em;
}


/* fieldset styling */
#content fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#content legend {
	font-weight: bold;
	color: #000000;
}

#content form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#content label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#content input {
  width: 200px;
}

#content  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content  input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#content  input:focus, textarea:focus {
	background: #ffc;
}


#content  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}

.imgpadding {
	border: 0px;
}
#maintenance_label {
	float: left;
	width: 95px;
	line-height: 1.4em;
}

#comments_form input[type="radio"] {
	width: 10px;
	float: left;
}

