﻿/*
	Hello. If you can read this, then you are getting an up-to-date version of the site (as of Thursday 22 July)
*/
html, body, form 
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:9pt;
    color:#010101;
}

h1, h2, h3, h4, h5
{
    margin-top:0px;
    margin-bottom:15px;
    font-weight:normal;
}

h1, h2
{
    font-family:"Times New Roman", Times, serif;
    font-size:22px;
}

h3
{
    font-family:"Times New Roman", Times, serif;
    font-size:13.5pt;
}

h4
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12pt;
    color:#666666;
    margin-bottom:8px;
}
h5
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12pt;
    color:#666666;
    margin-bottom:2px;
}
h6 
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    color:#000000;
    margin-bottom:2px;
    margin-top: 16px;
}

p
{
    margin-top:0px;
    margin-bottom:15px;
}

input[type=text], textarea, select
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:9pt;
}

ul 
{
    margin:0;
    padding:0;
    padding-left:17px;
    list-style-image:url(/images/bullet.gif);
    margin-bottom:15px;
}

ul ul
{
    list-style-image:url(/images/bullet2.gif);
}

li
{
    margin-bottom:10px;
}

.rAlign
{
    text-align:right;
}

.lAlign
{
    text-align:left;
}

td
{
    vertical-align:top;
}

a img
{
    border:none;
}

a, a:visited
{
    text-decoration:underline;
    color:#010101;
}

a:hover
{
    text-decoration:none;
}

a.arrow, a.arrow:visited
{
    text-decoration:none;
    font-weight:bold;
    display:inline-block;
}

a.arrow:hover
{
    text-decoration:underline;
}

a.arrow .list, .list a.arrow
{
    font-weight:normal;
}
.Region a, .Region a:visited
{
    text-decoration:none;
}
.Region a:hover
{
    text-decoration:underline;
}
.List
{
    font-family:Arial, Helvetica, sans-serif;
    border-bottom:1px solid #cccccc;
    padding:10px 0px;
    color:#000000;
}
.arrow
{
    background: url('/images/arrow.gif') no-repeat 0px 3px;
    padding-left:15px;
    color:#010101;
}

input[type=submit].arrow
{
    border:none;
    display:inline-block;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
    background-position: 0px 5px;
}

input[type=submit].arrow:hover
{
    text-decoration:underline;
}

.arrowPadTop
{
    background:url(/images/arrow.gif) no-repeat 0px 13px;
    padding-left:15px;
}

.arrowPadTop a, .arrowPadTop a:visited
{
    text-decoration:none;
}

.arrowPadTop a:hover
{
    text-decoration:underline;
}

.SubTitle
{
    color:#666666;
    font-size:8pt;
}
    
.Table2Col
{
    width:100%;
}

.Table2Col td.left
{
    width:50%;
    padding-right:5px;
}

.Table2Col td.right
{
    width:50%;
    padding-left:5px;
}


.contactNote
{
    font-family:"Times New Roman", Times, serif;
    padding:15px 0px;
    border-bottom:1px solid #979797;
    font-size:10.5pt;
}

.underline
{
     border-bottom:1px solid #979797;
     padding-bottom:15px;
}

.linelite
{
     border-bottom:1px solid #dddddd;
     padding-bottom:5px;
     border-bottom-style:dotted;
}

.contact
{
    padding-top:10px;
}

.contact p
{
    margin-bottom:3px;
}

.contact .name
{
    color:#000000;
    font-weight:bold;
}

.contact .position
{
    color:#424242;
}

.number
{
    color:#ba1018;
}

/* Contacts Page */
.contactsTable td
{
    width:175px;
}


.contactsTable h2, .contactsTable h3, .contactsTable h4
{
    margin-top:20px;
}
    

.contactsTable .underline td
{
    border-bottom:1px solid #979797;
    padding-bottom:37px;
}

.contactsTable p.number
{
    margin-bottom:7px;
}

/* Sub pages */
.SubMaster
{
    width:100%;
    margin-top:30px;
}

.rightBanners
{
    width:240px;
    padding-left:10px;
    text-align:right;
}

.tdBottomAlign
{
    vertical-align:bottom;
}



img.GalleryFullSizePicture 
{
    -moz-box-shadow: black 0 0 20px;
    -webkit-box-shadow: black 0 0 20px;
    box-shadow: black 0 0 20px;
}
#Overlay
{
	position:fixed;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	bottom: 0;
	right:0;
}

* html ul.thumb
{
	overflow: hidden;
}

* html body
{
	height: 100%;
}

* html #Overlay
{
	position: absolute;
	overflow: hidden;
	top: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
}

.contactGray
{
    color:#424242;
}

.Message
{
    color:#b92020;
}

/*Image Gallery*/
ul.thumb
{
    overflow: hidden;
    list-style:none;
    margin:0;
    padding:10px;
    width:100%;
}

.scroller ul.thumb
{
    overflow:scroll;
    overflow-x:hidden;
    height:250px;
    border:1px solid #cccccc;
}

ul.thumb li
{
    margin:0;
    padding:5px;
    float:left;
    position:relative;
    width:110px;
    height:110px;
}
ul.thumb li img
{
    width:100px;
    height:100px;
    border:1px solid #ddd;
    padding:5px;
    background:#f0f0f0;
    position:absolute;
    left:0;
    top:0;
}
ul.thumb li img.click
{
    background:url(background.png) no-repeat center center;
    position:static;
    border:none;
}

hr 
{
    height: 1px;
    display: block;
    border: none;
    background-color: #979797;
    margin-bottom:15px;
}

.expanderClosed, .expanderOpen
{
    background:url(/images/bgPanelTitle.png) repeat-x;
    height:25px;
    color:#999999;
    border:1px solid #e6e6e6;
    line-height:25px; 
}

.expanderClosed .inner
{
  background: url(/images/arrowClosed.gif) no-repeat 8px 8px;
    padding-left:20px;
}

.expanderOpen .inner
{
  background: url(/images/arrowOpen.gif) no-repeat 5px 10px;
    padding-left:20px;
}

.toggleBox
{
    border:1px solid #e6e6e6;
    border-top:none;
    padding: 10px 20px 15px 20px;
}
.space
{
    margin-bottom:8px;
}

div.overview h2 {
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 8px;
}
div.overview h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 9pt;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	padding-left: 44px;
	margin: 8px 0 8px 0;
}
div.overview h3 img  
{
	position: absolute;
	margin-left: -44px;
}
div.overview p 
{
	margin: 8px 0 1em 44px;
}

div.overview hr 
{
	background-color: #cccccc;
	margin: 8px 0;
}

div.index-section 
{
	border: 3px solid #CCCCCC;
}

div.index-section div.section
{
	padding: 8px 8px 8px 55px;
}

div.index-section div.section + div.section 
{
	border-top: 1px solid #CCCCCC;
}

div.index-section h2
{
	color: #999999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 3px;
	padding-top: 5px;
}

div.index-section p 
{
	margin: 2px 0 8px;
}

div.index-section h2 img
{
	position: absolute;
	margin-left: -44px;
}

div.index-section h3
{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 9pt;
	margin: 3px 0 3px 0;
}

.poem {
	margin: 1em 0;
}

.poem h1 
{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	margin: 0.5em 0;
}
.poem .attribution 
{
	font-style: italic;
	margin: 0.5em 0 0.5em 2em;
}


.animated-banner
{
	height: 269px;
	overflow: hidden;
}
.animated-banner .banner-frame 
{
	height: 269px;
	width: 1066px;
	padding: 1px 0 0 0;
}
.animated-banner .caption 
{
	margin: 55px 0 0 0;
	padding: 16px 27px;
	font-family: Arial, Sans-Serif;
	color: #ffffff;
	background: transparent url(80percent202020.png) repeat;
	background: rgba(16, 16, 16, 0.8);
}
.animated-banner h1 
{
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.animated-banner h2
{
	font-family: Arial, Sans-Serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
}
.animated-banner p
{
	margin: 20px 0 0 0;
	font-size: 11px;
}
.animated-banner :link, .animated-banner :visited 
{
	text-decoration: none;
	color: #ffffff;
	padding-left: 17px;
	background: transparent left 2px url(banner-arrow.png) no-repeat;
}

.banner-dots {
	bottom: 10px;
	position: absolute;
	right: 14px;
	overflow: hidden;
}

.banner-dots span 
{
	background: transparent url(80percent202020.png) repeat;
	background: rgba(16, 16, 16, 0.8);
	color: #ffffff;
	margin: 8px 0 0 8px;
	padding: 8px 12px;
	vertical-align: bottom;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: block;
	float: left;
}

.banner-dots span.selected 
{
	background: #D22225;
}

table.table 
{
	margin: 0 1em;
	float: right;
	border-collapse: collapse;
}

table.table  td
{
	padding: 5px;
	border: 2px solid #d0d0d0;
}


table.table  th
{
	padding: 5px;
	border: 2px solid #d0d0d0;
	background-color: #d0d0d0;
}
