/* Start of CMSMS style sheet 'wspdub CSS 2' */
* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #004E86 url(uploads/images/required/body_bg.gif) repeat-y center;
  font: 62.5% Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #0183C1;
}

a:link {color: #006699; }
a:visited {color: #9900CC;}
a:hover {color: #0099FF; }
a:active {color: #006699;}

#bodyWrapper {
  width: 900px;
  margin: 0px auto;
  position: relative;
}

p {
  margin: 8px 0px;
  line-height: 1.3em;
}

img {border: 0px;}

td {vertical-align: top;}

li {
  margin: 6px 0px 6px 10px;
  padding: 0px 0px 0px 10px;
  list-style: none;
  background: url(uploads/images/required/bullet.gif) no-repeat 0px 3px;
}

ol li {
  background: url(none);
  list-style-type: decimal;
  margin-left: 30px;
} 
ol li ul li {
    list-style-type: disc;
  margin: 2px 0px 2px 30px;
}

#masthead {
  width: 900px;
  height: 120px;
  background: url(uploads/images/required/masthead3.jpg) top left no-repeat;
}

#secondaryNav {
  position: absolute;
  right: 0px;
  top: 0px;
}

#secondaryNav ul {
  margin: 0px;
  padding: 0px;
}

#secondaryNav ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  background: none;
}

#secondaryNav ul li a {
  float: left;
  display: block;
  padding: 6px 9px;
  color: #005BA1;
  text-decoration: none;
  text-transform: Capitalize;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  margin: 0px;
  background: #FFFFFF;
  font-weight: bold;
  border: 1px solid #0070C0;
}

#secondaryNav ul li a:hover {
  background: #0070C0;
  color: #FFFFFF;
 }

#mainNav {
  background: #FFFFFF url(uploads/images/required/mainNav_a_bg.gif) top left;
background-position:4px 0;
  width: 900px;
}

#mainNav ul {
  margin: 0px;
  padding: 0px;
}

#mainNav ul li {
  list-style-type: none;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
 /*width: 100px;*/
}

#mainNav ul li a {
  display: block;
  padding: 9px 4px;
  font-size: 1.1em;
  text-decoration: none;
  background: #004E86 url(uploads/images/required/mainNav_a_bg.gif) top left repeat-x;
  color: #FFFFFF;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: .1em;
  width:119px;
  overflow: hidden;
  float: left;
  text-align: center;
  border-left: 1px solid #FFFFFF;
}

#mainNav a:hover, #mainNav a.menuactive {
  color: #FFFFFF;
  background: #0070C0 url(uploads/images/required/mainNav_a_bg_hover.gif) top left repeat-x;
}

#mainNav ul ul {
  position: absolute;
  left:0px;
  top: 100%;
  display: none;
}

#mainNav ul li:hover ul { display: block; }

#mainNav ul ul li a {
  padding: 6px 4px;
  text-transform: capitalize;
  text-align: left;
  background: #0183C1;
  border-right: 0px;
  border-top: 1px solid #FFFFFF;
  letter-spacing: 0em;
  font-size: 1.2em;
  background: #0070C0 url(none);
  width:115px;
}

#mainNav ul ul li a:hover {
  background: #0088E9;
}

#mainNav ul ul li a:hover, #mainNav ul ul li a.menuactive {
  color: #FFFFFF;
  background: #0088E9 url(none);
}

#mainContent {
  width: 550px;
  padding: 20px 0px 20px 30px;
  color: #333333;
  font-size: 1.2em;
  background: #FFFFFF;
}

#oneColumn #mainContent { width: 800px; }

.mainContentText { clear: both; }

#mainContent h1 {
  margin: 0px 0px 10px 0px;
  font-size: 2em;
  letter-spacing: 0em;
}

#mainContent h2 {
  font-size: 1.6em;
  margin: 16px 0px 8px 0px;
}

#mainContent h3 {
  font-size: 1.4em;
  margin: 12px 0px 8px 0px;
}

table.style1, table.style2 {
  width: 100%;
  border-collapse: collapse;
  clear: both;
}

table.style1 td {
  vertical-align: top;
  width: 33%;
  border-left: 1px solid #91BAD3;
  padding: 5px;
  border-top: 1px solid #91BAD3;
}

table.style2 td, table.style2 th {
  vertical-align: top;
  border: 1px solid #91BAD3;
  padding: 5px;
}


table.style2 th {
  font-weight: bold;
  text-align: left;
}

#sideBar1 {
  width: 250px;
  background: #FFFFFF url(uploads/images/required/sideBar1_shadow.gif) no-repeat left bottom;
  padding: 0px 20px 50px 35px;
  font-size: 1.2em;
  float: right;
  color: #333333;
}

#sideBar1 h2 {
  font-weight: normal;
  font-size: 1.4em;
  margin: 10px 0px 4px 0px;
  border-top: 1px dotted #CCC;
  padding: 8px 0px 0px 0px;
}

#sideBar1 h2:first-child {
  border-top: 0px;
}

#sideBar1 blockquote {
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  color: #009EE0;
  padding: 0px;
  margin: 20px 0px 0px 0px;
}

.clearAll { clear: both; }

img.floatLeft {
  float: left;
  margin: 0px 10px 10px 0px;
}

.formElement { margin: 0px 0px 10px 0px; }

.formElement input {
  padding: 2px;
  font: 1em Arial, Helvetica, sans-serif;
}

.width5 { width: 15em; }

#footer {
  font-size: 1.2em;
  padding: 10px 0px;
  margin: 0px 30px;
  text-align: center; border-top: 1px dotted #CCC;
  color: #666;
  clear: both;
}

#twoColumn #footer {width: 530px;}

#footer code {font-size: 1em; font-family: Arial, Helvetica, sans-serif;}

.piechartWrapper {width: 345px; height: 345px; float:right; margin-top:-10px;}

.tableType1, .tableType2 {width: 100%;}

.tableType1 td {padding: 20px 0px;}
.tableType2 td, .tableType3 td {padding: 5px;}

#breadcrumbs {margin: 0px 0px 10px 0px; font-size: .9em;}

.NewsSummary {margin-bottom: 10px; padding-bottom:10px;}

.postDate {font-size: .9em; color: #999;}

.contactform label {display: block; margin: 6px 0px;}
.contactform .text input, .contactform textarea {padding: 2px; width: 350px;}
.contactform .submit input {margin: 10px 0px;}
/* End of 'wspdub CSS 2' */

