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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles!
:focus {
	outline: 1px dotted #ccc;
} */
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

body {
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	font-size: 62.5%;
}

img {
	-ms-interpolation-mode:bicubic;
}

/* -- setup -- */

div#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	height: 80px;
	margin-bottom: 20px;
}

#logo img {
	margin-top: 30px;
}

/* -- cols -- */

#content {
	width: 640px;
	float: right;
}

#sidebar {
	width: 240px;
	float: left;
	position: relative;
	height: 480px;
	margin-bottom: 8px;
}

#footer {
	clear: both;
}

/* -- sidebar styles -- */

#sidebar ul {
	margin: -5px 0 0 8px;
	padding: 0;	
}

#sidebar li {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 28px;	
	text-transform: uppercase;
	font-family: ColabThi, "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sidebar ul.secondary {	
	position: absolute;
	bottom: 0;
	margin: 0 0 -7px 8px;
	width: 220px;	
}

#sidebar li a:link, #sidebar li a:visited {
	color: #999;
	text-decoration: none;
	padding-left: 10px;
}

#sidebar li a:hover {
	background-image: url(../img/bar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar li strong a:link, #sidebar li strong a:visited {
	color: #666;
	font-weight: normal;
}

/* -- content styles -- */

#content table {
margin-bottom: 1em;
}

#content div.display {
	width: 648px; /*644*/
	height: 488px; /*484*/
	line-height: 480px;
	text-align: center;
	background: #fff url(../img/loader.gif) no-repeat center 228px;/*224*/
}

#content div.display a img {
	border: 2px solid #fff;
	padding: 2px;
	-webkit-transition: all 0.5s linear; 
	
}

#content div.display a:hover img {
	border-color: #ccc;
}


p.controls {
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	position: relative;
	color: #666;
	margin-top: 19px;	
}

p.controls em { /* is all this worth it? */
	border-right: 1px solid #999;
	color: #fff;
	margin-right: 2px;
	font-size: 16px;
}

p.controls span {
	position: absolute;
	right: 0;
	top: -17px;
}

p.controls a.prev, p.controls a.next {
	display: block;
	float: left;
	height: 50px;
	width: 29px;
	text-indent: -9999px;
	background-image: url(../img/buttons.gif);
	background-repeat: no-repeat;
}

p.controls a.prev {
	background-position: 0 0;
}

p.controls a.next {
	background-position: -22px 0;
}

p.controls a:hover.prev {
	background-position: 0 -50px;
}

p.controls a:hover.next {
	background-position: -22px -50px;
}

#content h1 {
	font-size: 2em;
	margin-bottom: 1em;
	color: #767676;
}

#content h2 {
	font-size: 1.6em;
	margin-bottom: 0;
	color: #767676;
font-weight: bold;
line-height: 1.5em;
}

#content h3 {
	font-size: 1.5em;
	margin-bottom: 0;
	color: #767676;
	font-weight: bold;
	line-height: 1.5em;
}

#content p,  #content ul, #content dl {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #868686;	
}

#content blockquote p {
	margin-bottom: 0em;
}

#content blockquote {
	margin-bottom: 1em;
}

#content p strong, #content dt {
	color: #767676;
	font-weight: bold;
}

#content th, #content td {
	border-bottom: 1px dotted #ccc;
	padding-top:1em;
}

/* -- links etc -- */

#content a:link, #content a:visited {
	color: #2E85E3;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content sup {
	position: relative;
	bottom: 0.5em;
	font-size: 0.7em;
}

div#map {
	width:300px;
	float:right;
}

/* -- footer -- */
#footer {
	margin: 0 0 12px 20px;
}

#footer p {
	padding-top: 10px;
}

#footer p small {
	font-size: 11px;
	text-transform: uppercase;
	color: #666;
}

#footer p small a:link, #footer p small a:visited {
	color: #666;
	text-decoration: none;
}

#footer p small span {
	font-weight: bold;
}