/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#EAEAEA;
}

h1 {
  font-size: 2.0em;
  font-weight: normal;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
}

p, li {
  font-size: 1.2em;
}

h1, h2, p {
  margin: 1em 0;
}

.hometext {
	font-size: 1.5em;
}



#wrapper {
  background-color: #fff;
}

#mainNav {
  list-style: none;
  background-color:#eee;
}

#secondaryContent {
  background-color:#eee;
}

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.2em;
}

#footer {
  background-color:#b0b0b0;
  padding: 1px 20px;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  margin-top: 20px;
}

#wrapper {
  width: 900px; 
  margin: 0 auto; 
  text-align: left; 
}

#mainNav { 
  width: 234px;
  background: url(../images/left-bg.gif) no-repeat top left;
  float: left; 
  padding-top: 190px;
  height: 356px;
}

#mainNav img {
	border: 0;
}

#content { 
  width: 666px; 
  float: right; 
  height: 546px;
  background: url(../images/right-bg.gif) no-repeat top right;
}

#mainContent { 
  width: 385px; 
  margin: 0; 
  float: left; 
  padding-top: 95px;
}

#secondaryContent { 
  width: 281px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 

#footer { 
  clear: both; 
} 
/* Form Styling */

.clear {
  clear: both;
}

#content form {
  font-size: 1.4em;
}


/* fieldset styling */

#content fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	margin-left: 0px;
	margin-right: 10px;
}

/* legend styling */

#content legend {
	font-weight: bold;
color: #000000;
}

#content form p {
  	position: relative;
	width: 86%;
	font-size: 0.85em;
}

/* style for  labels */

#content label {
	float: left;
	width: 9em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */

* html .feedback{
  width: 10em;
}

#content input {
  width: 170px;
}

#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.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */

#content  input:focus, textarea:focus {
	background: #ffc;
}

#content  input.radio {
	float: left;
	margin-right: 1em;
}

#content  textarea {
	width: 300px;
	height: 100px;
}