﻿/* RESETS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, em, font, img, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Layout Styling*/
body{
	background: url(../images/global/bg.gif) repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
}


#top-strip{
	background: url(../images/global/transparent-top.png) repeat-x;
	height: 130px;
}

#top-strip p, #container, #bottom-strip{
	width:750px;
	margin:auto;
}

#top-strip p{
	text-align:right;
	padding-top:5px;
	font-size:1.2em;
	font-weight:bold;
}

#container, #bottom-strip{
	position:relative;
	bottom:50px;
	border:#CCC solid 2px;
}
#container{
	background:#FFF;
	
}

#bottom-strip{
	background:url(../images/global/transparent-bottom.png) bottom repeat-x;
	text-align:center;
	border-top:none;
}



/*Inner Content Styling*/
#header, #menu, #slideshow, #content{
	width: 710px;
	margin-right:20px;
	margin-left:20px;
}

#header img{
	border:solid #CCC 3px;
	margin-top:10px;
	margin-left:8px;
}

#header a img{
	border:none;
	margin-left:0px;
}

#content{
	overflow:auto;
	margin-bottom:20px;
}

#main-content{
	float: left;
	width:480px;
}
#sidebar{
	float: right;
	width:225px;
	text-align:right;
	margin-right:5px;
}

#menu{
	overflow:auto;
	margin-top:5px;
	margin-bottom:2px;
}
#menu img{
	float: left;
}

.map{
	margin:10px 0px 15px 50px;
}

/*TABLES*/
table{
	margin:10px;
	width:460px;
	border:thin #999 solid;
	font-family:Trebuchet MS;
	color:#333;
	font-size:0.8em;
}

td{
	font-weight:normal;
	padding:3px;
	border:thin #CCC solid;
}

th{
	font-weight:bold;
	padding:3px;
	border:thin #CCC solid;
	vertical-align:middle;
}

/*MENU*/

#jsddm{	
	margin: 0px;
	padding: 0px;
	float:right;
}

#jsddm li{	
	float: left;
	list-style: none;
	font: 0.9em Tahoma, Arial;
}

#jsddm li a{
	display: block;
	background: #324143;
	padding: 5px 11px;
	text-decoration: none;
	border-left: 1px solid white;
	color: #EAFFED;
	white-space: nowrap;
}

#jsddm li a:hover{	
	background: #24313C;
	
}
		
#jsddm li ul{
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	z-index:20;
	opacity:0.9;
	filter:alpha(opacity=90);
	
}
		
#jsddm li ul li{	
	float: none;
	display: inline;
}
			
#jsddm li ul li a{	
	width: auto;
	background: #A9C251;
	color: #24313C;
	font-size:0.9em;
}
			
#jsddm li ul li a:hover{
	background: #8EA344;
}





/*Typography*/
#top-strip p, #bottom-strip p{
	color:#CCC;
	font-style:italic;
}

#content p, #main-content p{
	margin-bottom: 20px;
}

#content ul, #main-content ul{
	list-style:disc;
	margin-left:40px;
}

#bottom-strip p{
	padding-top:15px;
	padding-bottom:10px;
	font-size:0.7em;
	
}

h2{
	color:#333;
	font-size:0.9em;
}

#bottom-strip p a{
	font-size:1.3em;
	padding-bottom:0px;
	
}

#top-strip p a, #bottom-strip p a{
	color:#CCC;
	font-style:italic;
	text-decoration:none;
}

#top-strip p a:hover, #bottom-strip p a:hover{
	text-decoration:underline;
}

h1{
	margin-top: 0px;
	margin-bottom: 10px;
	color:#bb6e25;
	font-style:italic;
	font-size:1.7em;
	font-weight:600;
}

p, ul li, ol li, a, address {
	color:#333;
	line-height:1.5em;
	font-size:0.8em;
}

h3{
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:20px;
	font-size: 1em;
	font-weight:normal;
	}
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	padding-top:15px;
	padding-bottom: 15px;
	text-align:center;
}
	
#gallery ul { 
	list-style: none; 
	padding:0; 
	margin:0;
	text-align:center;
}
	
#gallery ul li { 
	text-align:center;
	vertical-align:middle;
	width: 190px; 
	height: 125px;
	display: inline-block; 
	padding:10px;
}

#gallery ul img {
	border: 3px solid #CCC;
}

#gallery ul a:hover img {
	border: 3px solid #999;
	color: #fff;
}
	
#gallery ul a:hover { 
	color: #fff; 
}
	
/*slideshow*/
#slideshow {
	position:relative;
    height:285px;
	width:700px;
	margin:auto;
	margin-top:5px;
	margin-bottom:20px;
	border:solid 4px #CCC;
	
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	height:285px;
	width:700px;	
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

/*FORMS*/
form fieldset { border: 0; }  
form fieldset p br { clear: left; }  
label {  
    margin-top: 5px;  
    display: block;  
    width: 155px;  
    padding: 0;  
    float: left;  
}

input, select, textarea {  
    border: 1px solid #CCC;  
    margin-bottom: 5px;  
    background-color: #FFF;  
    padding: 3px;  
}  
input:hover, select:hover, textarea:hover {  
    border: 1px solid #666;  
    background-color: #EEE;  
}

.centre{
	text-align:center;
}
