/*--------------------------------------------------------------------------------------------------
Sitewide, generic Classes and primary page section DIVs and DIV specific class/tag styles go here.
--------------------------------------------------------------------------------------------------*/

body {
  background-color: #61789f;
}


/*--------------------------------------------------------------------------------------------------
  TYPOGRAPHY 
--------------------------------------------------------------------------------------------------*/
p, li {
  color: #00457c;
	font-size: 1.15em;
	line-height: 1.85em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
p.product_sku, p.product_description {
  color: #214409;
  font-family: Verdana, sans-serif;
	font-size: 1.15em;
	line-height: 1.75em;
	margin: 0 0 0.5em 0;
}
h1 {
  background-color: #3e699b;
  color: #ffffff;
	font-size:1.2em;
	font-style: italic;
	font-weight:normal;
	line-height: 0.9em;
	margin-bottom: 0;
	padding: 6px;
	text-transform: uppercase;
	letter-spacing: .25em;
}
h1.admin {
  background-color: #3e699b;
  border-top: 3px solid #000;
  color: #ffffff;
	font-size:1.2em;
  font-family: Verdana, sans-serif;
	line-height: 0.9em;
	padding: 8px 20px;
}
h2 {
  color: #00457C;
	font-size:1.5em;
	font-weight: bold;
  text-align: left;
}
h2.product_title {
  color: #214409;
  font-family: "Georgia","Times", serif;
	font-size:1.75em;
	font-weight: normal;
	margin: 0.75em 0;
	letter-spacing: 0em;
  text-align: left;
}

h3 {
	font-size:1.5em;
	font-style:italic;
	font-weight:bold;
	line-height: 0.9em;
	margin-bottom: 0;
}
h4 {
  color: #3e699b;
  font-family: "Georgia","Times", serif;
	font-size:1.25em;
	font-weight:bold;
	line-height: 1.25em;
	margin: 20px 0 10px 0;
}


/*--------------------------------------------------------------------------------------------------
  LISTS
--------------------------------------------------------------------------------------------------*/
ul  {
	margin:0;
	padding:0;
	padding-left:2em;
	margin-bottom:1em;
	}
ul li {
	margin:5px 0 0 0;
	padding:0; }          
ol			{
	margin:0;
	padding:0;
	padding-left:4em;
	margin-bottom:1em;
	}
ol li		{
	margin:0;
	padding:0;
	}
ol ol		{
	margin-bottom:0;
	list-style:lower-roman;
	}
ol ol	li	{
	list-style-type:lower-roman;
}





/* MAIN ID DIVs
--------------------------------------------------------------------------------------------------*/
#wrapper {
}

#container {
  background-color: #9cadcd;
	border-top: 4px solid #013056;
	margin: 0 auto 0 auto;
	width: 880px;
}


#header {
/*	background-color: #ffffff;*/
/*  background-image: url("/img/header_filler.png");*/
/*  background-repeat: repeat-y;*/
}
#header div#related_sites {
	background-color:#00457c;
	color: #ffffff;
	padding:10px;
	text-align: center;
}
#header div#related_sites a:link, #header div#related_sites a:hover, #header div#related_sites a:visited, #header div#related_sites a:active {
	border: none;
	color: #ffffff;
	font-weight: normal;
	margin: 0 10px;
	padding: 5px;
}
#header div#related_sites a:hover {
	border-bottom: 1px dotted #cdcdcd;
	color: #ffffff;
}


#content {
  background-image: url("/img/content_filler.png");
  background-repeat: repeat-y;
  background-color: #9cadcd;
}




#sidebar {
  background-color: #9cadcd;
  color: #5d5481;
  float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 220px;
}
#sidebar ul {
  margin: 0;
  padding: 0;
}
#sidebar ul li {
	border-top: 1px solid #7c92b8;
	font-size: 11px; line-height: 15px;
  list-style: none;
	font-weight: bold;
  margin: 0 0 5px 10px;
  padding: 2px 0 0 5px;
}
#sidebar ul li ul li {
	border-top: none;
	font-size: 11px; line-height: 15px;
  list-style: none;
  margin: 5px 0 3px 0px;
  padding: 0 0 0 10px;
	font-weight: normal;
}
#sidebar ul#sidenav {
	font-size: 1.15em;
  margin: 20px 0 150px 0;
}
#sidebar ul#sidenav h2{
	font-size: 12px;
}
#sidebar ul#sidenav a:link, #sidebar ul#sidenav a:hover, #sidebar ul#sidenav a:visited, #sidebar ul#sidenav a:active {	
  border: none;
	color: #00457c;
	display: block;
	font-weight: bold;
	height: 1%;
	padding: 2px 3px;
}
#sidebar ul#sidenav a:hover {
	background-color: #7c92b8;
	color: #fff;
}




#main_location_header {
  border-bottom:1px solid #333333;
  margin-left: 220px;
  width: 678px;
}

#main {
/*  background-color: #ecefe8;*/
  margin-left: 220px;
  padding: 0;
  text-align: left;
}

#rightcontent {
  padding: 20px 20px 20px 20px;
}




#footer {
	clear:both;
	color: #00457c;
	line-height: 1.5em;
	height: 200px;
	margin: 0;
	padding: 5px 10px 10px 225px;
	text-align: left;
}
#footer a:link, #footer a:hover, #footer  a:visited, #footer a:active {
  border: none;
  color: #00457c;
	text-decoration: underline;
}
#footer a:hover {
  border: none;
  color: #00457c;
	text-decoration: none;
}

#footer table td {
  padding: 10px;
	vertical-align: top;
  width: 25%;
}
#footer table td a {
  display: block;
  padding: 5px;
}
#footer p {
  font-family: Verdana, sans-serif;
  font-size: .9em;
  padding: 9px;
  text-align: center;
}



/*--------------------------------------------------------------------------------------------------
  Misc Classes
--------------------------------------------------------------------------------------------------*/

form#poll {
  background-image: url('/img/grad-green_green.jpg');
  background-repeat: repeat-x;
  margin: 10px 0;
  padding: 5px 15px;
}
form#poll ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
form#poll ul li {
  border-bottom: 1px solid #96a483;
  margin: 3px 0 0 0;
  padding: 0 0 3px 0;
}
form#poll p.question {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

div.add_to_cart {
  float: right;
  height: 200px;
  margin: 0;
  padding: 0px;
  width: 140px;  
}
div.add_to_cart form div {
	text-align: center;
}
div.add_to_cart span.product_price {
	font-family: Georgia, serif;
	font-size: 1.75em;
	font-style: italic;
	font-weight: bold;
}



div.prod_photo {
  float: left;
  height: 200px;
  margin: 0px 14px 0px 0px;
  padding: 0px;
  width: 140px;  
}
div.prod_photo a img {
  border: 1px solid #000;
}
div.prod_photo a:hover img {
  border: 1px solid #fff;
}
div.prod_photo span.product_title {
  display: block;
  font-style: italic;
}
div.prod_photo span.product_description {
  display: block;
  font-style: normal;
}
.prod_desc_text {
  padding: 3px;
}



/* Product Detail Styles*/
div#prod_top {
  height: 400px;
}
div#prod_top div.prod_photo_primary {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 460px;
}
div#prod_top div.prod_photo {
  float: right;
  height: 200px;
  margin: 0px;
  padding: 0px;
  width: 140px;
}
div#prod_bottom {
  height: 200px;
}
div#prod_bottom div.prod_photo {
  float: left;
  height: 200px;
  margin: 0 19px 0 0;
  padding: 0px;
  width: 140px;
}





ul.scrollbox_tabs {
  height: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.scrollbox_tabs li {
  float: right;
  list-style: none;
  margin: 5px 5px 0 0;
  padding: 0;
}
ul.scrollbox_tabs li a {
  background-image: url('/img/css_pattern_striped_black.gif');
  color: #f0f0e9;
  font-size: .8em;
  font-weight: normal;
  letter-spacing: .1em;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
ul.scrollbox_tabs li a:hover {
  background-image: url('/img/css_pattern_striped_red.gif');
  color: #f0f0e9;
  text-decoration: none;
}


table#cart_items {
  border-collapse: collapse;
  width: 99%;
}
table#cart_items th {
  background-color: #333;
  border-bottom: 2px solid #000;
  color: #ffffff;
  padding: 10px;
}
table#cart_items td {
  border-bottom: 1px dotted #999999;
  padding: 10px;
	text-align: right;
}
table#cart_items td.cart_item_image {
	width: 80px;
}
table#cart_items td.cart_item_title {
  line-height: 1.5em;
	text-align: left;
}
table#cart_items td.cart_item_qty {
  width: 70px;
}
table#cart_items td.cart_item_qty input {
  width: 30px;
}
table#cart_items td.cart_item_price {
}
table#cart_items td.cart_item_total {
  font-weight: bold;
  width: 70px;
}
table#cart_items td.cart_subtotal {
  border: none;
  border-top: 2px solid #666666;
  font-size: 1.1em;
	font-weight: bold;
  padding: 3px 10px;
}
table#cart_items td.cart_shipping {
  border: none;
  font-size: 1.1em;
  padding: 3px 10px;
}
table#cart_items td.cart_tax {
  border: none;
  font-size: 1.1em;
  padding: 3px 10px;
}
table#cart_items td.cart_total {
  border: none;
  border-top: 3px double #666666;
  font-size: 1.25em;
	font-weight: bold;
  padding: 3px 10px;
}

table#cart_items td.cart_checkout {
  border: none;
}

/* ------------------------------------------------------------------------------ */
div#order_summary {
	padding: 0 10px;
}
div#order_summary table {
	border-collapse: collapse;
	width: 100%;
}
div#order_summary td {
  font-size: 1em; line-height:1em;
	padding: 5px;
}
div#order_summary table tr.order_item td {
	border-bottom: 1px solid #999;
	padding: 5px 0;
}
div.checkout_info_module {
  border-top:1px solid #999; 
  background-color:#f1f1f1; 
	float: left;
	margin-bottom: 20px;
  padding:10px;
	width: 520px;
}
div.checkout_info_module h2 {
	margin-bottom: 10px;
}



table.program_schedules, table.admin {
  border-collapse: collapse;
  width: 100%;
}
table.program_schedules th, table.admin th {
  background-image: url('/img/css_pattern_striped_black.gif');
  color: #f0f0e9;
  font-weight: bold;
  padding: 5px;
  text-align:left;
}
table.program_schedules td, table.admin td {
  border:  1px solid #999999;
	font-size: 1em;
  padding: 5px;
}
table.program_schedules td p, table.admin td p {
	font-size: 1em;
	line-height:1.5em;
	margin: 0;
}
table.program_schedules a.learnmore, table.admin a.learnmore {
  background-color:#333333;
  color:#ffffff;
  float:right;
  margin:2px 0px 2px 6px;
  padding:2px;
}
table.program_schedules a:hover.learnmore, table.admin a:hover.learnmore {
  background-color:#AD111E;
}


a.galleryphoto img {
  background-color:#ffffff;
  border:1px solid #000000;
  padding:4px;
}
a:hover.galleryphoto img {
  background-color:#999999;
}



.bordered_photo {
	background-color: #FFF;
	margin: 8px;
	padding: 5px;
}

.section_header {
		background-color: #172A47;
		border-left: 5px solid #000;
		color: #FFF;
		font-size: 110%;
		padding: 3px 3px 3px 10px;
		text-transform: uppercase;
		letter-spacing: .15em;
}

.line0 {
	background: #DDD;
}
.line1 {
	background: #CCC;
}

.intro_text {
  font-size: 1.2em;
  line-height: 1.7em;
}
.intro_text span.intro_head {
  display: block;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: .5em;
}




ul#zfsearch_results {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#zfsearch_results li {
  border-top: 1px solid #999999;
  margin: 0;
  padding: 0;
}
ul#zfsearch_results li a {
  display: block;
  padding: 10px 5px;
}
ul#zfsearch_results li a:hover {
  background-color: #ffffff;
}


table.sortable {
/*  font-family:arial;*/
/*  background-color: #CDCDCD;*/
/*  margin:10px 0pt 15px;*/
/*  font-size: 8pt;*/
/*  width: 100%;*/
	text-align: left;
}
table.sortable thead tr th, table.sortable tfoot tr th {
  background-color: #000000;
  color: #fff;
/*  border: 1px solid #FFF;*/
	font-size: 8pt;
	padding: 4px;
}
table.sortable thead tr .header {
	background-image: url(/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.sortable tbody td {
/*  color: #3D3D3D;*/
	padding: 4px;
/*  background-color: #FFF;*/
	vertical-align: top;
}
table.sortable tbody tr.odd td {
  background-color:#F0F0F6;
}
table.sortable thead tr .headerSortUp {
	background-image: url(/img/asc.gif);
}
table.sortable thead tr .headerSortDown {
	background-image: url(/img/desc.gif);
}
table.sortable thead tr .headerSortDown, table.sortable thead tr .headerSortUp {
background-color: #333333;
}



div.admin_message {
  background-image: url('/img/grad-green_white.jpg');
  background-repeat: repeat-x;
  background-color: #fff;
  border: 1px solid #666;
  font-size: 1.15em;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}
div.admin_subnav {
  background-color: #fff;
  border-top: 1px solid #999;
  font-size: 10px;
  margin: 0 0 10px 0;
  padding: 5px;
}
div.admin_subnav a {
  background-color: #fff;
  margin: 0 10px;
  padding: 5px;
}
div.admin_subnav a:hover {
  background-color: #cdcdcd;
}


.nav li a.admin, .nav li a.admin:link, .nav li a.admin:active, .nav li a.admin:visited {
  background: #960909;
  color: #ffffff;
}



table#poll_results {
/*  width: 33em;*/
}
table#poll_results caption {
	font-style:italic;
	padding: 4px 6px;
}
table#poll_results th {
	text-align: left;
	vertical-align:top;
}
table#poll_results td {
	padding: 4px 6px;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background-color:#fff;
}
table#poll_results td.first {
	border-top:1px solid #e5e5e5;
}
table#poll_results td.last {
	border-bottom:1px solid #e5e5e5;
}

table#poll_results td.poll_option {
  font-weight:bold;
  padding:5px;
}
table#poll_results td.poll_value {
	background-image: url(/img/barchart_gridline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding:0;
	border-bottom: none;
	background-color:transparent;
}
table#poll_results td.poll_value img {
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}
.auraltext {
	position: absolute;
	font-size: 0;
	left: -1000px;
}

