/* reset styles */
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;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

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

/* core styles */
html {
	background-color:#333;
}
body {
	color: #333;
	background-color: #333;
	margin: 0px;
}
a:link, a:visited, a:hover, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
}
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#wrapper {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff;
	margin-left: -495px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 990px;
	height: 600px;
	visibility: visible;
}
#header {
	position: absolute;
	top: 500px;
	left: 10px;
	display: block;
	width: 235px;
	height:  90px;
	background: #222 url(../_site/ann-schwab.png) no-repeat top left;
	color: #fff;
}
#header h1 a {
	display: block;
	width: 235px;
	height: 80px;
	text-indent: -10000px;
}
#navigation {
	position: absolute;
	top: 100px;
	left: 10px;
	display: block;
	width: 235px;
	height: 400px;
	background-color: #fff;
	font-size: 18px;
	line-height: 140%;
}
#navigation .of-images{
	position: absolute;
	top: 55px;
	left: 0;
	display: block;
	width: 235px;
}
li.selected a:link, li.selected a:visited, li.selected a:hover, li.selected a:active {
	color: #999;
	text-decoration: none;
}
#navigation .of-site{
	position: absolute;
	top: 200px;
	left: 0;
	display: block;
	width: 235px;
}
#copyright {
	font-size: 9px;
	display: block;
	width: 235px;
	position: absolute;
	left: 0;
	bottom: 10px;
	color: #777;
}
#description {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 245px;
	height:  90px;
	background: transparent url(../_site/bubble.png) no-repeat top left;
	color: #fff;
	text-align: right;
	overflow: hidden;
	z-index: 1;
}
#description p {
	padding: 10px 15px 0 10px;
	font-size: 12px;
	line-height: 180%;
}
#main_image {
	position: absolute;
	top: 10px;
	left: 245px;
	display: block;
	width: 735px;
	height:  490px;
	background-color: #111;
}
#main_content {
	position: absolute;
	top: 10px;
	left: 245px;
	display: block;
	width: 735px;
	height:  580px;
	background-color: #fff;
	text-align: left;
	overflow-y: auto;
}
#main_content h2 {
	font-size: 26px;
	font-weight: normal;
	margin: 0 20px 15px 30px;
	padding: 30px 0 10px 0;
	color: #999;
	border-bottom: 1px solid #369;
}
#main_content h3 {
	font-size: 16px;
	font-weight: normal;
	padding: 15px 20px 10px 30px;
	color: #369;	
}
#main_content h4 {
	padding: 5px 20px 40px 30px;
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	color: #666;
}
#main_content h5 {
	padding: 10px 20px 5px 30px;
	font-size: 13px;
	line-height: 150%;
	font-weight: normal;
}
#main_content p {
	padding: 0 20px 5px 30px;
	font-size: 13px;
	line-height: 150%;	
}
#scrollbar {
	position: absolute;
	top: 510px;
	left: 255px;
	width: 725px;
	height: 80px;
	display: block;
	overflow: hidden;
}
#scrollbar a.prev:link, #scrollbar a.prev:visited, #scrollbar a.prev:hover, #scrollbar a.prev:active {
	position: absolute;
	display: block;
	left: 0;
	width: 30px;
	height: 80px;
	background: #fff url(../_site/arrow.png) no-repeat top left;
	text-indent: -10000px;
}
#scrollbar a.prev:hover {
	background-position: top right;
}
#scrollbar a.next:link, #scrollbar a.next:visited, #scrollbar a.next:hover, #scrollbar a.next:active {
	position: absolute;
	display: block;
	right: 0;
	width: 30px;
	height: 80px;
	background: #fff url(../_site/arrow.png) no-repeat bottom left;
	text-indent: -10000px;
}
#scrollbar a.next:hover {
	background-position: bottom right;
}
/* BEGIN GALLERIA STYLE */
.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

.ititle {
	display: block;
	width: 215px;
	height:  65px;
	position: absolute;
	top: 15px;
	left: -230px;
	background-color: #2;
	color: #fff;
	font-size: 12px;
	line-height: 180%;
	padding: 0;
	text-align: right;
	z-index: 2;
}
.caption {
	color: #fff;
}
.gallery_show{height:90px;margin:0;}
.gallery_show li{width:120px;height:80px;}
.gallery_show li div{left:240px}
.gallery_show li div .caption{font:italic 0.7em/1.4 georgia,serif;}

.nav{padding-bottom:10px;text-align:center;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
/* start jcarousel */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 120px;
    height: 80px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* end jcarousel */


/* start tango jcarousel */
.jcarousel-skin-tango.jcarousel-container {
    background: #fff;
}
/* width of the carousel including next and prev buttons */
.jcarousel-skin-tango.jcarousel-container-horizontal {
    width: 660px;
    padding: 0 30px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  675px;
    height: 80px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    height: 80px;
    background-color: #111;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 15px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #000;
    color: #fff;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 80px;
    cursor: pointer;
    background: transparent url(../_site/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -30px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -60px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 80px;
    cursor: pointer;
    background: transparent url(../_site/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -30px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -60px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}
div.colab {
	padding: 20px 30px 5px 30px;
}
div.colab span {
	float: left;
	padding: 0px 20px 0 0;
}
