
body {
background-color: #4B91AB;
}

h2 {
color: #fff;
font-weight: bold;
line-height: 1.3em;
font-size: 1.2em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

h3 {
margin: 0.5em 0 0.7em 0;
color: #fff;
font-weight: bold;
line-height: 1.3em;
font-size: 1.0em;
	font-family: Verdana, Helvetica, Arial, sans-serif;

}
p a:link {
	color: #b2e2f5;
	text-decoration: none;
}

p a:visited {
	color: #b2e2f5;
	text-decoration: none;
}

p a:hover {
	color: #53483D;
	text-decoration: none;
}

p a:active {
	color: #b2e2f5;
	text-decoration: none;
}

p, ul {
	margin-bottom: 1.0em;
	color: #ecebeb;
	line-height: 1.3em;
	font-size: 0.75em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

li 	{
	margin-left: 1.45em;
	color: #ecebeb;
	list-style-type: disc;
	}

#wrapper {
background-color: #347697;
height: 1150px;
width: 1200px;
margin:auto;
}

#wrapperbackgroundtop {
background-image: url('../images/vox_ocean.jpg');
}

#wrapperbackgroundbottom {
background-image: url('../images/vox_lowerbkgrnd.png');
background-repeat: repeat-x;
}

#maintop {
margin: auto;
width: 921px;
height: 700px;
}

#langinfo, #langinfo a:link, a:visited {
text-align: right;
padding: 10px 0 30px 0;
color: #4C6377;
line-height: 1.3em;
font-size: 0.9em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-decoration: none;
}

#langinfo a:hover {
color: #53483D;
}

#langinfo img {
vertical-align: middle;
position: relative;
bottom: 2px;
}

#newseason img {
background-color: #045d7c;
padding: 13px 16px;
margin-bottom: -28px;
}

#headline {
padding: 35px 0 30px 0;
}

#mission p {
padding: 45px 0 30px 0;
color: #53483D;
font-weight: normal;
text-transform: uppercase;
line-height: 1.6em;
font-size: 1.0em;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

#mainbottom {
position:relative;
top: -70px;
margin: auto;
width: 950px;
}

#directors {
padding-top: 15px;
border-bottom: 1px solid #a2c6d4;
width: 100%;
}

#directors img {
margin-bottom: -25px;
}

#directors span.boldface {
font-size: 1.2em;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.personnel {
padding-right: 26px;
display: inline-block;
}

.personnel p {
padding-top: 10px;

}

#operatype {
position:relative;
Top: 33px;
}

#operatype p {
padding: 21px 0 0 6px;
}

#twocol {
padding-top: 8px;
width:100%;
}

#twocol p, #twocol ul {
padding: 0 0 0 0;
}

#columnleft {
display: inline-block;
vertical-align: top;
width: 33%;
}

#columnmiddle {
vertical-align: top;
display: inline-block;
padding: 0 3% 0 5%;
width: 25%;
}

#columnright {
vertical-align: top;
display: inline-block;
padding-top: 11px;
width: 30%;
}

#downloadform {
	margin-bottom: -20px;
	display: block;
	width: 221px;  
	height: 88px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/vox_button_downloadform.png');
}

#downloadformfre {
	margin-bottom: -20px;
	display: block;
	width: 221px;
	height: 88px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/vox_button_downloadform_fr.png');
}


#downloadform:hover, #downloadformfre:hover {
	background-position: 0 -88px;
}


#senigallia {
padding-top: 13px;
}

.boldface {
font-weight: bold;
}
.normal {
font-weight: normal;
}

.allcaps {
text-transform: uppercase;
}

.rightfloat {
float: right;
}

.leftfloat {
float: left;
}

.italic {
  font-style: italic;
}

.flushright {
text-align: right;
}

.testimonial {
line-height: 1.5em;
font-style: italic;
}

.signature {
line-height: 0.1em;
padding-bottom: 1.5em;
text-align: right;
}

#auditiondate {
box-shadow: 0px 0px 10px #ffffff;
width:100%;
display: table; 
padding: 0 6px 0 6px;
background-color: #1c6487;
vertical-align: center;
margin-bottom: .7em;
}

#auditiondate p {
display: table-cell; 
vertical-align: middle;
line-height: 1.4em;
font-size: 0.9em;
color: #ffffff;
text-align: left; 
padding: .7em 0 .7em .5em;
}

#footer {
position:relative;
top: 30px;
}

#social {
position:relative;
top: -5px;
}

#legal {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #bcd0d1;
padding: 10px 0 15px 0;
line-height: 1.3em;
font-size: 0.8em;
border-top: 1px solid #51646a;
}

/*
 * Lean Slider v1.0
 * http://dev7studios.com/lean-slider
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.lean-slider {
    position: relative;
    *zoom: 1;
}
.lean-slider:before,
.lean-slider:after {
    content: " ";
    display: table;
}
.lean-slider:after {
    clear: both;
}

.lean-slider-slide {
    float: left;
    width: 100%;
    margin-right: -100%;
    display: none;
}
.lean-slider-slide.current { display: block; }