/* For generic page styles. Not for sliders. */

body {
	background-color:#fff;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif; 
	margin:0; 
	padding:0; 
	padding-bottom:60px;
	text-align: center;
	background-image: url(../background.jpg);
	background-repeat:repeat;
}
.container {
	width: 1250px;
	text-align: center;
	margin: 20px auto;
	padding:20px 0px 70px 0px; 

}
.mainContent {
	width:1220px;
	padding:0;
	margin: 0 auto;
	border: 12px solid #3bb2b2;
	background-color:#fff;
	z-index:100;
}
.header {
	width: 1203px;
	border: 6px solid #ffcc33;
	background-color:#fff;
	margin: 3px 2px 8px 3px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}
.headerMiddle {
	border-left: 6px solid #ffcc33;
	border-right: 6px solid #ffcc33;
}
img {
	border:0px;
}
.welcomeBox {
	text-align:center;
	margin: 70px 3px 0px 3px;
}
.borderBoxTop {
	border-bottom: 12px solid #3bb2b2;
	margin: 10px 3px 0px 3px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}

.borderBox {
	border-bottom: 12px solid #3bb2b2;
	margin: 40px 3px 0px 3px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}
.featureText {
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	color:#cc0000;
	font-size:24px;
	font-weight:bold;
}
h2 {display:inline;}
.div1, .div2 {
	width:1040px;
	margin:0 auto;
}
.div1 {margin-top:30px;margin-bottom:60px;text-align:center;line-height:20px;}
.div1 P {font-size:18px;}
.div1 a, .div2 a {color:#07C;}
.div2 {margin-top:20px;}
.div2 li {padding-top:6px;padding-bottom:6px;}
.floatLeft {float:left;}
.footer {
	text-align: center;
	height: 90px;
	background-color:#3bb2b2;
	padding: 20px 0px 30px 0px;
	-webkit-box-shadow: 0px -5px 2px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -5px 2px -3px rgba(0,0,0,0.75);
	box-shadow: 0px -5px 2px -3px rgba(0,0,0,0.75);

}
.footer a:link {
	color: #cc0000;
}
.footer a:visited {
	color:#990a6c;
}
/* padding and margin 4 parameters work top-right-bottom-left */ 
.videoBox {
	border: 6px solid #ffcc00;
	padding: 0px 0px 50px 0px;
	font-size:13px;
	color:#000;
	font-weight:bold;
} /* don't adjust anything in the clearfix styles below*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.rightFooterBox {
	text-align:center;
	font-size:20px;
	color:#cc0000;
	font-weight:bold;
}
.ftrLinkBox {
	text-align:center;
	margin: 30px 0px 0px 0px;
}

/* adds space between ad images - apply the class to the image - not a div box */
.ad {
	margin-top: 8px;
}
.page3Content {
	margin: 5px 2px 5px 2px;
}
iframe:focus {
	outline:none;
}
iframe[seamless] {
	display:block;
}
iframe {
	border: 2px solid #ccc;
}
.domesticTitle {
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	color:#3bb2b2;
	font-weight:bold;
	border: 2px solid #ccc;
	margin:10px;
}
.page2Content {
	border: 2px solid #ccc;
	margin:10px;
}
.firstWordLgTxt {
	font-size: 30px;
	font-weight: bold;
}