/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #000; background-color: #fff
}
img {border:none;
}
h1 {margin-bottom: .2em;
	font-size: 1.5em;
	font-family: "Trebuchet";
	font-weight: normal;
	text-align: left;
	color:#00A4D8;
}
a {text-decoration: underline;}
a:link, a:visited {color: #f00;}
a:hover,a:active {color: #c00; text-decoration: none;
}
p {	font-size: 0.8em;
	line-height: 20px;
}

/**************** Container styles ****************/
#container {
	width: 980px;
	margin: 20px auto 0;
	position: relative;
}
#topcontainer {	
	float: left;
	width: 980px;
	background: url(../images/mainbg.gif) repeat-y top left;
}
#leftcol {
	float: left;
	width: 145px;
}
#slideshow {
	float: left;
	position: relative;
	width: 506px;
	height: 439px;
	margin: 0px 0px 0px 0px;
}
#slideshow img {
	display: none;
	position: absolute;
	top: 0; left: 0;
}
#maincontent {
	float: left;
	width: 329px;
	min-height: 439px;
	background-color:#C4E200;
}
#textcol {
	width: 289px;
	padding: 20px;
}
#footer {
	clear: both;	
	width: 980px;
	height: 153px;
	background:url(../images/bottom-curve.gif) no-repeat top right;
	margin-top: 0px;
}
#address {
	float: left;
	width: 145px;
	height: 198px;
	background:url(../images/address.gif) no-repeat top left;
}
#cypher {
	clear: both;
	float: right;
	width: 260px;
	margin: 0px auto 0;
	font-size: .5em;
	position: absolute;
	right: 0px;
	bottom: -26px;
	text-align: right;
	z-index: 15;
}

a.cypher {text-decoration: none;}
a.cypher:link, a.cypher:visited {color: #00A4D8;}
a.cypher:hover,a.cypher:active {color: #009; text-decoration: underline;
}

#bubble1 {
	float: left;
	width: 230px;
	height: 230px;
	margin-left: 520px;
	z-index: 105;
}
#bubble2 {
	float: left;
	width: 82px;
	height: 65px;
	position: relative;
	z-index: 100;
	bottom: 0px;
	left: 247px;
}


/**************** Misc classes and styles ****************/
.boldtext {font-weight: bold;}
.italictext {font-style: italic;}
.greytext {color: #666;}
.normaltext {font-weight: normal;}
.floatleft {float: left;}
.imageleft {float: left; margin-right: 10px;}
.textcentre {text-align: center;}
.textright {text-align: right;}

