/*************************

	Mindshare Technologies

	Support:
	Robert Jones <rjones@mshare.net>
	Robert McAllister <rmcallister@mshare.net>
	
	Table of Contents:
	1. Structural Elements
	2. General Elements
	3. Specific - Home

	Notes:

*************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none; }
:focus {
	outline: 0; }
ins {
	text-decoration: none; }
del {
	text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*************************
	Stuctural Elements
*************************/

body {
		font-family: arial, helvetica, sans-serif;
		font-size: 11pt;
		font-weight: bold;
		color: #9A4703;
		background-color: #6A510B; }
		
body {
		padding-bottom: 20px; }

#wrapper {
		margin: 0px auto;
		width: 950px; }
		
#header {
		width: 950px;
		height: 212px;
		background: url( "../images/header90.jpg" ) top left no-repeat; }
		
#content {
		border: 10px solid #F7D340;
		border-top: 0px none;
		border-bottom: 0px none;
		width: 930px;
		min-height:300px;
		height:auto !important;
		height:300px;
		background: #F5DF8C url("../images/sidebar.png") top left no-repeat; }
		
#options {
		padding: 12px 228px 0px 12px; }
		
#options p {
		margin-bottom: 12px;
		line-height: 1.2; }
		
#locations {
		display: none;
		margin-left: 32px; }
		
#feedbackDescription {
		margin-bottom: 15px;
		margin-left: 41px; }
		
#feedbackDescription label {
		font-weight: normal;
		color: #000; }
		
#locationDescription {
		margin-bottom: 8px;
		margin-left: 41px; }
		
#locationDescription label {
		font-weight: normal;
		color: #000; }
		
#locationDescription p {
		margin: 8px 0px 0px 25px;
		font-weight: normal;
		color: #000; }
		
#states {
		margin-left: 67px; }
		
#locations {
		display: none;
		margin-left: 67px; }

		
#next {
		margin: 25px auto 0px auto;
		padding-right: 220px;
		padding-bottom: 20px;
		width: 66px;
		height: 26px; }
		
#footer {
		width: 950px;
		height: 75px;
		background: url( "../images/footer.png" ) top left no-repeat; }

/*************************
	General Elements
*************************/

/*************************
	Specific - Home
*************************/