HTML{
	
	margin:0px;
	
}

BODY{
	
	background-color:#F4E3BA;
	background-image:url("images/canvas.jpg");
	margin:0px;
	
}

#loginDiv{
  float: right;
  position: relative;
  padding-right: 12px;
  padding-top: 8px;
}

#loginDiv A {
  color: white;
}

#loginDiv A:Hover {
	color:#C65314;
}

#center_panel{
	
	position: absolute;
	left:50%;
	background-color:#612B11;
	background-image:url("images/leather.jpg");
	border-left:5px solid #FFFFFF;
	border-right:5px solid #FFFFFF;
	border-bottom:5px solid #FFFFFF;
	border-top:0px;
	text-align:center;
	margin-left:-375px;
	margin-bottom:10px;
	
}

.appWidth {
  width: 750px;
}

.ie8 .appWidth {
  width:725px;
}

* html #center_panel {
	width:750px;
} 

#header_div {
  position:relative;
  z-index:45;
  padding-left:0;
  overflow:hidden;
  width:695px;
  height:223px;
}

#slides {
  position:relative;
  left:1px;
}

#logo_img {
  position:relative;
  margin-top: 20px;
  margin-bottom:-80px;
  z-index:90;
}

#main_panel{	
	background-image:url("images/big_squig.gif");
	background-repeat:no-repeat;
}

.padded{
	
	margin:10px;
	
}

#left_side{
	
	float:left;
	width:400px;
	margin:14px;
	
}

#both_sides{
	
	position:relative;
	width:680px;
	margin-left:12px;
	
}

#right_side{
	
	float:left;
	padding: 5px 10px 0 15px;
	width:205px;;
	
}

h1{

	font-family:Arial;
	font-size:19pt;
	font-weight:900;
	color:#4B352D;
	margin-top:12px;
	margin-bottom:2px;
  padding-left: 10px;
}

h2{

	font-family:Arial;
	font-size:16pt;
	font-weight:700;
	color:#4B352D;
	margin-top:10px;
	margin-bottom:2px;
  padding-left: 10px;
}

h3{

	font-family:Arial;
	font-size:10pt;
	font-weight:900;
	color:#4B352D;
	margin-top:8px;
	margin-bottom:2px;
  text-transform:uppercase;
  padding-left: 10px;
}

.box{

	background-color:#EDD291;
	width:675px;
	border:5px solid #FFFFFF;
	margin:0 20px 10px 20px;
	text-align:left;
	padding-left:20px;
}

.topMargin {
  margin-top:20px;
}

.copy{

	font-family:Verdana;
	font-size:9pt;
	color:#4B352D;
	
}

.tiny{

	font-family:Verdana;
	font-size:8pt;
	color:#4B352D;
	
}


li{

	font-family:Georgia;
	font-size:10pt;
	color:#4B352D;
	
}

.submenu{
	
	font-weight:600;
	font-family:Arial;
	font-size:9pt;
	color:#4B352D;
	
}

	
A{
  color:#C65314;
  text-decoration:none;
}

A:Hover{

	color:#863A10;
	
}

img.thumbnail{

	margin:10px;
	border:1px solid #404040;
	
}


ul.topnav {
    list-style: none;
    margin: 0 0 20px -30px;
}
ul.topnav li {
    padding-bottom: 3px;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
}

ul.topnav a:link, 
ul.topnav a:visited,
ul.topnav a:active {
    text-decoration:none;
    color: white;
    font-weight: bold;
} /* unvisited link */

ul.topnav a:hover {
    text-decoration:none;
    color: white;
} /* mouse over link */

ul.topnav li {
    border: outset;
    margin-bottom: 20px;
    padding: 5px, 0px, 5px, 0px
}

ul.topnav li.current{
  border:inset;
}

ul.topnav li.current a {
  color: #EDD291;
}
	
blockquote {
  margin-top: 0px;
}


/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 20px;
#	line-height: 30px;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    background: #fff repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

#ajaxSearch_form {
  width:120px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#search {
  float: left;
  position: relative;
  display:block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
}

#search input,label {
  width: 200px;
}

#ajaxSearch_input {
  width: 200px;
  height: 32px;
  display: inline;
}

#ajaxSearch_submit, #searchClose, #indicator, #ajaxSearch_output {
  display:none;
}

#registrationForm fieldset, #registrationForm label, #registrationForm  p {
  width: 560px;
}

#registrationForm input, #registrationForm select {
  width: 550px;
}

#registrationForm input[type="submit"] {
  width: 120px;
}


#registrationForm fieldset.group label {
  width: 150px;
  display: inline;
  float: none;
}

 #registrationForm fieldset.group input {
  width: 315px;
  float: none;
  display: inline;
}

 #registrationForm fieldset input[type="checkbox"] {
  width: 25px;
}
