@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

body > #wrap {height: auto; min-height: 100%;}

#content{
width:930px;
min-height:575px;
margin: 0 auto;
padding-left: 30px;
padding-top: 20px;
background-color:#FFFFFF;
}

#page404{
width:930px;
min-height:300px;
margin: 0 auto;
padding-left: 30px;
padding-top: 20px;
background-color:#FFFFFF;
}

#buycontent{
width:930px;
min-height:400px;
margin: 0 auto;
padding-left: 30px;
padding-top: 20px;
background-color:#FFFFFF;
}

#orderleft{
min-height:200px; width:930px; float:left; margin-bottom:20px;
}


a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color:#0099FF;
	text-decoration: underline;
}
a:active {
	color:#666666;
	text-decoration: none;
}

h3, .who{
color:#0066FF;
font-size:18px;
font-weight:bold;
}

a:focus, img:focus{
border:none;
outline:none;
}


#main {padding-bottom: 116px;}  /* must be same height as the footer */


#footer {position: relative;
	margin-top: -116px; /* negative value of footer height */
	margin-left:auto;
	margin-right:auto;
	height: 116px;
	width: 960px;
	clear:both;
	background-color:#E4EBF1;
	text-align: left;
	overflow:hidden;
}

#nonsticky {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	height: 116px;
	width: 960px;
	clear:both;
	background-color:#E4EBF1;
	text-align: left;
	overflow:hidden;
} 

#BASELINE{
background-color:#C9D7E2;
height:6px;
width:960px;
position:relative;
margin-left:auto;
margin-right:auto;
}

.footersection1, .footersection2, .footersection3, .footersection4{
position:relative;
display:inline-block;
float:left;
font-size:10px;
color:#333333;
padding-top:10px;
}
.footersection1{
width:120px;
padding-left:20px;
height:70px;
}
.footersection2{
width:280px;
padding-left:10px;
padding-top:20px;
height:60px;
}
.footersection3{
width:140px;
padding-left:25px;
padding-top:25px;
height:55px;
}
.footersection4{
width:330px;
padding-left:15px;
padding-right: 15px;
padding-top:20px;
height:60px;
}
#footerbaseline{
text-transform:uppercase;
padding-top:10px;
display:block;
height:30px;
text-align:center;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#header{
margin: 0 auto;
padding: 0;
width:960px;
height:142px;
display:block;
background-image:url(../images/header-sparkles-bg.jpg);
background-color:#003A84;
}

#header:focus{
border:none;
outline:none;
}

#number{display:block; float:left; height:30px; width:823px;}

#contact{display:block; float:left; height:30px; width:69px;}
#contact:hover{background-image:url(../images/sparkles_02.png);}
#contact img{height:30px; width:69px;}

#login{display:block; float:left; height:30px; width:68px;}
#login:hover{background-image:url(../images/sparkles_03.png);}
#login img{height:30px; width:68px;}

#home{display:block; float:left; height:112px; width:553px;}
#home img{height:112px; width:553px;}

#navhome{display:block; float:left; height:40px; width:80px;}
#navhome:hover{background-image:url(../images/sparkles_05.png);}
#navhome img{height:40px; width:80px;}

#navfaq{display:block; float:left; height:40px; width:73px;}
#navfaq:hover{background-image:url(../images/sparkles_06.png);}
#navfaq img{height:40px; width:73px;}

#navlist{display:block; float:left; height:40px; width:69px;}
#navlist:hover{background-image:url(../images/sparkles_07.png);}
#navlist img{height:40px; width:69px;}


#navproof{display:block; float:left; height:40px; width:99px;}
#navproof:hover{background-image:url(../images/sparkles_08.png);}
#navproof img{height:40px; width:99px;}


#navblog{display:block; float:left; height:40px; width:86px;}
#navblog:hover{background-image:url(../images/sparkles_09.png);}
#navblog img{height:40px; width:86px;}


#navorder{display:block; float:left; height:72px; width:198px;}
#navorder:hover{background-image:url(../images/sparkles_10.png);}
#navorder img{height:72px; width:198px;}


#navtour{display:block; float:left; height:72px; width:209px;}
#navtour:hover{background-image:url(../images/sparkles_11.png);}
#navtour img{height:72px; width:209px;}


#board{
background-image:url(../images/bg.jpg);
min-height: 855px;
width: 960px;
margin:auto;
}

#tourbody{
background-image:url(../images/bg.jpg);
min-height: 615px;
width: 920px;
margin:auto;
padding:20px;
}

#proofbody{
min-height: 615px;
width: 920px;
margin:auto;
padding:20px;
padding-left:35px;
}

#faqsleft{
min-height:200px; width:600px; float:left; margin-bottom:20px;
}

#teamcolumn{min-height:180px; width:300px; float:right; margin-bottom:30px;}

.teammember{float:left; text-align:right; width:180px; height:52px; margin-top:10px; margin-bottom:10px; padding-top:20px;}
.job{color:#777777; font-style:italic;}

.teammember a{font-weight:bold; color:#333333; font-size:12px;}
.teammember a:hover{color:#0066FF;}

.teammemberpic{float:right; margin-top:10px; margin-bottom:10px; padding-right:30px;}
.teammemberpic:hover{margin-bottom:15px; margin-top:5px; padding-right:25px; padding-left:5px;}

.teamh2{
color:#333333; font-size:20px; margin-top:10px;}
.job2{color:#777777; font-style:italic; font-size:15px;}

.biobegin{
width:456px;}

#tourinfowrapper{
display:inline;
}

#tourvideo{
float:left;
display:inline;
}
#tourinfo{
display:inline;
border: thin;
border-style:solid;
background-color:#000066;
min-height:338px;
width:348px;
padding: 15px 15px 5px 15px;
background-color:#E4EBf1;
float:right;
overflow: visible;
}

#sociallinks img{
padding:10px 10px 10px 10px;
}

#sociallinks img:hover{
padding:5px 5px 15px 15px;
}

#contactform{
border: thin;
border-style:dashed;
border-color:#999999;
padding:20px;
border-bottom:none;
border-right:none;
}

#contactform textarea{
color:#666666;
width:400px;
height:100px;
margin-bottom:10px;
margin-top:5px;
background-color:#FFFFFF;
padding:5px;
border:thin;
border-color:#CCCCCC;
border-bottom-color:#0066CC;
border-style:solid;
background-color:#FFFFFF;
}

#contactform input{
color:#666666;
width:300px;
margin-top:5px;
margin-bottom:10px;
background-color:#FFFFFF;
padding:5px;
border:thin;
border-color:#CCCCCC;
border-bottom-color:#0066CC;
border-style:solid;
}

#contactform input:focus, #contactform textarea:focus{
color:#000000;
background-color:#FFFFFF;
border:thin;
border-bottom:medium;
border-color:#CCCCCC;
border-bottom-color:#0066CC;
border-style:solid;
}


#proofleft{
min-height:200px; width:600px; float:left; margin-bottom:20px;
}
#proofleft ul{
font-size:14px; line-height:20px; list-style:none; padding-top:15px; padding-left:20px;
}
