* {
	margin: 0px;
	padding: 0px;
}

#wrap {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma;
	font-size: 10pt;
	line-height: 14pt;
	background-color: #B1DBDA;
}
body {
	background-image: url(../images/tile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f1efe0;
		
}
p {
	padding-bottom: 11pt;	
}
h1 {
  color: #8D3028;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 8px;
	display: block;
}
h2 {
  color: #8D3028;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
  display: block;
}
h3 {
    color: #8D3028;
	font-weight: bold;
	font-size: 15px;
}
h4 {
    color: #8D3028;
	font-weight: bold;
	font-size: 12px;
}

#wrap #header {
	background-image: url(../images/header2.jpg);
	width: 960px;
	height: 115px;
}
#wrap #header #topNav {
	height: 24px;
	width: 269px;
	margin-right: 55px;
	margin-left: 618px;
  color: #fff;
  text-decoration: none;
  font-size: 9pt;
}
#wrap #header #topNav #account {
  margin-right: 85px;
}
#wrap #header #topNav a {
  color: #fff;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
}
#wrap #header #topNav a:hover {
  text-decoration: underline;
}
#wrap #header #nav {
	height: 36px;
	width: 709px;
	margin-top: 55px !important;
	margin-top: 51px;
	margin-left: 271px;
	z-index: 1;
}
#wrap #content {
}
#wrap #content #left {
	float: left;
	height: auto;
	width: 274px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0D77C;
	background-color: #FFFFCC;
	background-image: url(../images/faux_bg.jpg);
	background-repeat: repeat;
}
#wrap #content #right {
	width: 646px;
	height: auto;
	float: left;
	background-color: #B1DBDA;
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
}
#wrap #content #right #type {
	padding-top: 17px;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0px;
}

#wrap #content #right #bottomRight {
	background-repeat: no-repeat;
	height: auto;
	width: 646px;
	float: left;
	background-color: #B1DBDA;
}
#wrap #content #right #topRight {
	height: auto;
	width: 646px;
	z-index: 1000;
	padding: 10px;
}
#wrap #content #right #bottomRight #typeTitle {
	margin-top: 75px;
	margin-right: 165px;
	margin-left: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #893228;
}
#wrap #content #right #bottomRight #type {
	padding: 0px;
	height: auto;
	margin-left: 25px;
	margin-right: 12px;
}
#wrap #content #right #bottomRight #type #type2 {
	padding-top: 25px;
	padding-left: 12px;
	background-image: url(../images/question.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 500px;
	background-color: #B1DBDA;
}

#wrap #content #right #bottomRight #type #bby {
	float: right;
	color: #333333;
}

#wrap #content #left #leftTop {
	width: 274px;
	background-color: #FFFFCC;
	margin-top: -1px;
}
#wrap #content #left #leftBottom {
	margin-right: 7px;
	margin-left: 7px;
	padding-right: 7px;
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	background-color: #FFFFCD;
	margin-bottom: 0px;

}
#wrap #footer {
	height: 25px;
	width: 766px;
	background-color: #1D5D2D;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 0px;
	margin: 0px;
}
#wrap #content #left #leftBottom #type {
	margin-right: 7px;
	margin-left: 7px;
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
}
#wrap #content #left #leftTop #type {
	margin-right: 7px;
	margin-left: 7px;
	padding-right: 7px;
	color: #1D5D2D;
}
.clear {
	height: 1px;
	width: 780px;
	background-color: #B1DBDA;
	clear: both;
}
.style1 {
	color: #8D3028;
	font-weight: bold;
	font-size: 24px;
	
	}


.specials {
	background-image: url(../images/specials.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 40px;
	font-size: 11px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	line-height: 14px;
}

/* Error formating (from Rails scaffold css)*/
.required-field {
  color: red;
}

.fieldWithErrors {
  padding: 2px;
  background-color: #f0f0f0;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #fa6668;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;

}

#errorExplanation {
  width: 400px;
  border: 2px solid #fbcc68;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;

}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #ff7b00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* Misc */

.spinner {
  background: #fff url('../images/spinner_white.gif') no-repeat center center;
  opacity: 0.75;
	z-index: 2000;
  filter: alpha(opacity: 75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}

#spinner {
/*	padding-top: 20px;*/
}
