/*
*********************************************************************

Media Type: screen

Description: Screen stylesheet specif to the members area.

Author: Jon White

Document Sections:
    Global
    Links
    Headings
    FLists
    Forms
    Clear Fixes

Notes: separated basic styling from layout styling - this is basic styling

Change Log:

03/2011 - Created - Jon White

*********************************************************************
*/

/* Imports
----------------------------------------------- */

/* global
----------------------------------------------- */

hr {border-top:1px solid #8493ba;}

blockquote {background-color:#d6d6d6;}



/* positional elements that have colours/specific styles to each section
----------------------------------------------- */

#header-wrapper {background-color:#003066;}

#header {background-color:#003974;border:1px solid #003974;}

#primary-nav {border:1px solid #003974;}

#footer-wrapper {background-color:#003066;}

#footer {background-color:#003974;}

/* navigation - link & list styling
----------------------------------------------- */
/* secondary-nav */
#secondary-nav ul { 
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	}

#secondary-nav ul li {
	line-height: 18px;
	padding:8px 0 12px 0;
	border-bottom:1px solid #1c3262;
	}
	
#secondary-nav ul li a {text-decoration:none;color:#1C3262;}

#secondary-nav ul li a:hover {text-decoration:none;color:#FF6633font-weight:normal;;}

/* Links - default
----------------------------------------------- */

a {color:#003974;text-decoration:underline;font-weight:normal;}
a:hover {font-weight:bold;}

#col2-content a {font-weight:bold;color:#68BA45;}

/* Links - specific divs/spans etc
----------------------------------------------- */



/* Headings
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {color:#003974;border-bottom:1px solid #003974;}

/* Lists - general
----------------------------------------------- */

/* Tables - general
----------------------------------------------- */


/* Modules - specific
----------------------------------------------- */


/* Forms - general
----------------------------------------------- */


/* Forms - contact
----------------------------------------------- */




/* Forms - search
----------------------------------------------- */