/*************************
  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:Verdana, Arial, Helvetica, sans-serif;
}

div#header, div#nav, div#footer { behavior: url(/iepngfix.htc) }

body {
background-image:url(/images/bg.jpg);
background-repeat:repeat;
background-position:top center;
padding:0;
margin:0;
}

div#container {
width:981px;
}

div#header {
width:981px;
height:238px;
background-image:url(/images/headerTemp2.png);
background-repeat:no-repeat;
float:left;
}

div#nav {
width:981px;
height:34px;
background-image:url(/images/navBg.png);
background-repeat:no-repeat;
float:left;
}

div#navContent {
width:950px;
height:34px;
float:left;
}

div#mainContent {
width:981px;
background-image:url(/images/contentBg.png);
background-repeat:repeat; behavior: url(/iepngfix.htc);
float:left;
text-align:justify;
}
div#mainContent.noBlocks {
  background-image:url(/images/contentBg_noBlocks.png)!important;
  background-repeat:repeat; behavior: url(/iepngfix.htc);
}

div#leftCol {
width:565px;
float:left;
padding:20px 0 0 60px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:100;
color:#484848;
}

div#rightCol {
width:255px;
float:left;
padding:0 0 20px 65px;
}

div.block {
width:255px;
border-bottom:1px dotted #776642;
padding:15px 0 15px 0;
color:#000;
}
div.block p {
  color:#000;
}
div.block h1 {
font-size:14px;
padding:0 0 6px 0;
margin:0;
color:#000;
font-family:Verdana, Arial, sans-serif;
font-weight:bold;
}
div.block h2 {
font-size:11px;
padding:0 0 6px 0;
margin:0;
text-transform:uppercase;
font-weight: bold;
color:#484848;
}
div.block ul {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  padding-left: 20px;
}
div#footer {
width:981px;
height:32px;
background-image:url(/images/footerBg.png);
background-repeat:no-repeat;
float:left;
padding:0 0 0 15px;
}

div#footerContent {
width:950px;
height:15px;
float:left;
padding:8px 0 0 0;
}

div.copyright {
color:#473b0c;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:100;
padding-left:20px;
text-align:left;
width:400px;
}

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

div.norexlink a {
color:#756214;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:100;
margin:0;
padding:0;
text-decoration:none;
}

div.norexlink a:hover {
color:#000;
}

/*standard main area content styles*/
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:100;
color:#484848;
padding:0;
margin: 0 0 10px 0;
}

a {
margin:0;
padding:0;
text-decoration:none;
color:#f3a800;
font-weight:700;
font-size:11px;
}

a:hover {
color:#000;
}

div#rightCol a {
  color:#484848;
}

div#rightCol a:hover {
color:#f3a800;
}

h1 {
font-family:Verdana, Arial, sans-serif;
font-size:21px;
margin:0;
padding:10px 0 10px 0;
color:#f3a800;
font-weight:700;
}

h2 {
color:#8c531f;
font-size:18px;
font-weight:100;
margin:0;
padding:0 0 10px 0;
}

h2 a {
font-size:18px;
}

h3 {
color:#f3a800;
font-size:16px;
font-weight:100;
margin:0;
padding:0 0 10px 0;
}

h4 {
font-size:0.8em;
padding:0 0 10px 0;
margin:0;
}

h5 {
font-size:0.6em;
padding:0 0 10px 0;
margin:0;
color:#f3a800;
font-family:Verdana, Arial, sans-serif;
font-weight:700;
}

h6 {
font-size:0.5em;
padding:0 0 10px 0;
margin:0;
text-transform:uppercase;
color:#484848;
}

h6.newsDate {
font-weight:100;
padding:0 0 10px 0;
font-style:italic;
}

img {
padding:5px;
}

ul, ol {
font-size:11px;
}
/*End Main Content Styles*/