body {
	margin: 0px;
	background: #00224b url(../img/layout/bg.jpg) top center no-repeat;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;	
}
#wrapper {
	width: 960px;
	margin: auto;
}
#header {
	height: 145px;
}
#header div.search {
	width: 280px;
	background-color: #173e7c;
	padding: 6px 10px;
	overflow: auto;
}

#header div.search input.text {
	width: 180px;
	border: 1px solid #e6dad7;
	float: left;
}
#header div.search input.button {
	margin: 6px 0px 0px 21px;
	float: left;
} 

#header div.column_one {
}
#header div.logo {
	float: left;
	margin-top: 75px;
}
#header div.flags {
	float: right;
	padding-top: 4px;
	height: 21px;
}
#header div.flags img {
	margin-left: 17px;
}
#header div.quote {
	margin-top: 35px;
	width: 180px;
	clear: right;
	float: right;
}		
#header div.quote p {
	margin: 0px;
	text-align: right;
	color: #b5bbc2;
	font-size: 13px;
	line-height: 1.4em;
}	
#header div.quote em {
	font-size: 11px;
}
#header div.jacques {
}

#menu {
	height: 43px;	
}

#menu ul {
	padding: 0px;
	list-style-type: none;
	z-index: 100; /* Make sure this appears above the h1 { position: relative } */
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
}

#menu a:hover {
	xcolor: #f00;
}

#menu div.column_one {
	height: 37px;
	padding: 3px 4px 3px 4px;
	width: 642px;	
	background: #fff url(../img/layout/menu_bg.gif) no-repeat;
}
#menu div.column_one a {
	height: 25px;
	padding: 12px 12px 0px 6px;
	color: #000;
	font-family: /*ScalaSans,*/ Arial, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(../img/layout/menu_li_bg.gif) right no-repeat;
}
#menu div.column_one li.last a {
	background: none;
}

#menu div.column_one li ul {
	border: 3px solid #fff;
	padding-right: 34px;	
	background: #f8f8f8 url(../img/layout/submenu_bg.gif) bottom right no-repeat;
}	
#menu div.column_one li.first ul {
	margin-left: -4px;
}

#menu div.column_one li li a {
	height: auto;
	border-top: 1px solid #e0e0e0;
	background: transparent url(../img/layout/submenu_li_bg.gif) left repeat-y;
	padding: 4px 30px 4px 8px;
	font-size: 12px;
	text-transform: none;
}
#menu div.column_one li li.first a {
	border-top: none;
}
#menu div.column_one li li.last a {
	background: transparent url(../img/layout/submenu_li_bg_lower.gif) bottom left no-repeat;
	padding-bottom: 8px;
}
						
#menu div.column_two {
	height: 37px;
	background: #194c90 url(../img/layout/divers_kids_bg.gif) no-repeat;
	padding: 3px;
	width: 294px;
}
#menu div.column_two a {
	display: block;
	width: 146px;
	text-align: center;
	color: #fff;
	font-family: ScalaSans, Arial, sans-serif;
	text-decoration: none;
	font-size: 13px;
	padding-top: 12px;
	height: 25px;
	text-transform: uppercase;
	font-weight: bold;				
}

div#breadcrumb div.content, div#footer div.content {
	padding: 4px 6px 2px 6px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
div#breadcrumb div.home {
	width: 23px;
	float: left;
}
div#breadcrumb div.links {		
	width: 580px;
	margin: 5px 0px 0px 10px;
	float: left;
}
div#breadcrumb p {			
	margin: 0px;
}
div#footer {
	margin-top: 10px;
}
div#footer div.content {
	padding-top: 0px;
}
div#footer p {			
	text-align: center;
	font-size: 11px;
}
div#breadcrumb a, div#footer a {
	color: #000;
	text-decoration: none;
}

#body {
	margin-top: 12px;
}

.column_one {
	float: left;
	width: 650px;				
}
.column_two {
	float: left;
	width: 300px;
	margin-left: 10px;
}


div.panel {
	border: 3px solid #fff;
}
div.panel div.content {
	overflow: auto;
}
div.panel div.content div.intro {
	font-weight: bold;
}

div.panel div.content div.gallery {
	/* This may prove to be too generic */
	width: 242px;
	padding: 10px;
	border: 1px solid #bababa;
	background-color: #f0f0f0;
	float: left;
	margin: 0px 20px 10px 0px;
}
div.panel div.content div.gallery img {
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #fff #fff #d2d2d2;
}	

div.panel_644 {
	width: 644px;
	background: #f4f4f4 url(../img/layout/panel_644_bg.gif) repeat-y;
}
div.panel_644 div.upper {
	background: transparent url(../img/layout/panel_644_bg_upper.gif) top no-repeat;
}
div.panel_644 div.content {
	padding: 8px 6px 7px;
	background: transparent url(../img/layout/panel_644_bg_lower.gif) bottom no-repeat;
}			

div.panel_625 {
	width: 625px;
	background: #fff url(../img/layout/panel_625_bg.gif) repeat-y;
}	
div.panel_625 div.upper {
	background: transparent url(../img/layout/panel_625_bg_upper.gif) top no-repeat;
}
div.panel_625 div.content, div.panel_625 div.content div.subcontent {
	background: transparent url(../img/layout/panel_625_bg_lower.gif) bottom no-repeat;
	padding: 10px 5px 10px 7px;
}	
div.panel_625 div.content div.subcontent {
	/* This allows us to indent content that appears within a bordered panel */
	background-image: none;
	padding-bottom: 0px; /* We probably won't want any bottom padding though */
}	
div.panel_625 div.left {
	float: left;
	width: 275px;
}
div.panel_625 div.right {
	float: left;
	margin-left: 25px;
	width: 275px;
	margin-right: 5px;
}

div.panel_146 {
	width: 146px;
	background: #f4f4f4 url(../img/layout/panel_146_bg.gif) repeat-y;
	float: left;
	margin: 0px 0px 10px 8px;
}
div.panel_146 div.upper {
	background: transparent url(../img/layout/panel_146_bg_upper.gif) top no-repeat;
}
div.panel_146 div.content {
	padding: 9px 11px;
	background: transparent url(../img/layout/panel_146_bg_lower.gif) bottom no-repeat;
}	
/* Each panel_146 will be classed 1, 2, 3 or 4 depending on their position on the screen */
div.panel_146.panel_146_1 {
	margin-left: 0px;
}
div.panel_146.panel_146_3 {
	margin-left: 7px;
}
/* The following defintions are based on the shop style; if we use panel_146s elsewhere this may change */

div.panel_146 h3 {
	margin: 5px 0px;
	height: auto !important;
	height: 2.8em;
	min-height: 2.8em;
}
div.panel_146 div.noimage {
	width: 124px;
	height: 124px;	
}
div.panel_146 div.details {
	border-style: dotted;
	border-color: #000;
	border-width: 1px 0px;
	padding: 6px 0px 5px 0px;
	overflow: hidden;
	height: auto !important;
	height: 22px;
	min-height: 22px;
}
div.panel_146 div.details p {
	margin: 3px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
}
div.panel_146 div.details label {
	display: block;
	float: left;
	width: 44px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	font-style: italic;
}
div.panel_146 div.details select {
	float: left;
	width: 80px;
	font-family: Arial, sans-serif;
	font-size: 11px;	
}
div.panel_146 div.purchase {
	padding: 10px 0px 2px 0px;
	overflow: auto;
}
div.panel_146 div.purchase div.price {
	float: left;
	height: 19px;
	padding-top: 5px;
	width: 41px;
	margin-right: 1px;
	font-family: Arial, sans-serif;
	font-size: 11px;	
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: #e9e9e9;	
}
div.panel_146 div.purchase .add_to_cart {
	float: left;
}

div.cta {
	border: 3px solid #fff;
	margin-bottom: 10px;
}

div.cta a img {
	display: block;
	/* This prevents FF from adding space under each CTA, but this will need
		 revising if we ever add any ornate CTAs with inline links and so on */
}
div.cta div.donate, div.cta div.donate_new {
	background: #cecece url(/img/cta/donate-now_bg.gif) no-repeat top;
	padding-top: 15px;
	height: auto !important;
	height: 32px;

	min-height: 32px;
}
div.cta div.donate div.amount {
	float: left; width: 130px; padding-left: 8px;
}
div.cta div.donate div.amount select {
	xwidth: 128px;
}
div.cta div.donate div.checkout {
	float: left; width: 156px;
}
div.donate_new {
	text-align: center;
}
div.donate_new a {
	font-size: 14px;
	font-weight: bold;
	color: #142a5c;
	text-decoration: none;
}

div.youtube {
	clear: both;
	background-color: #f0f0f0;
	border: 1px solid #d6d4d4;
	padding: 10px 15px 10px 10px;
	overflow: auto;
}
div.youtube div.clip {
	width: 395px;
	height: 317px;
	background-color: #b2b2b2;
	border: 1px solid #404040;
	padding: 1px;
	float: left;
}
div.youtube div.caption {
	margin-left: 15px;
	width: 144px;
	float: left;
	font-family: Arial;
	font-style: italic;
}
div.youtube div.caption h3 {
	font-size: 14px;
	xfont-style: italic;
	margin: 0px;
}
div.youtube div.caption p {
	margin-top: 0px;
}

h1 {
	font-size: 30px;
	font-family: Arial, sans-serif;
	color: #081e4a;
	padding: 3px 0px 0px 65px;
	background-position: 10px 0px;
	background-repeat: no-repeat;
	height: 41px;	
	margin: 0px;
	position: relative;
	top: 16px;
	
	/* New styles, to handle long headlines: */
	background-position: 10px bottom;
	top: 10px;
	height: auto !important;
	height: 40px;
	min-height: 40px;
	/*
		NOTE: we'll probably need to adjust some measurements for IE here, and single-line headlines
		still won't quite sit flush against the top of the panel [although it's not far off].
		If we need to tweak the positioning further, we'll
		have to increase the size of the text or reduce the size of the 'document' icon -- the problem
		we have is that the min-height positions the headline too high, but if it's less than 40
		then we'll start to clip the icon.
	*/
	
}
h1.no_icon {
	padding-left: 8px;
}
h1.document {
	background-image: url(/img/headers/document.png)			
}
h1.binoculars {
	background-image: url(/img/headers/binoculars.png)
}
h1.star {
	background-image: url(/img/headers/star.png)			
}
h1.clipboard {
	background-image: url(/img/headers/clipboard.png)			
}
h1.shopping {
	background-image: url(/img/headers/shopping.png)			
}
h1.red_hat {
	background-image: url(/img/headers/red_hat.png)
}
h1.petition {
	background-image: url(/img/headers/petition_exclamation.png);
}

/* The following two styles allow us to place headers side-by-side; they follow the div.left/right styles */
h1.left, h1.right {
	float: left;
	display: block;
	width: 225px;
}
h1.right {
	margin-left: 25px;
	margin-right: 5px;
}


h2 {
	margin: 0 0 -7px 0;
	font-family: Arial, sans-serif;
	color: #00224b;
	font-size: 16px;
}
h3 {
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, sans-serif;
	color: #444;
	margin: 15px 0 15px 0;			
}


h4 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-style: italic;
	margin: 5px 0px 5px 0px;			
}

h5 {
	font-size: 16px;
	line-height: 15px;
	color: #081e4a;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 15px 0 0 0;			
}

p {
	margin: 0.8em 0px;
	font-family: Verdana, Arial, sans-serif;
	color: #222222;
	font-size: 11px;
	line-height: 17px;		
}

img.border {
	border: 3px solid #dbdbdb;
}

/* Replaced by panel.featured img in home.css, I think: */
img.featured {
	border: 3px solid #dbdbdb;
	margin: 17px 0 0 5px;
}

/* This is the "list of articles" that appears on various pages */
ul.articles {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.no_header ul.articles {
	/* On pages where the article list doesn't have an <h2> above it, we need to nudge it down slightly */
	padding-top: 13px;
}
ul.articles li {
	border-bottom: 1px solid #e0e0e0;
	font-size: 12px;
	font-weight: bold;
	color: #b00000;
	font-family: Arial, sans-serif;
	padding: 7px 0px 5px 21px;
	background: transparent url(../img/bullets/small_red_disc.gif) 10px 11px no-repeat;
	line-height: 1em;
}
ul.articles li.first {
	border-top: 1px solid #e0e0e0;
}
ul.articles li a {
	color: #000;
	text-decoration: none;
}

ul.articles li a:hover {
	color: #ccc;
	text-decoration: underline;
}

/* These are pretty generic as well: */
p.more {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
p.more a {
	text-decoration: none;
	color: #333;
}

p.more a:hover {
	text-decoration: underline;
	color: #999;
}

p.archive {
	font-weight: bold;
}

p.archive a {
	text-decoration: none;
	color: #333;
	padding: 1px 10px 5px 11px;
	border-bottom: 1px solid #e0e0e0;
	display: block;
}

p.archive a:hover {
	text-decoration: none;
	color: #999;
	padding: 1px 10px 5px 11px;
	border-bottom: 1px solid #e0e0e0;
	display: block;
}

p.archive a span {
	color: #b00000;
}

/* This controls the 'Popeye' style Gallery */
/* NO LONGER USED: we use the actual Popeye code
div.gallery_images {
	width: 240px;
	height: 168px;
}
div.gallery_images div {
	display: none;
	position: absolute;

}
div.gallery_images div.current {
	/* We could reveal the first image in jQuery * /
	display: block;
}

div.gallery_options {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 11px;
	color: #767676;
	padding: 10px 0px;
	border-bottom: 1px solid #d8d8d8;
	overflow: auto;
}
div.gallery_options a {
	display: block;
	float: left;
	height: 18px;
	padding-top: 2px;		
	background-color: #d8d8d8;
	background-repeat: no-repeat;
	color:#266e80;	
	text-decoration: none;
	width: 44px;
	text-align: center;
}
div.gallery_options a.previous {
	background-image: url(/img/buttons/gallery/previous.gif);
	padding-left: 12px;
	padding-right: 4px;
}
div.gallery_options a.enlarge {
	background-image: url(/img/buttons/gallery/enlarge.gif);
	width: 46px;
	padding-right: 4px;
	padding-left: 16px;				
	margin-right: 4px;
}
div.gallery_options a.next {
	background-image: url(/img/buttons/gallery/next.gif);
	padding-right: 12px;
	padding-left: 4px;				
}				
div.gallery_options div.number {		
	width: 40px;
	padding: 2px 0px 0px 10px;
	float: left;
}
div.gallery p.caption {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 11px;
	color: #767676;
	line-height: 1.1em;
	height: auto !important;
	height: 2.2em;
	min-height: 2.2em;
	margin-bottom: 0px;
}
*/

/* Instead, just tweak the default Popeye style: */
.popeye {
	font-family:Tahoma,Arial,'Lucida Grande',Verdana,Helvetica,sans-serif;
}

/* This link triggers the new "Gallery" fancybox: */
a.view_gallery {
	display: block; background: transparent url(/img/icons/pictures.png) no-repeat left center; padding-left: 22px;
	text-decoration: none; font-weight: normal; font-size: 11px;
}
a.view_gallery:hover {
	font-weight: normal;
}

/* Add a "Donate" link to an item in the shop: */
div.donate a {
	display: block;
	width: 124px;
	padding-top: 4px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	background-color: #ca141a;
	text-align: center;
}
