/* Start of CMSMS style sheet 'No left side' */
#container {
	width: 779px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 1%;
}

#header {
	height: 160px;
	width: 779px;
	background-image: url(images/site/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#buttons {
	height: 2.9em;
	width: 759px;
	background-color: #FFFFFF;
}

#center {
	width:759px;
	float:right;
	margin: 0px 0px 30px 0px;
	padding: 0px 10px 0px 10px;
	height: 1%;
}

#center img {
	border-style: none;
}

.breadcrumbs {
	padding: 19px 0px 10px 0px;
}

.printimage img {
	padding: 2px 5px 0px 0px;
}

#footer {
	clear: both;
	font-size: 80%;
	width: 759px;
	height: 30px;
	padding: 10px;
	background-image: url(images/site/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC3300;
}


/* End of 'No left side' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px dashed #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 dashed #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation' */
/* NAVIGATION STARTS */


#buttons {
	height: 2.9em;
	width: 779px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2.9em;
}

#nav a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
}

#nav li {
	float: left;
	width: auto;
}

#nav li a {
	padding: 0px 10px;

}

#nav li ul {
	position: absolute;
	background: #FFFFFF;
	width: 16em;
	left: -999em;
	line-height: 2em;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	text-align: left;
}

#nav li li a {
	text-align: left;
}


#nav li li{
	float: left;
	width: 16em;
	padding: 0px;
	background-image: none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 15.5em;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li a:hover {
	background-color : #000000;
	color : #FFFFFF;
}

#nav li:hover, #nav li.hover {
    position: static;
}

/* NAVIGATION ENDS */

/* End of 'Navigation' */

/* Start of CMSMS style sheet 'Basics' */
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 75%;
	margin: auto;
	padding: 0px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #336666;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.leftimage {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
}

.rightimage {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #CC3300;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC3300;
}


/* FORM STARTS */

#dbyd {
	clear: left;
	width: 440px;
}

#dbyd fieldset {
	margin-bottom: 10px;
	border: none;
	padding-bottom: 10px;
	width: 340px;
	line-height:1.5em;
	padding-top: 20px;
}

#dbyd label {
	clear:left; 
	display:block; 
	float:left; 
	width:200px; 
	text-align:left; 
	padding-right:10px; 
	margin-bottom:0.5em; 
	font-size:1em; 
	line-height:1.5em; 
	font-style:normal;
}

#dbyd input {
	padding:0;
	margin-bottom:0.8em;
	border: 0.05em solid #666666;
	width:210px; 
}

#dbyd textarea {
	width:200px; 
	height:12em; 
	padding:5px; 
	margin:0; 
	overflow:auto;
	border: 0.05em solid #666666;
}

#dbyd .fbsubmit {
	width: 60px;
}


/* End of 'Basics' */

