﻿/* TWO COLUMN LAYOUT */
/* colours: green:#094C19, background:#FFFFCC, beige:#EDE198, yellow:#E5D230, red:#940808 */
body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFCC;
	background-image:url('../images/backgroundrepeat2.png');
	background-repeat: repeat;
	color:#094C19;
	}
	
em{
	font-family: Georgia, Verdana, arial, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
}

a:link {
	color: #094C19;
}

a:visited {
	color: #69503C;	
}

a:hover {
	color: #940808;	
}

#wrapper {
	width:810px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-color: #FFFFCC;
	
}

#header {
	height: 210px;
	background-image:url('../header.png');
	background-repeat:no-repeat;

}
	
#middlecol {
	width: 2%;
	float: left;
}
#leftcol {
	width:57%; /* this width + rightcol should equal 100% but this forces right col to end so 2% less */
	float:left; /* floats on nav and content divs make them sit side by side */
	padding: 0em 0em 1em 0em;
	/* border: 2px black solid; */

	}
#rightcol {
	float:left; /* floats on leftcol and rightcol divs make them sit side by side */
	width:40%; /* this width + nav width must total 100% */
	top:0px;	
	padding: 0em 0em 0em 0em;
	/* background-color: white; */
	/* border: 2px black solid; */
	}
#header_inner, #leftcol_inner, #rightcol_inner, #content_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
	
#content_inner {
	margin: 0em 1em 1em 1em;
	border: 1px green solid;
	background-color: white;
	padding: 0em 1em 1em 1em;
	}
#header_inner { 
	padding: 0em 2em; /* creates space between the box  and the content */
	}
	
#leftcol_inner {
	background-color: white;
	margin: 0em 1em 1em 1em;
	padding: 0em 1em 0em 1.2em;
	border: 1px green solid;
	}
#rightcol_inner { 
	padding: 0.1em 0.5em 0em 1em; /*creates space between the box and the content */
	/* border: 1px green solid; */
	}
	
img {
	border: 1px green solid;
	margin-bottom: 5px;
}

img[alt="iridology"] {
	border: 0px;
	height: 238px;
	width: 309px;
	}
/* formatting starts here */
h1
{
	font-family: Verdana, arial, sans-serif;
	font-size:1em;
	padding-top: 0.4em;
	margin-top: 0em;
}
h2
{
	font-family: Verdana, arial, sans-serif;
	font-size:1em;
	padding-top: 1em;
}

.pic {
	padding-top: 15px;
	padding-left: 6px;
}
.center {
	text-align:center;
}
/* NAVIGATION */

#nav
{
	position: relative;
	top: 145px;
	
}

#nav_selected {
	color: black;
	}

#nav_inner *
{
	font-family: Verdana, arial, sans-serif;
	font-size: 1.1em;
	color: #E5D230;
	margin: 0;
	padding: 0em 0.2em;
}


#nav_inner
{
	position: relative;
	behavior:url(../scripts/csshover.htc);
	float:left;
	left: 40px;
	width: 620px;
}

#nav_inner ul
{
	float: left;
	width: 100%
}

#nav_inner li
{
	
	list-style-type: none;
	float: left;
	position:relative;

}

#nav_inner a
{
	display: block;
	/* background-color: #094C19; */
	text-decoration: none;
	padding: 0em 2em 0em 2em;
}


#nav_inner a:hover
{
	color:white;
}

#nav_inner li ul
{
	position: absolute;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	margin-left: 0.8em;
	padding-top: 0.2em;
	color: #094C19;
	width: 180px;
	display: none;
	font-weight: normal;
}

#nav_inner li:hover ul
{
	display: block;
}

#nav_inner li ul li
{
	width: 100%;
	background-color: #094C19;
}

#nav_inner li ul li a
{
	background-color: #094C19;
	padding-bottom: 0.2em;
}

#footer {
	background-color:#FFFFCC;
	clear:both; /* makes the footer sit below whichever column is longest */
	padding: 0.5em 0.5em 0.2em 1.1em;
	height: 30px;
	}
	

/* CREATED BY / COPYRIGHT */
div#siteinfo {
	color:#094C19;
	padding-top: 3px;
}

div#siteinfo span {
	padding-right: 10px;
}

div#siteinfo a {
	color:#940808;
}

/* CONTACT FORM */

#enquirer, #address {
	width: 230px
}
