html {
  height: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font: 78%/1.45 Arial, Verdana, Helvetica, sans-serif;
  font-size: 78%;
  color: #004A80;
  text-align: left;
  background: #8DC63F url("../images/layout/background.gif") repeat-y top center;
}

.divcloser
{
	clear: both;
}

body#popupwindow {
  background: #FFF;
  padding: 5px 0 0 5px;
}

h1 {
  font-size: 1.4em;
  color: #004A80;
  height: 1.6em;
  height: auto !important;
  line-height: 1.2em;
  clear: both;
  margin: 0 0 0.1em 0;
  padding: 0;
}

h2 {
  font-size: 1.2em;
  color: #004A80;
  line-height: 1.1em;
  height: 1.4em;
  height: auto !important;
  clear: both;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 1.1em;
  color: #004A80;
  height: 1.2em;
  line-height: 1.2em;
  clear: both;
  margin: 0;
}

td, th {
  font-size: 1em;
  vertical-align: top;
}

select {
  font-size: 1em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: #8DC63F;
}

a img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

form .messageboard {
  padding-left: 5px;
}

div.popup {
  text-align: left;
}

div.popup div{
  font-size: 11px;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ol, ul {
  margin: 0 0 0 30px;
}

#shortDescSeparator,
#indexSeparator,
#contentSeparator,
.itemSeparator {
  clear: both;
  height: 20px;
}

#box {

  margin: 0;
}

#layout {

  width: 956px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 30px 15px 0px 15px;
}

#layouthead {
  position: absolute;
  z-index: 100;
  left: 15px;
  top: 15px;
}

#layoutcontent {
  padding-top: 94px;
}

#footer {
  bottom: 0px;
  background: #8DC63F;
  padding: 11px 30px 10px 30px;
  color: #FFF;
  clear: both;
  margin-top: 24px;

}

#footer a {
  color: #FFF;
}

address {
  font-style: normal;
}

#contentframes {
  width: 956px;
  height: 400px;
  height: auto !important;
}

#frameleft {
  position: relative;
  width: 182px;
  float: left;
  padding: 40px 24px 0 0;
}

#framemain {
  z-index: 3;
  float: left;
  padding-top: 0;
}

#frameright {
  float: right;
  width: 200px;
}

#framerightcontent {
}

#logo  {
  width: 197px;
  height: 75px;
  float: left;
}

#menutop {
  width: 736px;
  height: 77px;
  float: left;
  padding-top: 17px;
}

div.selectrole {
  position: absolute;
  left: 250px;
  top: 50px;
  width: 186px;
  float:right;
  color: #009;
  display: none;
}

div.selectrole select {
  font-size: 1em;
}

#maincontentarea {
  font-size: 1em;
  width: 526px;
  height: auto;
  _height: 300px;
  min-height: 300px;
  word-wrap: break-word;
  float: left;
}


/* STYLES IN ADMIN MODE */

div.editablearea {
  height: auto !important;
  height: 400px;
  border: 1px dashed #CCF;
}

#editType {
  height: 1%;
}

ul.dragsort {
  margin: 0;
  padding: 0;
  list-style: none;
}


div.headarea-hover {
  border: 1px dashed #8DC63F;
  padding: 0;
  height: auto !important;
  height: 50px;
}

div.headarea {
  border: 0;
  padding: 1px;
  height: auto !important;
  height: 50px;
}

div.paragraphedit {
  padding: 1px;
  border: 0;
  cursor: pointer;
  height: 1%;
}

div.paragraphedit-hover {
  padding: 0 0 1px 0;
  border: 1px dashed #8DC63F;
  cursor: pointer;
  height: 1%;
}

div.paragraphedit-active {
  padding: 0;
  border: 1px solid #8DC63F;
  cursor: pointer;
  height: 1%;
}

.paragraph {
height: auto;
}


 /* START ANNOUNCEMENT */

div.announcement {
  display: block;
  padding: 15px;
  background-color: #4895BF;
  background-image: url('../images/layout/announce_bg.png');
  background-position: bottom left;
  background-repeat: repeat-x;
  margin: 0;
  width: 175px;
  height: 100px;
  z-index: 999;
}

#announcement_container {
  position: absolute;
  display: block;
  top: 110px;
  left: 220px;
  margin: 0;
  width: 230px;
  height: 100px;
  z-index:998;
}
#announcement_top {
  display: none;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  }

#announcement_left {
  display: none;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  }

#announcement_right{
  display: block;
  width: 11px;
  height: expression(document.getElementById('announcement').clientHeight);
  FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='skin/default/images/layout/announce_shadowr.png');
  z-index: 101;
  }

#announcement_bottom{
  display: block;
  width: 272px;
  height: 23px;
  FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='skin/default/images/layout/announce_shadowb.png');
  z-index: 101;
  }

#announcementclose{
  Z-INDEX: 101;
  float: right;
  cursor: hand;
  }


div.announcement-edit {
  height: 20px;
  border: 1px dashed #9999D6;
  position: static;
  width: 200px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

div.announcement-header {
  color: #FFFFFF;
  font-size: 1.1em;
  margin: 0;
  font-weight: bold;
  height: 24px;
  line-height: 20px;
  border: 0;
  float: left;
  width: 100%;
}

div.announcement-items {
  height: 50px;
  margin-top: 4px;
  font-size: 1em;
  color: #FFFFFF;
  border: 0;
}

div.announcement-edit div.announcement-items  {
  /*border: 1px dashed #8DC63F;*/
}

div.announcement-items a:link,
div.announcement-items a:active,
div.announcement-items a:visited,
div.announcement-items a:hover {
  font-size: 0.9em;
  color: #009;
}

div.announcement-items .date {
  color: #FFFFFF;
  font-weight:    bold;
}

/* END ANNOUNCEMENT */

/*.itemtitle {
  color: #009;
  font-weight: bold;
}*/

.itemtitle a,
.itemtitle a:link,
.itemtitle a:active,
.itemtitle a:visited {
  color: #009;
  text-decoration: none;
}

.itemtitle a:hover {
  color: #8DC63F;
  text-decoration: underline;
}


.item {
  position: relative;
  height: 1%;
}

.item-first {
  background: #CDDAED;
}

.item a.readmore {
  font-size: 1.1em;
  color: #8DC63F;
}

.item a.readmore:visited,
.item a.readmore:link {
  text-decoration: none;
}

.item a.readmore:active,
.item a.readmore:hover {
  text-decoration: underline;
}

span.readmore a {
  background: url("../images/layout/link_arrow.gif") no-repeat 0 15px;
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 0;
  float: left;
}

#shortDesc img {
  float: right;
  padding: 0 0 10px 15px;
}

div.item  img {
  float: left;
  padding: 0 15px 10px 0;
}

div.item  div.editcontent img {
  float: none;
  padding: 0;
}

img.alignRight {
  float: right;
  padding: 0 0 10px 15px;
}

img.alignLeft {
  float: left;
  padding: 0 15px 10px 0;
}

img.imageSize1 {
  float: left;
  padding: 0;
}

div.warning {
  filter: alpha(opacity=50);
  width: 100%;
  background: url("../images/layout/spacer.gif");
  position: relative;
}

img.warning {
  margin: 0;
}


div.edit {
  border-width: 0 0 3px 0;
  border-style: double;
  border-color: #324476;
  margin-bottom: 1px;
  clear: both;
}

body#popupwindow div.edit {
  border: 0;
}

div.edit .editheader {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  color: #8DC63F;
  padding-top:1px;
  padding-bottom:2px;
  height: 20px;
  line-height: 20px;
}

div.edit .edittitle {
  font-weight: bold;
  font-size: 1.3em;
  float: left;
}

div.edit .editcontent {
  padding: 2px;
  position: relative;
}

div.edit .editcontent a {
  color: #175997;
}

div.editcontent .active {
  display: block;
  position: relative;
}

div.editcontent .inactive {
  display: none;
  position: relative;
}

div.editpages {
  float: right;
}

div.editpages ul {
  margin: 2px 0 0 0;
  padding: 0;
  list-style-type: none;
}

div.editpages li {
  display: inline;
  cursor: pointer;
  margin: 2px;
  padding: 0;
}

div.editpages li.active {
  border: 1px solid #8DC63F;
  margin: 0;
}

#imgUploads {
  height: 100px;
  position: relative;
}

#imgUploads fieldset {
  padding: 5px;
  border: 1px solid #DBDBDB;
}

#imgUploads .fieldset-hover {
  border: 1px solid #8DC63F;
}

#imgUploads input {
  display: block;
  width: 260px;
}

#imgUploads input.mediaselection {
  width: auto;
  /*float: left;*/
  display: inline;
}

#imgUploads img {
}

#file_uploads {
  height: 100px;
  margin: 5px;
  position: relative;
}

#file_uploads .divlabel {
  width: 150px;
  float: left;
  clear: both;
  display: block;
}

legend {
  font-weight: bold;
}

#file_uploads fieldset {
  padding: 5px;
  border: 1px solid #DBDBDB;
}

#file_uploads .fieldset-hover {
  border: 1px solid #8DC63F;
}

#file_uploads input {
  display: block;
  width: 280px;
}

#file_uploads input.checkbox {
  width: auto;
  float: left;
}

#file_uploads .checkbox-text {
  padding-top: 3px;
}

#infoBox {
  border-width: 1px;
  border-style: solid;
  border-color: #D4D0C8 #A09C8E #A09C8E #D4D0C8;
  background: #FFFFE1;
  height: 16px;
  color: #3F3F3F;
  padding-left: 5px;
}

/* Documents attached to a paragraph */

#documentList {
  margin-top: 20px;
}

#documentList h2 {
  font-weight: bold;
  color: #8DC63F;
}

#documentList ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1em;
  position: relative;
  list-style: inside;
  list-style-image: url("../images/layout/ico_document.gif")
}

#documentList li {
  padding: 0;
  margin: 0;
  height: 16px;
}

#documentList a {
  color: #175997;
}

#breadpath {
  height: 40px;
  width: 442px;
}

#breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  color: #DDD;
}

#breadcrumb li.first {
  background: none;
  padding-left: 0;
}

#breadcrumb li {
  background: url("../images/layout/breadcrumb.gif") no-repeat 0 0.6em;
  padding-left: 15px;
  float: left;
  margin-right: 10px;
}

#breadcrumb a {
  color: #97A6B6;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #97A6B6;
  text-decoration: underline;
}


div.listtype-index {
  height: 25px;
  padding-left: 8px;
}

div.listtype-index div.head-item {
  width: 13px;
  height: 25px;
  float: left;
  padding: 1px 2px 1px 1px;
  white-space: nowrap;
}

div.listtype-index div.head-firstitem {
  width: 6px;
  height: 25px;
  float: left;
  padding: 2px 4px 2px 0;
}

div.listtype-index div.head-firstitem a,
div.listtype-index div.head-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 23px;
  font-size: 1.3em;
  font-weight: bold;
}

div.listtype-index div.head-noitems {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 23px;
  font-size: 1em;
  color: #A198D7;
  cursor: default;
}

div.listtype-indexitem {
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  color: #FF6600;
  margin: 10px 0 5px 0;
  border-bottom: 1px solid #DBDBDB;
}

div.listtype-headerindex {
/*  background: #F0F7FF;*/
  padding: 2px;
  /*border: 1px solid #DBDBDB;*/
  height: 1%;
}

div.listtype-headerindex a:hover,
div.listtype-headerindex a:link,
div.listtype-headerindex a:visited,
div.listtype-headerindex a:active {
  color: #8DC63F;
}


/* START PARAGRAPH INDEX */
span.index {
  font-weight: bold;
  font-size: 1.2em;
  color: #009;

}

ol.index, ol#pageIndex {
  clear: both;
  list-style: decimal;
  padding: 0;
  margin: 0;
  list-style-position: inside;
  padding-left: 10px;
}

ol.index li, ol#pageIndex li {
  padding: 2px 0;
  margin: 0;
}

ol.index a, ol#pageIndex a {
  color: #8DC63F;
}


ul.index-reference {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}

ul.index-reference li {
  float: left;
  padding-right: 10px
}

ul.index-reference a {
  background: url("../images/layout/link_arrow_2.gif") no-repeat 0 6px;
  padding-left: 8px;
}

p {
margin-top: 0;
margin-bottom: 0;
}

/* END PARAGRAPH INDEX */

.search .highlight {
  background: #8DC63F;
  background: #8DC63F;
  color: #FFF;
  text-decoration: none;
}

div.paragraph table,
div.item table {
  border-collapse: collapse;
  border: 0;
}

div.paragraph td,
div.item td {
  border: 0 solid #CCC;
  padding: 1px;
}

div.mediaselection {
  width: 100%;
  clear: both;
  margin: 10px 0;
}

div.mediaselection-path {
  border: 1px solid #BBB;
  width: 350px;
  height: 16px;
  float: left;
  overflow: hidden;
}

#imgUploads div.mediaselection-path {
  width: 190px;
}

div.mediaselection a {
  display: block;
  width: 80px;
  float: left;
  margin-left: 10px;
}


#keywords .widgetcombobox {
  float: left;
  margin-right: 20px;
}

#keywords div.widgetautocomplete {
  width: 500px;
  margin-bottom: 10px;
}

#keywords div.widgetautocomplete select {
  width: 504px;
}

#keywords .widgetbutton {
  float: right;
}

#keywordresults {
  border-top: 1px solid #DBDBDB;
  padding-top: 10px;
}
#keywordresults a {
  font-weight: bold;
  color: #009;
}

#keywordresults ol {
  margin-left: 30px;
}

#keywordresults ol li {
  padding-left: 5px;
  line-height: 20px;
}

#keywords-noresults {
   font-weight: bold;
}

#customarticle {
  text-align: left;
}

div.paragraph table.location_template {
  table-layout: fixed;
  width: 604px;
  word-wrap: break-word;
}

div.article div.articleportal {
  background: url("../images/layout/frontline.gif") repeat-y;
  border-top: 1px solid #DDD;
  height: 20px;
}

div.editablearea div.article div.articleportal {
  background:url("../images/layout/frontline.gif") -5px repeat-y;
  border-top: 1px solid #DDD;
}


/** TITLE **/
.normal {
  font-size: 1.1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.large {
  font-size: 1.2em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.largest {
  font-size: 1.3em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

/** SubTitle **/

.subtitle {
  font-weight: bold;
  font-size: 1.1em;
}


/** Page data **/
#pageData {
  clear: both;
  color: #a09cb7;
  margin: 0;
  padding: 0;
}

#pageData dt{
  float: left;
  clear: both;
  width: 150px;
  height: 15px;
  padding: 0;
  margin: 0;
}

#pageData dd{

  margin: 0 0 0 5px;
  height: 15px;
  padding: 0;
}

  #head-top-links
  {
    float:        right;

    font-size:      1.2em;
    margin-top:     72px;
    margin-right:     3px;
    color:        #7F7FCC;
    background-color:   #FFF;
    z-index:      100;
  }

    #head-top-links a
    {
      text-decoration:  none;
      color:        #000099;
    }

    #head-top-links a:hover
    {
      text-decoration:  underline;
    }


    
#forgot
{
	margin: 10px 0px 10px 0px;
}

	#forgot a
	{
		color: 				#004A80;
		font-size: 			14px;
		font-weight:		bold;
		text-decoration:	none;
	}
		#forgot a:hover
		{
			text-decoration:	underline;
		}
		
#signinbuttons
{
	clear: 			both;
	margin:			0px 0px 20px 0px;
}

	#signinbuttons #button1
	{
		float: 			left;
	}

	#signinbuttons #button2
	{
		float: 			right;
	}

