/*---------------------------------
Stylesheet for Positive Insights
Author: Rude Goose
-----------------------------------*/

body{
	background:#fff;
	text-align:center;
	font-family: Geneva, Arial, sans-serif;
	font-size:12px;
	color:#000;
}
html>body{
	font-size:0.8em;
}
a:link, a:visited{
	color:#C6104E;
	text-decoration:none;
}
a:hover{
	color:#999;
}
address{
	font-style:normal;
}
blockquote{
	background:#DB115A url(images/quoteBG.jpg) repeat-x top;
	color:#fff;
	margin:0.75em 0 0.75em 0;
	padding:10px;
}
blockquote.plain{
	background:#fff;
	color:#666;
	font-style:italic;
	padding:5px 0;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
h3{
	color:#C6104E;
	font-size:1.2em;
}
span{
	color:#C9104F;
	font-weight:bold;
}
p{
	margin:0 0 1em 0;
}
ul, ol{
	text-align:left;
}
img{
	border:0;
}
.articles h4{
	border-bottom:1px solid #ccc;
	font-size:1em;
	margin-bottom:0;
	font-style:italic;
	font-weight:normal;
}
.articles p{
	text-align:left;
}
.author{
	text-align:right;
	font-size:0.8em;
}
.case{
	position:absolute;
	width:250px;
	margin-left:520px;
	margin-top:0;
	font-size:0.9em;
	text-align:left;
	line-height:normal;
}
#container{
	width:785px;
	position:relative;
	margin:0 auto;
	text-align:left;
}
#footer{
	clear:both;
	border-top: 1px solid #ccc;
	color:#999;
	font-size:0.7em;
	margin:20px 0;
	padding:5px 0;
}
#footer a{
	color:#999;
	text-decoration:none;
}
.headline{
	background-repeat:no-repeat !important;
	text-indent:-9999px;
	font-size:1em;
	margin:0 0 1em 0;
}
/*Headers---------------------------*/
#homepage #header{background:url(images/eyesHome.jpg) no-repeat top right;}
#homepage .headline{background:url(images/headlineHome.gif);}

#psychpage .headline{background:url(images/headlinePsych.gif);}
#psychpage #header{background:url(images/eyesPsych.jpg) no-repeat top right;}

#coachpage .headline{background:url(images/headlineCoaching.gif);}
#coachpage #header{background:url(images/eyesCoach.jpg) no-repeat top right;}

#orgpage .headline{background:url(images/headlineOrg.gif);}
#orgpage #header{background:url(images/eyesOrg.jpg) no-repeat top right;}

#edupage .headline{background:url(images/headlineEdu.gif);}
#edupage #header{background:url(images/eyesEducation.jpg) no-repeat top right;}

#researchpage .headline{background:url(images/headlineResearch.gif);}
#researchpage #header{background:url(images/eyesResearch.jpg) no-repeat top right;}

#resourcespage .headline{background:url(images/headlineResources.gif);}
#resourcespage #header{background:url(images/eyesResources.jpg) no-repeat top right;}

#casespage .headline{background:url(images/headlineCases.gif);}
#casespage #header{background:url(images/eyesCases.jpg) no-repeat top right;}

#contactpage .headline{background:url(images/headlineContact.gif);}
#contactpage #header{background:url(images/eyesContact.jpg) no-repeat top right;}

#whopage .headline{background:url(images/headlineWho.gif);}
#whopage #header{background:url(images/eyesWho.jpg) no-repeat top right;}

#linkspage .headline{background:url(images/headlineLinks.gif);}
#linkspage #header{background:url(images/eyesLinks.jpg) no-repeat top right;}

#cardspage .headline{background:url(images/headlineCards.gif);}
#cardspage #header{background:url(images/eyesResources.jpg) no-repeat top right;}

#foundationpage .headline{background:url(images/headlineFoundation.gif); font-size:2.4em;}
#foundationpage #header{background:url(images/eyesFoundation.jpg) no-repeat top right;}

#leadershippage .headline{background:url(images/headlineLeadership.gif); font-size:2.4em;}
#leadershippage #header{background:url(images/eyesLeadership.jpg) no-repeat top right;}

#header{
	height:125px;
	margin:0;
	padding:0;
}
#header h1{
	margin:0;
	padding:0;
}
/*----------------------------------*/
#left{
	float:left;
	width:500px;
	line-height:1.6;
	text-align:justify;
	margin-bottom:20px;
}
#logo a{
	background:url(images/logo.png);
	display:block;
	text-indent:-9999px;
	width:125px;
	height:125px;
	overflow:hidden;
}
/*Navigation------------------------------------*/
#nav{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:40px;
	margin:1em 0 2em 0;
	padding:0;
	overflow:hidden;
}
#nav li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:auto;
}
#nav a:link, #nav a:visited{
	text-transform:uppercase;
	color:#C6104E;
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	height:38px;
}
#nav li ul {
  display: none;
  position: absolute;
  width:auto;
  font-size:80%;
  margin:0;
  padding:0;
  background:#fff;
}
#nav ul li{
	float:none;
	border-bottom:1px solid #ccc;
	width:200px;
}
#nav li ul a:link, #nav ul a:visited{
	text-indent:0 !important;
	height:auto;
	padding:5px;
	letter-spacing:1px;
}
#nav li ul a:hover{
	color:#999;
}
#nav li > ul {
	top: auto;
	left: auto;
	padding:3px;
}
#nav li:hover ul, #nav li.over ul { 
	display: block;
	clear: left;
}
#home{background:url(images/home.gif); width:67px;}
#home:hover, #home.active{background-position:-67px;}

#psych{background:url(images/psychology.gif);width:177px;}
#psych:hover, #psych.active{background-position:-177px;}

#work{background:url(images/work.gif); width:105px;}
#work:hover, #work.active{background-position:-105px;}

#resources{background:url(images/resources.gif); width:109px;}
#resources:hover, #resources.active{background-position:-109px;}

#cases{background:url(images/cases.gif); width:121px;}
#cases:hover, #cases.active{background-position:-121px;}

#who{background:url(images/who.gif); width:117px;}
#who:hover, #who.active{background-position:-117px;}

#contact{background:url(images/contact.gif); width:85px;}
#contact:hover, #contact.active{background-position:-85px;}

/*-----------------------------------------------*/

.photo{
	position:absolute;
	margin-left:530px;
}
.rightbox{
	background:#ddd;
	padding:10px;
	text-align:left;
	width:235px;
	font-weight:bold !important;
}
#reading td{
	padding-right:20px;
}
#right{
	float:right;
	color:#666;
	width:250px;
	font-size:0.9em;
}
#right ul{
	margin:1.5em 0 1.5em 0;
	padding:0;
}
#right li{
	list-style:none;
	margin:0.6em 0;
	font-weight:normal;
	border:1px solid #ddd;
	padding:5px;
}
#right a:link, #right a:visited{
	text-decoration:none;
	font-weight:bold;
}
#right h3{
	font-size:1em;
	font-weight:normal;
	margin:0 0 1em 0;
	color:#000;
	text-transform:uppercase;
}
#right blockquote{
	line-height:1.6;
}
