@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/************** body styles **************/

p{
 font: 12px Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
 text-align:justify; 
}


h1{
 font: bold 12px Verdana, Arial, Helvetica, sans-serif;
 color: #000;
 margin: 0px;
 padding: 0px;
}

h2{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;	
}

h3{
 font: bold 12px Verdana, Arial, Helvetica, sans-serif;
 color: #000033;
}

h4{ font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	text-align: center;	
}

h5{
 font: bold 12px Verdana, Arial, Helvetica, sans-serif;
 color: #990000;
 text-align: left;
}

h6{
 font: bold 11px Verdana, Arial, Helvetica, sans-serif;
 color: #FF0000;
 text-align: center;
}

/***********************************************/
.twoColFixLtHdr #container { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FF9900;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #logo{
	position: absolute;
	top: 35px;
	margin-left: 20px;
	margin-right: 770px;
}
.twoColFixLtHdr #telephone{
	position: absolute;
	top: 48px;
	margin-left: 436px;
	margin-right: 20px;
	
}
/************** utility styles *****************/

.twoColFixLtHdr #utility{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 20px;
	margin-left: 678px;
	margin-right: 20px;
	color: #000066;
	
}

.twoColFixLtHdr #utility a{
	text-decoration: none;
	color: #000066;
}

.twoColFixLtHdr #utility a:hover{
	text-decoration: none;
	color: #33FFFF;
}

/************End Utility Style*******************/

.twoColFixLtHdr #header { 
	background: #FF9900; 
	height: 110px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

/*************** mailform styles ******************/
.twoColFixLtHdr #mailform {
	width:779px;
	height:50px;
	position: absolute;
	top:90px;
	margin-left:10px;
	margin-right:10px;
	z-index:50;
	background: #666666;
	border:solid 1px #000;
	font: 10px Verdana,sans-serif;
	text-align: center;
	padding: 3px 10px 3px 10px;
	
}

.twoColFixLtHdr #mailform p{
font: 10px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
	color: #FFFFFF;
}

/***************end mailform styles*****************/

.twoColFixLtHdr #travelextra{
	position:absolute; 
	top:4000px; 
	width:750px;
	padding: 15px;
	background: #FFF;
}
.twoColFixLtHdr #mainContent { 
	margin: 47px 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
   	padding: 0px 0px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #FFF;
	text-align: left;
	padding: 10px 0px 10px 10px;
	background-color:#000;
}

.twoColFixLtHdr #footer img{
	float: left;
	padding: 5px 10px 2px 10px;
}

.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited {
	background-color: #000000;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixLtHdr #footer a:hover{
	background-color: #000000;
	text-decoration: none;
	color: #33FFFF;
}
.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;
}
/* AddToBookmarks Style Sheet */
/*	<license>
	Script: Add To Bookmarks	
	Version: 1.1
	Homepage: http://www.AddToBookmarks.com
	Author:	Gideon Marken
	Author Blog: http://www.gideonmarken.com/
	Author Work: http://www.markenmedia.com/
	Author Work: http://www.webandaudio.com/
	Date: July 18, 2007
	License: Mozilla Public License 1.1	http://www.mozilla.org/MPL/MPL-1.1.html
	</license>
*/
.addToContent {
 	text-align: left;
 	padding:3px; 
}
.addTo {
	background-color: #FF9900;
	padding:5px; 
	width: 560px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	text-align:left;
}
.addTo img {
	vertical-align: middle;
	padding: 1px 3px 3px 6px;
	cursor:pointer;
}
.addTo dl {
  	background-color: #FF9900;
  	color: #000000;
	margin: 0px;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
.addTo dd {
	display: inline;
	list-style: none; 
	padding:1px; 
	margin: 0px;
	cursor:pointer;
}
.addToAbout{
	display: inline;
	list-style: none; 
	padding:1px; 
	margin:0px;
	font-weight: bold;
	cursor:help;
}
.addToHeader{
	padding:5px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight: bold;
	background-color:#FF9900;
	color:#000000;
	cursor:help;}

/*  the next 2 styles are only for horizontal 2 row layouts */
.addTo2Row {
	background-color: #FF9900;
	padding:1px; 
	width: 600px; height:70px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	margin-left: 20px; 
	margin-right: 100px; 
	text-align:left; 
	overflow:visible;
}
.addToFloat{
	float:left; 
	text-align:left; 
	padding:10px;
	cursor:pointer;
}

/********************* end **********************/
