/* Main body setup */
body {
	font-family: 'Raleway', sans-serif; font-weight: 400;
  	-webkit-font-smoothing: antialiased;
 	font-size: 12pt;
 	background-color: #000077;
	color: #fff;
	text-align: center;
	line-height: 185%;
}

p {
margin-top: 15px;
margin-bottom: 15px;
}

h1, h2{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff;  
  line-height: 160%;
}

h2 {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 16pt;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #474747;
}

.datepicker {
background-color: #1A4F95 ;
color: #333 ;
}

.table-hover tbody tr:hover td, .table tbody tr:hover th {
    background-color: ##CEDAEA;
    color: #333;
}


input[type=number]{
    width: 80px;
} 

.menustrip {
	background-color: #408EBD;
	width="100%";
	color: #fff;
}

.subhead1 {
	font-size: 18pt;
}

.opener {

	font-size: 125%;
	font-weight: 800;
}

.highlight {
	background-color: #FFFEEE;
}

.preheader {
	background-color: #408EBD;
	width="100%";
	color: #fff;
}

.u {
	text-decoration: underline;
}


.testimonial {
	font-size: 10pt;
	font-style: italic;
	}
	
	
.theader {
	color: #aa0000;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
}
	
.vid {
	text-align: center;
	margin: 20px;
}

.orderouter {
	text-align: center;
	margin: 30px;	
}

.orderlink {
	font-weight: bold;
	font-size: 18pt;
	line-height: 140%;
	color: #cc0000;
}

.qaouter {
	border: 1px solid #aaa;
	background-color: #f1f1f1;
	margin: 10px;
	padding: 10px;
}

.question {
	color: #0983d1;
	font-weight: bold;
}

.answer {
	color: #888;
}

.legal {
	margin-top: 100px;
	font-family: sans-serif; font-weight: 400;
	font-size: 8pt;
	color: #ddd;
	line-height: 180%;
	text-align: center;
}

.legallink {
	color: #ccc;
}

#chooseorderbox {
	width: 500px;
	margin: 30px auto;
	background-color: #fffeee;
	border: 2px dashed #ccc;
	padding: 20px;
	font-size: 9pt;
	font-style: italic;
}

.icon {
	float: left;
	margin: 0 15px 0 0;
}

.clear {
	clear: both;
}

ul li {
	font-size: 9pt;
	color: #333;
	line-height: 150%;
	list-style: none;
	background-image: url(../images/tick.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-right: 20px;
	margin-left: -30px;
}

.orderbutton {
	text-align: center;
}

.orderbullets {
}

#contact_form label { display:block; text-align:right; font-weight:bold; color:#333333; }
#contact_form span.required { color:#FF0000; }
#contact_form input, #contact_form textarea { width:100%; }
#contact_form input.security { width:50px; }