* { margin: 0; padding: 0; }

body   { padding: 0; margin: 0; background-color: #39445a; font-size: 12px; font-family: "Lucida Grande", Arial, sans-serif; color: #333; text-align: center;}

/* Layout */
#wrapper { margin: 0 auto 0 auto; width: 800px; padding: 30px 0 20px 0; text-align: left; }

#header { background: transparent url(../images/title_logo.gif) no-repeat 0 top; margin-top: 40px; width: 800px; height: 77px; text-align: right; }
#header img { margin-top: 38px; }

#content { background: #fff; width: 800px; text-align:left; }
#content .clearer { clear: left; }

#menu { width: 180px; float: left; display: inline; padding: 0; margin: 30px 0 0 15px; }
#menu ul { padding: 0; margin: 0; list-style-type: none; }
#menu li { padding: 0; margin: 0; list-style-type: none; }
#menu li a { padding: 0; margin: 0;}

#main { width: 590px; float: left; display: inline; margin: 30px 0;}
#main .column_left { float: left; display: inline; width: 295px; overflow: hidden; }
#main .column_right { float: left; display: inline; width: 295px; overflow: hidden; }

#footer { clear: both; margin-top: 15px; width: 800px; text-align: right; }

.greybar { background:#f3f3f3; margin-bottom: 25px; }
.image_right { float: right; display: inline; text-align: right; margin: 0 0 30px 30px; }

/* */

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

h2, .headline { color: #39445a; font-size: 18px; font-weight: bold; line-height: 22px; margin-top: 0; padding-top: 0; margin-bottom: 22px; }
h2.hide { visibility: hidden; }
h3 { color: #39445a; font-size: 14px; font-weight: bold; line-height: 18px;
	padding-top: 18px;
}

p, h4 { font-size: 12px; line-height: 18px; margin-bottom: 9px;
	margin-top: 9px;
}
p.caption { font-size: 10px; line-height: 12px; color: #666;
	margin-top: 5px;
	margin-bottom: 15px;
}
#footer p { font-size: 10px; color: #9faabf; }

ul { margin: 0; padding: 8px 0 0;}
li { font-size: 12px; line-height: 18px; margin: 0 0 8px 15px; padding: 0; }

table { border-collapse: collapse; }
td { font-size: 12px; line-height: 18px; vertical-align: top; padding-bottom: 9px; }
td.description { padding-right: 20px; }




form   { margin: 0; padding: 0 }
input, label { display: block; }
.input { color: black; font-size: 11px; font-family: Arial, sans-serif; line-height: 16px; text-decoration: none; background-color: #f3f3f3; padding: 1px; border: none; border-bottom: solid 1px #9faabf; margin-top: 12px; }
.input:hover, .input:active, { background: #9faabf; }

.error { color: #fff; font-size: 11px; line-height: 14px; text-decoration: none; background-color: #39445a; padding: 0; border-bottom: dotted 2px maroon }
input.submit    { display: inline; color: #000; font-size: 11px; font-weight: bold; background: #f3f3f3; margin-top: 12px; }


#sections { clear: both; width: 800px; background: #39445a url(../images/gallery_back.gif); padding-bottom: 5px; padding-top: 10px; margin-top: 10px; margin-bottom: 10px; }
#sections ul { padding: 0; margin: 0; }
#sections li { float: left; display: inline; text-align: left; margin: 0 5px 0 0; padding: 0;}
#sections li.first { margin: 0 0 0 15px; width: 180px; }
#sections li a { color: #9faabf; display: block; width: 95px; text-decoration: none; font-size: 11px; font-weight: bold; overflow: hidden; }
#sections li a img {
	display: block; margin-bottom: 2px;
}


/* lightbox */
a.open_gallery { color: #9faabf; text-decoration: none; margin-left: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
a.open_gallery:hover, 
a.open_gallery:focus { color: #fff; background: #9faabf; }
.hidden { display : none; }

/* tabs */


.tabset_tabs { margin:0; padding:0; }
.tabset_tabs li { float:left; margin: 0; padding:0; list-style-type:none; }
.tabset_tabs a	{ display:block; width:auto; font-weight:bold; text-decoration:none; margin: 0 6px 0 0; padding: 0 10px 0 10px; cursor: pointer; color: #39445a; background-color: #f3f3f3; }
.tabset_tabs li a:link,
.tabset_tabs li a:visited { text-decoration:none; }
.tabset_tabs li a:hover,
.tabset_tabs li a.active { text-decoration:none; background: #9faabf; color:#fff; }

.tabset_tabs li.firstchild a	{ border-left-width:1px }

.tabset_content	{ background-color: #f3f3f3; overflow: hidden; padding: 10px 10px 15px; border-top: 1px solid #9faabf; clear: left; display: none;
	margin-top: 0; }
.tabset_label	{ display:none }
.tabset_content h3 { display: none;margin-bottom: 12px;
	margin-top: 0;
}
.tabset_content h4 { margin-bottom: 0; padding-bottom: 0;
	margin-top: 8px;
	padding-top: 0;
}
.tabset_content ul { padding-top: 0; }
.tabset_content li { padding: 0; margin-bottom: 4px; }
.tabset_content_active	{ display:block; }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}
