﻿/* CSS Document */

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

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

h3 {
	font-size: 1.6em;
	margin-bottom: 5px;
}

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.2em;
}



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

body {
  min-width: 760px;
}

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

#branding {
  height: 150px;
  background-color:#fff;
}

#branding h1 {
  margin: 0;
  height: 107px;
}

#topnav {
	height: 31px;
	margin-top: 5px;
	background: #fff url(../images/nav-bg.gif) no-repeat top left;
}

#topnav ul {
	list-style: none;
	padding-top: 4px;
	font-size: 0.9em;
}

#topnav li {
	display: inline;
	border-left: 1px solid #fff;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}

#topnav li a {
	color: #fff;
	text-decoration: none;
}

#topnav li a:hover {
	text-decoration: underline;
}

#mainNav { 
  width: 200px; 
  float: left; 
  margin-top: 10px;
  background-color: #F1EDEE;
}

#mainNav ul {
	list-style: none;
	margin-left: -40px;
	margin-top: 0px;
}

#mainNav li {
	border-bottom: 1px solid #fff;
}

#mainNav li a {
	display: block;
	width: 195px;
	background-color: #7C010C;
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
}

#mainNav li a:hover {
	background-color: #fff;
	color: #7C010C;
}

#mainNav p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.1em;
}

#mainNav h3 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.1em;
}

#mainNav h3 a {
	text-decoration: none;
	color: #000;
}

#mainNav h3 a:hover {
	text-decoration: underline;
}

#mainNav hr {
	color: #7C010C;
	background-color: #7C010C;
}
#newsfeed li {
	font-size: 1.3em;
	list-style: none;
	margin-bottom: 10px;
}
#content { 
  width: 750px; 
  float: right;
  margin-top: 10px; 
}

#mainContent { 
  width: 510px; 
  margin: 0; 
  float: left; 
  background-color: #fff;
}

#mainContent h1 {
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 1px solid #7c010c;
}

#mainContent h2 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #7c010c;
}

#secondaryContent { 
  width: 200px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 

.center-text {
text-align:center;
}

#offerboxes {
	text-align: left;
}

.arrowsize {
	font-size: 14px;

}
.peach {
	width: 146px;
	margin: 0 auto;
	margin-top: 15px;
}

.peach-top {
	background: #fff url(../images/peach-top.gif) no-repeat top left;
	height: 17px;
}

.peach-content {
	background: #fff url(../images/peach-bg.gif) repeat-y top left;
	color: #fff;
	font-size: 1.1em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.peach-content h3 {
	font-size: 1.4em;
	margin: 0;
}

.peach-content a {
	color: #fff;
	text-decoration: none;
}

.peach-content a:hover {
	text-decoration: underline;
}

.peach-bottom {
	background: #fff url(../images/peach-bottom.gif) no-repeat top left;
	height: 16px;
}

.peach-content p {
	margin: 0;
}

.burgundy {
	width: 146px;
	margin: 0 auto;
	margin-top: 15px;
}

.burgundy-top {
	background: #fff url(../images/burgundy-top.gif) no-repeat top left;
	height: 13px;
}

.burgundy-content {
	background: #fff url(../images/burgundy-bg.gif) repeat-y top left;
	color: #fff;
	font-size: 1.2em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.burgundy-content h3 {
	font-size: 1.3em;
	margin: 0;
}

.burgundy-content p {
	margin:0;
}

.burgundy-content a {
	color: #fff;
	text-decoration: none;
}

.burgundy-content a:hover {
	text-decoration: underline;
}

.burgundy-bottom {
	background: #fff url(../images/burgundy-bottom.gif) no-repeat top left;
	height: 17px;
}

#footer {
  clear: both;
  background-color:#fff;
  border-top: 1px solid #7C010C;
  padding: 1px 10px;
  font-size: 0.8em;
  text-align: right;
  margin-top: 10px;
}

#footer .footer-links {
	text-align: center;
}

#footer .footer-links a {
	color: #7C010C;
	text-decoration: none;
}

#footer .footer-links a:hover {
	text-decoration: underline;
}


/* Form Styling */
.clear {
  clear: both;
}

#mainContent form {
  font-size: 1.4em;
}


/* fieldset styling */
#mainContent fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#mainContent legend {
	font-weight: bold;
	color: #000000;
}

#mainContent form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#mainContent label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#mainContent input {
  width: 250px;
}

#mainContent  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#mainContent  input.radio, input.submit {
  width: auto;
}

#mainContent input.checkbox {
	width: 35px;
}

/* style form elements on focus */
#mainContent  input:focus, textarea:focus {
	background: #ffc;
}

#mainContent  input.radio {
    float: left;
	margin-right: 1em;
}

#mainContent textarea {
	width: 300px;
	height: 100px;
}