/*********************************************************
*      Author: H.Thomas
* Description: Stylesheet for Southdown Personal Training
*        Date: 25th March 2007
*
*       Notes:
*	Padding, margins and borders to be expressed in pixels.
*	Width and left to be expressed in percentage.
* Fonts and line height expressed in ems.
*  steelblue: #4682B4
* coral: #FF7F50
* dimgrey, dimgray: #696969
**********************************************************/




div.shell{
position:relative;
	left:5%;
	width:90%; 
	line-height:1.1em;
	font-family: verdana;
	font-size: 1.3em;
}

div.header{
	position:relative;
	top:5px;
	padding-bottom:10px;

	margin-bottom:-5px;
	background-color:white;

	text-align:center;

}


div.content{
	position:relative;

	margin-top:-5px;
	padding-top:20px;
	padding-bottom:10px;

	font-size:.8em;
	

}


div.footer{
	position:relative;
	font-size:.7em;
margin-top:-15px;
	height:40px;

	background-color:white;

	

	
	text-align:center;


}

h4.point{
font-size:1.2em;
line-height:1.5em;
	color: #4682B4;

}

div.leftPanel{
display:none;
}



ul{
	font-weight: bold;

}


.title{
	margin-top:10px;
	padding-bottom:10px;
}



.heading{
font-size:1em;
font-weight: bold;
}

/* image layouts */
.imgRight {
	position:relative;
	float:right;
	margin-right:10px;
	margin-left:10px;
	border: 1px outset  #4682B4;
}

#imgMAndC{
position:relative;
float:left;
margin-right:5px;
margin-bottom:10px;
margin-left:10px;
}


.imgMap{
position:relative;
float:right;
top:-160px;
margin-bottom:-100px;
margin-left:10px;
border: 1px solid #696969;
}

#imgMCv{
	position:relative;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:25px;
	float:left;
	margin-right:10px;
	border: 1px outset  #4682B4;
}

#imgCCv{
	position:relative;
	margin-top:25px;
	margin-left:10px;
	float:right;
	margin-right:20px;
		border: 1px outset  #4682B4;

}

#cycle{
/*	margin-left:-40px;   
	float:left;
*/
 position:relative;

	float:right;
	margin-right:25px;
	border: 1px solid  #4682B4;
}

.phrase{
display:none;
}

/* marker for the return to the top of the page */
.top{
display:none;
}