/* Start of CMSMS style sheet 'Layout: ENS' */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #333;
	background: #636958;
	}

/* --[ links ]------------------------------- */

a:link { 
  	color: #3080CB;
  	text-decoration: none;
  	border-bottom: 1px dotted #68C3EE;
  	}
a:visited {
	color: #5FB5E1;
	text-decoration: none;
  	border-bottom: 1px dotted #86D9F1;
	}
a:hover {
	color: #fff;
	background-color: #3080CB;
	text-decoration: none;
	border: none;
	}
a:active { 
	background-color: #6CA300;
	}
a.more {
	padding-right: 13px;
	background-image: url(../uploads/images/template/more.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	}

/* --[ common elements ]---------------------- */

blockquote {
	margin: 1em 0 1em 30px;
	padding: 0;
	font-size: 88%;
	line-height: 1.5em;
	color: #777;
	}
code {
	color: #7B9905;
	font-family: Monaco, monospace;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #4E6200;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #999;
	cursor: help;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
strike, del {
	text-decoration: line-through;
	}
ins {
	text-decoration: none;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
	
blockquote blockquote, blockquote blockquote p
{
	display:inline;
	margin-top:0;
	margin-bottom:0;
	padding:0
}

blockquote ol
{
	margin:0;
	padding:0;
	list-style:none
}
/* for ol used to list statements in a conversation which itself is from another source */


/* --[ layout structure ]--------------------- */

#wrap {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	padding: 1em 0 0 0; 
	text-align: left;
	background: #fff;
	border-left: 4px solid #53584A;
	border-right: 4px solid #53584A;
	background: #fff url(../uploads/images/template/greenbar-top.gif) repeat-x top left;
	}

#content {
	float: right;
	margin: 20px 0px 15px 10px;
	padding: 0 15px 0 0;
	font-size: 95%;
	line-height: 1.5em;
	width: 460px;
}
		
#sidebar {
	float: left;
	width: 241px;
	margin: 15px 0px 15px 10px;
	color: #473C28;
	}

#footer {
	clear: both;
	font-size: 85%;
	}

#breadcrumbs
{
	margin: 0;
	padding: 0;
	padding-bottom : 1.5em;
	list-style : none; 
	position : relative;
	width: 85%
}

#breadcrumbs li
{
	display : inline;
	margin: 0;
	padding: 0;
	margin-right : 6px; 
	padding-left : 14px; 
	background : transparent url(../uploads/images/template/bullet_breadcrumb.gif) 0 60% no-repeat;
}

* html #breadcrumbs li
{
    background-position : 0 70%;
}

*:first-child+html #breadcrumbs li
{
    background-position : 0 70%;
}


#breadcrumbs li.first-item
{
	background-image : none;
	padding-left : 0;
}

#breadcrumbs li a
{
    text-decoration : none;
    color:#6CA300;
    border-bottom: 1px dotted #6CA300;
}

#breadcrumbs li a:hover, #breadcrumbs li a:focus
{
    border-bottom: 1px dotted #6CA300;
    color:#6CA300;
	background-color: #E0E8B9;
}

#breadcrumbs li.highlight
{
	color: #6CA300;
}

#pagetools
{
	float : right;
	cursor : default;
	padding-right: 3px;
}

#pagetools a
{
	border-bottom: none;

}

#pagetools a:hover
{
	background-color: transparent;
	border-bottom: none;
}

#pagetools .noscript
{
	display:none;
}

#pagetools .scriptAvailable
{
	display:inline;
}


/* --[ header ]------------------------------- */

#header {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../uploads/images/template/header-bg.gif) repeat-x bottom left;
	}
#header h1 {
	float: left;
/*	width: 144px;
	height: 36px; */
	width: 217px; 
	height: 75px;
	margin: 0;
	padding: 10px 20px 15px 20px;
	}


#header h1 a {
	border: none;
	background: none;
	}

/* --[ nav ]------------------------------- */

#navigation
{
	font-size: 120%; 

}

#navigation ul
{
	margin: 0;
	/*padding: 10px 15px 10px 15px;*/
	padding: 10px 10px 10px 10px;
	font-size: 90%;
	line-height: 1.1em;
}

#navigation ul li
{
	margin: 0 0 4px 0;
	padding-left: 15px;
	list-style: none;
	background: url(../uploads/images/template/bullet-alt.gif) no-repeat 0 3px;
}

#navigation a
{
	display:block;
	color: #6CA300;
	border-bottom: 1px dotted #E0E8B9;
}

#navigation a:hover
{
	background-color: #E0E8B9;
}

/* --[ content styles ]------------------------------- */

#content p {
	margin: 1em 0 1em 0;

}

#content h1 {
	margin: 0 0 .75em 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 160%;
	color: #6CA300;
	}
#content h2 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 145%;
	font-family: "Trebuchet MS", sans-serif;
	color: #E97E00;
	}
	
#content h3 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 130%;
	border-top: 1px dotted #E0E8B9;
	padding-top: .5em;
  	color: #3080CB;
	}

#content h1 a {
	border-bottom: none;
	color: #E97E00;
	}

#content h2 a {
	border-bottom: none;
	color: #6CA300;
	}
	
#content h3 a {
	border-bottom: none;
  	color: #3080CB;
  	}

#content h3 a:hover {
  	color: #FFF;
  	}

#content ul li {
	margin: 0 0 4px 0;
	padding-left: 17px;
	list-style: none;
	background: url(../uploads/images/template/bullet-alt.gif) no-repeat 0 3px;
	}
#content ol.code {
	margin: 2em 0;
	padding: 10px 10px 10px 30px;
	border: 2px solid #E0E8B9;
	background: #F8F8EC;
	}
#content ol.code li {
	margin: 0 10px;
	padding: 2px 0;
	border-bottom: 1px dotted #E0E8B9;
	color: #C9D68A;
	}
#content dl {
	margin: 1em 0;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dd {
	margin: 0 0 1em 20px;
	font-size: 90%;
	line-height: 1.4em;
	}
img.figure {
	float: right;
	margin: 0 0 10px 15px;
	}

/* XML feed link */

#feed-link {
	margin-left: 4px;
	vertical-align: middle;
	border: none;
	}
a:hover#feed-link {
	background: none;
	}

/* --[ sidebar ]------------------------------- */

/* rounded box style */

.box {
	width: 241px;
	margin: 0 0 14px 0;
	background: #F8F8EC url(../uploads/images/template/box-tile.gif) repeat-y top left;
	}

.box-bottom {
	background: url(../uploads/images/template/box-bottom.gif) no-repeat bottom left;
	}
	
.box-top {
	background: url(../uploads/images/template/box-top.gif) no-repeat top left;
	}




.box-inner {
	background: url(../uploads/images/template/box-bottom.gif) no-repeat bottom left;
	}
	
.box h3 {
	margin: 0;
	padding: 15px 18px 0 18px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 110%;
	color: #E97E00;
	background: url(../uploads/images/template/box-top.gif) no-repeat top left;
	font-weight: bold;
	}




.box p, .box ul, .box ol, .box dl, .box form {
	margin: 0;
	padding: 1em 18px 18px 18px;
	font-size: 85%;
	line-height: 1.4em;
	}

.box ul li {
	margin: 0 0 2px 10px;
	padding-left: 15px;
	list-style: none;
	background: url(../uploads/images/template/bullet-alt.gif) no-repeat 0 3px;
	}
.box dl dt {
	margin: 0 0 2px 0;
	font-weight: bold;
	}
.box dl dd {
	margin: 0;
	padding: 0;
	}

/* --[ search form ]------------------------------- */

.box #search {
	margin: 0;
	padding: 18px;
	background: url(../uploads/images/template/box-top.gif) no-repeat top left;
	}
#search input {
	vertical-align: middle;
	}
#search-text {
	width: 130px;
	}

#m3searchinput {
	width: 130px;
	}

/* --[ footer ]------------------------------- */

#footer {
	margin: 0;
	padding: 0 0 28px 0;
	color: #473C28;
	text-align: center;
	background: #F8F8EC url(../uploads/images/template/footer-bottom.gif) no-repeat bottom left;
	}
#footer p {
	margin: 0 20px 0 20px;
	padding: 20px;
	line-height: 1.4em;
	background: url(../uploads/images/template/footer-top.gif) no-repeat top left;
	}
#footer-feed {
	padding-left: 27px;
	background-image: url(../uploads/images/template/xml.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	}
#footer a {
	color: #6CA300;
	border: none;
	}
#footer a:hover {
	background-color: #E0E8B9;
	}

/* --[ 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;
}

/* --[ misc ]------------------------------- */

a img { 
	border: none;
	}
	
.hide {
	display: none;
	}

img.border 
{
	border-color:#F0F0F0 rgb(204, 204, 204) rgb(204, 204, 204) rgb(240, 240, 240);
	border-style:solid;
	border-width:1px 2px 2px 1px;
	margin:0pt 0pt 1em 0.75em;
	padding:10px;
}

/* End of 'Layout: ENS' */

