/*************************
  Dynamic ASP / Norex.com LTD Content Management System (CMS) Software
  Using this script without obtaining licenses from Norex.com LTD. is illegal.
  ************************
  Copyright (c) 2003-2007 Norex.com LTD
  This program is a commercially licensed product. No person may redistribute it and/or modify it under the terms of the License agreement.
  ********************************************
  Description: Standard Cascading Style Sheet for CMS Installation
  version: 1.4.12
  Date: November 19, 2007
**********************************************
  Change Log
  	- November 16th, 2007 - Removed div-specific content styles and replaced them with general styles e.g. p, h1, h2, etc.
*********************************************/
* {
font-family:Tahoma, Arial, Helvetica, sans-serif;
}

body {
padding:0;
margin:0;
background-image:url(/mockup/images/efs_bg.jpg);
background-repeat:repeat-x;
background-color:#518204;
}

div#container {
width:950px;
}

/*Header*/
div#header {
width:950px;
float:left;
height:117px;
background-image:url(/mockup/images/efs_header.jpg);
background-repeat:no-repeat;
}

div#topLinks {
float:right;
width:200px;
font-size:10px;
text-align:right;
padding:5px 12px 0 0;
color:#518204;
}
div#topLinks a {
font-size:11px;
color:#518204;
font-weight:100;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#topLinks a:hover {
color:#000;
}
/*End Header*/
/*Banner*/
div#banner {
width:950px;
height:183px;
float:left;
background-image:url(/mockup/images/efs_banner.jpg);
background-repeat:no-repeat;
}
/*End Banner*/
/*Nav*/
div#nav {
width:950px;
height:34px;
background-image:url(/mockup/images/efs_nav.jpg);
background-repeat:repeat-x;
float:left;
margin:0;
padding:0;
}
/*End Nav*/
/*Begin Content Structural*/
div#mainContent {
width:950px;
float:left;
background-image:url(/images/efs_contentBg.jpg);
background-repeat:repeat-y;
padding:0;
margin:0;
text-align:justify;
}

div#leftCol {
float:left;
width:694px;
padding:0 0 20px 20px;
}

div#rightCol {
width:196px;
float:left;
padding:0 0 0 17px;
margin:0;
}

div.block {
padding:0 0 20px 12px;
width:196px;
color: #336633!important;
font-size: 12px;
}
div.block p {
color: #336633!important;
font-size: 12px;
}
div.block a {
text-decoration:none;
color:#639043;
font-weight:700;
}
div.block a:hover {
color:#336633;
}
div.block ul {
padding:5px 0 0 30px;
margin:0;
list-style: circle!important;
}
div.block ol {
padding:10px 0 0 30px;
margin:0;
}

/*End Content Structural
/*Footer*/
div#footer {
width:950px;
height:28px;
background-image:url(/images/efs_footer.jpg);
background-repeat:no-repeat;
float:left;
color:#FFF;
padding:0 0 5px 0;
}

div#outer {
padding-bottom:10px;
float:left;
}

div.copyright {
color:#FFF;
float:left;
font-family:Tahoma, Arial, sans-serif;
font-size:11px;
font-weight:100;
padding-left:24px;
text-align:left;
width:400px;
}

div.norexlink {
float:right;
padding-right:24px;
text-align:right;
width:400px;
}

div.norexlink a {
color:#FFF;
font-family:Tahoma, Arial, sans-serif;
font-size:11px;
font-weight:700;
margin:0;
padding:0;
text-decoration:none;
}

div.norexlink a:hover {
color:#000;
}
/*End Footer*/
/*standard main area content styles*/
p {
font-family:Verdana, Arial, sans-serif;
font-size:11px;
margin:0;
}

div#leftCol p {
color:#737373;
font-family:Tahoma, Arial, sans-serif;
font-size:14px;
font-weight:100;
}

div#rightCol p {
color:#666;
font-size:11px;
font-weight:100;
padding:0 0 10px 0;
}

div#rightCol b {
color:#000;
}

a {
margin:0;
padding:0;
text-decoration:none;
color:#639043;
font-weight:700;
outline:none;
}

a:hover {
color:#000;
}

h1 {
font-family:Tahoma, Arial, sans-serif;
font-size:24px;
margin:0;
padding:10px 0 10px 0;
color:#518204;
font-weight:100;
}

h2 {
color:#518204;
font-size:14px;
font-weight:700;
margin:0;
padding:10px 0 10px 0;
}

h3 {
color:#268bc5;
font-size:14px;
font-weight:700;
margin:0;
padding:0;
}

h3.cookie {
color:#268bc5;
font-size:24px;
font-weight:100;
margin:0;
padding:0 0 10px 0;
}

h4 {
font-size:1em;
}

h5 {
font-size:0.6em;
padding:0;
margin:0;
color:#000;
font-family:Trebuchet MS, Arial, sans-serif;
font-weight:700;
}

h6 {
font-size:0.6em;
}

ul {
padding:10px 0 10px 25px;
margin:0;
list-style-image:url(/mockup/images/bullet.gif);
}

ul li {
font-size:14px;
color:#737373;
}

/*End Main Content Styles*/

/*Begin Custom Styles*/
a.visit {
font-family:Verdana, Arial, sans-serif;
color:#518204;
font-size:14px;
font-weight:700;
}

a.visit:hover {
color:#000;
}

div#rightCol table {
padding:0;
margin:0;
}

div#rightCol table td {
font-size:11px;
font-weight:700;
color:#666;
}

div#rightCol input.inputField {
width:190px;
}

div#rightCol table.contact td {
border-bottom:1px dotted #999;
}

div#rightCol input.news {
width:196px;
font-size:11px;
padding:0;
}
/*End Custom Styles*/