/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; 	font-family: Century Gothic, sans-serif;}

ul,ol { list-style: none; }


body {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	font-size: 14px;
	font-family: Century Gothic, sans-serif;
	line-height: normal;
	background-color:#fff;
}

#container {
	position:relative;
	top:0px;
	width:1000px;
	height:100%;
	text-align:center;
}

#header {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(images/header.jpg);
	background-position:top;
	width:1000px;
	height:200px;
}

#boeingLogo {
	position: absolute;
	top: 35px;
	width: 150px;
	height: 35px;
	left: 60px;
	background-image: url(images/BoeingLogo.png);
	background-repeat: no-repeat;
	clear: both;
}

#title {
	position: absolute;
	right: 0px;
	clear: both;
	font: normal 40px Century Gothic, sans-serif;
	line-height:36px;
	color: #fff;
	text-align: right;
	margin: 25px 70px 0px 25px;
	width: 750px;
}

#main { 
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:1000px;
	text-align:left;
}


#todo {
	position:relative;
	width:500px;
	height:225px;
	margin-bottom:25px;
	float:left;
}


#todo .img {
	position:relative;
	margin:10px 20px 10px 25px;
	float:left;	
}

#sepBar {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom: 50px;
	width:1000px;
	height:15px;
	background-image:url(images/sep_bar.png);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
}

#nav {
	position:absolute;
	text-align:right;
	list-style: none;
	z-index: 1;
	width: 1000px;
	height: 40px;
	right:0px;
	top:150px;
}

#nav_menu{
	position:absolute;
	right:140px;
	width:900px;
	
}

#nav_menu a{
	position:relative;
	display:block;
	margin: 10px 0px 10px 20px;
	line-height:30px;
	color:#3399cc;
	float:right;
	font-weight:bold;
	text-decoration:none;
}


#nav_menu a:hover, #nav .active {
	color: #86BA2A;
	} 
	
#roster{
	position:relative;
	width:300px;
	height:320px;
	text-align:center;
	padding:15px;
	float:left;
}

#roster img{
	border: medium #82867C solid;
}
.boldTitle {
	font-weight:bold;
}

.boldGreyTitle {
	font-weight:bold;
	font-size:16px;
	color:#555;
}

p {
	line-height: 1.5;
	margin: 0px 25px 0px 25px;
	color:#000;
}

.left {
	text-align:left;
}

a {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}


h1 {
	margin: 20px 25px 0px 25px;
	font: normal 30px Century Gothic, sans-serif;
	color: #3399cc;
}

h2 {
	margin: 20px 25px 0px 25px;
	font: normal 24px Century Gothic, sans-serif;
	color: #3399cc;
}

h3 {
	font: normal 20px Century Gothic, sans-serif;
	color: #FFF;
	margin: 10px 0 4px 0;
}

h4 {
	margin: 5px 25px 0px 25px;
	font: normal 18px Century Gothic, sans-serif;
	color: #3399cc;
}

h5 {
	font: normal 16px Century Gothic, sans-serif;
	color: #FFF;
	margin: 10px 0 4px 0;
}

h6 {
	font: normal 12px Century Gothic, sans-serif;
	color: #000;
	margin: 0px 10px 4px 10px;
}

ul,ol {
	margin: 5px 25px 10px 60px;
}
	
li {
	color:#3399cc;
	list-style:disc;
	list-style-type:
}

li span {
	color:#000;
}

img {border: none;}


#footer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:35px;
	width:1000px;
	text-align:right;
	color:#3399cc;
}

#footer a{
	color:#3399cc;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:none;
}

#footer h6{
	color:#000;
	text-decoration:none;
	font-size:11px;
	margin-right:25px
}


.copyright {
	position:relative;
	text-align:right;
	width:600px;
	right:25px;
	top:10px;
	margin-bottom:25px;
}
.clear{
	clear:both;
}

.imageWrap {
	float:left;
	padding-right:10px;
	padding-bottom:5px;
}


@media all
{
  .page-break  { display:none; }
}

@media print
{
  .page-break  { display:block; page-break-before:always; }
}


div.box {
margin:25px auto;
width:900px;
background-color:#3399cc;
position:relative;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
}

div.box h1 { 
color:#fff;
font-size:18px;
text-transform:uppercase;
padding:5px 0 5px 5px;
}

div.box label {
width:100%;
display: block;
background:#D0D3CA;
padding:10px 0 10px 0;
}

div.box label span {
display: block;
color:#3399cc;
font-size:12px;
float:left;
width:200px;
text-align:right;
padding:5px 20px 0 0;
}

div.box .input_text {
padding:10px 10px;
color:#FFF;
width:250px;
background:#9DA096;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
}

div.box .message{
padding:7px 7px;
color:#fff;
width:350px;
background:#9DA096;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
overflow:hidden;
height:60px;
}

div.box .button
{
margin:0px 0 10px 0px;
padding:4px 7px;
background:#9DA096;
left:220px;
position: relative;
width:100px;
border-bottom: 1px double #000;
border-top: 1px double #000;
border-left:1px double #000;
border-right:1px double #000;
}

.shedule{
	border-width: 4px;
	border-style: solid;
	border-color: #9BA856;
	border-collapse:collapse;
}

.white_text{
	color:#fff;
}

.dateIndent{
	margin-left:50px;
}



#box-table-a
{
	font-size: 12px;
	text-align: center;
	border-collapse:collapse;
}

#box-table-a th
{
	font-size: 13px;
	font-weight: bold;
	background: #9BA856;
	border-top: 2px solid #505B26;
	border-bottom: 1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	color: #fff;
}
#box-table-a td
{
	background: #d5d9c0; 
	border-bottom: 1px solid #fff;
	color: #505B26;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#box-table-a td:hover
{
	background: #bac192;
	color: #505B26;
}


#tentcards { 
	position:relative;
	background-image:url(images/Tent-Cards.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
	width:1000px;
	height:400px;
}

#gallery {
	position:relative;
	width:980px;
	text-align:left;
	margin:10px;
}

#gallery h1,h2,h3{
	margin-left:33px;
	margin-bottom:10px;
}

#gallery h5{
	position:absolute;
	text-align:right;
	width:910px;
	top:0px;
	margin-left:33px;
}

#gallery img{
	margin-left:33px;
	margin-right:0px;
	margin-bottom:30px;
	float:left;
	border:3px;
	border-color:#FFF;
	border-style:solid;
}

#gallery_nav {
	position:relative;
	width:900px;
	text-align:left;
	margin:0px 0px 0px 33px;
}

#gallery_nav a{
	color: #fff;
}

#gallery_nav a:hover{
	color: #C6C;
}

.indentMe {
	position:relative;
	margin-left:20px;
}

.agenda {
	height:50px; line-height:50px; background-color:#3399cc; width:20%; text-align:center;
}

.agenda_body {
 line-height:25px; background-color:#ddd; width:20%; color:#FFFFFF; text-align:center;
}