body { /* This font-size needed for correct placing of the drop-down in IE */
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 22px;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-left: 0px;
	/*background-image: url(moraira-images/sunsell-background.jpg);*/
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
}

.anavOR:link{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
} 
.anavOR:visited{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
} 
.anavOR:hover{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF8000;
	font-weight: bold;
}  
.anavOR:active{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-weight: bold;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.tableDataLight {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #EEEEEE;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 14px;
	color: #999999; /* #F9F9F9;*/
	display: inline;
	font-weight: normal;
	font-style: italic;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 46px;
	font-weight: 100;
	color: #FF9900;
	display: inline;
}

h2, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #999999;
	display: inline;
}


.td1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

.td2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

#outsidebox {
	height: auto;
	width: 761px;
	
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 0px;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
	/*text-align: left;*/
	border-top: 1px;
	border-top-color: #FF9900;
	border-top-style: solid;
	border-bottom: 1px;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-left: 1px;
	border-left-color: #FF9900;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #FF9900;
	border-right-style: solid;
	background-color: #FFFFFF;
	margin: auto;
	float: center;
}

#menu {
	margin: 0;
	padding: 0;
}
#menu a, #menu h3 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #F0F0F0 #D0D0D0 #909090 #B0B0B0;
	margin: 0;
	padding: 3px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu h3 {
	color: #FFFFFF;
	background: #E8A858;
}

#menu a {
	color: #FFFFFF;
	background: #FF9900;
	text-decoration: none;
	width: 98px; /* 98px */
}

#menu a:hover {
	color: #FFFFFF;
	background: #0000DD;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.content ul { /* all normal lists */
	padding: 2;
	margin: 10;	
}

.content li { /* all normal list items */
	clear: both;
	width: 100%;
	list-style-type: disc;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 94px;
}

#contact_us { /* make this a bit thinner to bring the last menu item inline with the page */
	width:91px;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: #E0DFE3;
}

.content {
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 10;
	border: 0;
	margin: 0;
}

.panel {
	height: auto;
	width: 224px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	float: right;
	text-align: center;
	border: solid #FF9900 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

.panel2 {
	/*height: 400px;*/
	width: 224px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FEF8ED;
	float: left;
	text-align: left;
	border: solid #FF9900 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

#bottom {
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

.plain_box_right {
	padding: 5px;
	float: right;
	height: auto;
	width: auto;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 15px;
}
.flights {
	background-image: url(image/flight-background.gif);
	background-repeat: no-repeat;
	padding: 5px;
	float: right;
	height: auto;
	width: 152px;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 15px;
	text-align: center;
}

.formButton {
	border: 1px solid #2B4C6E;
	font-size: 10pt;
	background-color:#AAAAAA;
	font-weight: bold;
	color: #000000;
	height: 24px;
	width: 100px;
}

.tabLink {
	font-weight: bold;
	color: #FF9900;
	font-size:12px;
	/*line-height: 18px;*/
	font-family: "Verdana", "Arial","MS Sans Serif","sans-serif"
	text-decoration: underline;
}

.tabLink:hover {
	font-weight: bold;
	color: #FF8000;
	font-size:12px; 
	/*line-height: 18px;*/
	font-family: "Verdana", "Arial","MS Sans Serif","sans-serif"
	text-decoration: none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* 

  Secure and Accessible PHP Contact Form v.2.0 Basic Styles by Mike Cherim 

  THESE ARE THE VARIOUS ELEMENTS, CLASSES, IDS, AND SELECTORS YOU MAY NEED FOR STYING THIS FORM

  Anchors or link elements have not been included, but everythig else is :-)

*/



/* for main form wrapping div */

div#gb_form_div { 

  /* not styled on demo page */

}



/* id for the form itself */

form#gb_form { 

  /* not styled on demo page */

}



/* form and results heading size */

.main_formhead, .formhead { 

  font-size : 1.4em; 

  color : #cc9900; 

}



/* outer fieldset - it's common to make this border : 0; */

fieldset#formwrap { 

  background-color : #fefefe; 

}



/* section fieldsets - it's common to make this border : 0; */

fieldset { 

  background-color : #fafafa; 

}



/* form legends and dt "heading" */

legend, dt { 

  font-weight : bold; 

  color : #666;

}



/* main legend at top of the form */

legend#mainlegend { 

  font-size : 1.2em;

  color : #669900; 

}



/* form label text */

label { 

  color : #669900;

}



/* all inputs, select, and textarea */

input.med, input.short, select.med, textarea.textbox { 

  font : 80% 'Trebuchet MS', sans-serif; 

  color : #666; 

  padding : 2px; 

  border : 1px solid #cc9000;

  background-color : #fffffa;

}



/* to make focus stable in IE 6 */

* html input.button { 

  color : #000;  

  border : 1px solid #669900;

  background-color : #cc9900;

}

* html input.button.hover { 

  color : #000;  

  border : 1px solid #000;

  background-color : #cc9900;

}

* html input.button.focus { 

  color : #000;  

  border : 1px solid #000;

  background-color : #cc9900;

}



/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */

input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 

  color : #000;  

  border : 1px solid #000;

  background-color : #fff;

}



/* for the checkbox input */

input.checkbox {

  /* not styled on demo page */

}



/* error heading weight and color - bold is for the error reason text */

span.error, dt.error, strong.error { 

  color : #cd0000; 

  font-weight : bold; 

}



/* success heading color */

span.success { 

  color : #669900; 

  font-weight : bold; 

}



/* privacy and "Why?" small element link sizes (relative to their parent element */

small.privacy, small.whythis { 

  font-size : 80%; 

}



/* set up relativity to position small Why? text */

small.whythis { 

  position : relative; 

}



/* Why? link style */

small.whythis a { 

  text-decoration : underline; 

  font-size : 0.95em;

}



small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 

  text-decoration : none;

} 



/* hide the Why? text span */

small.whythis a span { 

  border : 1px solid #fafafa; 

  background-color : #fafafa; 

  padding : 0 4px 0 4px; 

  color : #fafafa;

  text-decoration : none; 

}



/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */

small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 

  border : 1px solid #000; 

  background-color : #eecc11; 

  color : #000;

  padding : 0 4px 0 4px; 

  text-decoration : none; 

}



/* the link back to me for form credit */

p.creditline { 

  float : right; 

  margin : -17px 0; 

  padding-bottom : 1px; 

  font-size : 80%; 

}



/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */

abbr, .abbr { 

  cursor : help; 

  border-bottom : 1px dotted #999;

}



/* set result color for blockquote dt "heading" */

dl#result_dl_blockq dt, dl.result_dl_blockq dt {

  color : #669900;

}



/* position result blockquote flush with parent */

dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {

  margin-left : 0;

}



/* style the input names in the result */

div#hf_form_div span.items {

  font-weight : bold;

  color : #cc9900;

}




