/*
***************
WEBSITE COLOURS
***************

Dark Green: #0d4637 [used for links, dropdown bkg, headings]
Lighter Greens: #4F7E6C [used for tables]
				#EEF4EF
				#D4E8DB

*******************
STYLESHEET CONTENTS
*******************

 - General Styles for Entire Website
 - Wrapper
 - Header
   - Nav
 - Content
   - Subnav
 - ColA
 - ColB
 - Footer

*/
.close, .close_alt {
	float: right;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background-color: #0d4637;
	margin: -25px 20px 0px 0px;
}
.close:hover, .close_alt:hover {
	color: #FFFFFF;

}

#msg p {
	line-height: 100%;
	margin: 2px 0px;
	padding: 0;
}

#colB hr {
	margin: 5px 20px 15px 20px;
	
	height: 0px;
	border: 1px solid #0d4637;
	
}
	

#colB a.black {
	color: #000000;
}

.eventDate {
	color: #0d4637;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 2px 0;
}
.other-month {
	color: #D4E8DB;
}

#calendar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#colB #calendar h3 {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}

.calendar-month th {
	width: 15%;
}

/* GENERAL STYLES */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #0d4637;
	font-weight: bold;
}

a:hover {
	color: #307462;
}

body {
	background: #eef4ef url(/images/bkg.jpg) repeat-x center top;
	font: 12px Verdana, Geneva, sans-serif;
}

td {
	padding: 5px;
}

table {
	padding: 1px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	font-weight: bold;
	color: #0d4637;
}

h1 {
	font-size: 24px;
}

.subheading {
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
	color: #589f73;
	padding: 0 0 0 12px;
	margin: 3px 0 10px 10px;
	background: url(/images/subhead-bkg.gif) repeat-y 0 0;
}

h2 {
	font-size: 18px;
	margin-top: 20px;
}

#content h2 span {
	font-size: 12px;
}

#content h2 {
	margin-bottom: 3px;
}

#content h3 {
	font-size: 16px;
	margin-top: 10px;
}

.imageright {
	float: right;
	margin: 0 0 15px 15px;
	padding: 3px;
	border: 1px solid #9ac5aa;
}

.imageleft {
	float: left;
	margin: 0 15px 15px 0;
	padding: 3px;
	border: 1px solid #9ac5aa;
}

.thumb {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #9ac5aa;
	margin-right: 5px;
}

.min-gallery img {
	background-color: #FFF;
	padding: 3px;
}

.gallery {
	width: 530px;
}

.gallery img {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #9ac5aa;
	margin: 0 15px 15px 0;
}

.twhite, .tbLayout th {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-color: #4f7e6c;
	text-align: center;
	vertical-align: middle;
}

.tbLayout td {
	vertical-align: top;
	background-color: #eef4ef;
}

.tbLayout .alt {
	background-color: #D4E8DB;
}
/* GENERAL STYLES END */

#wrapper {
	width: 950px;
	margin: 0 auto;
	background: url(/images/body-bkg.gif) repeat-y;
}

/* HEADER ELEMENTS */

#header {
	height: 275px;
	width: 950px;
	margin: 0 auto;
	background: url(/images/header-bkg.jpg) no-repeat;
}

#headcontent {
	width: 908px;
	height: 253px;
	margin: 0 auto;
	padding-top: 21px;
	position: relative;
	z-index: 1;
}

#headcontent h2 {
	 margin-top: 0;
}

#logo {
	position: absolute;
	width: 148px;
	height: 173px;
	left: 40px;
	top: 40px;
	z-index: 2;
}

#heading {
	position: absolute;
	width: 340px;
	height: 52px;
	left: 550px;
	top: 30px;
	text-shadow: #FFF 2px 2px;
}

#heading h2 {
	font-size: 30px;
}

#heading h3 {
	font-size: 16px;
	margin-left: 20px;
}

/* NAV */

#nav {
	position: absolute;
	height: 20px;
	width: 820px;
	top: 232px;
	left: 80px;
	text-align: right;
}

#nav a {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background: url(/images/nav-bullet.gif) no-repeat right center;
}

#nav .last {
	background-image: none;
}

/* JQUERY DROPDOWN STYLES */

#jsddm li {
	float: left;
	list-style: none;
}

#jsddm li a {
	display: block;
	padding: 0 14px 0 10px;
	text-decoration: none;
	white-space: nowrap;
}

#jsddm li a:hover {
	color: #d2d2d2;
}
		
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	margin-top: 10px;
}
		
#jsddm li ul li {
	float: none;
	display: inline;
}
		
#jsddm li ul li a {
	font-size: 14px;
	width: auto;
	padding: 3px 5px 3px 15px;
	background: #0d4637 url(/images/nav-bullet-dd.gif) no-repeat left center;
}
		
#jsddm li ul li a:hover {
	color: #d2d2d2;
}

/* JQUERY DROPDOWN STYLES END */
/* HEADER ELEMENTS END */

/* CONTENT */

#content {
	background: url(/images/content-bkg.jpg) no-repeat center top;
	width: 950px;
	/*overflow: hidden;*/
	padding-bottom: 20px;
	height: 500px;
	min-height: 500px;
}
*> #content {
	height: auto;
}

#content ul {
	list-style: square;
	margin: 5px 0 10px 30px;
}

#content ol {
	margin: 5px 0 10px 35px;
}

#content li {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* SUBNAV */

#subnav-holder {
	width: 910px;
	overflow: hidden;
	padding: 0 20px;
	height: 36px;
}

#subnav {
	height: 36px;
	width: 419px;
	position: relative;
	list-style: none;
	float: left;
	left: 250px;
}

#subnav a {
	display: block;
    text-indent: -9000%;
    position: absolute;
    outline: none;
}

#subnav span {
  display: none;
  position: absolute;
}

#subnav a:hover {
  background-position: left bottom;
}

#subnav a:hover span {
  display: block;
}

#subnav .feeds {
  width: 90px;
  height: 36px;
  background: url(/images/submenu/feeds.gif) no-repeat;
  left: 0;
  left: 135px;
  top: 0;
}

#subnav .sub {
  width: 139px;
  height: 36px;
  background: url(/images/submenu/sub.gif) no-repeat;
  left: 90px;
  top: 0;
}

#subnav .press {
  width: 83px;
  height: 36px;
  background: url(/images/submenu/press.gif) no-repeat;
  left: 229px;
  top: 0;
}

#subnav .prop {
  width: 107px;
  height: 36px;
  background: url(/images/submenu/prop.gif) no-repeat;
  left: 312px;
  top: 0;
}

/* SUBNAV END */

#search {
	padding: 10px 10px 10px;
	width: 215px;
	height: 16px;
	float: right;
}

/* COLA */

#colA {
	width: 535px;
	float: left;
	padding: 20px 0 0 40px;
}

/* COLA END */

/* COLB */

#colB {
	width: 260px;
	float: right;
	padding: 20px 60px 0 0;
}

#colB h2 {
	font-size: 18px;
	margin-top: 15px;
}

#colC {
	padding: 20px 0 0 40px;
}

#colB p {
	line-height: 110%;
	margin-top: 0;
}

#colB h3 {
	font: 14px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 5px 0px;
}

/* COLB END */
/* CONTENT END */

/* FOOTER */

#footer {
	width: 950px;
	height: 60px;
	background: url(/images/footer-bkg.gif) no-repeat 0 0;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
	font: italic 11px Verdana, Geneva, sans-serif;
	color: #737373;
	clear: both;
}

#footer a {
	font: bold italic 11px Verdana, Geneva, sans-serif;
	color: #737373;
}

/* FOOTER END */	


.notice {
	/*width: 517px;
	background: url(/images/emergency-bkg_alt.gif) no-repeat 0 0;*/
	background-color: #DEEDE4;
	border: 1px solid #538377;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}
	/*height: 45px;
	min-height: 45px; 
}
*> .notice {
	height: auto;
}*/

.notice h2 {
	color: #538377;
	font-weight: bold;
	font-size: 16pt;
	margin: 5px 0px;
}

.notice p {
	margin: 5px 0px;
}
 
p {
	line-height: 150%;
	margin: 0px 0 15px 0;
}
 
#miniContainer {
	width: 470px;
	height: 110px;
	overflow: hidden;
	background: url(/images/mini_gallery_back.jpg) repeat-x 0 0;
	border: 1px solid #E8E8E8;
} 

#miniContainer div {
	margin: 5px 0px;
}

#miniContainer div img {
	width: 150px;
	height: 100px;
	margin-right: 3px;
	border: 0px;
}

