/******************************************************************************************************************************
  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.
*****************************************************************************************************************************
============================================================================================================================

    * Filename: style.css
    * Version: 1.0.0 (2008-02-05) YYYY-MM-DD
    * Website: http://www.
    * Author: Norex.com LTD (Justin Bellefontaine, Eric Covert)
    * Description: Standard Cascading Style Sheet for CMS Installation - Handles site-wide styling of elements and structure.
	* Notes: No notes at this time.

    == STRUCTURE NOTES: ========================
    * Page width: 950px
    * Number of columns: 2
    ============================================

=============================================================================================================================*/

* {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
padding:0;
margin:0;
background-color:#44482c;
background-repeat:repeat;
height:100%;
}

html {
height:100%;
}

div#container {
width:964px;
}

div#header {
width:964px;
height:187px;
background-image:url(/images/header.png);
background-repeat:no-repeat;
float:left;
padding:0;
behavior:url(/mockup/iepngfix.htc);
}

div#nav {
background-image:url(/images/nav.png);
background-repeat:no-repeat;
width:964px;
height:35px;
float:left;
padding:0 0 0 0;
behavior:url(/iepngfix.htc);
}

div#mainContent {
background-image:url(/images/contentBG.jpg);
background-repeat:repeat-y;
float:left;
width:964px;
height:100%;
text-align:justify;
font-family:Verdana, Arial, sans-serif;
}

div#leftCol {
float:left;
width:550px;
padding:20px 57px 30px 35px;
color:#818180;
}

div#heading {
background-image:url(/images/heading.jpg);
background-repeat:no-repeat;
width:191px;
height:34px;
float:left;
padding:0 0 0 0;
margin:0;
}

div#rightCol {
width:290px;
float:left;
color:#666666;
padding:20px 0 0 0px;
}

/*Footer*/

div#footer {
width:964px;
height:40px;
float:left;
background-image:url(/images/footer.jpg);
background-repeat:no-repeat;
font-family:Verdana, Arial, sans-serif;
font-size:11px;
text-align:left;
behavior:url(/iepngfix.htc);
}

div.copyright {
width:400px;
float:left;
height:12px;
font-weight:700;
text-align:left;
padding:10px 0 0 20px;
color:#fff697;
}

div.norexlink {
width:400px;
float:right;
height:12px;
text-align:right;
padding:10px 17px 0 0;
}

div.norexlink a {
font-family:Verdana, Arial, sans-serif;
color:#f6f6f6;
font-weight:700;
text-decoration:none;
}

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

/*End Footer*/

/*Standard Main Content Styles*/

p {
font-family:Trebuchet MS, Arial, sans-serif;
font-size:11px;
color:#3e3b34;
}

h1 {
font-family:Trebuchet MS, Arial, sans-serif;
font-size:24px;
color:#617044;
font-weight:100;
padding:0px 30px 0 0;
margin:0;
}

h2 {
font-family:Trebuchet MS, Arial, sans-serif;
font-size:21px;
color:#3e3b34;
font-weight:700;
padding:0px 30px 0 0;
margin:0;
}

h3 {
font-family:Trebuchet MS, Arial, sans-serif;
font-size:18px;
color:#617044;
font-weight:100;
padding:0px 30px 0 0;
margin:0;
}

h4 {
font-family:Tahoma, Arial, sans-serif;
font-size:12px;
color:#3e3b34;
font-weight:700;
padding:0px 30px 0 0;
margin:0;
}

h5 {
font-family:Tahoma, Arial, sans-serif;
font-size:12px;
color:#617044;
font-weight:100;
padding:0 30px 0 0;
margin:0;
}

h6 {
font-family:Trebuchet MS, Arial, sans-serif;
font-size:11px;
color:#3e3b34;
font-weight:700;
padding:0 30px 0 0;
margin:0;
}

div#mainContent ul {
padding:10px 30px 10px 20px;
margin:0;
}

div#mainContent ul li {
font-size:11px;
}

div#mainContent ol {
padding:10px 30px 10px 20px;
margin:0;
}

div#mainContent ol li {
font-size:11px;
}

div#mainContent a {
color:#3e3b34;
text-decoration:none;
font-weight:700;
font-size:10px;
padding:0 30px 0 30px;
}

div#mainContent a:hover {
color:#617044;
}

div#rightCol img {
padding:0 20px 10px 0;
margin:0;
}

/*End Main Content Styles*/