/* ---------------------------------------------- */
/* CSS stylesheet for A Clean Break     */
/* ---------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(../../images/img01.jpg) repeat-x top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}
form {
}
input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}
h1, h2, h3, h4 {
	margin: 0;
}
h2, h3, h4 {
	margin-bottom: 15px;
	padding-bottom: 4px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #84a114;
}
h2 {
	font-size: 28px;
	color: #84a114;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #84a114;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #84a114;
	padding-bottom: 3px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
}
p, ul, ol {
	margin-bottom: 1em;
	line-height: 170%;
	text-align: justify;
	font-size: 13px;
}
ul, ol {
	margin-left: 3em;
}
dl.list1 {
	margin: 0;
	padding: 0 0 0 50px;
	list-style: none;
}
dl.list1 dt {
	float: left;
	width: 70px;
}
dl.list1 dd {
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
}

/* List entries with lines  grouped together */
/* top of group */
dl.list1 dt.topEl {
	float: left;
	width: 70px;
	margin-bottom: 0;
}

dl.list1 dd.topEl {
	margin-bottom: 0;
	font-weight: bold;
	color: #666666;
}
/* middle of group */
dl.list1 dt.middleEl {
    margin-top: 5px; 
	margin-bottom: 0;
	float: left;
	width: 70px;
}

dl.list1 dd.middleEl {
	margin-bottom: 0;
	font-weight: bold;
	color: #666666;
}
/* bottom of group */
dl.list1 dt.bottomEl {
    margin: -35px;
	float: left;
	width: 70px;
}

dl.list1 dd.bottomEl {
	/* margin-bottom: 10px; */
	font-weight: bold;
	color: #666666;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #84a114;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(../../images/img02.jpg) repeat-y center;
}

#wrapper2 {
	background: url(../../images/img10.jpg) no-repeat center bottom;
}

/* Header */

#header {
	height: 160px;
	background: #ffffff url(../../images/header.gif) no-repeat top center;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	padding: 90px 0 0 70px;
	letter-spacing: -2px;
	font-size: 40px;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logopart2 {
	float: left;
}

#logopart2 h5 {
	padding: 110px 0 0 15px;
	font-size: 18px;
	color: #000080;
}

/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding-top: 120px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu li.selected a{
	float: left;
	background: #000080;
	/* text-decoration: none; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a {
	float: left;
	background: #1E90FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Main area */

#mainArea {
	margin: 0 auto;
	width: 960px;
}

/* Content */

#content {
	float: left;
	width: 555px;
	padding: 0 0 0 76px;
}

.post {
	padding-top: 25px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #37404C;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
	background: url(../../images/img07.jpg) repeat-x left bottom;
	line-height: normal;
}

.post .meta .posted {
	display: block;
	float: left;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 186px;
	padding: 67px 76px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

/* Contact form */

#contactForm {
  margin: 0;
  padding: 0;
  display: inline;
}

#contactForm input, textarea, select {
  font: bold 1em arial, helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #443833;
  line-height: 1.25em;
  padding: 5px;
}

#contactForm input.button, input.button:focus {
	color: #003300;
	background: #84a114 url(../../images/img18.gif) repeat-x;
	padding: 5px;
}

#contactForm input.button:focus {
	color: #003300;
	background: #84a114 url(../../images/img18.gif) repeat-x;
	padding: 5px;
}

#contactForm input:focus, textarea:focus, select:focus {
  border: 1px solid #55453E;
  background-color: #FFFFCC;
  padding: 5px;
}

label {
  cursor: pointer;
	font-size:14px;
	font-weight: bold;
}

.form-row {
	clear: both;
	padding: 5px; 
	width: auto;
}
.form-note {
    font-size: 12px;
	text-align:left;
	clear: both;
	padding: 5px; 
	width: auto;
}

.field-label {
    font-size: 14px;
    clear: both;
	padding: 5px;
	width: auto;
}
.field-widget a{
color:#008000;
font-size:95%;
}

/* ------------------------------------------------ */
/* Menu bottom ------------------------------------ */
/* ------------------------------------------------ */
#menuBottom {
	clear: both;
	height: 35px;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	font-size: 11px;
	text-align: center;
	color: #000080;
}
#menuBottom a:link, #menuBottom a:visited, #menuBottom a:active {
	color: #000080; 
	text-decoration: none;
}
#menuBottom a:hover {
	text-decoration:underline;
}
/* ------------------------------------------------ */
/* Site Map --------------------------------------- */
/* ------------------------------------------------ */
#SiteMap {
	font-size: 11px;
	width: 910px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	padding: 0px;
	text-align: center;
	color: #000000;
}
#SiteMapContainer {
	padding: 10px;
	padding-bottom: 0px;
	color: #000000;
}
#SiteMapContainer a {
	padding: 20px;
	color: #000000;
}
/* Footer */
#footer {
	width: 960px;
	margin: 0 auto;
	height: 60px;
	background: url(../../images/img05.jpg) no-repeat;
}
#footer p {
	margin: 0 260px;	
	padding: 45px 1px 0 280px; 
	text-align: centre;
	color: #8E8E8E;
}

#footer a {
	color: #000000;
}