/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

body {
	font: normal .9em Arial, Helvetica, sans-serif;
	text-align: center;
	background: #ebeeed;
}

h1 {
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #5E6E65;
	padding: 0px;
	margin: 20px 0 10px 0;
}

h2 {
	font: normal 1.3em Arial, Helvetica, sans-serif;
	color: #CC0033;
	padding: 0px;
	margin: 3px 0 5px 0;
}

h3	{
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #CC0033;
	padding: 0px;
	margin: 0 0 4px 0;
}

ul, ol{
	margin: 5px 3px 5px 20px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

#container {
	min-height: 100%; 
	height: auto;
	margin: 0 auto;
	text-align: justify;
	width: 800px;
	position: relative;
	background: url(http://easternfootcare.com.au/pics/vert_lines.gif) repeat-y;
}

/* hack for IE */

* html #container{
   height:100%;
}

/* end hack*/

#logo {
	background: #ffefbc;
	padding: 10px;
}

#logo img {
	border: 0;
}

#greenbar {
	background: #5e6e65;
	height: 25px;
}

#nav {
	position: absolute;
	left: 144px;
	width: 542px;
}

#nav a {
	display: block;
	line-height: 25px;
	background-image: url(http://easternfootcare.com.au/pics/nav_divs.gif);
	background-repeat: repeat-y;
	float: left;
	padding: 0 12px 0 12px;
	font-size: 1em;
	color:#FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

.navactive {
	background-color: #cc0033;
}

#subnav {
	position: absolute;
	text-align: left;
	left: 5px;
	width: 118px;
	margin-top: 2px;
	color: White;
}

#subnav a {
	display: block;
	width: 118px;
	line-height: 25px;
	border: solid 1px #5e6e65;
	background-color: #869B92;
	background-image: url(http://easternfootcare.com.au/pics/dot-y.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 0 0 0 17px;
	margin: 2px 0 2px 0;
	font-size: .9em;
	color: #ffefbc;
	text-decoration: none;
}
.clearBoth {
	clear: both;
}

#subnav a:hover {
	background-image: url(http://easternfootcare.com.au/pics/dot-r.gif);
}

#subnav a.subnavactive {
	background-image: url(http://easternfootcare.com.au/pics/dot-a.gif);
}


#content {
	clear: both;
	margin: 10px 170px;	
}

#content p {
	margin: 0 0 10px 0;
}

/* IE hack */
* html #content p {
	display: inline;
	zoom: 1;
	margin: 0 0 10px 0;
}
/* end IE hack */

.fpimages {
	border: 1px solid #5E6E65;
	margin: 10px 2px;
}

#copy_2 {
	float: left;
	width: 220px;
}

#cfp_box {
	display:block;
	float: right;
	width: 220px;
	margin: 0 0 0 10px;
	padding: 0;	
	background: #ffefbc;
	border: solid 1px #e5dbb5;
}

#cfp_box p {
	display: inline;
	width: 160px; 
	margin: 7px;				
 	float: right;
	font-size: .75em;
	color: #5e6e65;
}

.slt_ftprobs {
	margin-bottom: 7px;
	font-size: .75em;	
}

.gobtn, .gobtnhov {
	font-size: .75em;
	font-weight: bold;
	background-color: #5e6e65;
	color: #FFFFFF;
	margin-bottom: 7px;
	margin-right: 5px;
	padding: 0 6px;
}

.gobtnhov {
	background-color: #CC0033;
}

#hours_box, .wide_box, .narrow_box {
	clear: right;
	display: block;
	float: right;
	width: 176px;
	margin: 4px 0 7px 20px;
	padding: 5px;	
	background: #ffefbc;
	border: solid 1px #e5dbb5;
	text-align: left;
	display: inline;
}

#hours_box {
	width: 185px;
	padding: 0;
}

#hours_box p {
	display: inline;
	width: 111px; 
	margin: 6px 3px 6px 0;				
 	float: right;
	font-size: .9em;
	text-align: left;
}

.narrow_box {
	width: 124px;
}

.box_head {
	width: 100%;
	line-height: 1.3em;
	background: #5e6e65;
	color: #FFFFFF;
	text-indent: 5px;
	font: bold;
	margin: 0;
}

.goleft{
	float: left;
	margin: 6px 0 6px 6px;
	padding: 0;
}

#ftprints {
	position:absolute;
	right: 0;
	bottom: 55px;
	margin: 0;
}


#clearfooter {
	clear: both;
	height: 55px; 
	width: 100%;
}

#footer {
	clear: both;	
	position: relative;
	margin: -55px auto 0 auto;
	border-top: 1px solid #5E6E65;
	width: 800px;
	height: 55px;
	text-align: left;
	font-size: 0.7em;
	color: #5e6e65;
	background-image: url(http://easternfootcare.com.au/pics/footerbg.gif);
}

#footer p{
	position: absolute;
	left: 160px;
	margin: 7px 0 0 0;
}

#footer a{
 color: #5e6e65;
 }
 
.rightpic {	
	float: right;
	margin: 4px 0 7px 20px;
	border: 3px solid #5E6E65;
	display: inline;
}

.cont_link, .green_link {
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}

a.cont_link:hover, a.green_link:hover {
	text-decoration: underline;
}

.green_link {
	color: #5e6e65;
}

.redtext {
	color: #CC0033;
}

.xspace {
	line-height: 1.5em;
}

#index_ftprobs {
	margin: 0;
	padding: 0;
}

.case_studies {
	clear: left;
	float: left;
	display: block;
	margin-top: 30px;
	padding: 2px 0;
	background-color: #CC0033;
}

.crumbs {
	float: left;
	margin-top: 7px;
	margin-left: 170px;
	height: 25px;
	font-size: 0.8em;
	color: #5e6e65;
	text-decoration: none;
}

.crumbs a:hover {
	text-decoration: underline;
}
