html, body, #wrap {height: 100%;}
html { font-size: 16px; }

body {  
  background: #C5C7C9;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 61%; 
  line-height: 1.6em;
}

/*
--------------------------------------------
GENERAL HTML STYLES
--------------------------------------------
*/

h1 { font-size: 1.6em; font-weight: bold; color: black; padding: 12px 0px 18px 0px; }
h2 { font-size: 2.2em; font-weight: bold; color: black; padding: 10px 0px 12px 0px; }
h3 { font-size: 1.1em; font-weight: bold; color: black; padding: 6px 0px 8px 0px; }
h4 { font-size: 1.0em; font-weight: bold; color: black; padding: 6px 0px 8px 0px; } 

p { padding-bottom: 6px; }

ul, ol {margin-bottom: 6px; }
li { padding-bottom: 4px; padding-left: 18px;  }

a { color: #00518a; }
a:hover { color: #667f99; }

blockquote { padding-left: 18px; padding-bottom: 6px;}
strong { font-weight: bold; }
img { padding: 0; margin: 0; }

/*
--------------------------------------------
COMMON STYLES
--------------------------------------------
*/

.hidden { visibility: hidden; }
h2 .hidden { display: none; }

.introduction { font-weight: bold; padding-bottom: 12px; }
.clear { clear: both; font-size: 1px; overflow: hidden; height: 1px; }
.indent { padding-left: 18px; }

.jumptocontent { display: none; }
.contentanchor { display: none; }

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%;} /* fix ie6 */

/*
--------------------------------------------
PAGE STRUCTURE STYLES
--------------------------------------------
*/

#page { width: 885px; margin: 12px auto 12px auto; font-size: 1.2em; background-color: white; }

#page-header { clear: both; height: 88px; width: 100%; background: #C5C7C9 url(../styles/bg_stars.gif) top right no-repeat; }

#page-main { padding: 0; margin: 0; background-color: white; }

#page-main-content { padding: 0; margin: 0; }

#page-main-left { margin-right: 261px; padding: 6px 12px 24px 24px; }

#page-main-right { float: right; width: 260px; border-left: 1px solid #FADE00; }

#page-main-full { padding: 6px 24px 24px 24px; }

/*
---------------------------------------------------------
ADDITIONAL STYLES
---------------------------------------------------------
*/

.facelist { clear: both; }
.facelist, facelist a { padding: 0; margin: 0; list-style: none; }
.facelist { padding: 10px 8px 10px 10px; }



.left-content-box { width: 128px; background: #fdd; padding: 12px 120px 24px 12px}
.left-content-box h3 { font-size: 1.4em; padding-bottom: 8px; }
.left-content-box p { font-size: 0.9em; }
.left-content-box a { font-weight: bold;  }

.left-content-box#ben-evans {
  background: white url(../images/bg_rosie_nanny.jpg) no-repeat left bottom; 
}
.left-content-box#ally-curry {
  background: white url(../images/bg_MJ_LONDON.jpg) no-repeat left bottom; 
}
.left-content-box#katie-cecil {
  background: white url(../images/bg_MATT_CUT.jpg) no-repeat left bottom; 
}
.left-content-box#enid {
  background: white url(../images/bg_mark_xmas.gif) no-repeat left bottom; 
}
.left-content-box#shaheen-jafargholi {
  background: white url(../images/bg_beakers_back.jpg) no-repeat left bottom; 
}

.news { list-style: none; padding: 0; margin: 0; }
.news li { width: 44.5%; float: left; margin-bottom: 12px; padding: 4px; margin-right: 24px;} 
.news li.odd { clear: left; }
.news li .profileimage, .news li .iconimage { width: 58px; height: 58px; background-color: #fdd; float: left; margin-right: 4px; }
.news li .iconimage { margin-right: 12px; }
.news li h3 {font-size: 1.0em; padding-bottom: 4px; padding-top: 0; }
.news li div { margin-left: 136px; background-color: white; }

/*
---------------------------------------------------------
NAVIGATION STYLES
---------------------------------------------------------
*/

#nav, #nav li, #nav li a { padding: 0; margin: 0; list-style: none; text-decoration: none; }
#nav { float: right; width: 542px; height: 88px; background-color: transparent; }
#nav li {
  float: left; 
  margin-top: 54px;
  height:34px;
}
#nav li a {
   display: block;
   height: 34px;
   width: 75px;
   line-height: 34px;
   text-align: center;
   background: #FADE00 url(../styles/nav.gif) 0px 0px no-repeat;
}
#nav #nav-home a { width: 68px; background-position: 0px 0px; }
#nav #nav-home a:hover, #nav #nav-home.selected a { background-position: 0px -34px; }

#nav #nav-profile a { width: 63px; background-position: -68px 0px; }
#nav #nav-profile a:hover, #nav #nav-profile.selected a { background-position: -68px -34px; }

#nav #nav-clients a { width: 65px; background-position: -131px 0px; }
#nav #nav-clients a:hover, #nav #nav-clients.selected a { background-position: -131px -34px; }

#nav #nav-submissions a { width: 100px; background-position: -196px 0px; }
#nav #nav-submissions a:hover, #nav #nav-submissions.selected a { background-position: -196px -34px; }

#nav #nav-contactus a { width: 92px; background-position: -296px 0px; }
#nav #nav-contactus a:hover, #nav #nav-contactus.selected a { background-position: -296px -34px; }

#nav #nav-latestnews a { width: 102px; background-position: -388px 0px; }
#nav #nav-latestnews a:hover, #nav #nav-latestnews.selected a { background-position: -388px -34px; }

#nav #nav-links a { width: 52px; background-position: -490px 0px; }
#nav #nav-links a:hover, #nav #nav-links.selected a { background-position: -490px -34px; }

/*
---------------------------------------------------------
FOOTER STYLES
---------------------------------------------------------
*/

#page-footer { clear: both; 
  background: white url(../styles/bg_page_footer.gif) bottom left repeat-x; color: #616161; 
  padding: 0px 6px 22px 6px; font-size: 0.9em; } 
#page-footer p { padding: 0; }
#page-footer p.right { float: right;}
#page-footer a { color: #616161; text-decoration: underline; }
#page-footer a:hover { color: #ccc; text-decoration: underline; }
