/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */
span.accesskey {
   text-decoration:none;
}
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */

/* wiki style external links */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}
a.external {
  padding: 0 12px 0 0;
}
a.external:link {
  color: #18507C;
}
a.external:visited {
  color: #18507C;
}
a.external:hover {
  color: #18507C;
  background-color: #C3D4DF;
}
/* end wiki style external links */

/* clearing */
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'News' */
div#news {
  margin: 2em 0 1em 1em;
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em;
    margin: 0 0.5em 1em 0.5em;
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
/* End of 'News' */

/* Start of CMSMS style sheet 'Sidebar' */
div#sidebar {
   float: left;
   width: 200px;
   padding-top: 20px;
}

/* End of 'Sidebar' */

/* Start of CMSMS style sheet 'Main Div Without Sidebar' */
div#main {
   margin-left: 2%;
   margin-right: 2%;
}
/* End of 'Main Div Without Sidebar' */

/* Start of CMSMS style sheet 'Main Site' */
* {
margin:0;
padding:0;
}
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}
div {
   font-size: 1em;
}
img {
   border: 0;
}
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}
pre {
   border: 1px solid #000;
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}
option {
   padding-right: 5px;
}
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #18507C; 
}
a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #18507C;
}
a:hover {
   text-decoration: none;
}
body {
   background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(/uploads/template/site/pagebg.gif); 
   color: #292526;
	text-align: center;
}

div#pagewrapper {
   margin:0 auto;
   text-align: left;
   background-color: #FFFFFF;
   color: #292526;
   border-left: solid 1px #E0E0E0;
   border-right: solid 1px #E0E0E0;
   border-bottom: solid 1px #E0E0E0;
   width: 1000px;
}


div#header {
   background: #FFFFFF url(/uploads/template/site/logo.gif) no-repeat;
   height: 104px;
}
div#header h1 {
   text-decoration:none;
   padding-left: 205px; 
   display: none;
}
div#tenant_login {
    text-align: right;
    padding-right: 10px;
    padding-top: 24px;
}
div#tenant_login a {
   text-decoration: none;
}
div#managed_by {
   padding: 1em;
}
div#splash {
   clear:both; 
}
div.breadcrumbs {
   padding: 1em 0 2.2em 0;
   font-size: 80%;
}
div.breadcrumbs span.lastitem { 
   font-weight:bold; 
}
div.hr {
   height: 1px;
   margin: 1em;
}
div.left49 {
  float: left;
  width: 49%;
}
div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}


div#content {
   /*margin: 1.5em auto 2em 0;*/
  margin-top: 20px;
}
div#content h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #294B5F; 
   font-size: 1.5em;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#main {
   min-height: 300px;
}
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
  line-height:1.4em;
  margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}


div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

div#footer {
   clear:both; 
   color: #666666;
   background: url(/uploads/template/site/bg_gradient_footer.gif) repeat-x;
   padding: 10px;
   font-size: 0.8em;
}
div#footer a {
   color: #666666;
   text-decoration: none;
}
/* End of 'Main Site' */

/* Start of CMSMS style sheet 'Menu Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_horiz {
   background-color: #ECECEC;
   width: 100%;
   margin: 0;
   border-top: 1px solid #C0C0C0;
   background-repeat: repeat-x;
   background-image: url(/uploads/template/site/bg_gradient_nav.gif); 
}
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   border-left:  1px solid #C0C0C0;
   height:2.2em;
}
div#menu_horiz li {
   float: left;
   list-style: none;
   margin: 0 ;
   border-right: 1px solid #C0C0C0;
}
div#menu_horiz a {
   padding: .6em 1em .9em 1.4em;
   margin: 0;
   text-decoration: none;
   color: #424A49;
   font-weight: bold;
   font-size: .8em;
   display: block;
}
div#menu_horiz li a:hover {
   text-decoration: underline;
}
div#menu_horiz a.activeparent:hover {
   text-decoration: underline;
}
div#menu_horiz li.activeparent a {
   color: #fff;
}
div#menu_horiz h3 {
   padding: .6em 1em .9em 1.4em;
   margin: 0;
   text-decoration: none;
   color: #fff;
   display: block;
   font-size: .8em;
   background-color:#bed6e6;
}

/* End of 'Menu Horizontal' */

