/******Up and Away Travel*******/

#hdr {
	width:100%;
	height:123px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(../images/hdrbackgd.gif);
	border-bottom: 0px solid #509ee3; /* #c8dbf1*/
	position:relative;
	float:left;
}

#mnu {
	width:100%;
	background:white;
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	float:left;
}

.topnavsd{
width:100%;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border-bottom: 1px solid #509ee3; /* #c8dbf1*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
position:relative;
float:left;
}

.topnavsd ul{
margin:0px 0px 0px 0px;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding:0px 0px 0px 0px;
list-style: none;
}

.topnavsd li{
display: inline;
margin:0px 1px 0px 0px;
padding:0px 0px 0px 0px;
text-transform:none;
letter-spacing:1px;
}

.topnavsd a{
float: left;
display: block;
font:bold 11px Arial;
color:#333333;
text-decoration: none;
margin:0px 1px 0px 0px; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.topnavsd a:hover{
background-color: #E4E4E4; /* #c8dbf1*/ 
padding-top: 5px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 4px; /*Flip default padding-bottom value with padding-top*/
color: Black;
text-decoration:none;
text-transform:none;
font: bold 11px Arial;
}

.topnavsd .current a{ /** currently selected menu item **/
background-color: #E4E4E4; /* #c8dbf1*/
padding-top: 4px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 4px; /*Flip default padding-bottom value with padding-top*/
color: green;
}


/*********footer*************/
#footer {
	width:100%;
	height:75px;
	border-top: 0px dotted #509ee3; /* #c8dbf1*/
	position:relative;
	float:left;
	background-color:white;
}

.affilogos {
	width: 402px;
	height: 69px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
	float:left;
	border-right: 0px dotted #509ee3; /* #c8dbf1*/
}

.paylogos {
	width: 463px;
	height: 69px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
	float:right;
	border-right: 0px dotted #509ee3; /* #c8dbf1*/
}	

.btlinx {
	font-size:90%;
	width: 960px;
	height: 25px;
	position:relative;
	float:left;
	margin:5px 0px 0px 5px;
	padding:0px 0px 0px 0px;
}


/*********End*************/