@charset "UTF-8";
/* CSS Townsville Orthopaedic Clinic */
/* Created on 17 Jan 2012 */
/* Created by Cubbyhouse Design */
/* Copyright (c) 2012 Townsville Orthopaedic Clinic */

body {
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#18205D;
}

#top-buffer {
	margin: 0 auto;
	width:900px;
	height:45px;
}

#nav {
	margin: 0 auto;
	width:880px;
	height:36px;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:no-repeat;
	font-family: "Gill Sans", "Calibri Italic", Tahoma;
	font-size:12px;
	padding-top:40px;
	padding-left:20px;
}

#header {
	margin:0 auto;
	width:900px;
	height:277px;
	background-image:url(../images/bg-gallery.jpg);
}

#main {
	margin:0 auto;
	width:840px;
	min-height:390px;
	background-color:#FFF;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:20px;
	font-family: "Gill Sans", "Calibri Italic", Tahoma;
	color:#6D6E71;
	font-size:13px;
}

#footer {
	margin: 0 auto;
	width: 900px;
	padding-top:20px;
	font-family: "Gill Sans", "Calibri Italic", Tahoma;
	font-style:italic;
	color:#FFF;
	font-size:14px;
}

.small {
	font-size:12px;
}

#footer a:link {
	text-decoration:none;
	border-bottom: 1px dotted;
	color:#FFF;
}

#footer a:visited {
	text-decoration:none;
	border-bottom: 1px dotted;
	color:#FFF;
}

#main a:link {
	text-decoration:none;
	color:#6D6E71;
	border-bottom:1px dotted;
}

#main a:hover {
	color:#BCBEC0;
}

#main a:visited {
	text-decoration:none;
	color:#6D6E71;
	border-bottom-style:1px dotted;
}

/****************************************************/

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:332px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

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

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