body {
    margin: 0;
    padding: 30px 0 0 0;
	color:#444;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #EEE url(images/bg_main.png) repeat-y center;
}

/* Basic HTML */

form {
    margin: 0;
    padding: 0;
}
strong {
    color: #08397E;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
hr {
    margin-top: 0;
    margin-bottom: 20px;
    border: solid 1px #08397E;
}
a:link, a:visited {
	color: #08397E;
	text-decoration: none;
}
a:hover {
	color: #08397E;
	text-decoration: underline;
}
h2 {
    color: #000;
    font-size: 150%;
    padding-bottom: 4px;
    border-bottom: solid 4px #08397E;
}
h3 {
    font-size: 125%;
    color: #888888;
}
h4 {
    font-size: 110%;
    margin-top: 0;
    margin-bottom: 10px;
}

ul {
    list-style-image: url(images/disc.gif);
}

/* Layout */

#wrapOuter {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
#header {
    padding-top: 40px;
}
#header .logo {
    float: left;
    padding: 20px 0 0 20px;
}
#header .strapLine {
    padding-bottom: 1em;
    border-bottom: 3px solid #AAA;
    margin-bottom: 1em;
}
#header .strapLine h3 {
    margin: 0;
}
#header h1 {
	display: none;
}
#nav {
    padding: 4px 0;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    font-size: 110%
}
#nav ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
#nav li {
    display: inline;
    padding-left: 20px;
    margin-left: 10px;
    border-left: solid 2px #0A3A84;
}
#nav li.first {
    padding-left: 0;
    margin-left: 0;
    border: none;
}
#main {
    clear: both;
}
#content {
    float: right;
    width: 627px;
}
#contentBody {
    padding: 20px 20px 20px 0;
}
#sideBar {
    float: left;
    width: 255px;
    padding-top: 60px;
}
#footer {
    clear: both;
    padding: 40px 0;
}
#footerBody {
    padding-top: 0.5em;
    border-top: solid 2px #AAA;
    color: #888;
}
#footer ul {
	padding: 0;
	margin:0;
}
#footer li {
  display: inline;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px dotted #333;
}
#footer li.first {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

h2.welcome span {
    display: none;
}
h2.welcome {
    height: 97px;
    width: 305px;
    background-image: url(images/GreatTeacher.gif);
    border: none;
}

blockquote {
    margin: 10px;
    padding: 10px;
    font-size: 1.2em;    
    background: #F0F7FF url(images/quote.gif) top left no-repeat;
}
blockquote p.source {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: bold; 
    color: #0A3A82;
    background: url(images/quote-close.gif) bottom right no-repeat;
}

.testimonial ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.testimonial .source {
    font-weight: bold;
}

p.theTeam {
    padding-top: 20px;
}
p.theTeam a {
    display: block;
    width: 131px;
    height: 26px;
    background: url(images/meetTeam.gif) no-repeat;
}
p.theTeam a span {
    display: none; 
}

.clientLogo img {
    padding: 10px;
}

.pdf {
    padding-left: 25px;
    background: url('images/pdf.gif') left center no-repeat;
}
.word {
    padding-left: 25px;
    background: url('images/word.gif') left center no-repeat;
}

.contactAddress h3, .contactNumber h3, .contactEmail h3 {
    margin: 0;
    padding: 0;
}

fieldset legend {
    font-weight: bold;
    padding: 10px 5px;
    color: #000;
}

fieldset div {
    padding: 1px 0;
    margin-left: 150px;
}
fieldset input {
    width: 95%;
}
fieldset textarea {
    width: 95%;
}
fieldset .medium  {
    width: 70%;
}
fieldset .short {
    width: 40%;
}
fieldset .controlLabel {
    float: left;
    margin-left: -150px;
    width: 140px;
    text-align: right;
    color: #333;
}
fieldset .controlGroup {
	margin-left: 0;
	border: none;
}
fieldset .controlGroup div {
	margin-left: 0;
	padding: 0 0 4px 0;
	border: none;
}
fieldset .controlGroup input {
	width: auto;
}
.mandatory {
    background-color: #EBF2F8;
}
.error {
    border: 1px solid red;
    background: #fcc;
    padding: 5px;
    margin-bottom: 10px;
}
span.error {
    display: block;
}
.buttonBar {
    padding-top: 20px;
}

.clear {
	clear: both;
}
