@charset "ISO-8859-1";

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Templates base styles */
/* ghooghe 200909 */
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Courier, "MS Courier New", monospace;
	font-size: 14px;
	text-align: center;
}

a, a:link, a:visited, a:hover, a:active {
	color: #9e0e29;
	text-decoration: underline;
}
a:visited, a:hover {
}

address {
	font-style: normal;
}

#breadcrumb {
	clear: both;
	padding-top: 10px;
}

.clear {
	border: 0 none transparent;
	clear: both;
	height: 0;
	visibility: hidden;
}

h1, h2 {
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}

h1 {
	clear: both;
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
}

.hidden {
	display: none;
}

img.image-left {
	float: left;
}

img.image-right {
	float: right;
}

p {
	line-height: 1.4em;
	margin-bottom: 1.2em;
	text-align: justify;
}

.skip { 
	display: none; 
}

ul {
	padding-bottom: 1.2em;
}

ul li {
	line-height: 1.4em;
	padding-left: 10px;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

/* CONTENT */
#content {
	padding: 30px 0;
}

#content ul li {
	list-style: disc inside;
}

/* FOOTER */
#footer {
	border-top: 1px solid #000000;
	clear: both;
	font-size: 80%;
	padding: 5px 0 25px 0;
	text-align: center;
}

#footer p {
	text-align: center;
}

/* HEADER */
#header {
	height: 90px;
	margin-bottom: 30px;
}

#header .logo {
	background-color: #dc143c;
	color: #ffffff;
	font-size: 45px;
	font-weight: bold;
	line-height: 65px;
	padding: 20px 10px 10px 10px;
	text-decoration: none;
}

#header .logo.bignose {
	background: #dc143c url("../img/logo.png") no-repeat 10px 20px;
	display: block;
	height: 60px;
	padding: 20px 10px 10px 10px;
	text-indent: -9999px;
	width: 188px;
}

#nav, #subnav {
	font-size: 15px;	
	height: 25px;
}

#nav {
	border-bottom: 1px solid #000000;
}

#subnav {
	margin: -30px 0 20px 0;
}

#nav ul li, #subnav ul li {
	float: left;
	height: 25px;
	list-style: none;
	padding: 0 2px 0 0;
	text-transform: lowercase;
}

#nav li a, #subnav li a {
	color: #000000;
	display: block;
	line-height: 25px;
	padding: 0 8px;
	text-decoration: none;
}
#nav li a:hover, #nav li.selected a {
	background-color: #dc143c;
	color: #ffffff;
}

#subnav li a:hover, #subnav li.selected a {
	text-decoration: underline;
}

#content .page-list-items li {
	list-style: none;
	float: left;
	height: 175px;
	margin: 0 15px 20px 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 150px;
}

.page-list-items a {
	color: #000000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.page-list-items li h3 {
	bottom: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	width: 150px;
	white-space: nowrap;
}

.page-list-items li > a {
	border: 2px solid #000000;
	height: 150px;
	overflow: hidden;
	
}

#show { 
	margin-bottom: 1em;
}

#gallery ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#gallery li a {
	border: 2px solid #000000;
	float: left;
	height: 150px;
	width: 150px;
	margin: 0 15px 15px 0;
	text-align: center;
	overflow: hidden;
}
