body{
      FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
      margin-bottom:0;
}

#whole_page{
width: 50%;
margin: auto;
}

#address_block{
font-family: arial, verdana, helvetica;
font-size: 12px;
color: rgb(136, 136, 136);
}

#notice {
	border: 1px solid green;
	padding: 1em;
	margin: 1em;
	margin-bottom: 2em;
	background-color: lightgray;
	font: bold sans-serif;
	font-size: 18px;
}

.fieldWithErrors {
  margin: 2px;
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  border: 2px solid red;
  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: 12pt;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul li {
  font-size: 11pt;
  list-style: square;
}

#debug {
	margin-top: 1em;
	margin-left: auto;
	}

#debug a, #debug a.visited {
	text-decoration: none;
	color: maroon;
	
}

fieldset.debug_info {

			text-align: left;
			margin: 1em;
			background: #eee;
 }


.debug_dump {
  text-align: left;
  border-top: 1px dashed black;
  background: #ccc;
  margin: 0;
  padding: 0.5em;
}

html fieldset{
	position: relative;
}

html legend{
	position: relative;
	top: -1em;
	left: 0.5em;
}

html fieldset{
	position: relative;
	margin-top:1em;
	padding-top:2em;
	padding-bottom: 2em;
}

fieldset {
	background: #ddd;
}
legend {
	color: white;
	background: maroon;
	padding: .4em 1em;
}
label {
	width: 15em;
	float: left;
	text-align: right;
	margin-right: 0.2em;
	display: block;
}

.form_row {
	white-space: nowrap;
	padding-bottom: .5em;
}

.submit {
	margin-left: 15em;												
}



#bigbox{
	width: 810px; height: 145px;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}

#box2{
	border: 1px solid black; height: 115px; width: 800px; border-spacing: 0px;
}

#box3{
	border: medium none ; width: 100%; background-color: white; padding: 0px; border-spacing: 0px;
}

#banner{
width: 800px; background-image: url(http://www.aviationpacific.info/images/catsBanner.jpg); background-repeat: no-repeat; vertical-align: top; height: 115px;
}

#menubar{
	border-top: 1px solid black; height: 20px; text-align: center;
}

#iframe{
	border-top: 1px solid black; height: 550px; width: 90%; background-color: white; vertical-align: top; text-align: center;
}

#footer{
	border-top: 1px solid black; text-align: center; height: 30px; vertical-align: middle; background-image: url(http://www.aviationpacific.info/images/menuBak.gif);
}


#upper_right_shadow{
height: 24px; width: 10px; background-image: url(http://www.aviationpacific.com/images/company/shadow_upper_right.png); background-repeat: no-repeat; font-size: 1pt;
}

#right_shadow{
height: 590px; width: 10px; background-image: url(http://www.aviationpacific.com/images/company/shadow_right.png); background-repeat: repeat-y; font-size: 1pt;
}

#lower_left_shadow{
	height: 10px; width: 10px; background-image: url(http://www.aviationpacific.com/images/company/shadow_lower_left.png); background-repeat: no-repeat; font-size: 1pt;
}

#bottom_shadow{
	height: 10px; width: 790px; background-image: url(http://www.aviationpacific.com/images/company/shadow_bottom.png); background-repeat: repeat-x; font-size: 1pt;
}

#lower_right_shadow{
	height: 10px; width: 10px; background-image: url(http://www.aviationpacific.com/images/company/shadow_lower_right.png); background-repeat: no-repeat; font-size: 1pt;
}

#content_box{
	width: 650px; height: 100%; border: 0px; padding: 5px; border-spacing: 0px; background-color: white;
}

.content{
	background-color: white;
}

.content h2{
	font-weight: bold;
}

.content p, .content li, .content ul, .content address{
color: #000000;
	font-size: 10pt;
}

#faqs{
	margin-left: 18px;
	margin-top: 30px;
}

.faqsection{
        padding-left: 5px;
	height: 30px; 
	vertical-align: middle; 
	line-height: 30px;
	background-color: rgb(255, 204, 153); 
	text-align: left; 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 10px;
}

.question{

	padding-left: 5px;
	vertical-align: top;
	font-weight: bold; 
	color: rgb(0, 0, 153);
	font-size: 14px;
	margin-bottom: 12px;
}

.answer{

	padding-left: 5px;
        color: #000000;
	font-size: 10pt;
	margin-bottom: 20px;

}


