/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
	/*Commented out--causes dropdown menus to align incorrectly*/
  /*text-align: center;*/
  background: url(/media/img/site/bg/light_body6.png) repeat-y top center;
  font-size: 74%;
  font-family: verdana, arial, sans-serif;
  line-height: 170%;
  color: #303030;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;
  padding-left: 0.2em;
  font: 400 1.6em verdana, arial, sans-serif;
  color: #555555;
  border-left: 4px solid #1392a3;
  border-bottom: 1px solid #1392a3; 
}

h2 {
  font-size: 1.4em;
  color: #555555;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #003386;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}

.indent5 {
  margin-left: 5%;
  margin-right: 5%;
}


/* Links*/ 
a {
  text-decoration: none;
  color: #023297;
}

a:hover {
  color: #1392a3;
}

a.orange {
  font: 700 1.0em verdana, arial, sans-serif;
  color: #CC5F3B;
  text-decoration: none;
}

a.orange:hover {
  color: #306fbc;
  text-decoration: underline;
}

a.ltblue {
  font: 700 1.0em verdana, arial, sans-serif;
  color: #306fbc;
  text-decoration: none;
}

a.ltblue:hover {
  color: #CC5F3B;
  text-decoration: underline;
}

a.smwhite {
  font: .9em verdana, arial, sans-serif;
  text-decoration: underline;
  color: #ffffff;
}

a.smwhite:hover {
  color: #023297;
  background: #C3D1FF;
  text-decoration: underline;
}

a.underline {
  font-size: 12px;
  color: #023297;
  text-decoration: underline;
}

a.underline:hover {
  font-size: 12px;
  color: #1392a3;
  text-decoration: underline;
  background: transparent;
}

a.underline2 {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

a.underline2:hover {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: underline;
  background: transparent;
}

a.cloud {
  color: #023297;
  background: transparent;
  text-decoration: none;
}

a.cloud:hover {
  color: #FF0000;
  background: transparent;
  text-decoration: none;
}

a.cloud2 {
  color: #A0410D;
  background: transparent;
  text-decoration: none;
}

a.cloud2:hover {
  color: #023297;
  background: transparent;
  text-decoration: none;
}

a img {
  border: 0;
}

a img.border { 
  border: 1px solid #FC3307;
}

a:hover img.border { 
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

a.hoverborder img {
  border: 0;
}

a.hoverborder:hover img {
  border: 2px solid #ff0000;
} 


/* Images */
img.floatRight {
  margin: 0 0 5px 10px;
  border: 1px solid #666;
  padding: 2px;
}

img.floatRightnoBorder {
  margin: 0 0 5px 10px;
  padding: 2px;
}

img.floatLeft {
  margin: 5px 10px 10px 0px;
}

img.middle {
  vertical-align: middle;
  padding-right: 5px;
}

img.border {
  border: 1px solid #666;
}


/* Lists */
/*ul li {
  list-style-image: url(/media/img/site/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}*/

ul li {
  padding-bottom: 10px;
}

ul.errorlist {
  color: red;
}

#pencillist
{
margin-left: 0;
padding-left: 10px;
padding-top: 5px;
list-style: none;
}

#pencillist li
{
padding-left: 20px;
padding-bottom: 15px;
background-image: url(/media/img/site/icons/pencil.png);
background-repeat: no-repeat;
background-position: 0 .2em;
}

#pencillist ul li ul li
{
padding-left: 0;
padding-bottom: 3px;
background-image: none;
background-repeat: no-repeat;
background-position: 0 .2em;
}

#emoticonlist
{
margin-left: 0;
padding-left: 10px;
padding-top: 5px;
list-style: none;
}

#emoticonlist li
{
padding-left: 20px;
padding-bottom: 15px;
background-image: url(/media/img/site/icons/emoticon_grin.png);
background-repeat: no-repeat;
background-position: 0 .2em;
}

#emoticonlist ul li ul li
{
padding-left: 0;
padding-bottom: 3px;
background-image: none;
background-repeat: no-repeat;
background-position: 0 .2em;
}

#booklist
{
margin-left: 0;
padding-left: 5px;
padding-top: 5px;
list-style: none;
}

#booklist li
{
padding-left: 20px;
padding-bottom: 15px;
background-image: url(/media/img/site/icons/kontact_journal.png);
background-repeat: no-repeat;
background-position: 0 .2em;
}

#booklist ul li ul li
{
padding-left: 0;
padding-bottom: 3px;
background-image: none;
background-repeat: no-repeat;
background-position: 0 .2em;
} 

/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}

/*Text Styles*/
.red {
  color: #FF0000;
}

.rusty {
  color: #A0410D;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.smallbold {
  font-size: 10px;
  font-weight: bold;
}

.highlight_bg {
  background: #FFF799;
  color: #555;
}

.accentbold {
  font-size: 14px;
  font-weight: bold;
  color: #FF0000;
}

.bluebold {
  font-weight: bold;
  color: #3e85c7;
}

/* Tables */
table, tr, td, th {
  padding: 5px;
}

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 90%;
  vertical-align: top;
  font-weight: bold;
  color: #3e85c7;
}

textarea,
select {
  padding: 1px;
  font: 400 1em verdana, arial, sans-serif;
  color: #023297;
  background: #EEE;
  border: 1px solid #353e47;
}

textarea {
  width: 275px;
}

input {
  padding: 1px;
  font: 400 1em verdana, arial, sans-serif;
  color: #023297;
  background: #EEE;
  border: 1px solid #353e47;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #023297;
  border: 1px solid #353e47;
}

input.searchbox {
  border: 2px solid #A23F04;
  font-weight: bold;
  font-size: 11px;
}

input.searchbox:hover {
  background: #FBE199;
}

button.searchbox {
  border: 2px solid #A23F04;
  font-weight: bold;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;
  font: 400 0.9em verdana, arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #353e47 #353e47 #353e47 #353e47;
}

input.radio {
  background: none;
  border: 0px;
}






