@charset "utf-8";
/* CSS Document */

	* { 
		padding: 0; 
		margin: 0; 
		}
		
	A, A:visited { 
		color: #888888;
		text-decoration : none;
		}
	
	A:hover {
		text-decoration: underline;
		}
		
	BODY {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #959595;
		height: 100%;
		}
		
	H1 {
		padding-bottom: 15px;
		font-size: 19pt;
		font-weight:bold;
		}
		
	H2 {
		padding-bottom: 10px;
		padding-top: 15px;
		font-size: 14pt;
		}
		
	H3 {
		padding-bottom: 5px;
		padding-top: 15px;
		font-size: 11pt;
		font-family:Arial, Helvetica, sans-serif;
		}
		
	#container { 
		background: white;
		margin: 10px auto;
		width: 900px;
		}
	
	#header {
		width: 880px;
		float: left;
		height: 110px;
		margin: 10px;
		text-align:right;
		}
	
	#topNav {
		float: left;
		height: 230px;
		width: 880px;
		margin: 0px 5px 0px 5px;
		}
		
	#left { 
		height: 100%;
		position: relative;
		margin: 25px 0px 25px 25px;
		width: 260px;
		float: left;
		
		}
		
	.left_NavItem {
		background:url(../images/arrow_grey.gif) no-repeat top left;
		border-bottom: 1px solid #D8D8D8;
		padding: 6px;
		padding-left: 30px;
		}

	#main { 
		font-size: 11pt;
		float: right;
		margin: 20px 20px 0px 0px;
		width: 558px;
		display: inline;
		overflow:visible;
		position: relative;
		}
	
	#footer { 
		width: 860px;
		clear: both;
		line-height: 20px;
		padding: 10px;
		text-align:center;
		}
		
	A, #footer A:current, #footer A:visited {
		color: #666666;
		text-decoration:none;
		}

	.stayAtBottom {
		position: absolute;
		bottom: 0px;
		margin-top:20px;
		margin-bottom: 20px;
		text-align: center;
		display:block;
		}
		
	#call {
		
		}
		
	.stayAtBottom strong, .stayAtBottom A {
		font-weight: bolder;
		text-decoration: none;
		
		}
		
	#wellness {
		margin-top: 100px;
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 20px;
		}
		
	
