/* Reset all styles ********************** */
* { margin: 0; padding: 0; } 

body {
background-color: #666;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div#page {
position: relative;
margin: 20px auto;
width: 980px;
background: #666 url('images/background_middle.jpg') repeat-y top left;
z-index: 1;
}

div#logo {
position: absolute;
top: 30px;
left: 375px;
width: 230px;
height: 110px;
z-index: 3;
}

div#top {
position: absolute;
top: 0px;
left: 0px;
width: 980px;
height: 585px;
z-index: 2;
}

div#top img {
float: left;
}

div#contact {
position: relative;
float: left;
z-index: 3;
margin: 119px 0px 0px 0px;
}

div#contact img {
float: left;
}


div#leftColumn {
position: relative;
float: left;
width: 198px;
height: 450px;
padding: 0px 0px 0px 5px;
margin: 185px 0px 0px 0px;
z-index: 3;
}

div#mainColumn {
position: relative;
float: left;
width: 485px;
margin: 185px 0px 0px 47px;
z-index: 3;
}

div#rightColumn {
position: relative;
float: right;
width: 210px;
height: 450px;
padding: 185px 5px 0px 0px;
margin: 0px 0px 0px 0px;
z-index: 3;
}

div#bottom {
clear: both;
position: relative;
float: left;
width: 980px;
height: 45px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
z-index: 3;
}

div#bottom img {
float: left;
}

div#footer {
position: absolute;
top: 45px;
left: 5px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
z-index: 3;
}

img.header {
position: relative;
float: left;
margin: 0px 0px 20px 0px;
top: -7px;
left: -2px;
}

img.subtitle {
position: relative;
float: left;
margin: 0px 0px 5px 0px;
}

p {
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
font-size: 12px;
color: #666;
}
p a:visited {color: #FAAF40; text-decoration: none}
p a:link {color: #FAAF40; text-decoration: none}
p a:hover {color: #FAAF40; text-decoration: underline}

div#mainColumn p {
margin: 0px 0px 8px 0px;
line-height: 18px;
}

div#mainColumn p.bio {
margin: 20px 0px 8px 0px;
}

div#footer p {
font-family: Tahoma, Arial, Verdana, sans-serif; font-size: 11px;
color: #888;
}

/* Main navigation bar ************************************************/

ul#navBar {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	z-index: 3;
}

ul#navBar li a {
	position: relative;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 198px;
	height: 24px;
	float: left; /* to fix Mac IE 5.2 bug */
	z-index: 3;
}

ul#navBar li {
	position: relative;
	width: 198px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	z-index: 3;
	float: left; /* to fix Mac IE 5.2 bug */
}

li#navWhat a {
	background: #fff url(images/nav_what.gif) repeat-x left top;
}

li#navHow a {
	background: #fff url(images/nav_how.gif) repeat-x left top;
}

li#navWho a {
	background: #fff url(images/nav_who.gif) repeat-x left top;
}

li#navMeet a {
	background: #fff url(images/nav_meet.gif) repeat-x left top;
}

li#navWork a {
	background: #fff url(images/nav_work.gif) repeat-x left top;
}

li#navContact a {
	background: #fff url(images/nav_contact.gif) repeat-x left top;
}

ul#navBar li a:hover {
	background-position: right top;
}

ul#navBar li a.selected {
	background-position: right top;
}


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 

DYSKE:
Use this on the container block, not in the content block.
You can apply multiple classes to an element by separating them with a space.
E.g. class="clearfix anotherClass"
clearfix must come first.
*/

.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}

.clearfix {
display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		

