﻿/* Atherapy CSS styles - Occipital Studios*/


body 
{
	margin: 0px auto;
	font-family: Tahoma; /* Tahoma main font, sans-serif back-up */
	font-size: 10px;
	text-align: center; /* Centres page for pre ie7 */
	padding-top: 0px;
	margin-top: 0px;
	background: #FFFFFF url(images/background.jpg) repeat-x;

}

#contentArea h1
{
	font-size: 20px;
	font-family: Arial;
	font-weight: normal;
	color: #121212;
	margin-top: 20px;
}

#container
{
	margin: 0 auto; /* Center content within containing div */
	margin-top: 0px;
	text-align: center;
	width: 1024px;
	height: 100%;
	background: #FFFFFF;
}

#headerMenu
{
	position: relative;
	width: 1024px;
	height: 38px;
	overflow: hidden;
	background: #FF0000 url(images/navBackground.jpg) repeat-x;
}
#headerMenuBG
{
	height: 38px;
	background: #FF0000 url(images/navBackground.jpg) repeat-x;
}
#headerArea
{
	text-align: left;
	width: 1024px;
	height: 322px;
	overflow: hidden;
	background-color: #000000;
	background: #000000 url(images/mainBackground.jpg) no-repeat;;
}

#contentArea
{
	margin: 0 auto;
	position: relative;
	width: 800px;
	height: 210px;
	background-color: #ffffff;	
}
#contentShadedArea
{
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	width: 800px;
	height: auto;
	background-color: #dddddd;
	color: #555f5f;
	word-spacing: 1px;
	line-height: 17px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-family: tahoma;
	clear: both;
}

.clearBoth {
	clear: both;
	height: 0px;
	}
	
.list
{
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	text-indent: 0px;
	padding-left: 0px;
}

#contentShadedArea .bigLeft
{
    margin-left: 32px;
	float: left;
	width: 400px;
	height: 100%;
	overflow: hidden;
	display: inline;

}
#contentShadedArea h1
{
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	color: #2a2a2a;
}
#contentShadedArea .bigRight
{
    margin-left: 0px;
	margin-right: 32px;
	float: right;
	width: 302px;
	display: inline;
}

#logoPlacement
{
	position: relative;
	left: 144px;
	top: 180px;
	margin: 0px;
	float: left;
	width: 377px;
}

/* DAVE IMAGE HOMEPAGE */
#graphicTop
{
	float: left;
	position: relative;
	left: 159px;
	top: 143px;
	width: 390px;
	height: 179px;
	background: url(images/daveTop.jpg) no-repeat;
}
#mainMenuGraphic
{
	float: left;
	width: 367px;
	height: 200px;
	background: #ffffff url(images/daveBottom.jpg) no-repeat;
}

#mainMenuText
{
	padding-left: 32px;
	float: left;
	width: 400px;
	height: 210px;
	background-color: #FFFFFF;
	color: #282828;
	line-height: 17px;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
}
#headerMenu #hMenu
{
	margin-left: 144px;
}
#headerMenu ul
{
	float: left;
	margin-top: 11px;
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
}
#headerMenu li
{
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}
#headerMenu a, a:hover, a:visited
{
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #fefefe;
}

#footer
{
	height: 50px;
	color: Black;
	background-color: White;
	font-family: Tahoma;
	font-size: 11px;
	color: #2e2e2e;
}

#footer #fMenu
{
	padding-top: 20px;
	padding-left: 100px;	
	padding-right: 110px;	
}
#fMenu .item
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 1px #2e2e2e;
	border-left: solid 1px #2e2e2e;
}
#fMenu .left
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 1px #2e2e2e;
	border-left: none;
}
#fMenu .right
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px #2e2e2e;
	border-right: none;
}
#fMenu a, a:hover, a:visited
{
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #2e2e2e;
}
#occwin
{
	float: right;
	position: relative;
	top: -4px;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #2e2e2e;
}
#occwin a, a:hover, a:visited
{
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #2e2e2e;
}
#occWinGraphic
{
	float: left;
}
#occWinText
{
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}

.button, .button:hover, .button:visited
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	padding-top: 2px;
	text-align: center;
	color: #fefefe;
	width: 86px;
	height: 24px;
	background-image: url(images/buttonBackground.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	float: right;
}

.redlink, .redlink:hover, .redlink:visited
{
	color: #fe0000;
	text-decoration: none;
}