﻿body
{
	background-image: url(images/bgSite.jpg);
	background-repeat: repeat-x;
	background-color: #fafafa;
    margin: auto;
    padding: 0px;
    width: auto;
    color: #000000;
    font-family: Palatino Linotype, Georgia, Verdana, Arial;
    font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

div,  ul, h1
{
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-family: Palatino Linotype, Georgia, Verdana, Arial;
    font-size: 14px;
    font-weight: normal;
}

img 
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

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;}

a
{
    color: #1e255e;
    text-decoration: none;
}
a:hover
{
    color: #bc053a;
    text-decoration: none;
}

.clearDiv {
	clear: both;
	display: block;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
	height: 0px;	
}

/*****************************************************************/

#siteContainer
{
	width: 900px;
	margin: auto;
    border: solid 0px red;
	background-color: #c7daf1;
}

#topContainer
{
	background-image: url(images/bgTop.jpg);
	height: 30px;
}

#headerContainer
{
    position: relative;
    width: 900px;
    height: 378px;
}

#logoWrapper
{
    position: absolute;
    top: 257px;
    left: 17px;
}

#contentContainer
{
    position: relative;
}

#contentContainerInnerHP
{
    float: left;
    overflow: hidden;
    background: #c7daf1 url(images/bgMainContainer.jpg) no-repeat top;
	margin-top: -2px;
}
#contentContainerInner
{
    float: left;
    overflow: hidden;
    background: #c7daf1 url(images/bgMainContainer.jpg) no-repeat top;
	margin-top: -1px;
}
.ie6 #contentContainerInner
{
	margin-top: -5px;
}

#navContainer
{
    border: solid 0px blue;
    float: left;
    width: 215px;
}
#navContainer ul
{
    list-style-type: none;
    padding: 95px 30px 50px 30px;
    text-align: left;
}
#navContainer ul li
{
    padding: 5px 0px 5px 0px;
    border-bottom: solid 1px #1e255e;
}
#navContainer ul li a
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.navOn
{
    color: #bc053a;
}
.navOff
{
    color: #1e255e;
}

#emailFriendContainer
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 30px 0px 20px 0px;
    text-align: center;
    text-decoration: none;
}

#bodyContainer
{
    border: solid 0px green;
    float: left;
    width: 655px;
    padding: 20px 30px 0px 0px;
	background-image: url(images/bgCompass.png);
	background-position: center top;
	background-repeat: no-repeat;
    min-height: 460px;
    height: auto !important;
    height: 460px;
}
.ie6 #bodyContainer
{
	background-image: url(images/bgCompass.jpg);
}

#bodyContainer h1
{
    color: #1e255e;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: capitalize;
}
#bodyContainer h2
{
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
#bodyContainer h3
{
    margin: 0px;
    padding: 0px;
    color: #BC053A;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: underline;
}
#bodyContainer p
{
    margin: 10px 0px 10px 0px;
}
#bodyContainer .imgLeft
{
	border: solid 1px black;
	padding: 0px;
	margin:  0px 10px 5px 0px;
}
#bodyContainer .imgRight
{
	border: solid 1px black;
	padding: 0px;
	margin:  0px 0px 5px 10px;
}
#bodyContainer a
{
    text-decoration: underline;
}
#bodyContainer a:hover
{
    text-decoration: underline;
}
#bodyContainer ul
{
    margin: 10px 15px 10px 15px;
    padding-left: 15px;
    text-align: left;
}
#bodyContainer #MembershipContainer
{
    position: relative;
}
#bodyContainer #MembershipContainer ul
{
    margin-left: 30px;
}
#bodyContainer #NumberedList ul
{
    margin-left: 30px;
    list-style-type: decimal;
}

#TravelEvents a,
#TravelEvents a:hover
{
    text-decoration: none;
}

#PhotoGalleryWrapper img
{
    border: solid 1px #0B1249;
    margin: 4px;
}

.highlight
{
    background-color: Yellow;
}

.highlightOne
{
    background-color: Yellow;
    font-size: 29px;
    font-weight: bold;
}

.highlightTwo
{
    background-color: #FF0000;
    font-size: 18px;
    font-weight: bold;
}

.highlightThree
{
    background-color: Yellow;
    font-size: 14px;
    font-weight: bold;
}

/*************************************************/
/* BEGIN: Newsletter and Membership Form Classes */
/*************************************************/
#newsletterContainer
{
    padding: 0px;
}
#newsletterContainer table
{
    text-align: center;
    width: 100%;
}
#newsletterContainer table td 
{ 
    color: #1e255e; 
    font-size: 11.5px; 
    font-weight: normal; 
    padding: 0px; 
    text-align: center;
}
#newsletterContainer h1
{
    color: #1e255e;
    font-size: 12px;
    font-weight: bold;
}

.FormLabel
{
    text-align: right;
    vertical-align: top;
    padding-right: 15px;
	font-size: 13px; 
}

input, select 
{ 
	color: #000000; 
    font-family: Palatino Linotype, Georgia, Verdana, Arial;
	font-size: 12px; 
	font-weight: normal; 
	margin: 0px 0px 2px 0px;
}

.TextBox 
{ 
	width: 150px;
	margin: 0px 0px 2px 0px;
}

.btnPurchaseProcess,
.btnSubmit
{
	background-color: #1E255E;
	color: #ffffff;
	border: 1px #000000 solid;
    margin-top: 5px;
}

#errMessages div
{
	color: #bc053a;
	font-weight: bold;
	margin-left: 15px;
}
.errMessages div 
{ 
	color:#bc053a; 
	font-weight:bold; 
	margin-left:15px; 
}
.SectionTitle
{
    margin: 0px;
    padding: 5px 0px 5px 0px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.lnkButton
{
    font-size: 12px;
    font-weight: normal;
}

.FormFieldInstructions
{
    font-size: 11px;
    font-style: italic;
}

/*** END: Newsletter and Membership Form Classes ***/

#footerContainer
{
	background-image: url(images/bgFooter.png);
	background-repeat: no-repeat;
	height: 110px;
	margin-top: -20px;
	position: relative;
	z-index: 100;
}
.ie6 #footerContainer
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bgFooter.png', sizingMethod='crop');
}

#footerContent
{
    text-align: center;
    padding: 60px 10px 0px 500px;
}

#CompanyAddress
{
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
}

#CompanyPhone
{
    color: #c7325e;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

#copyrightContainer
{
    font-size: 9px;
    text-align: center;
}
