/* =Reset default browser CSS. Based on work by Eric Meyer
-------------------------------------------------------------- */
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.2;
	font-family: Palatino,"Palatino Linotype",Georgia,serif;
	font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Layout
-------------------------------------------------------------- */
body {
	background-color: #fcfaf2;
	background-image: url('/nansenaward/furniture/page_bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
}
h2 {
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}
div#left_column p {
	margin-bottom: 0;
}
div#wrapper {
	position: relative;
	background-image: url('/nansenaward/furniture/header_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
div#header {
	width: 1020px;
	height: 220px;
	background-image: url('/nansenaward/furniture/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
div#content {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
div#main_column {
	width: 640px;
	margin-left: 330px;
	text-align: left;
}
div#left_column {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 250px;
}
div.clear-both {
	clear: both;
}
ul#menu {
	width: 250px;
	text-align: left;
}
ul#menu a.tab {

}
ul#menu ul li {
	list-style-position: inside;
	list-style-type: disc;
	padding: 3px;
	padding-left: 1em;	
}
ul#menu ul li a {
	color: #000;
	font-size: 14px;
} 
img.inline {
	float: left;
	border: 1px solid #999;
	padding: 2px;
	margin: 0 15px 10px 0;

}
div.center {
	text-align: center;
}
h2.title {
	padding-bottom: 2px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 5px;
}
h2 span {
	color: #999;
}
h2 span.blue {
	color: #006699;
}
h3 {
	font-size: 15px;
	color: #999;
}
h3.subheading {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
}
h3.subheading span {
	color: #999;
}

/* wrapper divs */
.custom-checkbox, .custom-radio { position: relative; }
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label, 
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: bold;
	padding-right: 1em;
	line-height: 1;
	padding: .5em 0 .5em 30px;
	margin: 0 0 .3em;
	cursor: pointer;
}
.custom-checkbox label {
	background: url(/nansenaward/furniture/checkbox.gif) no-repeat; 
}

.custom-radio label { 
	background: url(/nansenaward/furniture/radiobutton.gif) no-repeat; 
}
.custom-checkbox label, .custom-radio label {
	background-position: -10px -14px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position: -10px -114px;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	background-position: -10px -214px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position: -10px -314px;
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline: 0;
}
p.first_half {
	float: left;
	width: 80px;
	margin-left: 230px;
}
p.half {
	float: left;
	width: 80px;
}
p.form label {
	float: left;
	width: 220px;
	text-align: right;
	margin-right: 10px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
}
p.form input {
	padding: 0.15em;
	width: 300px;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fafafa;
	margin-bottom: 3px;
	font-size: 14px;
	-moz-border-radius: 0.3em;
	-khtml-border-radius: 0.3em;
}
p.form input:hover, input:focus {
	border-color: #c5c5c5;
	background: #f6f6f6;
}
p.form label span{
	display: inline-block;
	float: left;
	padding-right: 6px;
	width: 70px;
	text-align: right;
	font-weight: bold;
}

div.center h1 {
	font-size: 24px;
	font-weight: bold;
}
div.center h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4em;
}
ul#menu {
	margin: 10px 0 0 10px;
}
ul#menu a.menu_btn {
	display: block;
	height: 38px;
	width: 230px;
}
ul#menu a.menu_btn:hover {
	background-position: 0 -38px;
}
ul#menu a.menu_btn span{
	display: none;
}
div.AZ {
	color: #222;
	background-color: #f9f3dc;
	font-size: 24px;
	font-weight: bold;
	padding: 2px 7px;
	margin-bottom: 7px;
}
div.AZ span.hilite {
	float: right;
	color: #999;
}

div#pagination {
	margin: 0.5em 0 0;
	text-align:center;
	padding: 0.5em 1em;
	line-height:3em;
	border-top: 1px solid #cecdae;
}
div#pagination a, div#pagination span.pag_button {
	color: #222;
	font: bold 105% Tahoma, Verdana, Helvetica, sans-serif; 
	padding:0.2em 0.3em;
	line-height:1.8em;
	border-top: 1px solid #d7dde5;
	border-left: 1px solid #d7dde5;
	border-right: 1px solid #7d848e;
	border-bottom: 1px solid #7d848e;                                               
	background-image: url(/images/furniture/bg-azindex.gif);
	text-decoration: none;
}
div#pagination span.pag_button {
	color: #666;
	background: none;
	background-color: #eee;
}
a#home_link {
	float: right;
	display: block;
	width: 200px;
	height: 80px;
	margin-right: 20px;
}
a#home_link span {
	display: none;
}

div#main_column a{
	color: #006699;
	text-decoration: none;
	line-height: 24px;
}
div#main_column a:hover {
	color: #33ccff;
}
div#main_column ul {
	margin-left: 0;
	padding-left: 16px;
	list-style: none;
}
div#main_column ul li {
	line-height:1.3em;
	padding-left: 20px;
	background-image: url(/images/furniture/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	margin-bottom:0.5em;
}
div#main_column ul li a {
	padding-left: 0;
	line-height: 14px;
}
div.border {
	font-size: 13px;
	border: 2px solid #ccc;
	padding: 10px;
	margin: 2px;
}
div#main_column ul.gallery {
	padding: 0px;
	margin: 0px;
	display: none;
	list-style-type: none;
}
div#main_column ul.gallery li {
	float: left;
	padding: 0px;
	margin: 0px;
	border: 1px solid #fff;
	background-image: none;
}
div#main_column ul.gallery li a {
	padding: 0px;
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
div#main_column ul.gallery li a:hover {
	opacity: 0.7;
}
div#main_column ul.gallery img.hide {
	display: none;
}
.sml_links {
	float: left;
	padding: 10px 0 0 30px;
	font-size: 7px;
}
.sml_links a {
	color: #fff;
	text-decoration: none;
	cursor: default;
}