﻿/********************************************************************************
* 
* © 2008 Ecliptic Technologies, Inc. - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: www.ecliptictech.com
* Email: info@ecliptictech.com
*
* Name: master.css
* Description: Master CSS file for the entire NCTGA website
*
*********************************************************************************/

/* Auxiliary style sheets
--------------------------------------------------------------------------------*/

@import url(nav.css);
@import url(forms.css);


/* Body 
--------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:1em;
	background:#408040 url(/images/backgrounds/nctga-sitebg.gif) repeat-x;
	}

h1
	{
	margin:0px 0px 0.6em 0px;
	padding:0px 0px 0.2em 0px;
	font:1.6em Georgia, "Times New Roman", Times, serif;
	line-height:1em;
	color:#274e27;
	border-bottom:1px solid #000000;
	}

h2, h3, h4, h5, h6
    {
    font-weight:bold;
    line-height:1.25em;
	padding-bottom:0.375em;
    }

h2
	{
	font-size:1.125em;
	}

h3
	{
	font-size:1em;
	}

h4
	{
	font-size:0.875em;
	}

h5
	{
	font-size:0.75em;
	}

h6
	{
	font-size:0.6875em;
	}

p
	{
	padding-bottom:1.75em;
	font-size:0.6875em;
	line-height:1.75em;
	}

ul, ol
    {
    margin:0px;
    padding:0px 0px 1.75em 26px;
    font-size:0.6875em;
    line-height:1.75em;
    }

ul ul, ol ul, ol ul ul
    {
    padding:0px 0px 0em 26px;
    font-size:1em;
    line-height:1.75em;
    }

ol ol
    {
    padding:0px 0px 0em 26px;
    font-size:1em;
    line-height:1.75em;
    list-style:lower-alpha;
    }

ol ol ol
    {
    list-style:lower-roman;
    }


/* Horizontal rules
--------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1.6em 0px;
	border-top:1px dotted #808080;
	}


/* Links
--------------------------------------------------------------------------------*/

a
	{
	color:#408040;
	text-decoration:none;
	border-bottom:1px solid #408040;
	}

a:hover
	{
	color:#000000;
	background:#cdf1cd;
	}
	
a:active
	{
	color:#000000;
	background:#cdf1cd;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
    {
    text-decoration:none;
    border:none;
    }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
    {
    color:#000000;
    background:#cdf1cd;
    border-bottom:1px solid #408040;
    }


/* Container
--------------------------------------------------------------------------------*/

#container
	{
	margin:10px auto;
	width:920px;
	}


/* Main background
--------------------------------------------------------------------------------*/

#main-topcap
	{
	float:left;
	width:920px;
	height:11px;
	background:url(/images/backgrounds/nctga-topcapbg.gif) no-repeat;
	}

/* star hack to correct discrepencies between IE7 and older versions */

* html #main-topcap
	{
	margin:0px 0px -8px 0px;
	}

#main
    {
    float:left;
    width:920px;
    padding:0px 0px 4px 0px;
    background:url(/images/backgrounds/nctga-mainbg.gif) repeat-y;
    }

#main-panes_container
    {
    float:left;
    width:892px;
    margin:0px 0px 0px 14px;
    padding:10px 0px 0px 0px;
    background:url(/images/backgrounds/nctga-turfbg.jpg) no-repeat;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #main-panes_container
    {
    margin:0px 0px 0px 7px;
    }

#main-bottomcap
    {
    float:left;
    width:920px;
    height:17px;
    background:url(/images/backgrounds/nctga-bottomcapbg.gif) no-repeat;
    }


/* Sidepane
--------------------------------------------------------------------------------*/

#sidepane
	{
	float:left;
	width:214px;
	padding:0px 0px 0px 7px;
	}

#login
    {
    margin:0.6em 0px 1.6em 0px;
    padding:0px 0px 1.6em 0px;
    border-bottom:1px dotted #000000;
    }

#login label
    {
    display:block;
    margin:0px 0px 0.6em 0px;
    font-size:0.6875em;
    color:#000000;
    }

#login .text
    {
    margin:0px 0px 0.6em 0px;
    padding:1px;
    width:192px;
    border:1px solid #505050;
    }

#login .button
    {
    width:40px;
    height:20px;
    padding:0px 4px;
    font:0.6875em Arial, Helvetica, sans-serif;
    }

#contactinfo
    {
    width:208px;
    margin:0px 0px 16px 0px;
    padding:0px 0px 0px 0px;
    border-bottom:1px dotted #808080;
    }


/* Logo
--------------------------------------------------------------------------------*/

#logo
    {
    float:left;
    width:214px;
    height:102px;
    background:url(/images/nctga-logo-full.png) no-repeat;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #logo
    {
    background:url(/images/nctga-logo-full.gif) no-repeat;
    }

#logo img
    {
    display:none;
    }


/* Navigation
--------------------------------------------------------------------------------*/

#navpane
    {
    float:left;
    width:214px;
    }

#nav-topcap
    {
    float:left;
    width:214px;
    height:29px;
    background:url(/images/backgrounds/nctga-navbg-topcap.png) no-repeat;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #nav-topcap
    {
    background:url(/images/backgrounds/nctga-navbg-topcap.gif) no-repeat;
    }

#nav
    {
    float:left;
    width:214px;
    padding:0px 0px 10px 0px;
    background:url(/images/backgrounds/nctga-navbg-main.png) repeat-y;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #nav
    {
    background:url(/images/backgrounds/nctga-navbg-main.gif) repeat-y;
    }

#nav-bottomcap
    {
    float:left;
    width:214px;
    height:17px;
    background:url(/images/backgrounds/nctga-navbg-bottomcap.png) no-repeat;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #nav-bottomcap
    {
    background:url(/images/backgrounds/nctga-navbg-bottomcap.gif) no-repeat;
    }


/* Content
--------------------------------------------------------------------------------*/

#contentpane
    {
    float:left;
    width:654px;
    margin:0px 0px 0px 6px;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #contentpane
    {
    margin:0px 0px 0px 3px;
    }

#content-topcap
    {
    float:left;
    width:654px;
    height:13px;
    background:url(/images/backgrounds/nctga-contentbg-topcap.png) no-repeat;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #content-topcap
    {
    margin:0px 0px -6px 0px;
    background:url(/images/backgrounds/nctga-contentbg-topcap.gif) no-repeat;
    }

#content-main
	{
	float:left;
	width:625px;
	margin:0px 0px 0px 0px;
	padding:11px 0px 13px 29px;
	background:url(/images/backgrounds/nctga-contentbg-main.png) repeat-y;
	}

/* star hack to correct discrepencies between IE7 and older versions */

* html #content-main
	{
	background:url(/images/backgrounds/nctga-contentbg-main.gif) repeat-y;
	}

#content
    {
    float:left;
    width:404px;
    margin:0px -180px 0px 0px;
    padding:0px 16px 0px 0px;
    border-right:180px solid #9aff80;
    }

#content-supplemental
    {
    float:left;
    width:148px;
    padding:12px 16px 0px 16px;
    background:#9aff80;
    }

#content-supplemental h1, #content-supplemental h2, #content-supplemental h3, #content-supplemental h4
    {
    text-decoration:none;
    }

#content-supplemental a:hover, #content-supplemental a:active
	{
	color:#000000;
	background:none;
	border-bottom:1px solid #000000;
	}

.warning
    {
    font-style:italic;
    color:#ff0000;
    }

#content-bottomcap
    {
    float:left;
    width:654px;
    height:16px;
    background:url(/images/backgrounds/nctga-contentbg-bottomcap.png) no-repeat;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #content-bottomcap
    {
    background:url(/images/backgrounds/nctga-contentbg-bottomcap.gif) no-repeat;
    }

.imageleft
    {
    float:left;
    margin:3px 1em 1em 0px;
    border:1px solid #274e27;
    clear:both;
    }

.imageright
    {
    float:right;
    margin:3px 0px 1em 1em;
    border:1px solid #274e27;
    clear:both;
    }

.imageleft img, .imageright img
    {
    border:1px solid #505050;
    }

.imagefull
    {    
    display:block;
    margin:0px 0px 1em 0px;
    clear:both;
    }


/* Banner
--------------------------------------------------------------------------------*/

#banner
    {
    float:left;
    width:600px;
    height:200px;
    margin:0px 0px 16px 0px;
    padding:0px 0px 0px 0px;
    }

#slideshow
    {
    }

#banner img
    {
    margin:0px;
    padding:0px;
    }


/* Footer
--------------------------------------------------------------------------------*/

#footer
    {
    float:left;
    width:854px;
    height:36px;
    margin:6px 0px 0px 21px;
    padding:18px 0px 0px 20px;
    font:0.5625em Arial, Helvetica, sans-serif;
    line-height:1.8em;
    background:url(/images/backgrounds/nctga-footerbg.png) no-repeat;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #footer
    {
    margin:1.6em 0px 0px 10px;
    background:url(/images/backgrounds/nctga-footerbg.gif) no-repeat;
    }


/* Miscellaneous classes
--------------------------------------------------------------------------------*/