/* Start of CMSMS style sheet 'Fonts' */
.heading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	color: #D50709;
	text-align: left;
}

.standard {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 9pt;
	color: black;
	text-align: left;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 7pt;
	color: black;
	text-align: left;
}

/* End of 'Fonts' */

/* Start of CMSMS style sheet 'General - Side Nav Only' */
* {
margin:0;
padding:0;
}


/* ------------- Form fields on contact form ---------------- */
.user {
	width: 300px;
	height: 100px;
}

/* ------------- Page font ----------------- */
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;
}

/* ------------- Default link styles ----------------- */
a,
a:link 
a:active {
   text-decoration: underline;
   color: #5189C4; 
}

a:visited {
   text-decoration: underline;
   color: #5189C4; 
}

a:hover {
   text-decoration: underline;
   color: #5189C4; 
}

/* ------------- Entire body area ----------------- */
body {
   background: #5A701D url(uploads/images/SiteDesign/bg.jpg) repeat-x;
/*
   background-color: #EBEBEB;
*/
}

/* ------------- Inner area for site ----------------- */
div#pagewrapper {
  width: 100%;
/*
   margin: 0 auto;     
   max-width: 80em; 
   min-width: 60em;
*/
}


/* ------------- The actual content part of the page ----------------- */
div#logo {
   background: url(uploads/images/SiteDesign/logo.gif) no-repeat center bottom;
  margin: 0 0 0 10px;
  width: 203px;
/*
  height: 129px;
  padding-right 15px;
*/
  height: 139px;
}

div#search {
  margin: 0 auto;
  width: 203px;
  height: 40px;
  padding: 10px 0 0 0;
  text-align: center;
}

div#newslogo {
   background: url(uploads/images/SiteDesign/logo-news.gif) no-repeat center bottom;
  width: 203px;
/*
  height: 60px;
*/
  height: 70px;
  margin: 0 auto;
}

div#allnews {
  padding: 5px 0 5px 0;
}

.NewsSummary {
  padding-bottom: 7px;
}

div#news {
  margin: 0 auto;
  width: 210px;
  padding: 5px 0 5px 0;
  height: 60px;
}

.NewsSummary {
  padding-bottom: 7px;
}

div#news p {
  padding: 0;
  margin: 0;
  display: inline;
}

div#sellmessage {
   background: url(uploads/images/SiteDesign/sell-message.gif) no-repeat center;
  width: 190px;
  height: 207px;
  margin: 0 auto;
}

div#innerdiagram{
   background: url(uploads/images/SiteDesign/inner.gif) no-repeat center;
  width: 230px;
  height: 352px;
  margin: 0 auto;
}

div#outerdiagram{
   background: url(uploads/images/SiteDesign/outer.gif) no-repeat bottom center;
  width: 230px;
  height: 390px;
  margin: 0 auto;
}

div#left {
   background: url(uploads/images/SiteDesign/bg-left.jpg) no-repeat 15px bottom;
  float: left;
  height: 721px;
  width: 260px;
}

div#right {
   background: url(uploads/images/SiteDesign/bg-right.jpg) no-repeat bottom;
  float: right;
  height: 721px;
  width: 260px;
}

/* ------------- left is the sidebar, right is the content ----------------- */
div#main {
  background-color: #EBEBEB;
/*
   margin-left: 305px;
   margin-right: 305px;
*/
   margin-left: 265px;
   margin-right: 265px;
  padding: 0;
}

/* ------------- The footer ----------------- */
div#footer {
  background: #EBEBEB;
  height: 73px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #5A701D;
  padding: 0;
  margin: 0;
}

div#footerbottom {
  background: #5A701D url(uploads/images/SiteDesign/footer.gif) no-repeat bottom center;
  height: 48px;
/*
  margin: 18px 0 0 0;
*/
  margin: 18px 0 0 0;
  padding: 18px 0 0 0;
}

div#footerleft {
  float: left;
  background: #EBEBEB url(uploads/images/SiteDesign/left-corner.gif) no-repeat;
  width: 16px;
  height: 18px;
padding: 0;
margin: 0;
border: 0;
}

div#footerright {
  float: right;
  background: #EBEBEB url(uploads/images/SiteDesign/right-corner.gif) no-repeat;
  width: 16px;
  height: 18px;
padding: 0;
margin: 0;
border: 0;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/* ------------- Styles for content ----------------- */
div#content {
  height: 100%;
  min-height: 630px;
  padding: 20px;
  margin: 0;
}

/* ------------- Headings ----------------- */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #716F6E; 
   font-size: 1.5em; 
   text-align: left; 
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #716F6E; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #F79328; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

/* ------------- Paragraphs and blocks of text ----------------- */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   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;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* ------------- Lists, bullets etc ----------------- */
div#main ol {
   margin: .4em 0 .25em .4em;
   padding: 0 0 0 .5em;
}
div#main ul,
div#main dl {
   margin: .4em 0 .25em .4em;
   padding: 0 0 0 .5em;
   list-style-type: disc;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0 .25em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0 .25em;
}
div#dl dd {
   margin: 0 0 0 .25em;
}

/* ------------- Single level menu going down ----------------- */
* html div#menu_vert {
   height: 1%;
}

#menu_horiz {
   display: none;
}

/* ------------- Entire row for menu ----------------- */
div#menu_vert {
   width: 200px;
   margin: 0 auto;
/*   padding-bottom: 20px; */
}

/* ------------- Container for menu across ----------------- */
div#menu_vert ul {
   margin: 0;
   padding: 0;
}

/* ------------- Each menu item ----------------- */
div#menu_vert li {
   list-style: none; /* hides the list bullet */ 
   margin: 0;
   padding: 0;
   border: 0px;
   width: 161px;
   height: 23px;
}

div#menu_vert li.menulink {
   height: 38px;
   border-top: 2px solid #C41014;
}
div#menu_vert a.menulink {
   height: 37px;
}

/* ------------- The links in the menu  ----------------- */
div#menu_vert a {
  text-transform: uppercase;
  font-weight: bold;
   background: url(uploads/images/SiteDesign/button.gif) no-repeat;
   height: 23px;
   line-height: 23px;
   margin: 0;
   padding: 0;
   font-size: .8em;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
   color: #B0C560;
   display: block;
}

div#menu_vert a#buynowbutton {
  text-transform: uppercase;
  font-weight: bold;
   background: url(uploads/images/SiteDesign/button-buynow.gif) no-repeat;
   height: 23px;
   line-height: 23px;
   margin: 0;
   padding: 0;
   font-size: .8em;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
   color: #B0C560;
   display: block; /* IE has problems with this, fixed above */
}

/* ------------- Hovering over the menu ----------------- */
div#menu_vert li a:hover {
   margin: 0;
   height: 23px;
   line-height: 23px;
   font-size: .8em;
   text-align: center;
   vertical-align: middle;
}

div#menu_vert a.activeparent:hover {
   color: #B0C560;
}

/* ------------- Current active and displayed page ----------------- */
div#menu_vert li.activeparent a {
   font-weight:bold;
   color: #B0C560;
}

/* ------------- Current page ----------------- */
div#menu_vert h3 {
   background: url(uploads/images/SiteDesign/button-on.gif) no-repeat;
   height: 23px;
   line-height: 23px;
   margin: 0;
   font-size: .8em;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
   color: #B0C560;
   display: block; /* IE has problems with this, fixed above */
}

/* ------------- Flags ----------------- */
.menuflags {
   background: url(uploads/images/redline.gif) no-repeat;
   width: 200px;
   margin: 0 auto;
   padding-top: 10px;
}

/* End of 'General - Side Nav Only' */

/* 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' */

