/*********************************************************
   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: #3e85c7;
  text-indent: -.5em;
}

h1.outline {
  padding-bottom: 0.2em;
  padding-left: 0.6em;
  font: 400 1.6em verdana, arial, sans-serif;
  color: #ff0000;
  text-indent: -.5em;
  border-top: 1px solid #023297;
  border-bottom: 4px solid #023297;
}

h1.background {
  padding-bottom: 0.2em;
  padding-left: 0.6em;
  font: 400 1.6em verdana, arial, sans-serif;
  color: #ffffff;
  background-color: #CC9933;
  text-indent: -.5em; 
  border-top: 1px solid #a0410d;
  border-bottom: 4px solid #a0410d;
}

h1.darker {
  color: #0f3d74;
} 

h2 {
  font-size: 1.2em;
  color: #586B7A;
}

h3 {
  font-size: 1.0em;
  color: #FFFFFF;
  background-color: #1392A3;
  padding-left: 5px;
}

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;
}

.indent3 { 
  margin-left: 3%;
  margin-right: 3%;
}

.indent15 {
  margin-left: 15%;
  margin-right: 15%;
}

.indent30 {
  margin-left: 30%;
}

.bigmargin {
  margin-top: 15%;
  margin-bottom: 20%;
}


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

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

a.plain {
   text-decoration: none;
   color: #023297;
}

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

a.bigger {
  font: 400 1.1em verdana, arial, sans-serif;
  color: #023297;
}

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

a.siteName:link, a.siteName:active, a.siteName:visited {
  font-weight: bold;
  font-size: 13px;
  color: #023297;
  background: white;
}

a.siteName:hover {
  font-size: 13px;
  color: #023297;
  background: #c3d1ff;
  text-decoration: underline;
}

a.categoryLink {
  text-decoration: none;
  color: #a0410d;
}

a.categoryLink:hover {
  color: #a0410d;
  background: #f7dccd;
  text-decoration: none;
}

a.rust {
   text-decoration: none;
   color: #a0410d;
}

a.rust:hover {
   color: #a0410d;
   background: #f7dccd;
   text-decoration: none;
}

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

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

a.smwhite {
  text-decoration: underline;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
}

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

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

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

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

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

a.underline3 {
  font: 400 1.1em verdana, arial, sans-serif;
  color: #023297;
  text-decoration: underline;
}

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

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

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

a.calendar {
  text-decoration: none;
  color: #023297;
  font-size: .9em;
}

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

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;
}


/* Images */
img.floatRight {
  margin: 5px 5px 10px 10px;
}

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

img.floatRightBorder {
  border: 1px solid #666;
  padding: 2px;
  margin: 5px 5px 10px 10px;
}

img.floatRightBorderCap {
  border: 1px solid #666;
  padding: 2px;
  margin: 5px 5px 0px 10px;
}

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

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

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

img.floatLeftBorder {
  border: 1px solid #666;
  padding: 2px;
  margin: 5px 10px 10px 0px;
}

img.floatLeftBorderCap {
  border: 1px solid #666;
  padding: 2px;
  margin: 5px 10px 0px 0px;
}

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

img.middle2 {
  vertical-align: middle;
}

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

/* Lists */
ul li {
  padding-bottom: 5px;
}

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

ol.nothing {
  font-weight: normal;
  color: #444;
}

li.nothing {
  font-weight: normal;
  color: #444;
  padding-bottom: 5px;
}

ol.black {
  font-weight: normal;
  color: black;
}

li.black {
  font-weight: normal;
  color: black;
  padding-bottom: 5px;
}

ol.loweralpha {
  font-weight: normal;
  list-style-type: lower-alpha;
  color: black;
}

li.loweralpha {
  font-weight: normal;
  padding-bottom: 5px;
  color: black;
}

ol.upperalpha {
  font-weight: normal;
  list-style-type: upper-alpha;
  color: black;
}

li.upperalpha {
  font-weight: normal;
  padding-bottom: 5px;
  color: black;
}

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

ul.errorlist {
  color: red;
}

ul.padded li {
  padding-top: 10px;
  padding-bottom: 10px;
}

#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;
}

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

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

#doclist 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;
}

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

blockquote.plain {
  margin: 0 20px;
  padding: 0 20px;
  background: #FFFFFF;
  border-top: none;
  border-bottom: none;
}

/* Paragraphs */
p.special {
  font: 1em verdana, arial, sans-serif;
  color: #555;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

p.paddedtop {
  padding-top: 10px;
}

/*Text Styles*/
.bigtext {
  font: 400 1.1em verdana, arial, sans-serif;
  line-height: 170%;
}

.red {
  color: #FF0000;
}

.rust {
  color: #a0410d;
}

.darkblue {
  color: #003386;
}

.bold {
  font-weight: bold;
}

.boldgold {
  font-weight: bold;
  color: #CC9933;
}

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

.bigbold {
  font-size: 1.2em;
  font-weight: bold;
}

.highlight {
  background: #FFF799;
}

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

.italic {
  font-style: italic;
}

.article_headline {
  font-size: 1.3em;
  font-weight: bold;
  color: #CC9933;
}

.news_headline {
  font-size: 1.4em;
  font-weight: bold;
  font-family: Times, serif;
  color: #586B7A;
}

.lighter {
  color: #818181;
}

.verysmall {
  font-size: .9em;
}

.whitetext {
  color: #ffffff;
}

.subcategory {
  font: 200 .9em verdana, arial, sans-serif;
  color: #3e85c7;
  text-indent: -.5em;
}

/*Horizontal Rulers*/
hr {
border: 0;
color: #3e85c7;
background-color: #3e85c7;
height: 1px;
width: 50%;
text-align: center;
}

/*Tables*/
table.simple {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #3e85c7 #3e85c7 #3e85c7 #3e85c7;
	border-collapse: collapse;
	background-color: white;
}
table.simple th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: #3e85c7 #3e85c7 #3e85c7 #3e85c7;
	background-color: #dcdcdc;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.simple td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: #3e85c7 #3e85c7 #3e85c7 #3e85c7;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.center {
        border-width: 1px 1px 1px 1px;
        border-spacing: 2px;
        border-style: solid solid solid solid;
        border-color: #3e85c7 #3e85c7 #3e85c7 #3e85c7;
        border-collapse: collapse;
        background-color: white;
        margin-left: auto;
        margin-right: auto;
}
table.center th {
        border-width: 1px 1px 1px 1px;
        padding: 3px 3px 3px 3px;
        border-style: inset inset inset inset;
        border-color: #3e85c7 #3e85c7 #3e85c7 #3e85c7;
        background-color: #dcdcdc;
        -moz-border-radius: 0px 0px 0px 0px;
}
table.center td {
        border-width: 1px 1px 1px 1px;
        padding: 3px 3px 3px 3px;
        border-style: inset inset inset inset;
        border-color: #3e85c7 #3e85c7 #3e85c7 #3e85c7;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
}

table.chron   {
        border: none;
	padding: 5px 5px 5px 5px;
	background-color: white;
	margin-left: auto;
      	margin-right: auto;

}

table.chron th  {
        border: none;
	padding: 5px 5px 5px 5px;
	background-color: #dcdcdc;
	text-align: center;
	font-weight: bold;
}

table.chron td  {
        border: none;
	padding: 5px 5px 5px 5px;
	background-color: white;

}

table.chron td.color {
       background-color: #e6e6fa;
}

table.noborder {
       border: none;
}

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: 95%;
  vertical-align: top;
  font-weight: bold;
  color: #3e85c7;
}

input,
textarea,
select {
  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.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

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.button {
  padding: 2px 5px;
  font: 400 0.9em verdana, arial, sans-serif;
  cursor: pointer;
  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #353e47 #353e47 #353e47 #353e47;
}

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

.lineCategoryText, .lineCategoryLink {
font-size: 1.1em;
color: #FFFFFF;
background-color: #1392A3;
padding: 2px;
font-weight: bold;
}

