/*************************
  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:Trebuchet MS, Tahoma, sans-serif;
}

html {
width:100%;
}

body {
background-image:url(/images/bgS.jpg);
background-repeat:repeat-x;
background-color:#fff;
padding:0;
margin:0;
width:100%;
}

div#container {
width:975px;
}

/*Header*/
div#header {
width:975px;
float:left;
}

div#topLinks {
float:right;
width:200px;
color:#fff;
}
div#topLinks a {
font-size:10px;
color:#FFF;
font-weight:100;
text-decoration:none;
text-transform:uppercase;
}
div#topLinks a:hover {
color:#000;
}

div#topLogo {
width:336px;
height:170px;
float:left;
background-image:url(/images/headerLogoS.jpg);
background-repeat:no-repeat;
}
#headerHomeLink {
  display: block;
  width: 336px;
  height: 170px;
  line-height: 170px;
  margin: 0;
  padding: 0;
}
div#headerSpacer {
height:136px;
width:300px;
float:left;
}

/*Navigation*/
div#nav {
width:639px;
height:34px;
float:left;
}
/*End Nav*/

/*End Header*/

/*Main Content*/
div#mainContent {
width:950px;
float:left;
background-image:url(/images/contentBg.jpg);
background-repeat:no-repeat;
background-color:#fff;
}

div#leftCol {
width:570px;
float:left;
text-align:justify;
color:#5f5f5f;
font-size:14px;
padding:10px 0 10px 55px;
}

/*Banner*/
div#banner {
width:570px;
height:218px;
float:left;
}
/*End Banner*/

div#rightCol {
width:300px;
float:right;
background-color:#e2e7f2;
font-size:12px;
font-weight:700;
color:#666;
text-align:left;
margin-bottom:10px;
}

div#rightColFooter {
width:300px;
height:11px;
line-height: 11px;
clear: both;
float:right;
background-image:url(/images/rightFooter.jpg);
background-repeat:no-repeat;
padding:0;
margin:0;
}

div.block {
width:260px;
border-bottom:1px dotted #9c9fa7;
padding:10px 0 10px 0;
margin:0 0 0 20px;
}

/*Footer*/
div#footer {
width:100%;
background-image:url(/images/footerBg.jpg);
background-repeat:repeat-x;
background-color:#404040;
float:left;
min-height:50px;
}

div#footerContent {
width:950px;
padding:6px 0 0 0;
}

div.copyright {
color:#fff;
float:left;
font-family:Trebuchet MS, Arial, 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:#FFF;
font-family:Trebuchet MS, Arial, sans-serif;
font-size:10px;
font-weight:100;
margin:0;
padding:0;
text-decoration:none;
border-bottom:1px dotted #FFF;
}

div.norexlink a:hover {
color:#000;
border-bottom:1px dotted #000;
}
/*End Footer*/

/*standard main area content styles*/
p {
color:#5f5f5f;
font-size:14px;
font-family:Trebuchet MS, Arial, sans-serif;
margin:0;
}

div#rightCol p {
color:#000;
font-family:Trebuchet MS, Arial, sans-serif;
font-size:12px;
font-weight:100;
padding:0 0 10px 0;
}

div#rightCol b {
color:#ff5100;
}

div#rightCol a {
font-size:12px;
font-weight:100;
color:#ff5100;
}

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

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

a:hover {
color:#000;
}

h1 {
font-family:Trebuchet MS, Arial, sans-serif;
font-size:20px;
margin:0;
padding:10px 0 10px 0;
color:#144059;
font-weight:700;
}

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

h2 a {
font-size:18px;
}

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

h3.cookie {
color:#929e72;
font-size:16px;
font-weight:100;
margin:0;
padding:0 0 10px 0;
}

h4 {
font-size:1em;
font-weight: bold;
}

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;
}

img {
padding:5px;
}

/*End Main Content Styles

/*Begin Custom Styles*/
div#rightCol form table input.inputField {
width:250px;
}

div#rightCol form table textarea.textArea {
width:250px;
}

div#rightCol #newsSubBlock_emailLabel {
  display: block;
  float: left;
  line-height: 22px;
  padding: 0 15px 0 25px;
}
div#rightCol #sub_email {
  width: 150px;
  font-size: 11px!important;
  line-height: 18px
  padding: 2px;
  font-weight: normal;
}
div#rightCol #newsSubBlock_submit {
  margin-left: 90px;
}
/*End Custom Styles*/
