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

body {
  font: 62.5%/1.6 Tahoma, Verdana, sans-serif;
  background-color:#D4D4D4;
}

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

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

p, li {
  font-size: 1.3em;
  text-align: justify;
}

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

#mainNav p {
	margin: 0;
	margin-left: 14px;
}

#branding h1 {
  margin: 0;
}

#branding {
  height: 149px;
  background:#b0b0b0 url(../images/branding-bg.gif) repeat-x top left;
}

#footer {
  background:#fff url(../images/footer-bg.gif) repeat-x top left;
  padding: 1px 20px;
}

#footer p {
	text-align: right;
	color: #fff;
	font-size: 1.2em;
}

.pic-thumbnail {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.1em;
}

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

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

#wrapper {
  width: 980px; 
  margin: 0 auto; 
  text-align: left;
  background: #fff url(../images/page-bg.gif) repeat-y left top;
}


#content { 
  width: 720px;
  float: right; 
  margin-bottom: 15px;
}

#mainNav { 
  width: 240px; 
  float: left; 
} 

#footer { 
  clear: both; 
} 

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

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

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

/* Main Nav Styling */

#mainNav ul {
	list-style: none;
	margin-left: 25px;
	color: #fff;
}

#mainNav li {
	font-size: 1.4em;
}

#mainNav li ul li {
	font-size: 1.0em;
}

#mainNav li a {
	text-decoration: none;
	color: #fff;
	display: block;
	background-color: #2F5C88;
	width: 150px;
	padding-left: 10px;
}

#mainNav li a:hover {
	background-color: #0C3053;
}

#mainNav .offset {
	margin-left: -10px;
}

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

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


