/* Start of CMSMS style sheet 'Business Layout' */
/*
 * Customized CMSMS CSS file by Van A. Boughner for http://floatingedge.com
 *
 * Created December 2007 by blending stylesheets from CMSMS and the template
 * called Business Design 2007 by SiteCreative (http://www.sitecreative.net)
 * to work under CMS Made Simple and customized further from there.
 * Thanks to all the involved contributors for inspiration and a great start!
 *
 * Replaces the function of three css files under default CMSMS template:
 *   - Layout: Left sidebar + 1 column
 *   - Module: News
 *   - Navigation: Simple Vertical
 *
 * You should still use the handheld, print, and accessibility css files
 * that come with cmsms in order to complete the styles for the template.
 */

* {
  margin: 0;
  padding: 0;
}

body {
  background: #5fa8ed url('uploads/images/styles/body_bg.gif') repeat-x 0 0;
  color: #000000;
  margin: 20px 0;
  font-family: "Trebuchet MS", verdana, arial, "Times New Roman", serif;
  font-size: 90%;
}

a {
  color: #225799;
}
a:hover {
  color: #000000;
}
img {
   border: 0;
}
blockquote, pre {
   border: 1px solid #000000;
   background-color: #dddddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height:`< 1.5em;
   font-size: 90%;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #b59a86;
   margin: 1em;
}

#container {
  margin: 0px auto;
  text-align: center;
  width:760px;
}

#holder {
  width: 100%;
  padding: 20px 20px 5px 20px;
  background: #ffffff;
  text-align: left;
}

#logo {
  background: url('uploads/images/styles/logo.gif') no-repeat top right;
  padding: 5px 30px 20px 0px;
}
#logo h1 {
  font-weight: normal;
  font-size: 170%;
  color: #225799;
}
#logo h1 a, #logo h1 a:hover {
  color: #225799;
  text-decoration: none;
}

#navigation {
  padding-bottom: 1.25em;
}
#navigation li {
  list-style: none;
  display: inline;
}
#navigation a {
  color: #225799;
  padding-right: 20px;
  text-decoration: underline;
}
#navigation a:hover {
  color: #000000;
}
#navigation h3 {
  color: #000000;
  font-weight: normal;
  display: inline;
  padding-right: 1.5em;
  font-size: 1em;
  text-decoration: none;
}

#header {
  background: #ffffff url('uploads/images/styles/header_home.jpg') no-repeat 9px 9px;
  border: 1px solid #b59a86;
  padding: 9px;
  height: 200px;
}

#content {
  float: left;
  width: 490px;
  padding-top: 20px;
  padding-right: 10px;
  line-height: 160%;
}
#content h1 {
  font-size: 170%;
  font-weight: normal;
  line-height: 1.3em;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}
#content h2 {
  font-size: 150%;
  font-weight: normal;
  line-height: 1.3em;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}
#content h3 {
  font-size: 130%;
  font-weight: normal;
  line-height: 1.3em;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}
#content h4, #content h5, #content h6 {
  font-size: 110%;
  font-weight: normal;
  line-height: 1.3em;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}
#content p {
  padding-bottom: 15px;
}
#content img {
  float: left;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid #dddddd;
}
#content ul {
  padding-bottom: 20px;
}
#content li {
  margin-left: 2em;
}

#footer {
  clear: both;
  width: 100%;
  font-size: 80%;
  background: #f8fbe8;
  padding: 15px 20px;
  text-align: left;
  border-top: 1px solid #b59a86;
}
#footer a {
  color: #333333;
  font-weight: bold;
}
#footer a:hover	{
  color: #000000;
}



/* borrowed styles from http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */



/* lists in content need some margins to look nice */
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#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}
div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}



#news {
  float: right;
  width: 250px;
  padding: 20px 0;
  line-height: 140%;
  text-align: justify;
}
.NewsSummary {
  padding: 20px;
  background: #f8fbe8;
  border: 1px solid #b59a86;
  font-size: 90%;
}
.NewsSummaryPostdate {
  display: none;
}
.NewsSummaryLink {
  color: #225799;
  margin: 0 0 10px 0;
  font-size: 130%;
  font-weight: normal;
}
.NewsSummaryCategory {
  display: none;
}
.NewsSummaryAuthor {
  display: none;
}
.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 #cccccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}
#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
}
#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}
/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

/* End of 'Business Layout' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.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 'FormBuilder Style' */
/* Adapted from the Sample FormBuilder CSS base */
form { margin-top:0 }
form, td, th, li { font-size:100%}
form div { margin-bottom:0 }
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:1px solid #b59a86;
	padding:0.5em
}
fieldset label {
	width:auto;
}
legend {
	padding: 0.3em;
	font-weight: bold;
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #b59a86; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em;
	text-align: center;
	padding: 3px;
	margin: 10px;
}


.contactform input {
	border: 1px solid #b59a86;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	border: 1px solid #b59a86;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

/* End of 'FormBuilder Style' */

