/* CSS Document */

/* JOEY GREEN CSS - January 4, 2013 */

body {
	background-image: url(../images/blue_background.jpg);
	background-repeat: repeat;
}

/* All standard divs on site */
#wrap {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}

#navigationbar {
	background-color:#000066;
	width: 1100px;
	list-style-type: none;
	margin: 0;
    padding: 0;
    overflow: hidden;
}

nav {
    float: left;
	font: bold 13px/150% Arial, Helvetica, sans-serif;
	text-align: center;
	border-right: 1px solid #bbb;
}

nav:last-child {
    border-right: none;
}

nav a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav a:hover:not(.active) {
    background-color:#06C;
}

.active {
    background-color: #4CAF50;
}

iframe {
	border-style:none;
	text-align: right;
	padding-bottom:20px;
	padding-left:20px;
}

#containertop {
	background-color:#F90;
	width: 1040px;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	text-align:left;
	margin-bottom: 0px;
}

#containermidsection {
	display: -webkit-flex; /* Safari */
    display: flex;
	display: box;
	box-orient: horizontal;
	width: 1100px;
	padding-bottom: 0px;
}
	
#containermidleft {
	box-flex: 1;
	width: 800px;
	background-color:#FFCC33;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;	
}

#presskit {
	box-flex: 1;
	background-image: url("images/violet_hblend_595.jpg");
	text-align:center;
	width: 300px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

#containermidright {
	display: box;
	box-orient: vertical;
	box-flex: 1;
	width: 300px;
	background-image: url("images/violet_hblend_595.jpg");
	text-align:center;
	padding-bottom: 0px;
	padding-top: 10px;
}
	
#readytobookheadline {
	box-flex: 1;
	background-color:#F00;
	width: 300px;
	float: left;
	padding-bottom: 10px;
	padding-top: 0px;
}

#readytobook {
	box-flex: 1;
	background-color:#FFF;
	width: 275px;
	border-color:#F00;
	border-style:solid;
    border-size:3px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.titlephoto {
	margin: 0px;
	border:none;
}
		
#containerbottomsection {
	display: -webkit-flex; /* Safari */
    display: flex;
	display: box;
	box-orient: horizontal;
	width: 1040px;
	padding-bottom: 0px;
}

#topvideocontainer {
	display: -webkit-flex; /* Safari */
    display: flex;
	display: box;
	box-orient: horizontal;
	width: 1040px;
}

#leftvideo {
	display: box;
	box-orient: vertical;
	box-flex: 1;
	width: 350px;
}

#bottomvideocontainer {
	display: -webkit-flex; /* Safari */
    display: flex;
	display: box;
	box-orient: horizontal;
	width: 1040px;
}

#leftbottomvideo {
	display: box;
	box-orient: vertical;
	box:flex 1;
	width: 690px;
}


#rightbottomvideo {
	display: box;
	box-orient: vertical;
	box-flex:1;
	width: 350px;
}

#copyright {
	background-color:#000066;
	width: 1100px;
	clear:both;
	margin-top: 0px;
}

/* All standard text on site */
p {
	font: 12px/150% Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
p2 {
	font: 16px/150% Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:left;
}

p3 {
	font: 16px/140% Palatino Linotype, Book Antiqua, Palatino, serif, sans-serif;
	color: #000000;
}

p4 {
	font: 16px/150% Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
}

.center {
	text-align:center;
}

div.a {
  text-indent: 25px;
}

/* Headline */
h1 {
	font: bold 32px/100% Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 32px;
	}
	
/* Headline 2 */
h2 {
	font: bold 26px/100% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FF6;
	font-size: 26px;
	}
	
/* Headline 3 */
h3 {
	font: bold 18px/100% Arial, Helvetica, sans-serif;
	text-align: center;
	color:#FFFFFF;
	font-size: 18px;
	margin-bottom: 0px;
	}
		
/* Headline 4 */
h4 {
	font: bold 48px/100% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 48px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
/* Headline 5 */
h5 {
	font: bold 20px/100% Palatino Linotype, Book Antiqua, Palatino, serif, sans-serif;
	color: #000000;
	margin-bottom: 0px;
}	
	
.floating-video {
    display: inline-block;
    height: 144px;
	width:auto;
    margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 20px;
}
	
/* Subhead white text */
.subhead {
	font: bold 14px/150% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	}
		
/* No underline on links except for hovering */
a:link, a:active, a:visited {
	text-decoration: none;
	}
		
a:hover {
	text-decoration: underline;
	}
	
/* Reversed white navigation text */
.nav_txt {
	font: bold 13px/150% Arial, Helvetica, sans-serif;
	text-align: center;
	color:#0099CC;
	}
	
/* Footer small text reversed */
.footer {
	font: 9px/150% Arial, Helvetica, sans-serif;
	text-align: center;
	color:#FFFFFF;
	}

/* On smaller 