
/*  Styling for Human Rights Legal Support Centre
	www.hrlsc.ca
	by Shore Consulting Group,
	Miles Storey */

html, body, div, span, object, 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, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	color: #000;
	background: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
hr {
	border: none;
	height: 1px;
	background: #ccc;
	margin: 0 20px 15px 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td { 
	vertical-align: top;
	text-align: left;
}
form, table, p, h1, h2, h3, h4, h5, blockquote {
	margin-bottom: 13px;
}
:focus {
	outline: 0;
}
a {
	color: #16496c;
	text-decoration: none;
}
a:visited {
	color: #385c7b;
}
a:hover {
	color: #7a4118;
	text-decoration: underline;
}
h1 {
	font-size: 125%;
}
h3 {
	color: #a7472f;
	font-size: 106%;
}
h4 {
	color: #a7472f;
	font-size: 96%;
	margin-top: 22px;
	padding-top: 12px;
}
h5 {
	font-size: 86%;
	color: #a7472f;
}
blockquote {
	font-size: 87%;
	margin-left: 12px;
}

/* Container */

#container {
/*	position: relative;
	height: auto !important; 
	height: 100%; 
	min-height: 100%; */
	width: 784px;
	margin: 0 auto;
	background: #fff url(../i/bg_container.gif) repeat-y left top;
	text-align: left;
}

/* Header */

#header {
	width: 780px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	height: 200px;
	background: #fff url(../i/bg_header_top.jpg) no-repeat left bottom;
}
#header img {
	float: left;
	display: inline;
	margin: 35px 0 0 10px;
}
#header h1 {
	float: right;
	margin: 60px 10px 0 0;
}
#header h1 a {
	display: block;
	width: 313px;
	height: 19px;
	text-indent: -3000px;
	background: url(../i/logo_hrlsc.gif) no-repeat left top;
}
#header ul {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 0 4px 0;
	width: 100%;
	background: #deeef9 /*url(../i/bg_topnav.gif) no-repeat left bottom*/;
	text-align: right;
}
#header li {
	font-size: 66%;
	display: inline;
	padding-right: 10px;
}
#header li a:hover {
	text-decoration: underline;
}

/* Main */

#main {
	width: 780px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff url(../i/bg_main.gif) repeat-y left top;
/*	padding-bottom: 7em;*/
}

/* Crumbs */

#crumbs {
	width: 780px;
	margin: 0;
	padding: 3px 0 4px 0;
	font-size: 76%;
	background-color: #deeef9;
	border-bottom: 1px solid #cee0ed;
}
#crumbs li {
	display: inline;
	margin-left: 4px;
	padding-left: 7px;
	background: url(../i/icon_crumbs.gif) no-repeat left center;
}
#crumbs li.first {
	margin-left: 8px;
}
#crumbs a {
	padding-left: 5px;
}
#crumbs a:hover {
	text-decoration: underline;
}
#crumbs a.active {
	color: #666;
	font-weight: bold;
}

/* Nav */

#nav {
	float: left;
	width: 176px;
	padding-top: 10px;
	background-color: #f5f5f5;
	clear: both;
}
#nav ul {
	font-size: 80%;
}
#nav ul li {
	margin-left: 8px;
	padding: 2px 3px 4px 10px;
	background: url(../i/bg_navli.gif) no-repeat left 8px;
}
#nav ul li.showme {
	background: url(../i/bg_navli_active.gif) no-repeat left 8px;
}
#nav li a {
	color: #1c5e8c;
	display: block;
	font-weight: bold;
	padding: 2px;
}
#nav li a.rewrite {
	background: url(../i/icon_postcard.png) no-repeat left 20px;
	padding-bottom: 100px;
}
#nav li a.rewrite:hover {
	background: url(../i/icon_postcard.png) no-repeat left -100px;
	padding-bottom: 100px;
}
#nav li.showme a {
	color: #333;
	font-weight: bold;
}
#nav li.showme li a {
	/*color: #003152;*/
	color: #000;
	font-weight: normal;
}
#nav a:hover, #nav li.showme li a:hover {
	color: #7a4118;
	text-decoration: underline;
}
#nav li.showme li a.active {
	color: #ad2400;
}
#nav ul ul {
	display: none;
	font-size: 100%;
}
#nav ul li.open ul {
	display: block;
}
#nav ul ul li {
	margin-left: 0;
	padding-left: 0;
	background-image: none;
}

/* Policy bar */

#policybar {
	float: left;
	width: 176px;
	margin-top: 30px;
	margin-bottom: 15px;
}
#policybar ul {
	font-size: 80%;
}
#policybar ul li {
	margin-left: 8px;
	padding: 2px 3px 4px 10px;
}
#policybar ul li.ulheading {
	background: none;
	font-weight: bold;
	margin-bottom: 4px;
	padding-left: 2px;
}
#policybar ul li.showme {
	background: url(../i/bg_navli_active.gif) no-repeat left 8px;
}
#policybar li a {
	color: #a7472f;
	display: block;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	/*background: url(../i/icon_word.gif) no-repeat right 4px;*/
}
#policybar li.showme a {
	color: #333;
	font-weight: bold;
}
#policybar li.showme li a {
	/*color: #003152;*/
	color: #000;
	font-weight: normal;
}
#policybar a:hover, #policybar li.showme li a:hover {
	color: #7a4118;
	text-decoration: underline;
}
#policybar li.showme li a.active {
	color: #ad2400;
}
#policybar ul ul {
	display: none;
	font-size: 100%;
}
#policybar ul li.open ul {
	display: block;
}
#policybar ul ul li {
	margin-left: 0;
	padding-left: 0;
	background-image: none;
}

/* Content */

#content {
	float: right;
	width: 584px;
	padding: 15px 0;
	background-color: #fff;
}
#content p, #content ul.contentelement, #content ol.contentelement  {
	margin-right: 25px;
	margin-bottom: 13px;
	font-size: 87%;
	line-height: 125%;
}
#content h3, #content h4, #content h5 {
	margin-right: 25px;
}
#content h4.subheading {
	color: #333;
	font-size: 96%;
	margin-top: 14px;
	padding-top: 14px;
	margin-right: 25px;
	border-top: 1px solid #333;
}
#content ul.contentelement li {
	margin: 0 0 5px 18px;
	background: none;
	list-style-image: url(../i/icon_bullet.png);
}
#content ol.contentelement li {
	list-style-type: decimal;
	margin: 0 0 5px 22px;
	background: none;
}
#content dl {
	padding-right: 25px;
	margin-bottom: 13px;
	line-height: 125%;
}
#content dt {
	margin: 12px 0 3px 0;
	font-size: 87%;
}
#content dd {
	margin: 0 0 3px 0;
	font-size: 87%;
}
#content dd a, #content dd p, #content dd blockquote {
	font-size: 100%;
}
#content dl.faq dt {
	font-weight: bold;
	margin: 25px 0 0 0;
	line-height: 135%;
}
#content dl.faq dd p {
	margin: 7px 0 0 0;
}
#content dl.faq dd p.toplink {
	padding-left: 10px;
	background: url(../i/bg_toplink.gif) no-repeat left center;
}
#content dl.pubslist dt {
	margin: 20px 0 4px 0;
	line-height: 135%;
}
#content p, #content blockquote {
/*	font-size: 100%;*/
}
div#content div.notice {
	margin: 0 20px 20px 0;
	padding: 2px 5px;
	background: #ffcccc;
}
div#content div.notice h3 {
	margin-top: 10px;
	color: #900;
}
div#content div.notice p {
	margin-right: 5px;
	font-size: 13px;
}

/* Site map */

ul.sitemap {
	padding: 0 25px 0 0;
	margin: 0 0 13px 0;
	font-size: 85%;
	line-height: 125%;
}
ul.sitemap li {
	margin: 0 0 10px 0;
	background: none;
	font-weight: bold;
}
ul.sitemap li ul {
	padding: 0 25px 0 0;
	margin: 5px 0 15px 0;
}
ul.sitemap li li {
	margin: 0 0 5px 10px;
	background: none;
	font-weight: normal;
}

/* Promos */

.promo {
	overflow: auto;
	width: 570px;
	padding: 6px 0 0 0;
	background: #d3e7f5;
}
.promo ul {
	width: 570px;
	float: left;
	padding: 0 0 20px 0;
	background: url(../i/bg_promo_bottom.jpg) no-repeat left bottom;
}
.promo li {
	float: left;
	display: inline;
	width: 182px;
	margin: 0 0 0 6px;
	background-color: #fff;
}
.promo li a {
	display: block;
	margin: 0;
	height: 5em;
	background-color: #449ad6;
	border-bottom: 1px solid #285b7f;
	padding: 6px 46px 0 6px;
	font-size: 96%;
	font-weight: bold;
	color: #fff;
}
.promo li a:hover {
	text-decoration: none;
}
.promo li.pone a.first {
	background: #449ad6 url(../i/bg_promo3.gif) no-repeat 115px 10px;
}
.promo li.ptwo a.first {
	background: #449ad6 url(../i/bg_promo1.gif) no-repeat 115px 10px;
}
.promo li.pthree a.first {
	background: #449ad6 url(../i/bg_promo2.gif) no-repeat 115px 10px;
}
.promo li#one a.first:hover {
	background-color: #5298d4;
	border-bottom: 1px solid #316d9e;
}
.promo li#two a.first:hover {
	background-color: #5298d4;
	border-bottom: 1px solid #316d9e;
}
.promo li#three a.first:hover {
	background-color: #5298d4;
	border-bottom: 1px solid #316d9e;
}
.promo li a.second {
	height: auto;
	background: none;
	border-bottom: none;
	font-size: 76%;
	font-weight: normal;
	color: #023252;
	padding: 6px 6px 0 6px;
}
.promo li a:visited {
	color: #fff;
}
.promo li a.second:visited {
	color: #023252;
}
.promo li a.second:hover {
	color: #316d9e;
}
.promo li ul {
	float: none;
	width: auto;
	padding: 0;
	background: none;
}
.promo li li {
	float: none;
	display: block;
	width: auto;
	margin: 0 0 0 22px;
	padding: 0;
	background: none;
	list-style-image: url(../i/icon_bullet.png);
}

/* */

table.promo {
	width: 95%;
	font-size: 96%;	
}
table.promo td {
	padding: 4px;
}
table.promo td a.second {
	display: block;
	font-size: 76%;
	font-weight: normal;
	color: #023252;
	padding: 6px 6px 10px 6px;
}
table.promo td a.second:hover {
	text-decoration: none;
}
.promo td.ptwo {
	border-bottom: 4px solid #fff;
}
.promo td.pthree {
	border-left: 4px solid #fff;
}

.promo td.pone a.first {
	display: block;
	margin: 0;
	height: 5em;
	border-bottom: 1px solid #285b7f;
	padding: 6px 70px 0 6px;
	font-size: 96%;
	font-weight: bold;
	color: #fff;
	background: #449ad6 url(../i/bg_promo3.gif) no-repeat 195px 10px;
}
.promo td.ptwo a.first {
	display: block;
	margin: 0;
	height: 5em;
	border-bottom: 1px solid #285b7f;
	padding: 6px 70px 0 6px;
	font-size: 96%;
	font-weight: bold;
	color: #fff;
	background: #449ad6 url(../i/bg_promo1.gif) no-repeat 470px 10px;
}
.promo td.pthree a.first {
	display: block;
	margin: 0;
	height: 5em;
	border-bottom: 1px solid #285b7f;
	padding: 6px 70px 0 6px;
	font-size: 96%;
	font-weight: bold;
	color: #fff;
	background: #449ad6 url(../i/bg_promo2.gif) no-repeat 190px 10px;
}

/* Footer */

#footer {
/*	position: absolute;
	left: 2px;
	bottom: 0;*/
	width: 780px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 30px 0;
	border-top: 1px solid #cee0ed;
	background: #deeef9;
}
#footer ul, #footer p {
	width: 50%;
	margin: 0 auto;
	font-size: 76%;
	padding: 10px;
	margin-bottom: 13px;
	background-color: #fff;
}
#footer ul, #footer p {
	width: 50%;
	margin: 0 auto;
	font-size: 76%;
	padding: 10px;
	margin-bottom: 13px;
	background-color: #fff;
}
#footer li {
	display: inline;
	padding-right: 10px;
}
#footer li.imgLogo {
	width: 100%; 
	display: block;
}
#footer ul.langbttns {
	width: 715px;
	font-size: 76%;
	padding: 10px;
	margin-bottom: 2px;
	background: none;
}
#footer ul.langbttns li {
	display: inline;
	padding-right: 2px;
}

/* Highlight message */

#content p.langnote {
	padding: 4px 6px;
	margin-top: 25px;
	border: 1px solid #4f8a10;
	background-color: #dff2bf;
}

/* Rewrite Your Story Gallery */

a.galleryBttn {
	float: left; 
	margin: 0 0 10px 10px; 
	padding: 3px 12px; 
	background:#cee0ed;
}
a.galleryBttn.right {
	float: right;
	margin: 0 10px 10px 0;
}
img.galleryImg {
	margin-left: 10px;
}
