﻿/*

 Mindsport Web Site Primary CSS Definition

 (c) 2007 Interphace Ltd.
 
 *  *  *  *  *  *  *  *  *  *  *  *
 
 Provides layout styles for the Mindsport web site.
 
 Works in IE7, Firefox 2, Opera 9 on Windows


*/

body, table {
  font-family: verdana;
  font-size: 12px;
}
   
body {
  margin: 0px;
  padding: 0px;
  background: #EAECED;     
  background: #FAFCFD;  
}   
   
#mindsportPage {
  padding-top: 10px;        
  background: #FAFCFD;
  text-align: center;
}
  
#header, #body {
  width: 800px;
  margin: auto;
  text-align: left;
}
   
#menuBar {
  margin-top: 0px;
}
   
#toolbar {
  text-align: center;
  background: lightyellow;
  border: 1px solid black;
  border-left: none;
  border-right: none;
}
   
#msLogo {
  float: left;
}
      
#footer {
  background: #EAECED;
  margin: auto;
  text-align: center;
  font-size: 12px;
  margin-bottom: 0px;
}   

/* Wrapper element to fix IE/Win */
#innerFooter {
  width: 600px;
  text-align: left;
  margin: auto;
}
   
.section-images-small img {
  width: 100px;
  height: 80px;
}
   
#toolbar-commands img {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
}
   
#toolbarContainer {
  margin: auto; 
  text-align: center; 
  width: 800px; 
  height: 24px;
}
   
#breadcrumb {
  float: left; 
  padding-top: 3px;
}
   
#toolbar-commands {
  float: right;
}
   
/* General Text Styles */
   
p {
  line-height: 2;
  text-align: justify;
}
   
#body li#not-specific-enough {
  line-height: 2;
  padding-bottom: 10px;
}

a img {
    border: none;
}

a 
{
  color: #0066cc;
  text-decoration: none;
}

a:visited 
{
  color: purple;
}

a:hover
{
    text-decoration: underline;
}


/*
  Per Section Custom Header Swoosh Image
*/

#mindsport-swoosh {
  height: 80px; 
  width: 400px; 
  float: right;
  background-repeat: no-repeat;
  background-image: url(/Assets/Images/Site/main_top_bg.jpg);
}

.sport #mindsport-swoosh {
  background-image: url(/Assets/Images/Site/sport_top_bg.jpg);
}

.business #mindsport-swoosh {
  background-image: url(/Assets/Images/Site/business_top_bg.jpg);
}

.life #mindsport-swoosh {
  background-image: url(/Assets/Images/Site/life_top_bg.jpg);
}