body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin:0px;
}

* {
    font-family: Helvetica, Arial, Verdana;
}

.highslide-active-anchor img {
	visibility: hidden;
}

.highslide-wrapper {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	margin-left:30px;
	font-family: Helvetica, Arial, "Lucida Grande";
	list-style-type:square;
	color:#666666;
	font-size:12px;
	letter-spacing:-0.07em;
	font-weight: normal;
	line-height: 20px;
}

#nav li a {
	margin:0px;
	padding:10px;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}

#nav li a:hover {
	color:#1280a6;
}

#nav li a.selected {
	color:#1280a6;
	background-color:#f5fcff;
}

#header-left {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height:209px;
	width:398px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header-right {
	height:209px;
	width:603px;
	position: absolute;
	left:398px;
	top:0px;
}

#header-right h1 {
	font-family: Helvetica, "Lucida Grande";
	float:right;
	color:#777777;
	text-transform:lowercase;
	font-size:36px;
	letter-spacing:-0.05em;
	font-weight:normal;
	margin:8px;
	margin-left:25px;
	margin-top:15px;
}

#header-fill {
	height:209px;
}

#left {
	width:220px;
	margin-left:50px;
	padding-right:20px;
	border-right:1px solid #f2f2f2;
}

#right {
	position: absolute;
	left:298px;
	top:209px;
	width:620px;
	margin-left:20px;
}

#index_content {
	overflow:auto;
}

#footer {
	position:absolute;
	left: 58px;
	top:90%;
	height:60px;
	font-size:14px;
	color:#666666;
}

h2 {
	font-family: Helvetica, "Lucida Grande";
	color:#565656;
	text-transform:lowercase;
	font-size:28px;
	letter-spacing:-0.07em;
	font-weight:normal;
	margin:8px;
}

h3 {
	font-family: Helvetica, "Lucida Grande";
	color:#565656;
	text-transform:lowercase;
	font-size:22px;
	letter-spacing:-0.07em;
	font-weight:normal;
	margin:8px;
}

p {
	font-family: Helvetica, Arial, "Lucida Grande";
	color:#666666;
	font-size:14px;
	letter-spacing:-0.07em;
	margin: 8px;
	font-weight: normal;
	line-height: 20px;
}

p.small {
	font-size:12px;
}

p.strong {
	font-weight:bold;
}

p.h1 {
	font-weight:bold;
	font-size:24px;
}

div.thumbnail {
	height:40px;
	width:40px;
	margin:4px;
	margin-right:5px;
	background-color:#999999;
	cursor:pointer;
}

a {
	color:#1280a6;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
}

a:hover {
	color:#1280a6;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
}

a.highslide {
	padding-left:0px;
	padding-right:0px;
}

div.preview{
	width:180px; 
	margin-top:6px;
	height:80px;
	background-color:#cccccc; 
	border:6px solid #f0f0f0;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
