/*-------------------------------------------------------------------
HTML
-------------------------------------------------------------------*/
body,td,th,input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #C2B4CD;
	background-image: url(/images/bg-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 7px 0 0 0;
}
form{
	margin: 0;
	padding: 0;
}
a:link{
	color: #0000FF;
}
a:visited{
	color: #6666FF;
}
a:hover,
a:active{
	color: #000099;
}

/*-------------------------------------------------------------------
Framework container w/ shadow
-------------------------------------------------------------------*/
#shadow-top{
	background-image: url(/images/shadow-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 938px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	overflow: hidden;
}
#shadow-rt{
	background-image: url(/images/shadow-rt.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#shadow-bot{
	background-image: url(/images/shadow-bot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#shadow-lt{
	background-image: url(/images/shadow-lt.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#shadow-top-lt{
	background-image: url(/images/shadow-top-lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#shadow-top-rt{
	background-image: url(/images/shadow-top-rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#shadow-bot-rt{
	background-image: url(/images/shadow-bot-rt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#shadow-bot-lt{
	background-image: url(/images/shadow-bot-lt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px 5px 6px 5px;
}
.clearline,
.clearline-white{
	clear: both;
	height: 1px;
}
.clearline-white{
	background-color: #FFFFFF;
}
/*-------------------------------------------------------------------
Header
-------------------------------------------------------------------*/
#header{
	height: 119px;
	overflow: hidden;
	background-image: url(/images/header-tile-lt.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#logo{
	float: left;
	width: 247px;
	padding: 13px 0 0 11px;
}
#tagline{
	float: left;
	width: 313px;
	padding: 80px 0 0 75px;
}
#login{
	float: right;
	width: 261px;
	background-color: #FFFFFF;
	padding: 0 0 0 1px;
}


/*-------------------------------------------------------------------
Navigation BG and Phone Number
-------------------------------------------------------------------*/
#nav-bg{
	background-image: url(/images/nav-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0 33px 0 7px;
	height: 1%;
}
#phone{
	float: right;
	width: 229px;
	height: 1%;
}

/*-------------------------------------------------------------------
2 columns
-------------------------------------------------------------------*/
#content{
	background-color: #F1D8B8;
	margin: 0 1px 0 11px;
}
#content-left{
	background-color: #FFFFFF;
	float: left;
	width: 645px;
	padding: 0 11px 67px 0;
}
#id-graphic{
	padding: 9px 0 0 0;
}
#main-content{
	padding: 20px 22px 0 22px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#main-content h1{
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #4F2970;
}
#main-content h2{
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #4F2970;
}


#content-right{
	float: right;
	width: 256px;
	padding: 0;
	margin: 2px;
	background-image: url(/images/travel-mba-advantage-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*-------------------------------------------------------------------
Textlinks
-------------------------------------------------------------------*/
#textlinks{
	border-top: 1px solid #000000;
	padding: 2em 0 0 0;
	margin: 50px 0 0 0;
	text-align: center;
	font-size: 11px;
}



/*-------------------------------------------------------------------
Travel MBA Advantage
-------------------------------------------------------------------*/
#advantage{
	width: 202px;
	margin: 0 auto;
	padding: 75px 0 0 0;
	font-size: 11px;
	background-image: url(/images/travel-mba-advantage2.gif);
	background-repeat: no-repeat;
	background-position: left 18px;
}
#advantage ul{
	margin: 0 0 1em 23px;
	padding: 0;
	list-style-type: square;
}
#advantage li{
	padding: 0 0 .5em 0;
}


/*-------------------------------------------------------------------
Top Destinations
-------------------------------------------------------------------*/
#destinations{
	width: 212px;
	margin: 17px auto 0 auto;
	padding: 23px 0 0 0;
	font-size: 11px;
	background-image: url(/images/top-destinations2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#destinations ul{
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;
}
#destinations li{
	margin: 0;
	padding: 0 0 1px 0;
	height: 24px;
	overflow: hidden;
}

/*-------------------------------------------------------------------
Quick Form
-------------------------------------------------------------------*/
#quick-form{
	width: 239px;
	margin: 26px auto 0 auto;
	padding: 65px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/form-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #4F2970;
}
#quick-form form{
	padding: 0 19px 25px 19px;
	background-image: url(/images/form-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.quick-form-label{
	float: left;
	width: 41px;
	padding: 3px 0 0 0;
}
.quick-form-field{
	float: right;
	width: 157px;
}
.quick-form-field input{
	width: 151px;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF !important;
	color: #000000;
}
.quick-form-questions{
	clear: both;
	padding: 14px 0 2px 0;
}
.quick-form-textarea textarea{
	width: 194px;
	height: 67px;
	background-color: #FFFFFF !important;
	color: #000000;
	font-size: 11px;
}
.quick-form-submit{
	padding: 14px 0 0 0;
	text-align: center;
}
.quick-form-submit input{
	font-size: 11px;
	font-weight: normal;
	width: 100px;
}

/*-------------------------------------------------------------------
Testimonial
-------------------------------------------------------------------*/
#testimonials{
	width: 195px;
	padding: 5px 0 0 15px;
	margin: 25px auto 0 auto;
	background-image: url(/images/quote-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#testimonials-quote{
	background-image: url(/images/quote-bot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	color: #993300;
}
#testimonials-sig{
	width: 195px;
	padding: 0 0 0 15px;
	margin: 1.5em auto 25px auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #993300;
}
#testimonials-sig strong{
	display: block;
}
