/******************************************************************************************************************************
  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.1 (2008-02-05) YYYY-MM-DD
		* Changelog : 2008-02-07 - Added a banner section
    * 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
    ============================================
	
	== INDEX: ======================================================
	_container : Site Container
	_header : Site Header
	_navi : Site Navigation
	_banner : Banner
	_content : Main Content Area (Left Column/Right Column)
	_footer : Site Footer
	_contentStyles : General Content styles (p, a, h1, h2, etc.)
	_custom : Custom CSS section (Unique to all sites)
	================================================================

=============================================================================================================================*/
* {
font-family:Georgia, "Times New Roman", serif;
}

body {
background-image:url(/images/bg.png);
background-repeat:no-repeat;
background-position:top center;
padding:0;
margin:0;
background-color:#0e1a2e;
/*behavior: url(/iepngfix.htc);*/
}

body.members {
background-image:url(/images/bgLight.jpg);
background-repeat:no-repeat;
background-position:top center;
padding:0;
margin:0;
background-color:#2d5b96;
/*behavior: url(/iepngfix.htc);*/
}

div#container {
width:962px;
padding:10px 0 0 0;
clear: both;
}

div#logo {
width:962px;
float:left;
height:61px;
background-image:url(/images/logo.png);
background-repeat:no-repeat;
background-position:center!important;
/*behavior: url(/iepngfix.htc);*/
}

div#nav {
width:962px;
float:left;
background-image:url(/images/nav.png);
background-repeat:no-repeat;
height:56px;
/*behavior: url(/iepngfix.htc);*/
}

div#banner {
width:962px;
height:164px;
float:left;
}

div#mainContent {
width:883px;
zoom:1;
float:left;
text-align:justify;
background-image:url(/images/contentBg.png); 
/*behavior: url(/iepngfix.htc);*/
background-repeat:repeat;
padding:0 0 10px 0;
}

div#mainContent.wide {
width:883px;
float:left;
text-align:justify;
background-image:url(/images/contentBg_wide.png); 
behavior: url(/iepngfix.htc);
background-repeat:repeat;
padding:0 0 10px 0;
}

div#mainContentSpacer {
width:40px;
float:left;
clear:left;
height:10px;
}

div#leftColTop {
width:609px;
height:20px;
float:left;
background-image:url(/images/leftTop.jpg);
background-repeat:no-repeat;
}

div#leftColTop.noRight {
width:882px;
height:20px;
float:left;
background-image:url(/images/contentTop.jpg);
background-repeat:no-repeat;
}

div#leftCol {
width:609px;
float:left;
}

div#leftCol.noRight {
width:880px;
float:left;
}

div#leftColContent {
width:570px;
float:left;
position: relative;
padding:0 0 0 18px;
}

div#leftColContent.noRight {
width:840px;
float:left;
padding:0 0 0 18px;
}

div#rightColTop {
width:268px;
height:20px;
float:left;
background-image:url(/images/rightTop.jpg);
background-repeat:no-repeat;
margin:0 0 0 5px;
}

div#rightCol {
width:268px;
float:left;
max-height: 2000px;
}

div#rightColContent {
width:238px;
float:left;
position: relative;
clear:left;
padding:0 0 0 23px;
}

div.block {
float:left;
width:230px;
}

div#footer {
width:962px;
float:left;
clear:left;
background-image:url(/images/footer.png);
background-repeat:no-repeat;
height:50px;
padding:15px 0 0 25px;
/*behavior: url(/iepngfix.htc);*/
}

div#copyright {
width:400px;
float:left;
text-align:left;
font-family:Georgia, "Times New Roman", serif;
font-size:14px;
color:#5d381e;
}

div#norex {
width:400px;
float:right;
text-align:right;
padding:0 60px 0 0;
}

div#norex a {
font-family:Georgia, "Times New Roman", serif;
font-size:14px;
color:#5d381e;
text-decoration:none;
}

div#norex a:hover {
text-decoration:underline;
}

/* _contentStyles ==========================================*/
p {
font-family:Georgia, "Times New Roman", serif;
font-size:14px;
font-weight:100;
color:#666;
margin:0;
padding:10px 0 10px 0;
}
div.leftColContent table tr td {
font-family:Georgia, "Times New Roman", serif;
font-size:14px;
font-weight:100;
color:#666;
}
div#rightCol p {
color:#494949;
font-family:tahoma, Arial, sans-serif;
font-size:11px;
font-weight:100;
margin:0;
padding:10px 0 10px 0;
}

a {
font-family:Georgia, "Times New Roman", serif;
text-decoration:none;
color:#5d381e;
font-weight:700;
font-size:14px;
margin:0;
padding:0;
}

a:hover {
color:#000;
}

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

h1 {
font-family:Georgia, "Times New Roman", serif;
font-size:18px;
color:#003880;
font-weight:100;
margin:0;
padding:0 0 10px;
}

h2 {
font-family:Georgia, "Times New Roman", serif;
color:#5d381e;
font-size:14px;
font-weight:700;
margin:0;
padding:0 0 10px;
}

h2 a {
font-size:18px;
}

h3 {
font-family:Georgia, "Times New Roman", serif;
color:#ac6837;
font-size:12px;
font-weight:700;
margin:0;
padding:0 0 10px;
}

h3.newsTitle {
font-family:Georgia, "Times New Roman", serif;
color:#895d3e;
font-size:14px;
font-weight:700;
margin:0;
padding:0;
}

h4 {
font-family:Georgia, "Times New Roman", serif;
color:#d7231c;
font-size:10px;
font-weight:700;
margin:0;
padding:0 0 10px;
}

h5 {
font-family:Georgia, "Times New Roman", serif;
color:#ac6837;
font-size:9px;
font-weight:700;
margin:0;
padding:0 0 10px;
}

h5.newsDate {
font-family:Georgia, "Times New Roman", serif;
color:#895d3e;
font-size:11px;
font-weight:100;
margin:0;
padding:0;
font-style:italic;
}

h6 {
font-family:Georgia, "Times New Roman", serif;
color:#5d381e;
font-size:8px;
font-weight:700;
margin:0;
padding:0 0 10px;
}

ul,ol {
font-family:Georgia, "Times New Roman", serif;
font-size:14px;
color:#666;
margin:0;
padding:0 0 0 30px;
}

ul {
list-style-image:url(/images/bullet.jpg);
}

img {
padding:0;
margin:0;
}

caption {
font-size:12px;
padding:0 0 15px;
color:#5d381e;
font-style:italic;
}
/* _contentStylesEnd ========================================== */

/* _custom ========================================== */

div.hr {
height:1px;
width:230px;
background-image:url(/images/blockDiv.jpg);
background-repeat:no-repeat;
float:left;
line-height:1px;
font-size:1px;
padding:0 0 15px 0;
margin:15px 0 0 0;
}

div.newsHr {
height:1px;
width:230px;
line-height:1px;
float:left;
padding:5px 0 5px 0;
margin:10px 0 0 0;
border-top:1px dotted #895d3e;
font-size:1px;
}

div#footerShadow {
width:883px;
height:7px;
line-height:7px;
font-size:7px;
float:left;
padding:0;
margin-top:-1px;
background-image:url(/images/footerShadow.jpg);
background-repeat:no-repeat;
}

div#footerShadowSpacer {
height:7px;
line-height:7px;
font-size:7px;
width:40px;
float:left;
clear:left;
}

div#rightCol table {
text-align:left;
}

div#rightCol table td {
color:#895d3e;
}

div#rightCol table td a {
font-size:11px;
font-family:Tahoma, Arial, sans-serif;
font-weight:100;
}

div#rightCol table input.inputField {
width:220px;
color:#666;
font-size:14px;
}

a.fullNewsLink {
font-size:11px;
color:#895d3e;
text-align:right;
padding:0 0 10px 0;
}

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

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

div#wrap table td {
font-size:11px;
padding:5px 4px 5px 4px;
border-right:1px solid #beaf8c;
}

div#wrap table th {
font-size:12px;
font-weight:700;
text-align:center;
border-right:1px solid #e1e1e1;
padding:0 2px 0 2px;
}

div#wrap table tr.odd {
background-color:#ead7ac;
}


h3#radial {
padding:15px 0 15px 0;
}

#ajax_event_results {
  display: none;
  border: none;
  margin-top: 59px;
  padding:0;
  width: 100%;
  height: 500px;
}

div.block form label {
color:#895d3e;
width:80px;
float:left;
}

div.block form input#userName {
float:left;
margin:0 0 10px 0;
width:140px;
color:#666;
font-size:12px;
}

div.block form input#userPass {
width:140px;
color:#666;
font-size:12px;
}

/* _customEnd ========================================== */

div#rightColTop.members {
width:268px;
height:20px;
float:left;
background-image:url(/images/rightTopLight.jpg);
background-repeat:no-repeat;
margin:0 0 0 5px;
}

div#leftColTop.membersWide {
width:882px;
height:20px;
float:left;
background-image:url(/images/contentTop_wideLight.jpg);
background-repeat:no-repeat;
}

div#leftColTop.members {
width:609px;
height:20px;
float:left;
background-image:url(/images/leftTopLight.jpg);
background-repeat:no-repeat;
}
