@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #F5A359;
	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;
}
ul {
	font-size: 12px;
}
ol {
	font-size: 12px;
}
a img {
	border:none;
}
#container {
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/pageBG.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-image: url(../images/headerBG.jpg);
	height: 250px;
	width: 955px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	font-size: 10px;
	color: #616163;
} 
#header img {
	padding-top: 45px;
}

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	text-transform: uppercase;
	line-height: 12px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	color: #616163;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: 10px;
}
#mainContent {
	min-height: 345px;
	height: auto !important;
	height: 345px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 232px;
	background-image: url(../images/blueGradient.jpg);
	background-repeat: repeat-x;
	padding: 0px;
} 
#nicheLinks {
	padding: 0 10px 0 0;
	margin: 0;
} 
#nicheLinks img {
	padding-right: 1px;
	padding-left: 2px;
}

.oneColFixCtrHdr #mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A9D3;
	padding-right: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#mainContent img {
	margin: 7px;
}

#mainContent p {
	font-size: 12px;
	margin: 10px;
	padding-right: 10px;
	line-height: 16px;
}
#mainContent blockquote {
	font-size: 12px;
	margin: 10px;
	padding-right: 10px;
	line-height: 16px;
}
#footer {
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-left: 84px;
	height: 61px;
	padding-top: 2px;
	background-color: #196B90;
} 
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom {
	background-repeat: no-repeat;
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 10px;
	padding: 2px;
	width: 955px;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	margin-top: 5px;
} 
#bottom a {
	color: #FFFFFF;
	text-transform: uppercase;
} 
@font-face {
    font-family: Avante;
    font-style:  normal;
    font-weight: normal;
    src: url(AVANTGA0.eot);
}
.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.normalText a:link{
	color: #4193B8;
}
.normalText a:hover{
	color: #4193B8;
}
.normalText a:active{
	color: #F7CB9E;
}
.normalText a:visited{
	color: #FC9131;
}
.menuHeading {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #636564;
}
.menuHeading a {
	color: #636564;
	text-decoration: none;
}
.menuText {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #636564;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: uppercase;
}
.menuLink {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636564;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: uppercase;
}
.menuLink a {
	color: #636564;
}
.loginText {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636564;
	font-weight: normal;
	letter-spacing: normal;
}
.blueHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004D8C;
	margin-bottom: 15pt;
	clip: rect(auto,auto,56px,auto);
}
.subHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A9D3;
	padding-right: 12px;
}
.specialHeadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #004D8C;
	text-decoration: underline;
	text-align: center;
}
.specialCode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #00A9D3;
	text-align: center;
}
.specialDisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 6px;
	padding-left: 6px;
}
.bestDealsHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #004D8C;
	text-align: center;
	font-style: italic;
}
.bookingDeadline {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #F5A359;
	text-align: center;
	font-style: italic;
}
.pointsHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 5px;
}
.pointsHistory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #FFFFFF;
}
.redeemPoints {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.redeemPoints a {
	color: #FFFFFF;
}
.points {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
}
.videoTitle {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #636564;
	letter-spacing: 1pt;
}
.videoDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.blogTitle {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #636564;
	letter-spacing: 1pt;
}
.blogDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.blogDate a {
	font-weight: bold;
	color: #4391B5;
}

.blogFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.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;
}
#nicheDetails {
	text-align: center;
}
#sidebar1 .blogEntry {
	font-size: 10px;
	padding-top: 2px;
	padding-left: 2px;
	color: #333333;
	margin-top: 3px;
	background: #F2F2F2;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
#searchForm .textField {
	font-size: 11px;
	color: #666666;
	width: 125px;
}

#sidebar1 .blogEntry a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 .blogEntry a:hover {
	color: #000000;
}
#sidebar1 .blogEntry .date {
	font-size: 8px;
	font-weight: normal;
	padding-left: 10px;
}
#sidebar1 .disneyNav {
	background-image: url(../images/disneyNavUp.jpg);
	height: 22px;
	width: 200px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 3px;
}
#sidebar1 .disneyNav:hover {
	background-image: url(../images/disneyNavOver.jpg);
}
#sidebar1 .disneyNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#landingPageLinks {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
}
#landingPageLinks a {
	color: #F5A359;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#landingPageLinks a:hover {
	color: #16688D;
}
#iFrameHeaderLinks {
	font-size: 10px;
	font-weight: normal;
	padding: 5px;
}
#iFrameHeaderLinks a {
	color: #16688D;
	text-decoration: none;
}
#iFrameHeaderLinks a:hover {
	color: #F5A359;
}
#travelOptions h1 {
	color: #16688D;
	font-size: 16px;
	margin: 25px 0px 0px;
	padding: 0px;
}
#travelOptions {
	padding: 0px 12px 12px;
}
#travelOptions h2 {
	margin: 0px;
	padding: 0px;
	color: #17698E;
	font-size: 14px;
	font-style: italic;
}
#travelOptions p {
	margin: 0px;
	padding: 0px;
}
.blueRoundedButton {
	background-image: url(../images/disneyNavUp.jpg);
	height: 22px;
	width: 200px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 3px;
}
.blueRoundedButton:hover {
	background-image: url(../images/disneyNavOver.jpg);
}
#flashGallery {
	text-align: center;
	}#differentiatorTable {
	text-align: center;
	vertical-align: middle;
	background: url(../images/differentiator/graph-back.jpg) no-repeat;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
#differentiatorTable a {
	color: #666666;
}

#differentiatorTable td {
	height: 31px;
}
#differentiatorTable .disclaimer {
	font-size: 10px;
}
#differentiatorTable .categories {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
}
#differentiatorTable .tnrCost {
	color: #F2892D;
	font-size: 14px;
	font-weight: bold;
}
