.directorshead {
	font-family:"45 Helvetica Light", Helvetica, Arial;	font-size: 1.2px;
	font-weight: normal;
	color: #00718C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00718C;
}

.captions{
font: Arial, Helvetica, sans-serif;
font-size: 0.75ems;
color: #333333;
text-align: center;
margin-top: 12px;
}

#dropmenudiv{
	position:absolute;
	/*border:1px solid #59A3B4;*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	color:#000000;
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px dotted #ffffff;
	padding: 5px 0px;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	color:#FFFFFF;
	background-color: #D99529;
}

.pdfLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-color: #003a4f;
	margin-top: 10px;
}
.pdfLink:link{
	text-color: #003a4f;
	text-decoration: none;
	background: url(home_images/pdficon_small.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 3px;
	}
	
.pdfLink:visited{
	color: #59a3b4;
	text-decoration: none;
	background: url(home_images/tick.jpg) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 3px;
	}
	.pdfLink:hover{	
	color: #d99529;
	text-decoration: none;
	background: url(home_images/pdficon_small.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 3px;
	}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #02738E;
	font-weight: lighter;
	margin-bottom: 8px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(home_images/gradient.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
ul{
	font-family:"45 Helvetica Light", Helvetica, Arial;
	font-size: 0.8em;
	line-height: 130%;
	color:#333333;
	margin-bottom: 12px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(home_images/bullet.gif);
	padding-left: 12px;
	text-indent: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	}


h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 15px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "45 Helvetica Light", Helvetica, Arial;
	font-size: 1.3em;
	line-height: 120%;
	color: #d99529;
	font-weight: normal;
}

h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "45 Helvetica Light", Helvetica, Arial;
	font-size: 1em;
	line-height: 120%;
	color: #02738E;
	font-weight: normal;
	}

h3{
	font: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight: normal;
	color:#333333;
	padding-bottom: 3px;
	padding-top: 20px;
	margin: 0;
	border-bottom: solid 1px #333333;
	}

p{
	font-family:"45 Helvetica Light", Helvetica, Arial;
	font-size: 0.80em;
	line-height: 120%;
	color:#333333;
	margin: 5px 0 0 0 ;
}

a{
	color: #003a4f;
}
#language{
width: 760px;
margin: 10px auto;
}

 #wrapper { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	 /* this overrides the text-align: center on the body element. */
} 
 #banner { 
	background: url(scrolling_image_banner/scrolling_images/image1.jpg);
	height: 170px; 
	padding: 0;
	margin-top:0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: -5;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#nav{
	width:760;
	background: url(home_images/nav_background.jpg) no-repeat top left;
	color: #FFFFFF;
	height: 36px;
	padding-right: 15px;
	padding-top: 7px;
	text-align: right;
	margin: 0;
	
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#nav a:hover{
	color: #d99529;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d99529;
	}
#nav a:visited{
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003a4f;
	}

#smallerWrapper{
background: url(home_images/sidebar_background.gif) repeat-y;
margin: 0;
}


 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-right: 10px;
	margin-top:0;
	} /* the background color will be displayed for the length of the content in the column, but no further */

#mailShareWrap{
	background-color: #003a4f;
	margin: 0;
	padding: 0;
}
	
#mailingList2 {
	background-color: #FFFFFF;
	height:140px;
	width: 180px;
	background-position: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top:0;
}

#mailingList h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003A4E;
	vertical-align: top;
	text-align: center;
	margin-top: 3px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
#mailingList p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-align: center;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
}

#sharePrice{
	width: 180px;
	height: 60px;
	margin: 0 10px 0 10px;
	vertical-align:top;
	padding: 10px 0 10px 0;
}
#sharePrice h4{
	font:bold 0.85em Arial, Helvetica, sans-serif;
	size: .85em;
	color: white;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: -3px;
	margin-bottom: 6px;
	}
#sharePrice p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #FFFFFF;
	margin:  0px;
	padding: 0px;
}
#sharePrice a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 150%;
	border-bottom: dotted white 1px;
	font-size: 100%;
	color: #FFFFFF;
	margin: 25px 0px 0px;
	padding: 25px 0px 0px;
}

#news{
	width: 176px;
	margin-bottom: 0;
	text-decoration: none;
	background: #5aa3b4 url(home_images/news_header_pic.gif) no-repeat center top;
	padding-top: 48px;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: top;
	margin-top: 0px;
	text-align: left;
}
 #mainContent { zoom: 1; }
.newsdescription{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	margin-bottom: 15px;
	margin-left: 17px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #00394C;
	padding-bottom: 5px;
	margin-right: 15px;
	line-height: 1.2em;
	margin-top: 5px;
	}
	.newsdescriptionLast{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	margin-bottom: 45px;
	margin-left: 17px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #00394C;
	padding-bottom: 5px;
	margin-right: 15px;
	line-height: 1.2em;
	margin-top: 5px;
	}
	
#news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background-image: url(home_images/news_arrow.jpg);
	background-repeat: no-repeat;
	background-position: -3px 0px;
	text-indent: 0px;
	text-align: left;
	padding-left: 16px;
	line-height: 0.75em;
	margin: 0px;
}

 #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 20px; 
/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


	#galleryNext{
	font-family: "Helvetica Neue Light", "Helvetica Light", "Arial Narrow";
	font-size: 1em;
	font-weight: normal;
	float: right;
	color: #02738E;
	text-align: right;
	background-image: url(gallery/gallery_arrow_next.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 30px;
	margin-right: 10px;
	width: 120px;
	height: 22px;
}
#galleryNext a{
	color: #02738E;
	text-decoration: none;
	border-bottom: dotted 1px #02738E;
	padding-bottom: 2px;
	} 
	#galleryPrev{
	font-family: "Helvetica Neue Light", "Helvetica Light", "Arial Narrow";
	font-size: 1em;
	font-weight: normal;
	float: left;
	color: #02738E;
	text-align: left;
	background-image: url(gallery/gallery_arrow.prev.gif) ;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-left: 10px;
	width: 120px;
	height: 22px;
}
#galleryPrev a{
	color: #02738E;
	text-decoration: none;
	border-bottom: dotted 1px #02738E;
	padding-bottom: 2px;
	}

 

	
#footer{
	background:url(home_images/footer_background.jpg) repeat-x;
	height: 29px;
	text-color: #ffffff;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 15px;
	margin: 0;
	clear: both;
} 

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin: 0;
	}
#footer a:hover{
	color: #d99529;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d99529;
	}
#footer a:visited{
	color: #003a4f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003a4f;
	}
	
	#copyright{
	width: 760px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 0.7em;
	}	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin: 0;
}

#mailingList { padding: 10px; }
a#newsletterbutton { display: block; color: #fff; background: #7fb7c6 url(/home_images/button.gif) 0 0 repeat-x; text-decoration: none; font-weight: bold; padding: 10px; text-align: center; font-size: 14px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; text-shadow: 0px 1px 2px #004D5F; box-shadow: 0px 1px 3px #00232F; -moz-box-shadow: 0px 1px 3px #00232F; -webkit-box-shadow: 0px 1px 3px #00232F; }
a#newsletterbutton:hover, a#newsletterbutton:focus { background-position: 0 -50px; }

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
 #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
 #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
