/* Start of CMSMS style sheet 'Typography' */
/* -----------------------------------*/
/* ---->>> COLOUR GLOSSARY <<<----*/
/* -----------------------------------*/

/*
BLUE #78D7F3
burgundy #870E24
purple #660099
orange #F97C00
light-blue #7ec6f9;
*/

/* -----------------------------------*/
/* --------->>> GLOBAL <<<----------*/
/* -----------------------------------*/

body {
  font-family: verdana, arial,helvetica, sans serif;
  font-size: 0.72em;
*font-size: 0.7em;
  line-height: 1em;
  color: #0949DF;
  margin: 0px;
}

/* -----------------------------------*/
/* ------>>> TYPOGRAPHY <<<-------*/
/* -----------------------------------*/

h1 {
  font-size: 1.6em;
  margin: 1em 0;
  font-weight: bold;
}

h2 {
  font-size: 1.4em;
  color:#F97C00;
}

#main .mainContent h2 {
  line-height: 1.3em;
  margin: 0.3em 0;
}

#main h2 {
margin-left: 5px; 
line-height:1.3em;
}

p+h2,ul+h2 {margin: 1.2em 0 0.5em 0;}

h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0.3em 0;
  color:#009999
}

h4 {
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 0.3em 0;
  color: #0066ff;
}

.h4purple {
color: #990099;  
font-size: 1.1em;
margin: 0.3em 0;
font-weight: bold;
  line-height: 1.1em;
}

h5 {
  font-size: 1.1em;
  margin: 0.3em 0;
  color: #006699;
  line-height: 1.1em;
}

.h5orange {
color:#F97C00; 
font-size: 1.1em;
margin: 0.3em 0;
font-weight: bold;
  line-height: 1.1em;
}

h6 {
  font-size: 1.1em;
  margin: 0.3em 0;
  color: #990099;
  line-height: 1.1em;
}

.h6green {
color: #009900;  
font-size: 1.1em;
margin: 0.3em 0;
font-weight: bold;
  line-height: 1.1em;
}

h2 a, h3 a, h4 a, h5 a {color: #ff0000;}
h4 strong, h5 strong, h6 strong {}


p {
  margin: 0 0 1em 0;
  line-height:1.6em;
  font-size: 1em;
}

.bodytext_larger {
  margin: 0 0 1em 0;
  line-height:1.6em;
  font-size: 1.1em;
}
.normal {
  margin: 0 0 1em 0;
  line-height:1.6em;
  font-size: 1em;
}

/* -----------------------------------*/
/* --------->>> LISTS <<<-----------*/
/* -----------------------------------*/


ul {
  font-size: 1em;
  list-style: none;
}

p+ul {margin-top: 0em;}

ul li {
  margin-bottom: 5px;
  line-height: 1.6em;
  list-style-image: url(uploads/images/layout/bullet.gif);
}

ul a {
  color: #00CC00;
  font-weight: normal;
}

ol {
  margin: 1em 0 1em 0em;
  font-size: 1em;
}

ol li  {
  /*overflow: hidden;*/
  margin-bottom: 10px;
  line-height: 1em;
}


.hr {
  border: none;
  background: url(/uploads/images/layout/hr_map.gif) 0 0 repeat-x;
  height: 5px;
  margin: 1em;
  clear: both;
}

.hr hr {display: none;}

hr.thin {
  margin: -0.3em 0 0.5em 0;
}

hr.black {
  border-color: #000;
}


dt{
  float: left;
  clear: left;
  font-weight: bold;
  margin: 0 0 1em 1em;
  width: 55px;
  color: #000;
}

dd {
  display: block;
  margin: 0 0 1em 0;
  padding-left: 75px;
}

a {
  color: #990099; 
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color:#FF0000;
}

a:active {
  outline: none;
}

a.externalLink {
  padding-right: 12px; 
  background: url(/uploads/images/layout/arrow_ur_small.gif) 100% 0 no-repeat;
}

a img {border: none;}

blockquote {
 margin: 0.5em 0;
  padding: 1.5em;
  background: #F5F8E2;
  color: #000;
}

blockquote h2, blockquote h3,blockquote h4, blockquote a {color: #000;}

blockquote p {
}

input, select {
  font-size: 11px;
}

.returnLink {margin-left:50px; margin-bottom: 30px;}
.breadcrumbs {color: #870E24; padding-top: 5px; margin-left:5px; font-size:0.9em;}
.breadcrumbs a {color: #870E24;}
.breadcrumbs a:hover {color: #660099;}

/* -----------------------------------*/
/* ------>>> TABLES <<<-------*/
/* -----------------------------------*/

td{ 
vertical-align: top; 
background-color: #e7f5ff;
padding: 0 10px;
}
table {height: 100%; width: 90%; margin-left: 25px;}
*table {font-size: 1em;}


/* -----------------------------------*/
/* ------->>> CODE VIEW <<<--------*/
/* -----------------------------------*/

code {
 background: #F0F0F0;
  color: #000;
  font-size: 1.1em;
}

pre {
 background: #F0F0F0;
 border: #DDD;
 padding: 1em;
 margin: 0.5em 0;
}

/* -----------------------------------*/
/* --------->>> FORMS <<<----------*/
/* -----------------------------------*/

fieldset {border: none;}

fieldset legend {
  color: #7E934C;
  font-weight: bold;
}

fieldset label {
 display: block;
 width: 100px;
 float: left;
}

fieldset input {width: 100px;}

fieldset textarea {width: 200px; height: 63px;}

fieldset .button {padding-top: 10px;}

fieldset .button input {margin-left: 100px;}
/* End of 'Typography' */

