@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body  {
	background: #287191 url(assets/TurqDkBodyGradBkV.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #104969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container1 {
	width: 93%;
	background: #5690a9 url(assets/TurqMainBoxGradBkV.jpg) repeat-x;
	margin: 15px auto;
	text-align: left;
	padding: 15px;
} 
#container2 {
	background: #FFFFFF url(assets/WavePtnTurqLt.gif) repeat;
	border: 2px solid #104969;
	margin: 0px;
	padding: 0px;
}

#sidebar1 {
	float: left;
	width: 300px;
	padding: 0;
	background: url(assets/FlwrDrawLtBluBk.gif) repeat center bottom;
	text-align: center;
}
#sidebar1 #youtubevideo {
	text-align: center;
	padding-top: 10px;
}
#sidebar1 h3, #sidebar1 p {
	margin: 0;
	padding: 0 10px;
}
#photohold {
	text-align: center;
	padding: 0px;
	width: 288px;
	margin-right: auto;
	margin-left: auto;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent {
	margin: 10px 4px 4px 308px;
	padding: 0;
} 
#footer {
	background: #e7eff3 url(assets/CancunOVC130.gif) no-repeat 98% center;
	border-top: 3px solid #266B89;
	clear: both;
	height: 90px;
}
#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #508CA7;
	margin: 0px;
	padding: 20px 200px;
	text-align: center;
}
.contrast {
	color: #237c8f;
}
.contrastBigger {
	font-size: 120%;
	color: #5690A9;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*ESP  Edition with no tabbed panels needs these rules*/
.TabbedPanelsContent {
	padding: 0 15px;
}
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
	padding: 0 15px;
}
#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 15px 0 15px;
}
.sidepics {
	float: right;
	padding: 0 0 10px 10px;
	margin: 0;
	font-size: medium;
	font-weight: bold;
}

.sidepics img {
	padding: 4px;
	border: 1px solid #FFFFFF;
}
.regbar {
	font-size: 90%;
	background: #c6aa6f;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	display: block;
}
.regbar a:link, .regbar a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 12px;
	line-height: 160%;
}
.regbar a:hover {
	color: #3f809d;
}
.plainbar {
	background: #3f809d;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
