/*************************
  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-color:#aab36b;
}

div#container {
width:968px;
}

/*Header*/
div#header {
width:968px;
float:left;
height:250px;
background-image:url(/images/rec_header.jpg);
background-repeat:no-repeat;
}
/*End Header*/
/*Nav*/
div#nav {
width:968px;
height:40px;
background-image:url(/images/rec_nav.jpg);
background-repeat:repeat-x;
float:left;
margin:0;
padding:0;
}
/*End Nav*/
/*Begin Content Structural*/
div#mainContent {
width:968px;
float:left;
background-image:url(/images/rec_bg.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:right;
padding:0 13px 0 0;
margin:0 9px 0 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:959px;
height:25px;
/*background-color:#6d8a49;*/
background-image:url(/images/recFooterBg.jpg);
background-repeat:repeat-y;
float:left;
color:#FFF;
padding:15px 0 0 0;
}

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

div.norexlink {
float:right;
padding-right:12px;
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:#000;
clear: both;
}

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

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:#6a8647;
font-weight:100;
}

h2 {
font-family:Tahoma, Arial, sans-serif;
font-size:14px;
margin:0;
padding:10px 0 10px 0;
color:#6a8647;
font-weight:700;
text-align:left;
}

h3 {
color:#6a8647;
font-size:11px;
font-weight:700;
margin:0;
padding:0;
}

h3.cookie {
color:#929e72;
font-size:18px;
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(/images/bullet.gif);
}

ul li {
font-size:11px;
color:#000;
}

/*End Main Content Styles*/

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

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

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