/*-----------------------------------------------------------------------------

version:   1.0
date:      04/07/2008
author:    Brian Johnson, Applicode LLC

-----------------------------------------------------------------------------*/


/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
/*
* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}
.clear-left
	{
	clear:left;
}
.clear-right
	{
	clear:right;
}

.right
	{
	float: right;
}

.left
	{
	float: left;
}
td.textright
	{
	text-align: right;
}


.error
	{
	color: red;
	font-weight: bold;
}
.red
	{
	color: red;
	font-weight: bold;
}
.strong
	{
	font-weight: bold;
}

.line {
	border-top:         1px solid #D3D9DC;
	margin: 10px 0px;
}

/* Set up the document
-----------------------------------------------------------------------------*/

html {
	background: 			#fff; /*#D2DAB8 url(/images/site/background.jpg) repeat-x top;*/
	color:					#666;
	font:					76% Arial, Helvetica, sans-serif;
	text-align:				center;
}

body {
	text-align:				left;
	width:					925px;
	margin:					0 auto;
	background:				#FFFFFF;
	margin-top:				10px;
	/*line-height:			1em;*/
}
/*	margin-left:auto; */
/*	margin-right:auto; */


/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 2.0em; /* Equivalent to 22pt */
}
	
h2
	{
	font-size: 1.8em; /* Equivalent to 20pt */
}
	
h3
	{
	font-size: 1.6em; /* Equivalent to 18pt */
}
	
h4
	{
	font-size: 1.4em; /* Equivalent to 18pt */
}
	
h5
	{
	font-size: 1.2em; /* Equivalent to 14pt */
}

a 			{ text-decoration:none;     color: #4176ad; font-weight: bold; }
a:hover  	{text-decoration: underline; }
		
p, q, cite
	{
	font-size: 13px; /* Equivalent to 12pt */
	quotes: none; /* added */
	text-align: left;
	margin: 15px 0;
	line-height: 1.4em
}

ul, ol, dl
	{
	list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt */
}

li, dd, dt
	{
	font-size: 1.2em; /* Equivalent to 12pt */	
}

/* remember to define focus styles! */
:focus 
	{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins 
	{
	text-decoration: none;
}
del 
	{
	text-decoration: line-through;
}

/* Forms
-----------------------------------------------------------------------------*/
input.text
	{
	padding: 3px;
	border: 1px solid #999999;	
}

/* Tables 
-----------------------------------------------------------------------------*/
table 
	{ 
  	border-spacing: 0;
	border-collapse: collapse;
}

td 
	{
  	text-align: left;
	font-weight: normal;
}


/* Header
-----------------------------------------------------------------------------*/
#header
{
	height: 80px;
	background: #62449A; /* #333192; /* #736189; */
	border-bottom: 3px #FAC926 solid;
}


#hlogin {
	float:					right;
	height:					22px;
	width: 					495px;
	color:					#fff;
	font-size:				11px;
	background: 			#fff;/* #97A85B; /* url(/images/site/header/toppagelogin.gif) no-repeat; */
	/*background-position: 	right;*/
	text-align: 			right;
	color: 					#736189;
}

#hlogin a {
	color: #0000FF;       /*#F3ED72; /* #FF9 */
	font-weight: bold;
}

/* Navigation
-----------------------------------------------------------------------------*/


/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	background: #ffffff;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
#wrapper #page_nav {
	float: left;
	width:					225px;
	padding-top:12px;	padding-left: 5px;
	/*background-color:yellow;*/
}

#page_nav_title {
	font-size: 14px;
	color: #fff;
	text-align: left;
	height: 19px;
	line-height: 13px;
	font-weight: 700;
	padding-left: 10px;
	padding-top: 7px;
	background-color: #536A86;

}

.page_nav_content {
	padding: 5px 0px 5px 10px;
	background-color: #f2f2f2;
}

#page_nav_bottom {
	color: #536A86;
	text-align: left;
	font-weight: 700;
	padding: 3px;
	background-color: #536A86;
}

#wrapper #content {
	float:					right;
	width:					670px; 
	padding-top:12px;
	/* background-color: green; */
}


#content_right_picture
{
	float: right;
	padding: 15px 5px 5px 5px;
}

/* Content
-----------------------------------------------------------------------------*/
#content h2
{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	color: #736189;
}



/* Your template
-----------------------------------------------------------------------------*/
a.viewall
{
	font-size: 12px;
	font-weight: normal;
}

a.simple_link {
	text-decoration: none;
	color: #4176ad; 
	font-weight: normal; 
}

/* Footer
-----------------------------------------------------------------------------*/
#footer
{
background: #62449A; /* #333192; /* #736189; */
color: #ccc;
font-weight: bold;
margin: 5px 0px 0px 0px;
border-top: 0px solid #D2DAB8;
padding: 2px 0px;
text-align: center;
}


#footer a {
	text-decoration: none;
	color: #EEE;
	font-weight: bold;
}
#footer a:hover {
	color: #FF6600;
	font-weight: bold;
}

#designed {
	background: #62449A; /* #333192; /* #736189; */
	text-align: right;
}

#designed a {
	color: #999;
	font-weight: normal;
	font-size: 9px;
	padding: 0px 10px 2px 0px;
	text-decoration: none;
 	letter-spacing:	.1em;

}
#designed a:hover {
	color: #FF6600;
}

/* Pagination
-----------------------------------------------------------------------------*/
 .pagination {
	margin:             6px 0;
	border-top:         1px solid #D3D9DC;
	text-align:         left;
	padding-top:        8px;
	padding-left:       20px;
	}
	
.pagination b{
       border:              1px solid #9FCDE7;
       padding:             1px 4px;
       background-color:    #DEE9EF;
       color:               #67A9D6;
       }
	
.pagination a {
	font-size:			12px;
	padding:			0 2px;
	}    



/* Cart
-----------------------------------------------------------------------------*/
#proceed_checkout {
	padding: 15px 5px;
	text-align: right;
	float: right;
	clear: right;

}

#proceed_checkout_text {
	padding: 10px 5px 0px 5px;
	text-align: left;
	float: right;
	color: red;
	font-weight: bold;
	width: 300px;
}
#minicart
{
	float: right;
	text-align: right;
	padding-right: 7px;
}

.highlight a
{
	background-color:yellow;
}

#cart_table 
{
width: 100%;
margin-right: 5px;
}

#cart_table tr td {
	padding: 3px;
}


#cart_table  tr.header td  {
	font-size: 13px; 
	font-weight: bold; 
	white-space: nowrap; 
	color: #0C1216; 
	padding: 5px 6px 5px 6px; 
	background: #B8C6CE;
}

#cart_table  tr.odd td {
	color: #333; 
	padding: 6px 10px 6px 6px; 
	border-bottom: 1px solid #CAD0D5; 
	background-color: #EEF4F9; 
}
#cart_table  tr.even  td {
	color: #333; 
	padding: 6px 10px 6px 6px; 
	border-bottom: 1px solid #CAD0D5; 
	background: #fff; 
}

#cart_table tr.total  td 
{
	text-align: right;
	color: #333; 
	padding: 6px 10px 6px 6px; 
	border-bottom: 4px solid #CAD0D5; 
	border-top: 2px solid #CAD0D5; 
	background-color: #EEF4F9; 

}

/* Site Nav
-----------------------------------------------------------------------------*/

#nav, #nav ul { /* all lists */
	float: left;
	width:100%;
	font-family:verdana,sans-serif;
	list-style: none;
	line-height:30px;
	background:  #62449A;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 10px;
	height: 34px;
}

#nav
{
	border-bottom: 1px solid white;
	/* border-top: 1px solid #21509E; */
}

#nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0px 11px;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	 /* width needed or else Opera goes nuts */
	border-right: 1px solid #888; /* 1px solid #333; BJJ */
	background: url(/images/site/main_menu_bg.png) 0 0 repeat-x;
}
#nav li.current
{
	background: #FAC926;
}
#nav li.current a
{
	color: #666666;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	height: auto;
	width: 18.4em;
	w\idth: 17.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background: orange;
	z-index: 9999; /* BJJ */
}
#nav li li {
	padding-right: .1em;
	width: 20em
}

#nav li ul a {
	width: 18.4em;

}
#nav li ul li {
	background: #969e8e;
}

#nav li ul ul {
	margin: -1.75em 0 0 17em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #536a86;
}
#nav li:hover a, #nav li.sfhover a
{
	color: white;
}


/* Slider
-----------------------------------------------------------------------------*/

				
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}

		.stripViewer { /* This is the viewing window */
			position: relative;
			z-index: 50;
			overflow: hidden; 
			margin: auto;
			width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 220px; /* also change csw height and hcontainer*/
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;z-index: 50;
			color: #ffffff;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;z-index: 50;
			width: 900px; /* Also specified in  .stripViewer  above */
			height: 220px; /* also change csw height and hcontainer*/
			color: #555;
		}

		.stripViewer .panelContainer .panel h2
		{
			color: #736189;
		}
		.stripViewer .panelContainer .panel a
		{
			font-weight: bold;
		}
		.stripViewer .panelContainer .panelback1 {
			background: #EAE7D2 url(/images/site/home/slider_background9.jpg);
		}
		.stripViewer .panelContainer .panelback2 {
			background: #EAE7D2 url(/images/site/home/slider_background9.jpg);
		}
		.stripViewer .panelContainer .panelback3 {
			background: #EAE7D2 url(/images/site/home/slider_background9.jpg);
		}
		.stripViewer .panelContainer .panelback4 {
			background: #EAE7D2 url(/images/site/home/slider_background9.jpg);
		}
		.stripViewer .panelContainer .panelback5 {
			background: #EAE7D2 url(/images/site/home/slider_background9.jpg);
		}
		.stripViewer .panelContainer .panelback6 {
			background: #EAE7D2 url(/images/site/home/slider_background9.jpg);
		}
				
		.stripViewer .panelContainer .panel .wrapper_panel { /* wrapper_panel to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
			
		}
		
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin-left: 25px; /* margin: auto; */
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 4px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #536A86 }
		.stripNav li.tab2 a { background: #536A86 }
		.stripNav li.tab3 a { background: #536A86 }
		.stripNav li.tab4 a { background: #536A86 }
		.stripNav li.tab5 a { background: #536A86 }
		
		.stripNav li a:hover {
			background: #EAE7D2; /* #F2D66A */
			color: #555;
		}
		
		.stripNav li a.current {
			background: #EAE7D2;
			color: #555;
		}
		
/* Members
-----------------------------------------------------------------------------*/
.alpha_bar
{
	padding: 6px;
	margin: 10px;
	font-weight: bold;
}

a.add_addr_cont 
{
	padding: 6px;
	margin: 10px;
	font-weight: bold;
}

.table_heading    {
	font-size: 11px; 
	font-weight: bold; 
	color: #fff; 
	padding: 7px 6px 7px 6px; 
	background: #768E9D;
}

#payments_table 
{
width: 100%;
margin-right: 5px;
}

#payments_table tr td {
	padding: 3px;
}


#payments_table  th  {
	font-size: 11px; 
	font-weight: bold; 
	white-space: nowrap; 
	color: #0C1216; 
	padding: 5px 6px 5px 6px; 
	background: #B8C6CE;
}

#payments_table  tr.odd td {
	color: #333; 
	padding: 6px 10px 6px 6px; 
	border-bottom: 1px solid #CAD0D5; 
	background-color: #EEF4F9; 
}
#payments_table  tr.even  td {
	color: #333; 
	padding: 6px 10px 6px 6px; 
	border-bottom: 1px solid #CAD0D5; 
	background: #fff; 
}
#payments_table  tr.action  td {
	color: #333; 
	padding: 6px 10px 6px 6px; 
	border-bottom: 1px solid #CAD0D5; 
	background: #e8e8e8; 
}
#payments_table td.tdamount
{
	text-align: right;
}

/* Events Calendar and Listings
----------------------------------------------- */
.event_listing {
padding: 0px 0px 10px 20px;
}

.calendarcol {
  float: left;
  width: 100%;
  font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
  font-size: 90%;
  line-height: 1.0em;
  overflow:hidden;
  display: inline;
  }

.calendarBG {
 background-color: #fff;
 border: 1px solid #fff;
}

.calendarBlank { 
 background-color: #fff;
}

.calendarHeader { 
 font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
 font-size: 24px;
 font-weight: bold;
 color: #000; 
 text-align: center;
 background-color: #eee; 
 border: 0px solid #fff;
}

.calendarMonthLinks {
 font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
 font-size: 24px;
 font-weight: bold;
 color: #000; 
 padding: 5px 0px 8px 0px;
 text-align: center;
 background-color: #eee; 
 border: 0px solid #fff;
}

.calendarMonthLinks a {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #666;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #6BBB26;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size: 10px;
 color: #fff; 
 height: 25px;
 background-color: #736189; 
 text-align:  center;
 vertical-align: middle;
}


.calendarToday { 
 font-family:       Lucida Sans, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         9px;
 font-weight:		normal;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color: #999;
 background-color: #FFF;
 overflow: hidden;
 border-color="#E8E8E8";
}

.calendarCell {
 width: 90px;
 height: 100px;
 font-size:         9px;
 font-weight:		normal;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #999;
 background-color:  #fff;
 overflow: hidden;
 border-color="#E8E8E8";
}

.daynumTOC,
.todayTOC {
	padding: 2px;
	margin-bottom: 2px;
	background: #EBE9DB;
	border-top: 2px solid #C6C5AF;
	border-bottom: 4px solid #C6C5AF;
	text-align: left;
	}
	
.todayTOC { /* today's style */
	color: white;
	font-weight: bold;
	background: #E8E8E8;
	}
	
.titleTOC {
   color: #333300;
    width: 80px;
    padding-left: 10px;
    font-size: 1.0em;
    overflow: hidden;
    white-space: normal;
	background: url(/images/site/event_block.gif) 0 .4em no-repeat;
	}
	
.titleTOC:hover {
	color: #6BBB26;
	font-weight: bold;
	}

.calendarCell a {
 color:             #333300;
 text-decoration:   none;
 background-color:  transparent;
}
  

.calendarCell a:hover {
 color:             red;
 text-decoration:   none;
 font-weight: bold;
 background-color:  transparent;
}

/* Sitemap
----------------------------------------------- */

#sitemap h3
{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 3px;
	margin: 20px 0px 4px 0px;
	color: #555;
}

#sitemap #content li
{
	padding-left: 20px;
	
}