/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Georgia", "Verdana", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#D4D4D4;
  color: #666666;
}

h1 {
  font-size: 1.8em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}

#branding h1 {
  margin: 0;
  height: 157px;
  text-indent: -5000px;
  background: url(../images/header.jpg) no-repeat top left;
}

#branding {
  height: 157px;
  background-color:#b0b0b0;
}

#mainNav {
  list-style: none;
}

#footer {
  background:#fff url(../images/footer.jpg) no-repeat top left;
  height: 179px;
}

#footer_address {
	float: right;
	width: 350px;
	text-align: right;
	font-size: 0.8em;
	margin-top: 90px;
	margin-right: 15px;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 780px;
}

#wrapper {
  width: 780px; 
  margin: 0 auto; 
  text-align: left;
  background: #fff url(../images/left_bg01.gif) repeat-y left top;
}


#content { 
  width: 590px;
  float: right; 
}

#mainNav { 
  width: 175px; 
  float: left; 
} 

#footer { 
  clear: both; 
} 

/* Add some padding
================================== */

#mainNav {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}

#content * {
  padding-right: 20px;
}

#content * * {
  padding-right: 0;
}

/* Main Navigation */

#mainNav {
	font-size: 0.8em;
}

#mainNav h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #000;
}

#mainNav ul {
	margin-left: -20px;
	width: 170px;
}

#mainNav li {
	padding: 4px;
	list-style: none;
}

#mainNav li a {
	display: block;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	background-color: #D8D8D8;
	text-decoration: none;
	color: #000;
}

#mainNav li a:hover {
	background-color: #E6E6E6;
	text-decoration: none;
}

/* Quotations markup */
blockquote {
border-top: dashed 1px #bbb;
border-bottom: dashed 1px #bbb;
width: 95%;
margin: 10px -20px 20px -10px;
background: #fff url(../images/alt_quote_start.gif) 20px 20px no-repeat;
position: relative;
}

#mainContent > blockquote {
margin-right: -60px;
}

p.quoteBody {
color: #363636;
font-size: 145%;
line-height: 1.1em;
font-weight: normal;
padding: 34px 10px 0 95px;
text-align: left;
background: url(../images/alt_quote_end.gif) bottom right no-repeat;
}

p.quoteCite {
color: #9d0a0e;
font-size: 115%;
font-weight: bold;
text-align: right;
padding-right: 15px;
padding-bottom: 10px;
margin-bottom: 0;
}

/* Form Styles */
.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;
}

/* 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: 13em;
	margin-bottom: 6px;
	text-align: left;
	margin-right: 10px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#content input {
  width: 300px;
}

#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  input.radio {
	margin-right: 3em;
	width: 150px;
	height: 25px;
}

.dropdown {
	width: 150px;
}

.checkbox {
	width: auto;
	margin-left: 3px;
	margin-right: 8px;
	clear: both;
}

.checkbox_label {
	width: 100px;
	margin-left: 3px;
	margin-right: 8px;
	clear: both;
}

#content  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}

