@charset "utf-8";
/* Global Stylesheet */

html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	height:100%;
	background-position:top right;
	background-repeat:repeat;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin-top:0px;
}

div#bodyWrapper {
	height:100%;
	background-color:#FFFFFF;
	width:1004px;
}

div#header {
	width:1004px;
	height:145px;
	background-position:top left;
	background-repeat:no-repeat;
}

div#header div#homeLink {
	float:left;
	width:248px;
	height:145px;
	overflow:hidden;
}

div#header div#homeLink a {
	display:block;
	width:248px;
	height:145px;
}

div#header div#vertNav {
	float:left;
	margin-top:5px;
	width:100px;
	height:89px;
}

div#header div#vertNav div.link {
	clear:both;
	color:#ffffff;
	line-height:19px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

div#header div#vertNav div.link a {
	color:#ffffff;
	text-decoration:none;
}

div#header div#vertNav div.borderBottom {
	border-bottom:1px solid #ffffff;
}

div#header div#horiNav {
	float:left;
	width:754px;
	height:25px;
	line-height:25px;
}

div#header div#horiNav a img {
	border:0px;
}
div#header div#horiNav div.gym-search {
	float: right;
	width: 111px;
	height: 18px;
	margin: 5px 14px 0px 0px;
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	
}
div#header div#horiNav div.gym-search form div.search-box {
	display: inline-block;
	outline: none;
	cursor: pointer;
}
div#header div#horiNav div.gym-search form div.search-box input {
	width: 78px;
	height: 16px;
	font-size: 10px;
	padding: 0px;
	padding-left: 9px;
	color: #FFFFFF;
	font-weight: bold;
	background: none;
	border: none;
}
div#header div#horiNav div.gym-search form input.submit {
	float: right;
	height: 100%;
	width: 20px;
	background: none;
	border: none;
}

div#wrapper {
	width:1004px;
	background-repeat:repeat-y;
	background-position:top left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

div#wrapper div#breadCrumb {
	clear:both;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:20px;
	margin-left:130px;
	text-transform:uppercase;
	margin-bottom:10px;
}

div#wrapper div#breadCrumb a {
	text-decoration:none;
}

div#wrapper div#contentArea {
	clear:both;
	overflow:auto;
	padding:0px 25px 50px 55px;
	width:923px;
}

div#footer {
	width:1001px;
	height:26px;
	background-image:url(../images/footer-background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:fixed;
	bottom:0px;
	line-height:26px;
	padding-left:15px;
	padding-right:15px;
	z-index:99;
}

div#footer div#footerLinks div.link {
	float:left;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:10px;
}

div#footer div#footerLinks div.link a {
	color:#ffffff;
	text-decoration:none;
}

div#footer div#followUs {
	float:left;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	margin-left:290px;
}

div#footer div#followUs div.title {
	float:left;
	margin-right:15px;
}

div#footer div#followUs div.link {
	float:left;
	margin-top:6px;
}

div#footer div#followUs div.link a img {
	border:0px;
	margin-right:4px;
}

/* Warning Class */

div.warning {
	padding: 5px;
	background-color: #FAFF95;
	border: 2px solid #DADF0D;
	margin-bottom: 5px;
	text-align: center;
	color: #CA6B15;
	font-weight: bold;
}
/* End of warning class */