@charset "utf-8";
/* CSS Document */

/* BROWSER RESET (based on Eric Meyer's Reset) */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    padding: 0px;
    margin: 0px;
    border: 0px;
    outline: 0px;        
    line-height: normal;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
}
:focus {
    outline: 0;
    }
body {
    background: white;
    line-height: 1;
    color: black;
    }
ol, ul {
    list-style: disc;
    margin: 20px;
    }
table {
    border-collapse: separate;
    border-spacing: 0;
    }
caption, th, td {
    font-weight: normal;
    /* text-align: inherit; */
    padding: 4px;
    }
blockquote:before, blockquote:after, q:before, q:after {
    content: "";    
    }
blockquote, q {
    quotes: "" "";
    margin: 15px;
    }
input,select,textarea
{
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}    
/* END BROWSER RESET */


/*_____________________________________________  background appearance  */

body{
	background-color: #F1F2F2;
}

#topGrad {
	position: absolute;
	top: 0; 
	/*left: 50%;*/
	height: 50%;
	width: 1050px;
	/*margin-left: -550px;*/
	background-image: url(assets/top_1px.png);
	background-repeat:repeat-y;
	z-index: -1000;
}
#contentGrad {
	position: absolute;
	left: 740px;
	top: 76px;
	height: 487px;
	width: 10px;
	background-repeat:repeat-y;
	background-image: url(assets/contentEdge.png);
	z-index: 3000;
}
#bottomGrad {
	background-image: url(assets/bottom_1px.jpg);
	top: 50%;
	height: 50%;
	z-index: -1000;
}
#bottomGradInternal {
	background-image: url(assets/bottom_1px_ng.png);
	top: 156px;
	left: -50px;
	height: 407px;
	z-index: -500;
}
#bottomGrad, #bottomGradInternal {
	position: absolute;
	left: 50%;
	width: 1050px;
	margin-left: -550px;
	background-repeat:repeat-y;
}
#leftColour {
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 50%;
	height: 100%;
	background-color: #F0F1F1;
	z-index: -2000;
}
#rightColour {
	position: absolute;
	top: 0px; 
	left: 50%;
	width: 50%;
	height: 100%;
	background-color: #F4F5F5;
	z-index: -2000;
}


/*_____________________________________________  header appearance + structure  */

#siteContainer {
	position: absolute;
	font-family:Verdana, Geneva, sans-serif;
	min-width: 1000px;
	min-height: 600px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -500px;
}
#header {
	width: 1000px;
	height: 150px;
}
#V6B {
	position: absolute;
	width: 440px;
	height: 159px;
	top: -3px;
	right: 0px;
	z-index: -500;
}
#V6B_button {
	position: absolute;
	width: 135px;
	height: 65px;
	top: 5px;
	right: 258px;
	z-index: 500;
}
#gEdge, #lEdge, #grad3edge, #grad2edge, #grad1edge{
	position: absolute;
	left: -50px;
	width: 50px;
	z-index: -50;
}

#gColour, #lColour, #grad3grad, #grad2grad, #grad1grad{
	position: absolute;
	left: 0px;
	width: 750px;
	z-index: -50;
}

#grad3edge, #grad3grad { /* edge above global nav*/
	top: 75px; 
	height: 11px;
	z-index: 3000; /* alows gTab to apear under grad*/
}
#grad3edge {
	background-image:url(assets/tabs/grad3LeftEdge.png);
}
#grad3grad {
	background-image:url(assets/tabs/grad3grad.png);	
}

#gEdge {
	top: 76px;
	height: 39px;
	background-image:url(assets/gEdge.png);
	z-index: -250;
}
#gColour {
	top: 76px; 
	height: 39px;
	background-color: #E1E2E4;
	z-index: -250;
}

#grad2edge, #grad2grad { /* edge between global and local nav*/
	top: 109px; 
	height: 7px;
}
#grad2edge {
	background-image:url(assets/tabs/grad2LeftEdge.png);
}
#grad2grad {
	background-image:url(assets/tabs/grad2grad.png);
}

#lEdge {
	top: 116px;
	height: 39px;
	background-image:url(assets/lEdge.png);
	z-index: -250;
}
#lColour {
	top: 116px;
	height: 39px;
	background-color: #E8E9EA;
	z-index: -250;
}

#grad1edge, #grad1grad { /* edge below local nav*/
	top: 148px;
	height: 8px;
}
#grad1edge { 
	background-image:url(assets/tabs/grad1LeftEdge.png);
}
#grad1grad {
	background-image:url(assets/tabs/grad1grad.png);
}

#navigation {
	padding-top: 87px;
}
#globalNav {
	font-size: small;
}
#localNav {
	position: absolute;
	margin-top: 23px;
	font-size: x-small;
	letter-spacing: 0.5px;
}
.globalNav {
	position: relative;
	top: 3px;
	margin-right: 10px;
}
.localNav {
	position: relative;
	top: 8px;
	margin-right: 10px;
}
.gTabGraphics, .lTabGraphics, .gRollOver, .lRollOver{
	position: absolute;
	bottom: -10px;
	bottom: expression(0+"px");
	left: 0px;
	width: 100%;
	height: 39px; 
	background-repeat:repeat-x;
	z-index: -50;
}
.gTabGraphics, .gRollOver {
	background-image:url(assets/tabs/gNavGrad.jpg); 
}
.lTabGraphics, .lRollOver {
	background-image: url(assets/tabs/lNavGrad.jpg);
}
.gRollOver, .lRollOver {
	cursor: pointer;
	-khtml-opacity:.50; -moz-opacity:.50; -ms-filter:”alpha(opacity=50)”; filter:alpha(opacity=50); opacity:.50;
}

ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
li {
	/*padding-top: 12px;
	padding-bottom: 10px;*/
	list-style-type: none;
	display: inline;
}
a.buttonFill {
	padding: 10px;
}
a {
	text-decoration: none;
	color: #939598;
	cursor:pointer;
}

a:link {
	color: #939598;
	
}


/*_____________________________________________  content appearance + structure  */
#main_content {
	position: absolute;
	top: 188px;
	height: 375px;
	width: 750px;
	/*overflow: hidden;*/
}
#loading{
	position: absolute;
	padding-top: 250px;
	padding-left: 247px;
	z-index: 500;	
}
/*#loading.img {
	padding-top: 100px;
	padding-left: 247px;
}
#loading.p {
	padding-top: 125px;
	padding-left: 247px;
}*/
#contentImage {
	position: absolute;
	width: 750px; 
	height: 375px;
	left:0px;
	z-index: 0;
}
#content-container, #content, #splash, #map, #allMSSlideshows {
	position: absolute;
	height: 375px;
	width: 750px;
	z-index: 1000;
}
#allMSSlideshows {
	z-index: 1500;
}

#map {
	z-index: 0;
}

#allMSSlideshows {
	top: 0px;
	background-color:#FFF;
}

#txtLeft, #txtRight {
	position: absolute;
	/*height: 375px;*/
	margin-top: 0px;
	text-align: left;
}
#txtLeft {
	left: 0px;
	width: 350px;
}
#txtRight {
	left: 340px;
	width: 350px;
}

.contentWindow {
	top: 20px;
	margin-left: 20px;
	/*margin: 10px;*/
	padding: 10px;
	background-color: #EDEEEE;
	border-style: solid;
	border-width: 2px;
	border-color: #FFF;
	-khtml-opacity:.85; -moz-opacity:.85; -ms-filter:”alpha(opacity=85)”; filter:alpha(opacity=85); opacity:.85;
}
.contentRollOver {
}
.blueRollOver {
	position: relative;
	padding-left: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	/*text-align: right;*/
	/*top: 145px;*/
}
.blueRollOver:hover {
	cursor:pointer;
}
.grayRollOver {
	display: none;
	/*position: absolute;*/
	text-align: left;
	padding-top: 15px;
	margin-left: 0px;
	width: 350px;
	/*padding: 10px;
	background-color: #E8E9EA;
	border-style: solid;
	border-width: 1px;
	border-color: #FFF;*/
	/*-khtml-opacity:.95; -moz-opacity:.95; -ms-filter:”alpha(opacity=95)”; filter:alpha(opacity=95); opacity:.95;*/
}

.whoWeAre {
	position: absolute;
	left: 205px;
	width: 500px;
	z-index: 1500;
}


#previous, #next{
	position: absolute;
	bottom: -3px;
	z-index: 1500;
}
#previous {
	left: 0px;
}
#next {
	right: 0px;
}
.ptNav {
	position: absolute;
	float: left;
	padding-left: 93px;
	top: 351px;
	height: 24px;
	width: 657px;
	z-index: 2499;
	background-color: #EDEEEE;
	-khtml-opacity:.85; -moz-opacity:.85; -ms-filter:”alpha(opacity=85)”; filter:alpha(opacity=85); opacity:.85;
}
#splashTitle {
	position: absolute;
	width: 600px;
	top: 125px;
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color:#369;
	z-index: 1500;
}

.splashTags {
	position: absolute;
	width: 400px;
	top: 357px;
	margin-left: 10px;
	z-index: 2500;
}

.ptThumb, .selectedPtThumb {
	float: left;
	padding: 0px 1px;
	height: 23px;
	width: 45px;
	cursor: pointer;
}

.selectedPtThumb, .selectedPntLinkImage {
	cursor: default;
	-khtml-opacity:1; -moz-opacity:1; -ms-filter:”alpha(opacity=100)”; filter:alpha(opacity=100); opacity:1;
}

#ptNext, #ptPrevious {
	float: left;
	padding: 0px 5px;
	height: 23px;
	width: 19px;
}

#ptCText {
	position: absolute;
	z-index: 1500;
}

#ptPrevious {
	display: none;	
}

#exitMap, #exitMS {
	position: absolute;
	z-index: 3500;
	right: 0px;
	/*padding: 0px 5px;*/
	top: -23px;
	height: 23px;
	width: 23px;
	-khtml-opacity:.75; -moz-opacity:.75; -ms-filter:”alpha(opacity=75)”; filter:alpha(opacity=75); opacity:.75;
}
#exitMS {
	right: -750px;
}

a.arrow:hover img, #ptNext:hover, #ptPrevious:hover, .ptThumb:hover, .pntLinkImage:hover, #exitMap:hover, #exitMS:hover { 
	-khtml-opacity:1; -moz-opacity:1; -ms-filter:”alpha(opacity=100)”; filter:alpha(opacity=100); opacity:1;
}

/*.pntLinkImage img, .selectedPntLinkImage img {
	margin-bottom: 10px;	
}*/

a.arrow img, #ptNext, #ptPrevious, .ptThumb, .pntLinkImage { 
	-khtml-opacity:.45; -moz-opacity:.45; -ms-filter:”alpha(opacity=45)”; filter:alpha(opacity=45); opacity:.45;
}
a.arrow:hover img, #ptNext:hover, #ptPrevious:hover, .ptThumb:hover, .pntLinkImage:hover{ 
	-khtml-opacity:.90; -moz-opacity:.90; -ms-filter:”alpha(opacity=90)”; filter:alpha(opacity=90); opacity:.90;
}

/*_____________________________________________  subcontent appearance + structure  */
#sub_content {
	position: absolute;
	top: 188px;
	left: 751px;
	height: 375px;
	width: 249px;
}
#subcontent {
	height: 375px;
	margin-top: 4px;
	padding-left: 16px;
}
#scGrayBar, #scGrayBarBottom, #scGrayBarMiddle {
	position: absolute;
	margin-top: -4px;
	margin-left: -16px;
	width: 250px;
	height: 3px;
	background-image:url(assets/black.jpg); 
	background-repeat:repeat-x;
	-khtml-opacity:.10; -moz-opacity:.10; -ms-filter:”alpha(opacity=10)”; filter:alpha(opacity=10); opacity:.10;
}
#scGrayBarMiddle{
	position: relative;
	margin-top: 45px;
}
#scGrayBarBottom{
	bottom: 2px;
}

/*a:hover {
	color: #97CEF0;
}*/




#footer {
	position: absolute;
	font-size: x-small;
	letter-spacing: 0.5px;
	color: #666;
	top: 570px;
	left: -1px;
	z-index: 1000;
}
li.contact {
	padding-left: 0px;
	padding-right: 12px;
}


h1.slideTitle {
	color: #666;
	margin-top: 0px;
	font-size: 18px;
	font-weight: lighter;
	padding-bottom: 6px;
}
.grayBody, .grayText, .grayTextBold, .grayTextContact, .grayTextThumb, .pntLink, .selectedPntLink{
	color: #666;
	font-size:11px;
	/*margin-top:-13px;*/
	/*padding-bottom:13px;*/
	font-weight:300;
	line-height: 16px;
}
.grayTextBold{
	font-weight: bold;
	text-transform: uppercase;
}
.pntLink {
	color: #AAA;
}
.pntLink:hover {
	color: #888;
}
.grayBody, .pntLink, .selectedPntLink{
	padding-bottom:4px;
}
.grayTextThumb{
	/*position: absolute;
	top: 230px;*/
	margin-top:0px;
}
.grayTextContact {
	margin: 0;
	padding: 0;
	font-size:10px;
	letter-spacing: 0.5px;
	color: #666;
	/*text-transform: uppercase;*/
}
.blueHeading, .grayHeading, .scBlueHeading, .blueHeadingContact {
	color:#369;
	font-size:11px;
	font-weight:300;
	margin-bottom: 3px;
	/*padding-left: 18px;*/
	top: -6px;
	/*position: relative;*/
}
.grayHeading {
	/*margin-left: 75px;*/
	font-size: 9px;
	font-weight:bold;
	color:#666;
} 
.grayTableIndent{
	margin-left: 65px;
}
.grayTable{
	margin-left: -45px;
}
td.grayText, td.grayTextBold{
	font-size: 9px;
	padding: 0;
	padding-left: 45px;
}
.blueHeading a{
	color:#369;
	text-decoration: underline;
}
.blueHeading a:hover{
	color:#97CEF0;
}
.scBlueHeading {
	/*position:absolute;
	top: 205px;*/
	margin-top: 5px;
	margin-bottom: 3px;
}
.blueHeadingContact {
	top: -10px;
	margin-bottom: 1px;
}
img.map  {
	margin-top: 10px;
	padding-bottom: 10px;
}
.map:hover {
	cursor:pointer;
}
.blackHeading {
	color:#000;
	font-size:12px;
	line-height: 18px;
	margin-top: -5px;
	padding-bottom: 4px;
	font-weight: lighter;
}
.thumbTitle {
	float:none;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	color: #666;
	font-size:9px;
	font-weight: bold;
	text-transform:uppercase;
}
#thumbs{
	/*position: absolute;
	z-index: 2000;*/
}
#thumb{
	float: left;
	height: 38px;
	width: 76px;
	margin: 0 2px 2px 0;
	-khtml-opacity:.50; -moz-opacity:.50; -ms-filter:”alpha(opacity=50)”; filter:alpha(opacity=50); opacity:.50;
}
#thumb:hover{
	khtml-opacity:1; -moz-opacity:1; -ms-filter:”alpha(opacity=100)”; filter:alpha(opacity=100); opacity:1;
}
#stickToBottom{
	position: absolute;
	bottom: 0px;
}
#hiddenDivs {
	display: none;
}