@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #27AAE1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColElsCtr #container {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	position:relative;
	z-index: 2;
}
#grad {
	height: 247px;
	width: 100%;
	margin: 0;
	background: url(../images/grad.gif) repeat-x;
}
#Header {
	height: 247px;
	width: 1024px;
	margin: 0 auto;
}
#nav {
	height: 54px;
	width: 283px;
	margin: 5px 50px 15px 20px;
	float: left;
	
}
.navrule {
	width: 283px;
	height: 9px;
	background: url(../images/nav_rule.gif) no-repeat;
	margin-bottom: 3px;
}
#contentLogInHeader {
	width: 940px;
	float: left;
	clear: right;
	position: relative;
	margin: 20px 0 0 50px;
	text-align: right;
	background-color:#FFF;
	padding: 5px;
	color: #27AAE1;
}
#contentHeader {
	width: 650px;
	float: left;
	clear: right;
	position: relative;
}
#content {
	width: 650px;
	float: left;
	clear: right;
	position: relative;
}
#contentTemplate {
	width: 950px;
	float: left;
	clear: right;
	position: relative;
	margin: 20px 0 0 50px;
}
.homecCenterStamp {
	text-align:center;
	margin: 0 auto;
	margin-bottom: 10px;
}
#tableImg {
	width: 650px;
}
.tableImgLeft {
	width: 171px;
	float: left;
	padding-top: 10px;
}
.tableImgRight {
	width: 469px;
	float: left;
	clear: right;
	margin-left: 10px;
}
.leadersImgLeft {
	width: 280px;
	float: left;
}
.leadersImgRight {
	width: 280px;
	float: left;
	clear: right;
	margin-left: 30px;
}
/*/MISSIONLEADERS/*/

/*/FINDMISSION/*/
.findImgLeft {
	width: 202px;
	height: 300px;
	float: left;
	margin-right: 15px;
}
.findImgRight {
	width: 413px;
	height: 280px;
	background: url(../images/find-googlebkgd.gif) no-repeat 0 0;
	float: left;
	clear: right;
	padding: 10px;
}
.center {
	margin: 0 auto;
	text-align: center;
	width: 650px;
}
/*/CAVEMEN TRAINING/*/
.collDivLeft {
	width: 400px;
	float: left;
	clear: left;
}
.collDivRight {
	width: 226px;
	margin-left: 10px;
	clear: right;
}
/*/COLLAPSABLE DIVS/*/
#one > #two > #three > #four > #five {
	width: 650px;
	float: right;
	clear: right;
}
.beaverFit {
	width: 640px;
	padding: 5px;
	margin-top: 15px;
	background-color:#FFF;
	float: left;
	clear: left;
}
.tableRates, .tableCosts {
	border: #FFF thin solid;
	color: #FFF;
}
.tableCosts th, .tableRates th {
	background-color: #0CF;
	font-weight: bold;
}
.tableRates td {
	border-top: #FFF thin solid;
	border-left: #FFF thin solid;
	color: #FFF;
}
.tableCosts {
	margin-left: 75px;
}
