﻿/* Page layout */
html { height:100%;}
body { background-color: #576375;   height: 100%; margin: 0px; padding: 0px; text-align: center; font-family:Arial,  sans-serif; font-size: 0.8em; background-image:url(/images/bodybg.jpg); background-repeat:repeat-x; background-color:#EDF2F8;  }
#aspnetForm { height: 100%; }
#PageWrapper { padding: 0px; margin: 0px auto 0; width: 780px; min-height: 100%; height: auto; position: relative; text-align: left; border: solid 0px #ffffff; margin-top:-25px; background-color:White;}
* html #PageWrapper { height:100%; }

/* Global styles  */
a,h2,li,p{ color: #666666;}
a{  color: #0066cc; text-decoration:none;}
a:hover{ color:#000000;}
h1 {margin: 10px 0 0 0;  padding-bottom:0px;}
h2{  margin:0px; padding:0px; padding-bottom:10px; font-size:1.3em;} 
.Clear { clear: both; }


/* Header */
#Header{ padding-top:25px; background-image:url(/images/header.jpg); background-repeat:repeat-x; height:68px; background-position:0px 25px;}
#Logo{ float:right; text-align:center; width:286px;}

#Menu { border-top: solid 0px #ffffff;   height:76px; margin-left:10px; }
#Menu ul { margin: 0; padding: 0;  z-index:1; list-style: none; }

#Menu ul ul{ padding-left:0px; float:none;}
#Menu ul li { list-style-type: none; float: left;padding-right:10px; padding-bottom:0px;  }
#Menu li {margin:0px; padding:0px 20px 0px 0px; color:#cccccc;  }
#Menu ul li a { color: #999; text-decoration: none; padding: 42px 5px 5px 5px ;  font-size:1em; font-family:Tahoma; }

#Menu ul li ul li{margin:0px; padding:0px; background-color:Lime;}
#Menu ul li ul li a{ padding:5px; font-size:1.0em; font-weight:normal; background-color:#fff;margin:0px;width:130px;}
#Menu ul li ul li a:hover{ }
#Menu ul li a:hover{ color:#0066CC;}
#Menu ul li a.AspNet-Menu-Selected{ color:#0066CC; background-repeat:repeat-x;}




/* Centre column */
#Content { width: 600px; float: right; margin-bottom:30px; padding-top:16px;  }
#Content h1{ text-align:left; border-bottom:none; margin:0px 0px 10px;padding-right:0px; font-size:1.3em; color:#0066CC; font-weight:normal; font-family:Tahoma; }
#Content h2 a{ text-decoration:none; }
#Content h2 a:hover{ color:Black; text-decoration:underline;}
#Content h2 {  margin: 0;  margin-bottom:4px;font-size:1.2em;  }
#Content h3 { margin: 5px 0px 3px 0px;  }
#Content h3 a{ text-decoration:none;}
#Content h4 { font-weight: normal; font-size: 1.1em; margin: 0 0 1em 0; }
#Content p {  margin: 0 0 1em 0; line-height:150%; }
#Content .Boxed { width: 400px; border:1px solid #cccccc;font: 10pt Arial;padding:2px; border-bottom:solid 2px #cccccc; }
#Content img{ margin:5px 10px 10px 0px; border:solid 1px #cccccc;}
#Content li{ margin-bottom:5px; }
#Content .Date{ color: #666666;}

#Content #Text{ width:580px; float:left; }
#Content #Imagery{ float:right; width:230px; margin: 0px 0px 15px 20px; padding:10px 10px 0px 10px; border:solid 0px #cccccc; display:inline; text-align:right;}
#Content #Imagery img{ border:solid 0px #cccccc; margin:0px 0px 10px; }
#Content #Imagery a{ text-decoration:none;}


#Content ul.photos{ list-style:none; margin:0px; padding:0px;}
#Content ul.photos li{ margin:0px 15px 15px 0px; float:left; }
#Content ul.photos li img{border:solid 0px #cccccc;}

#Content .partner{ width:165px; float:left;}

/* Left hand column */

#Left{ width: 150px; float: left; padding:16px 0px 0px 12px;}
#Left h3{  margin:0px; font-size:1.2em; font-weight:normal; font-family:Tahoma, Arial;  padding:0px 0px 5px; color:#0066cc; }
#Left ul { margin: 0; padding: 0; border-bottom: solid 1px #cccccc;width: 192px; }
#Left ul li {   }
#Left ul li a {background-color:#E3E6EA;  font-weight:normal; text-decoration: none; padding: 5px; display: block;  font-size:1em; width:180px; border:solid 1px #cccccc; border-bottom:0px;}
#Left ul li a:hover{ color:Black;}
#Left ul li a.AspNet-Menu-Selected{ color:Black; background-color:White;}
#Left p{ color: #999; margin:0px; padding:2px 0px 10px;line-height:150%; }

/* Right column */
#Right{ float:right; width:180px; font-size:0.9em; color:#666666;}
#Right a{ text-decoration:none;}
#Right a:hover{ text-decoration:underline;}


/* Footer */
#Footer { margin:0px auto; font-size: 0.8em; width:780px;  color: #999; clear: both; height:25px; border-top:solid 1px #ccc;}
#Footer p{ padding:5px; margin:0px;}
/* Form elements */
.boxed { width: 250px; border:1px solid #cccccc;font: 10pt Arial;padding:2px; border-bottom:solid 2px #cccccc; float:left;}
.buttons{ background-color:#999999; border:0px solid #000000; font: 10pt Arial; color:#ffffff; font-weight:bold; padding:2px; top:15px; text-decoration:none;}
.buttons:hover{ background-color:Black;}

/* Tables */
.StandardTable{border-width:1px; border-collapse:collapse;border-color:#bbbbbb; border-style:solid; width:100%;}
.StandardTable TD{border: 1px #dddddd solid;padding:2px; vertical-align:top;}
.StandardTable TH{ background-color:#666666; color:White;}
.StandardTable TH a{ color:White;}