/* Start of CMSMS style sheet 'Web Pages' */
body {
	font-family: Arial;
	color: #333333;
	font-size: 75%;
	background-color: #4F7777;
	margin: auto;
	padding: 0px;
	background-image: url(images/site/backgroundgraphic.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #1F716F;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.green {
	color: #1F716F;
}

.floatright {
	float: right;
}

.textright {
	text-align: right;
}

.images {
	padding: 10px;
}

#center .leftimage {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
}

#center .rightimage {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
}


a:link, a:visited, a:active {
	text-decoration: underline;
	color: #1F716F;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

#container {
	width: 777px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 1%;
	border-left: 1px solid #1F716F;
	border-right: 1px solid #1F716F;
}

#header {
	height: 189px;
	width: 777px;
}

#buttons {
	height: 2em;
	width: 777px;
	margin: 0px;
	background-color: #1F716F;
}

#contact {
	float: right;
	width: 9em;
	background-image: url(images/site/envelope.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 5px 0px 0px 20px;
	color: #FFFFFF;
}

#contact a {
	color: #FFFFFF;
	text-decoration: none;
}

#contentwrapper {
	width:760px;
	float: right;
	margin: 10px 9px 20px 10px
}

#pagetitle {
	width:720px;
	height: 3em;
	clear: left;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px;
	border-bottom: 1px solid #84BC62;
}

.breadcrumbs {
	font-size: 0.8em;
	width: 50em;
	float: left;
	margin: 0px 0px 0px 20px;

}

.search {
	float: right;
	width: 20em;
	margin: 0px 10px 0px 00px;
	text-align: right;
}

#center {
	width:720px;
	float:left;
	margin: 0px 0px 0px 20px;
	padding: 10px 10px 10px 0px;
}

#center img {
	border-style: none;
}

#footer {
	clear: both;
	font-size: 80%;
	width: 767px;
	height: 40px;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border-top: 2px solid #84BC62;
	color: #333333;
}

#footer a {
	color: #333333;
}

.footerleft {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 400px;
}

.footerright {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 260px;
	text-align: right;
}

/* NAVIGATION STARTS */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
}

#nav a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
}

#nav li li a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 1em;
	text-align: left;
	padding: 0px 5px;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li a {
	border: 1px solid #1F716F;	
	padding: 0px 10px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #1F716F;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 1.5em;
}

#nav li li{ /* all list items */
	float: left;
	width: 14em; /* width needed or else Opera goes nuts */
	padding: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.7em 0 0 14em;
}

#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 : #84BC62;
}

/* NAVIGATION ENDS */

/* FORM STARTS */

#dbyd {
	clear: left;
	width: 340px;
}

#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:100px; 
	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 #999999;
	width:210px; 
}

#dbyd textarea {
	width:200px; 
	height:12em; 
	padding:5px; 
	margin:0; 
	overflow:auto;
	border: 0.05em solid #999999;
}

#dbyd .fbsubmit {
	width: 60px;
}

/* FORM ENDS */

/* CALENDAR STARTS */

#center .calendar td li {
	border-bottom: 1px solid #999999;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

/* SHOP STARTS */

#productcontainer {
	width: 96%;
	border-bottom: 1px dashed #999999;
	padding: 10px;
}

#productimage {
	float: left;
	font-size: 0.7em;
	text-align: center;
}

#productimage img {
	height: auto;
	width: 100px;
	padding: 3px;
}

#productinformation {
	float: right;
}

.producttitle {
	float: left;
	padding: 0px;
	width: 280px;
	font-size: 1.2em;
	color: #1F716F;
	font-weight: bold;
	height: 1.6em;
}

.productprice {
	float: right;
	padding: 0px;
	width: 50px;
	font-size: 1.2em;
	font-weight: bold;
	height: 1.6em;
}

.productcontent {
	clear: both;
	height: 1%;
}

.quantity {
	float: right;
	padding: 0px 5px 0px 0px;
}

.addtocart {
	float: right;
	padding: 0px 5px;
}

.viewcart {
	float: right;
	padding: 0px 5px;
}

/* End of 'Web Pages' */

/* 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: 0em 0.5em 0.5em; /* 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 solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0 0px;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 1em;
}

.NewsSummaryMorelink {
  padding: none;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 130%;
   }

#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;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Listing' */
/* LISTINGS BEGIN */

.listingWrapper {
	padding: 5px 0px 10px 0px;
	margin-top: 10px;
	border-bottom: 1px solid #666666;
}

.listingWrapper img {
	padding: 0px 5px 0px 0px;
	width: 250px;
	height: auto;
}

.listingDetails {
	text-align: justify;
}

.listingBottom {
	clear: both;
	padding: 0px;
	color: #333333;
	margin-top: 10px;
}

.listingBottom a {
	color: #333333;
	text-decoration: none;
}

.listingBottom a:hover {
	color: #1F716F;
	text-decoration: none;
}

.listingName {
	padding: 0px 0px 5px 0px;
	color: #1F716F;
	font-size: 120%;
}

.listingAddress {
	font-size: 90%;
	padding: 0px 10px 0px 18px;
	background-image: url(images/site/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.listingTelephone {
	font-size: 90%;
	padding: 0px 10px 0px 18px;
	background-image: url(images/site/telephone.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.listingEmail {
	font-size: 90%;
	padding: 0px 10px 0px 18px;
	background-image: url(images/site/email.png);
	background-repeat: no-repeat;
	background-position: left center;
}


.listingWeb {
	font-size: 90%;
	padding: 0px 10px 0px 18px;
	background-image: url(images/site/web.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.listingMore {
	font-size: 90%;
	padding: 0px 10px 0px 18px;
	background-image: url(images/site/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.listingPhotos {
	margin: 10px 0px 0px 0px;
}

.listingPhotos a img {
	padding: 5px 10px 5px 0px;
	height: 110px;
	width: auto;
	float: left;
	border: none;
}


/* End of 'Listing' */

