﻿/* --- Code Snippets ***
------------------------
min-height: 525px;
height: auto !important;
height: 525px;
------------------------
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/full/path/to/image.png', sizingMethod='crop');
------------------------

Colors: 
#B9120A - Maroon of H1 header
#0B1249 - Dark Blue of main text

/*--- End Code Snippets ***/

* {padding:0; margin:0;}

body
{
	background-image:url(images/bgSite.jpg);
	background-repeat:repeat-x;
    background-color: #a1ccee;
	color: #0B1249;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px;
	width: 962px;
}
img 
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

a:link, a:visited
{
    color: #B9120A;
    text-decoration:none;
}
a:hover
{
    color: #0B1249;
    text-decoration:underline;
}

h1
{
    color: #B9120A;
    font-family: Algerian, Palatino Linotype, Times New Roman;
    font-size: 28px;
	font-style: italic;
    font-weight: bold;
    line-height: normal;
    text-transform: none;
    margin: 0;
    margin-bottom: 20px;
}
h2
{
    color: #0B1249;
    font-size: 16px;
	font-style: normal;
    font-weight: bold;
    margin: 15px 0px 10px 0px;
}
h3, h4, h5, h6
{
    color: #B9120A;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    text-decoration: underline;
}

p
{
    padding: 10px 0px 10px 0px;
    line-height: 16px;
}

ol, ul
{
    padding:0 0 10px 0;
	margin:0;
}
li
{
    margin:0 0 4pt 14pt;
}

input 
{
    margin: 0px 0px 2px 0px;
}

label
{
    margin: 0px 4px 0px 0px;
}

.clear
{
    clear:both;
    font-size:1px;
}

img.tnLeft {border:solid 1px #b9120a; float:left; margin:0px 10px 5px 0px;}
img.tnRight {border:solid 1px #b9120a; float:right; margin:0px 0px 5px 10px;}

.hidden {display:none;}

/************************************************************/

#siteWrapper
{
    position: relative;
    float: left;
	padding-bottom: 15px;
}

#topWrapper
{
    position: relative;
    float: left;
	width: 962px;
}

#logoContainer
{
    float: left;
    padding: 5px 0px 0px 10px;
}

#phoneNumberContainer
{
    float: right;
    padding: 15px 5px 0px 0px;
}

#headerWrapper
{
    position: relative;
    float: left;
    z-index: 50;
	width: 962px;
}

#mainWrapper
{
    background-image:url(images/bgMainBody.png);
    background-repeat: repeat-y;
    position: relative;
    float: left;
    z-index: 10;
/*    margin-top: -60px;*/
    margin-top: -10px;
    width: 962px;
}

#mainWrapperInner
{
    background-image:url(images/bgPassport.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    float: left;
    z-index: 50;
    padding: 40px 5px 0px 6px;
    width: 949px;
    min-height: 660px;
    height: auto !important;
    height: 660px;
}

#mainNavWrapper
{
    float: left;
    padding: 10px 0px 0px 0px;
    position: relative;
    z-index: 25;
}

#mainNavWrapper div
{
    float: left;
}

#mainNavWrapper ul
{
    background-image:url(images/bgMainNav.jpg);
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
    margin: 0px;
    padding: 0px;
    height: 38px;
    width: 942px;
}
#mainNavWrapper li
{
    display: inline;
    list-style: none;
    line-height: 36px;
    margin: 0px 15px 0px 15px;
}
#mainNavWrapper li a
{
    color: #0b1249;
    font-family: Palatino Linotype, Times New Roman;
    font-size: 20px;
    font-weight: bold;
}
#mainNavWrapper li a:hover
{
    color: #b9120a;
    text-decoration: none;
}

#mainContentWrapper
{
    background-color: #fcfcfc;
    background-image:url(images/bgPassport.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    float: left;
    z-index: 90;
    margin: auto;
    min-height: 660px;
    height: auto !important;
    height: 660px;
}

#leftColumn
{
    position: relative;
    float: left;
    width: 228px;
    margin-left: 15px;
}

#generalInfoWrapper
{
    position: relative;
    float: left;
    background-image:url(images/bgGeneralInfo.png);
    background-repeat: no-repeat;
    width: 226px;
    height: 224px;
    padding: 0px 0px 15px 0px;
}
#generalInfo
{
    margin: 47px 5px 5px 15px;
}
#generalInfo ul
{
    margin: 0px 0px 0px 25px;
}
#generalInfo li
{
    list-style-image: url(images/RedArrow.png);
    margin: 0px;
    padding: 0px;
    line-height: 22px;
}
#generalInfo li a
{
    color: #0b1249;
    font-family: Palatino Linotype, Times New Roman;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 5px 0px;
}
#generalInfo li a:hover
{
    color: #b9120a;
    text-decoration: none;
}

#featuredVideoWrapper
{
    position: relative;
    float: left;
    background-image:url(images/bgFeaturedVideo.png);
    background-repeat: no-repeat;
    width: 226px;
    height: 225px;
    padding: 0px 0px 15px 0px;
}
#featuredVideo
{
    margin: 45px auto 5px auto;
    text-align: center;
}

#otherContent
{
    text-align: center;
}

#rightColumn
{
    position: relative;
    float: left;
    width: 705px;
}

#mainContent
{
    position: relative;
    float: left;
    padding: 0px 20px 10px 30px;
}

#offerButtons
{
}

#freeTripOffer
{
    padding: 0px 0px 10px 0px;
}

#specialOffer
{
    background-image:url(images/Newsletter.png);
    background-repeat: no-repeat;
    height: 95px;
    padding: 48px 10px 5px 10px;
}

#mainWrapperBottom
{
    position: relative;
    float: left;
    z-index: 10;
    background-image:url(images/bgMainBodyFooter.png);
    background-repeat: repeat-y;
    width: 962px;
    height: 43px;
}

#PhotoGalleryWrapper img
{
    border: solid 1px #0B1249;
    margin: 4px;
}

#Disclaimer
{
    font-size: 9px;
}

.FormLabel
{
    padding-right: 15px;
    text-align: right;
    vertical-align: top;
}

.btnSubmit
{
	background-color: #1E255E;
	border: 1px #000000 solid;
	color: #ffffff;
	cursor: pointer;
    margin-top: 5px;
}

/**** FOOTER CONTAINER ****/
#footerContainer
{
    position: relative;
	width: 962px;
	margin: auto;
    color: #0B1249;
}

#footerNav
{
    padding-top: 10px;
    font-weight: bold;
    font-size: 9pt;
    text-align: center;
}
#footerNav .Normal
{
    text-align: center;
    font-weight: bold;
    font-size: 9pt;
}

#footerNav p
{margin:0; padding:0;}

#footerNav ul
{
    padding: 5px 0px 5px 0px;
    margin: 0;  
}

#footerNav li
{
    margin: 0;
    padding: 0;
    display: inline;        
}

#footerNav a:link, #footerNav a:visited
{
    color: #0B1249;
}
#footerNav a:hover
{
    text-decoration: none;
	color: #1D4266;
}

#copyright
{
	color: #1D4266;
    font-size: 8px;
	font-weight: normal;
    text-align: center;
}
