﻿/*--------------- START HTML ELEMENTS ---------------*/
a {
	color: #2c5f96;
}

a:hover {
	color: #1279e8;
}

a img {
	border: none;
}

.HLink
{
	cursor: pointer;
}

ul, ol {
	/*list-style-type: none;*/
}

p 
{
	margin-top: -3px;
}

hr
{
	border: #cccccc 1px solid;
	/*margin-top: -5px;
	margin-bottom: 8px;*/
}

p.dashed
{
	background-image: url(../images/dot.gif);
    background-repeat: repeat-x;
	border: none 0;
	/*border-top: 1px dashed #999;*/
	height: 3px;
	text-align: left;
}

br.spacer20
{
	height: 20px;
}

.defaultspacer
{
	background-color: #ffffff;
	height: 10px;
}

.shortspacer
{
	background-color: #ffffff;
	height: 3px;
}

@media Print { .noPrint { DISPLAY: none }}
/*--------------- END HTML ELEMENTS ---------------*/

/*--------------- START PAGE LAYOUT STYLES ---------------*/
#Container
{
	width: 770px;
	position: relative;
}

#FullColumn
{
	width: 730px;
	height: auto;
	margin: 20px 20px 20px 20px;
}

#MapArea
{
	width: 730px;
	height: auto;
	margin: 20px 20px 0 20px;
}

/*#MainColumn
{
	width: 480px;
	height: auto;
	margin: 20px 0 20px 20px;
	float: left;
}*/

/*#SideColumn
{
	width: 230px;
	height: auto;
	margin: 20px;
	float: left;
}*/

#MainColumn
{
	width: 480px;
	height: auto;
	margin: 20px 0 20px 0;
	padding-left: 20px;
	float: left;
}

#SideColumn
{
	width: 230px;
	height: auto;
	margin: 20px 0 20px 20px;
	float: left;
}

#FooterAd
{
	margin: 20px 0 20px 20px;
}

.WhiteContentBox
{
	background-color: #FFFFFF;
	vertical-align: top;
}

.ContentBoxColor
{
	background-color: #F0FFFF;
	vertical-align: top;
	/*border: solid 1px #999999;*/
}

.ContentBoxWhite
{
	background-color: #FFFFFF;
	vertical-align: top;
	/*border: solid 1px #999999;*/
}

.ContentTab
{
	background-image: url(../images/Gradient_TopCenter.gif);
    background-repeat: repeat-x;
	height: 25px;/*32*/
	/*padding-top: 7px;*/
}

.ContentText
{
	padding: 8px;
}

.MainTitle
{
	font-weight: bold;
	font-size: 14px;
}

.TabTitle
{
	margin: 5px 8px auto 8px;
	font-weight: bold;
}

.ProfileIMG
{
	background-color: #F0FFFF;
	float: right;
	padding: 0px 10px 20px 20px;
	width: 170px;
	height: 172px;
}

/*--------------- END PAGE LAYOUT STYLES ---------------*/

/*--------------- START TOP BANNERS ---------------*/
#banner1
{
	background-image: url(../images/Home_Top.jpg);
	width: 770px;
	height: 143px;
}

#banner2
{
	background-image: url(../images/HealthClubs_Top.jpg);
	width: 770px;
	height: 143px;
}

#banner3
{
	background-image: url(../images/PersonalTraining_Top.jpg);
	width: 770px;
	height: 143px;
}

#banner4
{
	background-image: url(../images/Nutrition_Top.jpg);
	width: 770px;
	height: 143px;
}
/*--------------- END TOP BANNERS ---------------*/

/*--------------- START SECTION TAB BUTTONS ---------------*/
#btn_fitnesshome
{
	white-space: nowrap;
	display: block;
	float: left;
	top: 113px;
	left: 16px;
	width: 135px;
	height: 30px;
	position: relative;
}

#btn_healthclub
{
	white-space: nowrap;
	display: block;
	float: left;
	top: 113px;
	left: 14px;
	width: 135px;
	height: 30px;
	position: relative;
}

#btn_trainer
{
	white-space: nowrap;
	display: block;
	float: left;
	top: 113px;
	left: 12px;
	width: 135px;
	height: 30px;
	position: relative;
}

#btn_nutrition
{
	white-space: nowrap;
	display: block;
	float: left;
	top: 113px;
	left: 10px;
	width: 135px;
	height: 30px;
	position: relative;
}

#btn_fitnesshome a
{
	display: block;
	width: 135px;
	height: 30px;
	overflow: hidden;
}

#btn_healthclub a
{
	display: block;
	width: 135px;
	height: 30px;
	overflow: hidden;
}

#btn_trainer a
{
	display: block;
	width: 135px;
	height: 30px;
	overflow: hidden;
}

#btn_nutrition a
{
	display: block;
	width: 135px;
	height: 30px;
	overflow: hidden;
}

#btn_fitnesshome a:hover
{
	display: block;
	text-indent: -135px;
}

#btn_healthclub a:hover
{
	display: block;
	text-indent: -135px;
}

#btn_trainer a:hover
{
	display: block;
	text-indent: -135px;
}

#btn_nutrition a:hover
{
	display: block;
	text-indent: -135px;
}
/*--------------- END SECTION TAB BUTTONS ---------------*/

/*--------------- START FORM STYLES ---------------*/

.ErrorMsg 
{
	vertical-align: middle;
}

.DropDown1
{
	margin-bottom: 4px;
	height: 21px;
}

.DropDown2
{
	margin: 10px;
	height: 21px;
	border: #cccccc 1px solid;
}

.InputTextBox
{
	margin: 10px;
	font-size: 12px;
	width: 150px;
	height: 18px;
	color: #000000;
	border: #cccccc 1px solid;
}

.InputTextBoxSmall
{
	margin: 10px;
	font-size: 12px;
	width: 50px;
	height: 18px;
	color: #000000;
	border: #cccccc 1px solid;
}

.InputTextBoxVerySmall
{
	margin: 10px;
	font-size: 12px;
	width: 25px;
	height: 18px;
	color: #000000;
	border: #cccccc 1px solid;
}

.InputTextArea
{
	border: #cccccc 1px solid;
	font-size: 12px;
	margin: 5px 0 5px 0;
	width: 500px;
	height: 100px;
	color: #000000;
}

.InputTextAreaSmall
{
	border: #cccccc 1px solid;
	font-size: 12px;
	margin: 5px 0 5px 0;
	width: 450px;
	height: 100px;
	color: #000000;
}

.InputTextAreaVerySmall
{
	border: #cccccc 1px solid;
	font-size: 12px;
	margin: 10px;
	width: 350px;
	height: 100px;
	color: #000000;
}

.SideSearchTextBox
{
	margin: 10px 10px 10px 0;
	font-size: 12px;
	width: 160px;
	height: 18px;
	color: #000000;
	border: #cccccc 1px solid;
}

.SideSearchTextBoxSmall
{
	margin: 10px 10px 10px 0;
	font-size: 12px;
	width: 120px;
	height: 18px;
	color: #000000;
	border: #cccccc 1px solid;
}

.SideSearchButton
{
	vertical-align: text-bottom;
}

.MiddleSearchTextBox
{
	margin: 10px 10px 10px 10px;
	font-size: 12px;
	width: 140px;
	height: 18px;
	color: #000000;
	border: #cccccc 1px solid;
}

.MiddleSearchButton
{
	vertical-align: text-bottom;
	margin-right: 10px;
}

/*--------------- END FORM STYLES ---------------*/

/*--------------- START AD STYLES ---------------*/
.FooterBannerAd
{
	border: none;
}
/*--------------- END AD STYLES -----------------*/

.article
{
	background-color: #FFFFFF;
	width: 480px;
	padding: 8px;
	vertical-align: top;
}

.main
{
	background-color: #FFFFFF;
	width: 480px;
	vertical-align: top;
}

.inside
{
	background-color: #F0FFFF;
	width: 100%;
	vertical-align: top;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
}

.sides
{
	background-color: #F0FFFF;
	width: 230px;
	vertical-align: top;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
}

.middle
{
	width: 230px;
	vertical-align: top;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
}

/*---------------------------------------------------*/
