/* -------------------------------------------------------------------------
Boycott Canada - Main Style Sheet
Respect for Animals (c) 2008

Last Update: 1 August 2008
Author: Andy Gosling
Email: andygosling@gmail.com
------------------------------------------------------------------------- */

* {
	/* global white space reset */
	padding: 0;
	margin: 0;
}

body {
	font: 81.25%/150% Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	background-color: #C00;
}

/* =layout
------------------------------------------------------------------------- */

#skipNav {
	width: 720px;
	text-align: left;
	margin: 5px auto 0 auto;
}

#container {
	width: 734px;
	text-align: left;
	background: #FFF url(../images/bg_container.gif) repeat-y;
	margin: 0 auto 14px auto;
}

#header {
	background: transparent url(../images/bg_header.gif) no-repeat;
	height: 90px;
}

#banner {
	float: left;
	display: inline;
	width: 706px;
	height: 182px;
	margin: 5px 0 30px 14px;
}

#home #banner,
#about #banner {
	background: #FFF url(../images/bannerHome.jpg) no-repeat;
}

#what #banner,
#merch #banner,
#petition #banner,
#seafood #banner,
#tourism #banner,
#writeMP #banner,
#writeMEP #banner,
#supermarket #banner,
#stephenharper #banner {
	background: #FFF url(../images/bannerWhat.jpg) no-repeat;
}

#news2005 #banner,
#news2006 #banner,
#news2007 #banner,
#news2008 #banner,
#news #banner {
	background: #FFF url(../images/bannerNews.jpg) no-repeat;
}

#info #banner,
#facts #banner, 
#statistics #banner, 
#opinion #banner, 
#value #banner, 
#why #banner, 
#seals #banner, 
#eyewitness #banner {
	background: #FFF url(../images/bannerInfo.jpg) no-repeat;
}

#photos #banner {
	background: #FFF url(../images/bannerPhoto.jpg) no-repeat;
}

#donations #banner {
	background: #FFF url(../images/bannerDonate.jpg) no-repeat;
}

#links #banner {
	background: #FFF url(../images/bannerLinks.jpg) no-repeat;
}

#menu {
	float: left;
	display: inline;
	width: 150px;
	margin: 0 0 0 14px;
}

#content {
	float: left;
	display: inline;
	width: 335px;
	margin: 0 0 0 15px;
}

#sidebar {
	float: left;
	width: 170px;
	margin: 0 0 0 15px;
}

/* pages with no right hand column */

#value #content, 
#why #content, 
#opinion #content,
#supermarket #content {
	float: left;
	display: inline;
	width: 520px;
	margin: 0 0 0 15px;
}

#photos #content {
	float: left;
	display: inline;
	width: 530px;
	margin: 0 0 0 15px;
}

#footer {
	float: left;
	display: inline;
	width: 664px;
	margin: 20px 0 0 35px;
	padding-top: 10px;
	background: transparent url(../images/dotrule_grey.gif) repeat-x;
}

#base {
	clear: both;
	height: 22px;
	background: #C00 url(../images/bg_footer.gif) no-repeat;
	padding-bottom: 14px;
}

/* =typography
------------------------------------------------------------------------- */

a:link, a:visited {
	color: #C00;
	text-decoration: underline;
}

a:hover {
	color: #600;
	text-decoration: underline;
}

a:active {
	color: #600;
	text-decoration: underline;
}

h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: normal;
	color: #C00;
	margin: 0 0 0.7em 0;	
}

#news h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: normal;
	color: #C00;
	margin: 0.7em 0 0.7em 0;	
}

h3 {
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: normal;
	color: #000;
	margin: 0.7em 0 0.7em 0;	
}

h4 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	margin: 0.7em 0 0.7em 0;	
}

p {
	font-size: 0.95em;
	color: #666;
	padding: 0 0 0.7em 0;
}

strong {
	color: #555;
	font-weight: bold;
}

#content ul {
	list-style: none;
	padding: 0 0 0.5em 0;
}

#content ul ul {
	list-style: none;
	padding: 0;
}

#content li {
	font-size: 0.95em;
	color: #666;
	padding: 0 0 0.2em 8px;
	background: transparent url(../images/bullet.gif) no-repeat 0 7px;
}

#content li ul li {
	font-size: 1em;
	color: #666;
	padding: 0 0 0.2em 10px;
	background: transparent url(../images/child_of_red.gif) no-repeat 0 5px;
}

.intro {
	font-size: 1.2em; 
	line-height: 1.5em;
	color: #000;
}

.rule {
	background: transparent url(../images/dotrule_grey.gif) repeat-x;
	padding-top: 2px;
	margin: 1em 0;
}

.ruleAbove {
	background: transparent url(../images/dotrule_grey.gif) repeat-x;
	padding-top: 1em;
}

table {
	margin: 1em 0 2em 0;
	border-collapse: collapse;
	background-color: #FFF;
	background: transparent url(../images/dotrule_grey.gif) repeat-x bottom;
	font-size: 0.95em;
	/* box model hack - use to get IE5.x Win to display correct font size */
  voice-family: "\"}\""; 
  voice-family:inherit;
	font-size: 1em;
}

tr {
	background: transparent url(../images/dotrule_grey.gif) repeat-x;
}

td {
	color: #666;
	text-align: left; 
	line-height: 1.4em;
	padding: 5px 10px 5px 0;
  font-size: 0.95em;

}

th {
	font-size: 0.95em;
	color: #000;
	font-weight: normal;
	text-align: left; 
	line-height: 1.1em;
	padding: 5px 10px 5px 0;
}

caption {
	font-size: 0.95em;
	color: #C00;
	font-weight: normal;
	text-align: left; 
	line-height: 1.1em;
	padding: 0 0 1em 0;
}

blockquote {
	border: 1px solid #DDD;
	margin: 0 0 1.3em 0;
	padding: 10px 10px 0 10px;
	background: #FAFAFA url(../images/bg_blockquote.jpg) repeat-x;
}

blockquote p {
	font-size: 0.95em;
	line-height: 150%;
	color: #000;
	font-style: italic;
	padding: 0 0 0.7em 0;
}

blockquote.large p {
	font-size: 1.2em;
}

#content blockquote .credit {
	color: #666;
	font-style: normal;
}

#content blockquote.large .credit {
	font-size: 0.95em;
	line-height: 150%;
}

.smallQuote {
	font-size: 1em;
	float: right;
	margin: 0 0 10px 15px;
	width: 170px;
/* box model hack */
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 148px;
}
/*be nice to Opera */
html>body .smallQuote {
  	width: 148px;
}

.small {
	font-size: 0.88em;
}

img {
 	border: none;
}

.noTopMargin {
 	margin-top: 0;
}

.rangeRight {
	float: right;
	margin: 0 0 5px 10px;
}

/* =skip navigation
------------------------------------------------------------------------- */

#skipNav p {
	font-size: 0.88em;
	color: #FFF;
	padding: 0 0 0 16px;
	background: transparent url(../images/icon_arrow_down.gif) no-repeat 0 2px;
}

#skipNav a:link,
#skipNav a:visited {
	color: #FFF;
	text-decoration: none;
}

#skipNav a:hover, 
#skipNav a:active {
	color: #FFF;
	text-decoration: underline;
}

/* =header
------------------------------------------------------------------------- */

#header #logo {
	float: left;
	display: inline;
	padding: 30px 0 0 30px;
}

#header #respectLogo {
	float: left;
	padding: 30px 0 0 16px;
}

#header #donateButton {
	float: left;
	width: 153px;
	height: 30px;
	padding: 12px 0 0 19px;
}

#header #donateButton p {
	text-indent: -1000em;
}

#header #donateButton a:link, 
#header #donateButton a:visited {
	display: block;
	width: 153px;
	height: 30px;
	background: transparent url(../images/donate_button.gif) no-repeat 0 0;
}

#header #donateButton a:hover, 
#header #donateButton a:active {
	display: block;
	width: 153px;
	height: 30px;
	background: transparent url(../images/donate_button.gif) no-repeat 0 -34px;
}

/* =banner
------------------------------------------------------------------------- */

#banner h1 {
	text-indent: -1000em;
}

/* =menu
------------------------------------------------------------------------- */

#menu ul {
	list-style: none;
	background: transparent url(../images/menu_rule.gif) repeat-x bottom left;
}

#menu ul li {
	font-size: 0.95em;
	color: #666;
	padding: 0.3em 0 0.3em 0;
	background: transparent url(../images/menu_rule.gif) repeat-x;
}

#menu ul ul {
	list-style: none;
	background: none;
	padding: 0 0 0.3em 0;
}

#menu ul li ul li {
	font-size: 0.88em;
	line-height: 1.2em;
	color: #666;
	padding: 0.3em 0 0.3em 0;
	background: none;
}

#menu ul li a {
	display: block;
	padding-left: 20px;
  width: 150px;
/* box model hack */
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 130px;
}
/*be nice to Opera */
html>body .content {
  width: 130px;
}

#menu ul li ul li a {
	display: block;
	padding-left: 30px;
  width: 150px;
/* box model hack */
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 120px;
}
/*be nice to Opera */
html>body .content {
  width: 120px;
} 

#menu li a:link, 
#menu li a:visited {
	color: #666;
	text-decoration: none;
}

#menu li a:hover, 
#menu li a:active {
	color: #000;
	text-decoration: none;
}

#menu li ul li a:link, 
#menu li ul li a:visited{
	color: #666;
	text-decoration: none;
	background: transparent url(../images/child_of_grey.gif) no-repeat 20px 1px;
}

#menu li ul li a:hover, 
#menu li ul li a:active {
	color: #000;
	text-decoration: none;
	background: transparent url(../images/child_of_black.gif) no-repeat 20px 1px;
}

#menu #infoSub,
#menu #whatSub,
#menu #newsSub {
	visibility: hidden;
	display: none;
}

/* currently active menu item */
/* home */

#home #menu #menuHome a:link, 
#home #menu #menuHome a:visited, 
#home #menu #menuHome a:hover, 
#home #menu #menuHome a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/paw_bullet.gif) no-repeat 1px 1px;
}

/* currently active menu item */
/* what you can do */

#what #menu #menuWhat a:link, 
#what #menu #menuWhat a:visited, 
#what #menu #menuWhat a:hover, 
#what #menu #menuWhat a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/paw_bullet.gif) no-repeat 1px 1px;
}

#what #menu #whatSub,
#writeMP #menu #whatSub,
#writeMEP #menu #whatSub,
#tourism #menu #whatSub,
#seafood #menu #whatSub,
#supermarket #menu #whatSub,
#petition #menu #whatSub,
#stephenharper #menu #whatSub,
#merch #menu #whatSub {
	visibility: visible;
	display: block;
}

#what #menu #menuWhat ul li a:link, 
#what #menu #menuWhat ul li a:visited {
	color: #666;
	text-decoration: none;
	background: transparent url(../images/child_of_grey.gif) no-repeat 20px 1px;
}

#what #menu #menuWhat ul li a:hover, 
#what #menu #menuWhat ul li a:active {
	color: #000;
	text-decoration: none;
	background: transparent url(../images/child_of_black.gif) no-repeat 20px 1px;
}

#writeMP #menuWriteMP a:link, 
#writeMP #menuWriteMP a:visited, 
#writeMP #menuWriteMP a:hover, 
#writeMP #menuWriteMP a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#writeMEP #menuWriteMEP a:link, 
#writeMEP #menuWriteMEP a:visited, 
#writeMEP #menuWriteMEP a:hover, 
#writeMEP #menuWriteMEP a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#tourism #menuTourism a:link, 
#tourism #menuTourism a:visited, 
#tourism #menuTourism a:hover, 
#tourism #menuTourism a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#seafood #menuSeafood a:link, 
#seafood #menuSeafood a:visited, 
#seafood #menuSeafood a:hover, 
#seafood #menuSeafood a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#supermarket #menuSupermarket a:link, 
#supermarket #menuSupermarket a:visited, 
#supermarket #menuSupermarket a:hover, 
#supermarket #menuSupermarket a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#petition #menuPetition a:link, 
#petition #menuPetition a:visited, 
#petition #menuPetition a:hover, 
#petition #menuPetition a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#merch #menuMerch a:link, 
#merch #menuMerch a:visited, 
#merch #menuMerch a:hover, 
#merch #menuMerch a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#stephenharper #menuStephenHarper a:link, 
#stephenharper #menuStephenHarper a:visited, 
#stephenharper #menuStephenHarper a:hover, 
#stephenharper #menuStephenHarper a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

/* currently active menu item */
/* newsroom */

#news #menu #menuNews a:link, 
#news #menu #menuNews a:visited, 
#news #menu #menuNews a:hover, 
#news #menu #menuNews a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/paw_bullet.gif) no-repeat 1px 1px;
}

#news #menu #newsSub,
#news2008 #menu #newsSub,
#news2007 #menu #newsSub,
#news2006 #menu #newsSub,
#news2005 #menu #newsSub {
	visibility: visible;
	display: block;
}

#news #menu #menuNews ul li a:link, 
#news #menu #menuNews ul li a:visited {
	color: #666;
	text-decoration: none;
	background: transparent url(../images/child_of_grey.gif) no-repeat 20px 1px;
}

#news #menu #menuNews ul li a:hover, 
#news #menu #menuNews ul li a:active {
	color: #000;
	text-decoration: none;
	background: transparent url(../images/child_of_black.gif) no-repeat 20px 1px;
}
#news2008 #menu2008 a:link, 
#news2008 #menu2008 a:visited, 
#news2008 #menu2008 a:hover, 
#news2008 #menu2008 a:active,
#news2007 #menu2007 a:link, 
#news2007 #menu2007 a:visited, 
#news2007 #menu2007 a:hover, 
#news2007 #menu2007 a:active,
#news2006 #menu2006 a:link, 
#news2006 #menu2006 a:visited, 
#news2006 #menu2006 a:hover, 
#news2006 #menu2006 a:active,
#news2005 #menu2005 a:link, 
#news2005 #menu2005 a:visited, 
#news2005 #menu2005 a:hover, 
#news2005 #menu2005 a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

/* currently active menu item */
/* further information */

#info #menu #infoSub,
#facts #menu #infoSub,
#statistics #menu #infoSub,
#opinion #menu #infoSub,
#value #menu #infoSub,
#why #menu #infoSub,
#seals #menu #infoSub,
#eyewitness #menu #infoSub {
	visibility: visible;
	display: block;
}

#info #menu ul #menuInfo a:link, 
#info #menu ul #menuInfo a:visited, 
#info #menu ul #menuInfo a:hover, 
#info #menu ul #menuInfo a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/paw_bullet.gif) no-repeat 1px 1px;
}

#info #menu #menuInfo ul li a:link, 
#info #menu #menuInfo ul li a:visited {
	color: #666;
	text-decoration: none;
	background: transparent url(../images/child_of_grey.gif) no-repeat 20px 1px;
}

#info #menu #menuInfo ul li a:hover, 
#info #menu #menuInfo ul li a:active {
	color: #000;
	text-decoration: none;
	background: transparent url(../images/child_of_black.gif) no-repeat 20px 1px;
}

#facts #menuFacts a:link, 
#facts #menuFacts a:visited, 
#facts #menuFacts a:hover, 
#facts #menuFacts a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#statistics #menuStats a:link, 
#statistics #menuStats a:visited, 
#statistic #menuStats a:hover, 
#statistics #menuStats a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#opinion #menuOpinion a:link, 
#opinion #menuOpinion a:visited, 
#opinion #menuOpinion a:hover, 
#opinion #menuOpinion a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#value #menuValue a:link, 
#value #menuValue a:visited, 
#value #menuValue a:hover, 
#value #menuValue a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#why #menuWhy a:link, 
#why #menuWhy a:visited, 
#why #menuWhy a:hover, 
#why #menuWhy a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#seals #menuSeals a:link, 
#seals #menuSeals a:visited, 
#seals #menuSeals a:hover, 
#seals #menuSeals a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

#eyewitness #menuEye a:link, 
#eyewitness #menuEye a:visited, 
#eyewitness #menuEye a:hover, 
#eyewitness #menuEye a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/child_of_red.gif) no-repeat 20px 1px;
}

/* currently active menu item */
/* photographs */

#photos #menu #menuPhotos a:link, 
#photos #menu #menuPhotos a:visited, 
#photos #menu #menuPhotos a:hover, 
#photos #menu #menuPhotos a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/paw_bullet.gif) no-repeat 1px 1px;
}

#photos #menu #infoSub {
	visibility: hidden;
	display: none;
}

/* currently active menu item */
/* about */

#about #menu #menuAbout a:link, 
#about #menu #menuAbout a:visited, 
#about #menu #menuAbout a:hover, 
#about #menu #menuAbout a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/paw_bullet.gif) no-repeat 1px 1px;
}

/* currently active menu item */
/* donations */

#donations #menu #menuDonations a:link, 
#donations #menu #menuDonations a:visited, 
#donations #menu #menuDonations a:hover, 
#donations #menu #menuDonations a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/paw_bullet.gif) no-repeat 1px 1px;
}

/* currently active menu item */
/* links */

#links #menu #menuLinks a:link, 
#links #menu #menuLinks a:visited, 
#links #menu #menuLinks a:hover, 
#links #menu #menuLinks a:active {
	color: #C00;
	text-decoration: none;
	background: transparent url(../images/paw_bullet.gif) no-repeat 1px 1px;
}

/* =content
------------------------------------------------------------------------- */

#content .picLeft {
	float: left;
	margin: 4px 10px 5px 0;
}

#content .picRight {
	float: right;
	margin: 0 0 3px 3px;
}

#content .border {
	background: #CCC url(../images/bg_img_large.gif) no-repeat;
	padding: 8px;
	margin: 1em 0 0.5em 0;
}

#content .imgCaption {
	font-size: 0.88em;
	line-height: 1.4em;
	text-align: center;
	color: #999;
	padding: 0 0 2em 0;
}

#content .credit {
	color: #000;
	padding: 0 0 1.5em 0;
}

/* callout panel */

#content #calloutHead {
	width: 335px;
	height: 8px;
	background: transparent url(../images/callout_top.gif) no-repeat;
}

#content #callout {
	width: 335px;
	background-color: #C00;
	margin: 1em 0 0 0;
	background: transparent url(../images/callout_bg.gif) repeat-y;
}

#content #callout p, #content #callout h2 {
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}

#content #callout h2 {
	margin-top: 0;
	margin-bottom: 0;
}

#content #callout .rule {
	background: transparent url(../images/dotrule_white.gif) repeat-x;
	margin: 5px 10px 0 10px;
	padding-top: 10px;
}

#content #calloutBase {
	width: 335px;
	height: 8px;
	background: transparent url(../images/callout_base.gif) no-repeat;
	margin-bottom: 1em;
}

#content #callout a:link, 
#content #callout a:visited {
	color: #FFF;
	text-decoration: underline;
}

#content #callout a:hover, 
#content #callout a:active {
	color: #000;
	text-decoration: underline;
}

#content #callout ul {
	list-style: none;
	padding: 0 0 0.5em 10px;
}

#content #callout li {
	font-size: 0.95em;
	color: #FFF;
	padding: 0 0 0.2em 8px;
	background: transparent url(../images/bullet_white.gif) no-repeat 0 7px;
}

#content .other {
	display: none;
}

/* news */

#home .summary h3, #news .summary h3 {
	font-size: 1.1em;
	line-height: 1.3em;
}

#home .summary h3 a:link,
#home .summary h3 a:visited,
#news .summary h3 a:link,
#news .summary h3 a:visited,
#news2005 .summary h3 a:link,
#news2005 .summary h3 a:visited,
#news2006 .summary h3 a:link,
#news2006 .summary h3 a:visited,
#news2008 .summary h3 a:link,
#news2008 .summary h3 a:visited,
#news2007 .summary h3 a:link,
#news2007 .summary h3 a:visited {
	background: transparent url(../images/icon_page.gif) no-repeat 0 2px;
	padding-left: 14px;
	display: block;
}

#home .summary h3 a:hover,
#home .summary h3 a:active,
#news .summary h3 a:hover,
#news .summary h3 a:active,
#news2005 .summary h3 a:hover,
#news2005 .summary h3 a:active,
#news2006 .summary h3 a:hover,
#news2006 .summary h3 a:active,
#news2008 .summary h3 a:hover,
#news2008 .summary h3 a:active,
#news2007 .summary h3 a:hover,
#news2007 .summary h3 a:active {
	background-image: url(../images/icon_page_hover.gif);
}

#home .summary h4,
#news .summary h4,
#news2008 .summary h4,
#news2005 .summary h4,
#news2006 .summary h4,
#news2007 .summary h4 {
	font-size: 0.95em;
	padding-left: 14px;
}

#home .summary p,
#news .summary p,
#news2005 .summary p,
#news2008 .summary p,
#news2006 .summary p,
#news2007 .summary p {
	padding-left: 14px;
}

#news #sidebar .summary h2,
#news2005 #sidebar .summary h2,
#news2006 #sidebar .summary h2,
#news2008 #sidebar .summary h2,
#news2007 #sidebar .summary h2 {
	margin-top: 0;
}

#news #sidebar .summary h3,
#news2005 #sidebar .summary h3,
#news2008 #sidebar .summary h3,
#news2006 #sidebar .summary h3,
#news2007 #sidebar .summary h3  {
	font-size: 0.95em;
	line-height: 1.3em;
}

#news #sidebar .summary h4,
#news2005 #sidebar .summary h4,
#news2008 #sidebar .summary h4,
#news2006 #sidebar .summary h4,
#news2007 #sidebar .summary h4  {
	font-size: 0.88em;
	color: #999;
	padding-left: 15px;
}

#home .summary .rule, 
#news .summary .rule,
#news2005 #sidebar .summary .rule,
#news2008 #sidebar .summary .rule,
#news2006 #sidebar .summary .rule,
#news2007 #sidebar .summary .rule  {
	background: transparent url(../images/dotrule_grey.gif) repeat-x;
	padding-top: 2px;
	margin: 0.3em 0;
}

#news #sidebar .summary .rule,
#news2005 #sidebar .summary .rule,
#news2008 #sidebar .summary .rule,
#news2006 #sidebar .summary .rule,
#news2007 #sidebar .summary .rule {
	background: transparent url(../images/dotrule_grey.gif) repeat-x;
	padding-top: 2px;
	margin: 0;
}

/* further information */

#info .summary .rule {
	background: transparent url(../images/dotrule_grey.gif) repeat-x;
	padding-top: 2px;
	margin: 0.3em 0;
}

#info .summary h2 {
	font-size: 1.3em;
}

#info .summary h3 {
	font-size: 0.95em;
}

#value td, #value th {
	font-size: 0.88em;
}

#statistics .floatLeft {
	float: left;
	margin-right: 15px;
}

/* photography page */

#photos .wrap {
	display: block;
	float: left;
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 6px 6px 6px 6px;
	margin: 0 10px 10px 0;
	width: 166px;
/* box model hack */
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 152px;
}
/*be nice to Opera */
html>body .content {
	width: 152px;
}

#photos .wrap p {
	font-size: 0.88em;
	line-height: 1.3em;
	padding: 5px 0 2px 0;
}

.copyright {
	color: #999;
}

/* letter template */

#letter {
	border: 1px solid #666;
	padding: 12px;
}

#letter p {
	color: #333;
	size: 0.88em;
}

#letter em {
	color: #999;
}

#letter strong {
	color: #000;
}

/* pledge */

div#pledge {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 12px 12px 0 12px;
	margin-bottom: 1em;
}

#pledge p {
	color: #333;
	size: 0.88em;
}

#pledge em {
	color: #999;
}

#pledge strong {
	color: #000;
}

#pledge dt {
	clear: left;
	margin-top: 6px;
	float: left;
	font-size: 0.88em;
}

#pledge dd {
	margin-top: 6px;
	margin-left: 100px;
}

#pledge dd input {
	width: 190px;
	font: 0.95em Helvetica, Arial, Verdana, sans-serif;
	padding: 1px 3px;
	border: 1px solid #000;
}

#pledge form p {
	background: transparent url("../images/dotrule_grey.gif") repeat-x left top;
	text-align: right;
	margin-top: 10px;
	padding-top: 10px;
}

/* =sidebar
------------------------------------------------------------------------- */

#sidebar .summary p {
	display: none;
}

/*sidebar panels */

#panelHead {
	width: 190px;
	height: 8px;
	background: transparent url(../images/panel_top.gif) no-repeat;
}

#panel {
	width: 190px;
	background: transparent url(../images/panel_bg.gif) repeat-y;
	border: 1px solid #000;
}

#panel p, #panel h2 {
	margin-left: 10px;
	margin-right: 10px;
}

#panel h2 {
	margin-bottom: 0;
	color: #C00;
}

#panel .rule {
	background: transparent url(../images/dotrule_grey.gif) repeat-x;
	margin: 5px 10px 0 10px;
	padding-top: 10px;
}

#panelBase {
	width: 190px;
	height: 8px;
	background: transparent url(../images/panel_base.gif) no-repeat;
	margin-bottom: 10px;
}

/* written declaration panel */

#declarationPanel {
	position: relative;
	width: 170px;
	height: 129px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1em;
}

#declarationPanel span {
	position: absolute;
	background: transparent url(../images/declaration_panel.gif) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}


/* supermarket guide panel */

#supermarketPanel {
	width: 170px;
	background: transparent url(../images/sidePanel_bg.gif) repeat-y;
	margin-bottom: 10px;
}

#supermarketHead {
	width: 170px;
	height: 162px;
	background: transparent url(../images/supermarketHead.jpg) no-repeat;
}

#supermarketHead h2 {
	text-indent: -1000em;
}

#supermarketPanel p {
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.4em;
}

#supermarketPanel a:link, 
#supermarketPanel a:visited {
	color: #FFF;
	text-decoration: underline;
}

#supermarketPanel a:hover, 
#supermarketPanel a:active {
	color: #000;
	text-decoration: underline;
}

#supermarketBase {
	width: 170px;
	height: 8px;
	display: block;
	background: transparent url(../images/sidePanel_base.gif) no-repeat;
}

/* act now panel */

#actNowPanel {
	width: 170px;
	background: transparent url(../images/sidePanel_bg.gif) repeat-y;
	margin-bottom: 10px;
}

#actNowHead {
	width: 170px;
	height: 152px;
	background: transparent url(../images/act_now_header.jpg) no-repeat;
}

#actNowHead h2 {
	text-indent: -1000em;
}

#actNowPanel p {
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.4em;
}

#actNowPanel a:link, 
#actNowPanel a:visited {
	color: #FFF;
	text-decoration: underline;
}

#actNowPanel a:hover, 
#actNowPanel a:active {
	color: #000;
	text-decoration: underline;
}

#actNowBase {
	width: 170px;
	height: 8px;
	display: block;
	background: transparent url(../images/sidePanel_base.gif) no-repeat;
}

/* teaser panel */

.sidePanel {
	width: 170px;
	background: transparent url(../images/panel_bg.gif) repeat-y;
	margin-bottom: 10px;
}

#eyeWitnessHead {
	width: 170px;
	height: 120px;
	background: transparent url(../images/panelHead_eye.jpg) no-repeat;
}

#huntHead {
	width: 170px;
	height: 88px;
	background: transparent url(../images/2007hunt_head.gif) no-repeat;
	text-indent: -999em;
}

#sealsFishHead {
	width: 170px;
	height: 120px;
	background: transparent url(../images/sealsFishHead.jpg) no-repeat;
}

#merchandiseHead {
	width: 170px;
	height: 120px;
	background: transparent url(../images/merchandiseHead.jpg) no-repeat;
}

.sidePanel h2 {
	font-size: 1.2em;
	margin: 15px 10px 0.7em 10px;
	color: #C00;
}

.sidePanel p {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.4em;
}

.sidePanelBase {
	width: 170px;
	height: 8px;
	display: block;
	background: transparent url(../images/panel_base.gif) no-repeat;
}

/* =footer
------------------------------------------------------------------------- */

#footer a:link, 
#footer a:visited {
	text-decoration: none;
}

#footer a:hover, 
#footer a:active{
	text-decoration: underline;
}

#footer .rangeLeft {
	float: left;
	width: 330px;
}

#footer .rangeRight {
	float: right;
	width: 330px;
	text-align: right;
}