﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
#28607d;
#04283b;

light sand: #e3d29e;
darker sand: #cbb364;
dark sand: #b39242;
----------------------------------------------------------*/
body
{
    font-size: small;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    /*margin: 0;
    padding: 0;*/
    background-color: #fffff7; /* url(/images/background_left_tilt3.png);*/
    
/*    color: #696969;
    background-color:#04283b;
    background-color:#fff;
   */
}

h1
{
    font-size: 14pt;
	color: #293A67;
	padding-bottom:4px;
	border-bottom: 1px solid #0b0090;
}

h3
{
    font-size:12pt;
    color:#293A67;
    
    
}

legend
{
    font-weight:bold;
}

/*
a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
*/


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
   width:980px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#main
{
    clear:both;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    text-align:left;
}

#leftBar
{
    width:184px;
    float:left;
    
}

#mainContent
{
    margin-top:10px;
    margin-left:10px;
    width:570px;
    float:left;
    
}

#rightBar
{
    margin-left:10px;
    width:184px;
    float:right;
    
    /*background-color:#cbb364;
    background-image:url(/images/menubar.png);*/
}

#footer
{
    clear:both;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}


#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
    display:none;
    visibility:hidden;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


#menucontainer
{
    position:relative;
    z-index:1000;
}


/* DROP DOWN MENUS *************************************/
/* http://css-tricks.com/examples/SimplejQueryDropdowns/ */
/* 
	LEVEL ONE
*/
ul.dropdown                         
{ list-style: none; padding:0 20px; margin: 0; float:left; width:980px; background:url(/images/menubar.png) no-repeat; }
ul.dropdown li, ul.dropdown_member li  { font-size:8pt; font-weight: bold; float:left; margin:0; padding:0 12px 0 0; position:relative;}
ul.dropdown li a, ul.dropdown_member li a  { display: block; padding: 3px 5px; }
ul.dropdown li span
{
    width: 12px; height: 15px; float: left; 
	background:url(/images/nav_arrow.png);
    background-position:right center;	
}

/* 
	LEVEL TWO
*/
ul.dropdown ul 	{ list-style: none; position:absolute; left:-40px; top:20px; float:left; clear:both; width: 220px; visibility: hidden; z-index:1000;}

ul.dropdown ul li 
{ text-align:left; font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; float: none;position:relative; z-index:1000;}

ul.dropdown ul li {z-index:900;}
ul.dropdown ul li:hover {z-index:1000;}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a, ul.dropdown_member ul li a					
{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ list-style: none; position:absolute; left:180px; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* OVVERIDES FOR MEMBER MENU */
/*LEVEL ONE*/

ul.dropdown_member         { list-style: none; padding:0 20px; margin: 0; padding:0 0 0 180px; float:left; width:980px; background:url(/images/membermenu.png) no-repeat; }

ul.dropdown_member li       { font-size:8pt; font-weight: bold; margin:0; padding:0 5px 0 0; position:relative;}
ul.dropdown_member li span
{
    width: 12px;
	height: 15px;
	float: left; 
	
}

/* LEVEL TWO */
ul.dropdown_member ul 	{ list-style: none; position:absolute; left:-40px; top:20px; float:left; clear:both; width: 220px; visibility: hidden; z-index:1;  }
ul.dropdown_member ul li 
{ text-align:left; font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; float: none;}
/************************************************/


A {
	text-decoration: none;
	color: #293A67;
}

A:Hover {
	text-decoration: underline;
	color: #5B6A91;
}

hr
{ color:#b39242;}

.rowdark
{
    background-color:#eeeeee;
}
.articlebox
{
    /*border:1px solid black; */
    border-right: 1px solid #b39242;
    /*border-bottom:1px solid black; */ 
    width:300px;
    /*border-radius:5px; */
    float:left;
    margin: 5px;
}

.articleSnippetHeader
{
    font-weight:bold;
    font-size:90%;
}

.articleHeader
{
    font-weight:bold;
    font-size:130%;
}

.articleByLine
{
    font-style:italic;
    font-size:90%;
}

.articleFeatureHeader
{
    font-weight:bold;
    font-size:140%;
}

.featuredArticle
{
    margin-bottom:10px;    
    border-bottom:1px solid #e7e0d5;
}

.pageHeader
{
    font-weight:bold;
    font-size:130%;
}

li
{
    font-size:80%;
}

img
{
    border:none;
}

/* BOXES */
.boxWrapper
{
    margin-top:15px;
    width:180px;
}

.boxWrapperLong
{
    margin-top:15px;
    width:570px;
}

.boxHeader{
	font-size: 8pt;
	font-weight: BOLD;
	color: #293A67;
}

.boxHeaderLeft
{
    background-image:url(/images/backgrounds/box_left.png);
    background-repeat:no-repeat;
    width:10px;
    float:left;
    
}

.boxHeaderCenter
{
    background-image:url(/images/backgrounds/box_background.png); 
    background-repeat:repeat-x;
    float:left;
    width:160px;
}

.boxHeaderCenterLong
{
    background-image:url(/images/backgrounds/box_background.png); 
    background-repeat:repeat-x;
    float:left;
    width:550px;
}

.boxHeaderRight
{
    background-image:url(/images/backgrounds/box_right.png);
    float:right;
    width:10px;
    
}

.boxContents
{
    clear:both;
    border:1px solid black;padding:3px;
    background-image:url(/images/backgrounds/boxTextBackground.gif);background-repeat:repeat;
}


.smalltext
{
    font-size:smaller;
}

.rowdark
{
    background-color:#eeeeee;
}

/* LEGACY */
.xsmwhite {
	color: #ffffff;
	font-size: 8pt;
}


.xsmall {
	font-size: 8pt;
}

.title2 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 600;
	color: #666666;
}

.membermenu
{
	font-size: 8pt;
	text-decoration: none;
	color: #253768;
}
.membermenu:hover
{
	font-size: 8pt;
	text-decoration: none;
	color: #eeeeee;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}*/

/* TABLE
----------------------------------------------------------

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}
*/


