﻿input, button, textarea	{
	font-size: 90%;
	background-color: White;
	border: 1px solid Silver;}

* {
	font-family: Calibri, Tahoma, Arial;	
}

p, table
{

	font-size: 12pt;
}

body {
	margin-top:0;
	background-image:url('images/bg.png');
	background-repeat:repeat;
	}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

.Quote {
	padding-left: 30px;
	font-style:italic;
}


/*********************************/
#SubMenu li {
	display:inline;
	padding: 1px 25px 0px 25px
}


#SubMenu {
	margin-left:auto;
	margin-right:auto;
	padding:0;
}


#SubMenu li {
		background-image: url('/images/plane.png');
		background-repeat: no-repeat;
}

#SubMenu ul {
	list-style-type:none;
	display:inline;
	padding:0;
	margin-left:auto;
	margin-right:auto;

}



a.SubMenuLink {
	text-decoration:none;
	font-weight:bold;
	color: black;
	font-size: 1.2em;
	list-style-image:url('/images/plane.png')
}

a.SubMenuLink:hover {
	text-decoration:underline;
}
/*********************************/



/*********************************/

#ClassBSubMenu li {
	display: block;
	padding: 1px 25px 0px 25px
}


#ClassBSubMenu {
/* Used Margin-left here because IE did not listen to the padding setting */
	margin-left:10px;
	margin-right:auto;
	width: 400px;
	float:right;
}


#ClassBSubMenu li {
		background-image: url('/images/plane.png');
		background-repeat: no-repeat;
}

#ClassBSubMenu ul {
	list-style-type:none;
	display:inline;
	padding:0;
	margin-left:auto;
	margin-right:auto;

}

a.ClassBSubMenuLink {
	text-decoration:none;
	font-weight:bold;
	color: black;
	font-size: 1.0em;
	list-style-image:url('/images/plane.png')
}

a.ClassBSubMenuLink:hover {
	text-decoration:underline;
}

/*********************************/


.DisclaimerText {
	font-size: .9em;
	font-style:italic;
}

.Center {
	text-align:center;
}

#HomePageIntro {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0;
}

.NoBorder{
	border: 0;
}

.errorText {
	color: red;
}

#wrapper{
	background-color:#FFFFFF;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	border: thin black solid;
}

.FlyingDestinations {
	height: 100%;
}

#content {
	padding: 10px;
	float: none;
}

.floatRight {
	float:right;

}

.floatLeft {
	float:left;
}

#HomePageImageRotator {

	float:left;
	height: auto;
	width: 60%;
	text-align:center;
}

.HomePageImageText {
	font-size:1em;
}

#HomePageImageText{
	float:left;
	margin: 0 0 0 50px;
	margin-left: 50px;
	text-align:left;
	width: 300px;

}

#HomePageText {
	float: right;
	padding: 0px;
	width: 35%;
}

.imgBorder {
	background:white;
	padding:4px;
	margin: 10px;
	border:1px solid #ddd;
}


#contactForm {
	float:left;
	width: 500px;
}
