﻿/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Georgia", Tahoma, Verdana, sans-serif;
  background-color:#5D410B;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}

h1 { 
	margin-top: 10px;
}


#wrapper {
  background-color: #fff;
}

#branding {
  height: 279px;
  text-align: left;
  background-color: #FBEFCE;
 /* border: 1px solid #5D410B;*/
}

#flash_header {
	height: 244px;
	clear:left;
	background-color: #FBEFCE;
}

#branding h1 {
	text-indent: -5000px;
	height: 279px;
	background: #fff url(../images/header.jpg) no-repeat top left;
}

#navigation {
	height: 29px;
	background: url(../images/navbg.gif) no-repeat top left; 
	text-align: left;
	margin-top: 5px;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

#navigation li {
	display: inline;
	list-style: none;
	margin-right: 40px;
	font-size: 1.2em;
	font-weight: bold;
}

#navigation li a {
	color: #FBEFCE;
	text-decoration: none;
}

#navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer {
  background:#fff url(../images/footerbg.gif) no-repeat top left;
  padding: 1px 20px;
  color: #000;
  font-size: 0.8em;
  border-top: 4px solid #5D410B;
  height: 69px;
}

#footer p {
	margin-top: 30px;
}

.clear {
	clear: both;
}

.img_right {
	width: 200px;
	float: right;
	padding-left: 20px;
}

.img_right img {
	border: 2px solid #292769;
}

.img_left { 
	float: left;
	padding-right: 20px;
}

.img_left img {
	border: 2px solid #292769;
}

.returntotop {
	font-size: 0.9em;
	text-align: right;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  max-width: 1020px; 
  margin: 0 auto; 
  text-align: centre; 
  background-color: #FBEFCE;
}


#content { 
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #5D410B;
  padding: 15px;
  text-align: justify;
  margin-top: 15px;
  margin-bottom: 15px;
}

#footer { 
  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;
	text-align: left;
}

/* 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.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;
}

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


/* Add some padding 
================================== */


#content * {
  padding-right: 20px;
}

#content * * {
  padding-right: 0;
}