#frame{
	background: transparent;
}
body {
	background: #af957c;
  	color: black;
  	height: auto;
	margin: 0;
}

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

a:hover {
  text-decoration: underline;
}

h1 {
  text-align: center;
}

h2 {
  padding-top: 5px;
  text-align: center;
}

p {
  
  overflow: hidden;
  padding: 10px 0;
}




#header {

 background: url(../images/header.jpg) no-repeat;
 height:263px;
 width:940px;
 

}
#header img {
	margin-top:30px;
}
#header h1{
font-family: Georgia, serif;
	font-size:170%;
 color:white;
 padding-left:70px;
 text-align:left;
 margin-top:-13px;
}
#topsliver {

 background: white url(../images/topsliver.jpg) no-repeat;
 min-height:10px;
}
#contentframe{
	background: white;
	border-top:2px solid black;
	border-left:2px solid black;
	border-right:2px solid black;
}

#content {

	
	padding: 5px;
	min-height:1000px;
}
#content a {
	color: #48340a;
	font-weight:bold;
}
#left {

	padding:5px;
	min-height:1000px;
	margin-right:0px;
	text-align:center;
	
}


#icons {
	text-align:left;
	width:297px;
	margin-left:10px;
}
#icons img {
	margin:0;
	padding:0;
}

#footer {

 background: black url(../images/footerTop.jpg) no-repeat;
 min-height:63px;
 color:white;


}
#footer p{
	
	text-align:center;
	font-size:85%;
}
#footer p.first {
	margin-top:80px;
}
#footer a {
	font-weight: bold;
	color: white;
}
.form {
	width:100%;
	margin: 0 auto;
	background: #eeeeee;
	border:1px solid silver;
	margin-bottom:10px;
}

dl.zend_form{
	width:96%;
	margin: 0 auto;
	background: #eeeeee;
	border:1px solid #92908a;
	margin-bottom:10px;
	padding:10px;	
	text-align:left;
	min-height:350px;
}

.arrowgreen{
	margin:5px;
	width: 127px;
	height:250px;
	background: black;
	margin-top:7px;

}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font-size: 11px;
	display: block;
	
	padding: 2px 8px 2px 2px;
	text-align:right;
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: white;
}

.arrowgreen li a:hover{
	color: #e44f1a;

}

	
.arrowgreen li a.selected{
	color: white;
}
.center{
	text-align:center;
}
.small{
	font-size:x-small;
}
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}
img.center {   display: block;   margin-left: auto;   margin-right: auto;  }
img.border {border: 2px outset black; padding: 1px;}
.image {
	padding: 2px; 
	border: 2px outset black; 
	margin: 5px;
	text-align:center;
}
p.right {
	text-align:right;
}
p.left {
	text-align:left;
}
p.center{
	text-align: center;
}
img.right {
	float: right;
}
img.left {
	float: left;
	margin:4px;
}
.price{
	width:180px;
	float:right;
	margin:5px;
	text-align:center;
}
blockquote {
	padding-top: 20px;
	overflow: hidden; /* clearfix alternative */
	font-size: 18px;
	line-height: 150%;
	color: #454545;

	margin-bottom:8px;
	padding:10px;

}
blockquote:before {
	display: block;
	float: left;
	margin: 40px 15px 0 0;
	font-size: 100px; /* let's make it a big quote! */
	content: "\2713 ";
	color: #bababa;
	text-shadow: 0 1px 1px #909090;
}
blockquote:after {
	content: none;
	/* could be content:close-quote; but lets keep it clean*/
}
ul.errors {
	list-style: none;
	margin: 0;
	padding-left: 1.5em;
	font-size:small;
	font-weight:bold;
	
	
}
ul.errors li:before {
	content: "\00BB \0020";
	}
ul.errors li {
	margin:0;
	color: red;
	padding: 0;
}
label{
	font-weight: regular;
}
label.required{
	font-weight: bold;
}
label.required:before {
	content: "* ";
	color: #ff0000;
}
input[type=text] {
width: 90%;
}
#faqs{
	margin-bottom:30px;
}
#faqs h3	{ 
	 background: url(../images/bullet.png) no-repeat;
	cursor:pointer; 
	font-size:110%; 
	margin-top:20px;
	padding-left:15px;
}
#faqs h3.active	{ color:#d74646; }
#faqs div { height:0; overflow:hidden; position:relative; }
#faqs div p	{ padding:0; margin-bottom:15px; }
.answer{
	background: #d6d4cb;
	margin: 0;
	padding: 4px;
	width:98%;
	border: 2px solid #48340a;
}