html {
	height: 100%;
	background-color: #e6f2f7;
}

body {
   behavior: url("include/csshover3.htc");
}

body, #wrap {
	height: 100%;
	width: 924px;
	margin: 0 auto 0 auto;
	font: 12px/1.5 tahoma, helvetica, sans-serif;
	color: #4c4c4c;
	background: url(../images/bg-shadow.jpg) repeat-y;
	position: relative;
}


body > #wrap {
	height: auto; 
	min-height: 100%;
}

h1 {
	margin-bottom: 0;
}

h2 {
	font: 14px Tahoma, helvetica, sans-serif;
	color: #003767;
	margin-bottom: 1.25em;
}

strong {
	color: #003767;
}

th {
	text-align: left;
	background-color: #CCC;
	font-weight: normal;
}

.jobTitle {
	color: #003767;
}



#wrap {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#main {
	padding-bottom: 30px;
	position: relative;
}  /* must be same height as the footer */

#mainNavContainer {
	width: 583px;
	height: 150px;
	background: url(../images/bg-top-right.gif);
	margin-left: 341px;
}

#side {
	width: 341px;
	position: absolute;
	left: 0;
	top: 0;
}

#footer {
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
	width: 924px;
}
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

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

#footerContent {
	position: relative;
	left: 361px;
	width: 545px;
	font-size: 9px;
}

#footerContent p {
	margin: 0;
	padding: 2px;
	margin: 0 0 0 0px;
}

a {
	text-decoration: none;
	color: #29abe2;
}

a:hover {
	text-decoration: underline;
	color: #9bce58;
}

.hr {
	height: 1px;
	border-bottom: 1px solid black;
}

#logo {
	width: 341px;
	height: 150px;
	background: url(../images/bg-top-left.gif);
}

#logo span {
	display: none;
}

#logo a {
	height: 68px;
	width: 265px;
	display: block;
	position: absolute;
	top: 80px;
	left: 28px;
	cursor: pointer;
}

.rollover a {
	display:block;
	height: 40px;
}

.rollover a:hover { 
	background-position: 0 -40px;
}

#mainNav {
	position: absolute;
	top: 96px;
	left: 374px;
	height: 40px;
	width: 540px;
}


#mainNav span {
	display: none;
}



#pageContent {
	margin: 30px 40px 0 370px;
}

.copyright {
	text-align: right;
	color: #000;
}

.footerNav {
	color: #29abe2;
	float: left;
}



.bttn-about-us {
	background: url(../images/bttn-about-2.gif) no-repeat;
  width: 122px;
	height: 40px;
}

.bttn-case-studies {
	background: url(../images/bttn-casestudies.gif) no-repeat;
  width: 115px;
	height: 40px;
}

.bttn-good-stuff {
	background: url(../images/bttn-goodstuff.gif) no-repeat;
  width: 108px;
	height: 40px;
}

.bttn-get-started {
	background: url(../images/bttn-getstarted-2.gif) no-repeat;
  width: 110px;
	height: 40px;
}

















#nav li {
  /*float the main list items*/
  margin: 0;
  float: left;
  display: block;
}

#nav li a {
  /*for all links in the list*/
  font-weight: bold;
  display: block;
  height: 30px;
  width: 115px;
  padding: 5px;
	line-height: 30px;
}

#nav li ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 33px;
  height: 15px;
	margin-top: 19px;
	margin-left: 7px;
	width: 120px;
}

.rollover #nav li.on a {
  /*change border color for active topic area*/
	background-position: 0 -40px;
}

#nav li ul a {
  /*  cancel inherit of border
      on subnav of active topic */
  border: 0;
	margin-left: -40px;
}

#nav ul li {
	float: none;
}

#nav li ul a {
  float: none;
  /*ie doesn't inherit the float*/
  border: 0;
  width: auto;
  margin-right: 15px;
	background-color: #FFF;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

#nav li:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}

#nav li a:hover, #nav li:hover a {
	width: 115px;
}

#nav li ul {
  /*put the subnav below*/
  top: 33px;
  *top: 22px; /*reposition for IE*/
}





#sidebarHome {
	background: url(../images/content-sidebar-home.jpg);
	width: 341px;
	height: 470px;
}

#sidebarAbout {
	width: 341px;
	height: 285px;
	background: url(../images/content-sidebar-about.jpg);
}

#sidebarTeam {
	width: 341px;
	height: 276px;
	background: url(../images/content-sidebar-team.jpg);
}

#sidebarContact {
	width: 341px;
	height: 312px;
	background: url(../images/content-sidebar-contact.jpg);
}

#sidebarCaseStudies {
	width: 341px;
	height: 247px;
	background: url(../images/content-sidebar-case-studies.jpg);
}

#sidebarGoodStuff {
	width: 341px;
	height: 250px;
	background: url(../images/content-sidebar-good-stuff.jpg);
}

#sidebarSkaBeats {
	width: 341px;
	height: 226px;
	background: url(../images/content-sidebar-ska-beats.jpg);
	position: relative;
}

#pastIssues {
	text-align: center;
	width: 210px;
	position: absolute;
	left: 70px;
	top: 70px;
}



#sidebarSignup {
	width: 341px;
	height: 273px;
	background: url(../images/bg-sidebar-signup.jpg);
	position: relative;
}

#sidebarSignupText {
	position: absolute;
	top: 90px;
	left: 85px;
	width: 250px;
	color: white;
	font-size: 11px;
}

#sidebarSignupForm {
	position: absolute;
	top: 140px;
	left: 30px;
	width: 300px;
	color: #003767;
	font-weight: bold;
	font-size: 11px;
}





#signupCallout {
	width: 269px;
	height: 120px;
	background: url(../images/bg-signup-callout.gif);
	position: relative;
	float: right;
}

#signupCalloutText {
	position: absolute;
	top: 35px;
	left: 77px;
	width: 180px;
	color: white;
	font-size: 11px;
	line-height: 14px;
}

#signupCalloutText a:hover {
	color: #FFF;
}




.pageHeader span {
	display: none;
}

.pageHeader {
	width: 350px;
	height: 35px;
	margin-left: -7px;
}

#pageHeaderHome {
	background: url(../images/ph-enlightened-marketing.gif);
}

#pageHeaderAbout {
	background: url(../images/ph-what-we-do.gif);
}

#pageHeaderTeam {
	background: url(../images/ph-management-team.gif);
}

#pageHeaderContactUs {
	background: url(../images/ph-contact-us.gif);
}

#pageHeaderCaseStudies {
	background: url(../images/ph-case-studies.gif);
}

#pageHeaderArticles {
	background: url(../images/ph-articles.gif);
}

#pageHeaderResources {
	background: url(../images/ph-resources.gif);
}

#pageHeaderSkaBeats {
	background: url(../images/ph-ska-beats.gif);
}


