/* Default Style for The Bunny Bungalow. Created by Goshen Web Design */

/* General Properties */

body {
	background-color: #D6AC83;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	}
div.container {
	width: 80%;
	background-color: #FFFFFF;
	padding: 10px;
	}
h1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 0;
	}
h2 {
	display: block;
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	border-bottom: solid medium #B3B3B3;
	}
.date {
	font-size: 10pt;
	color: #B3B3B3;
	}
p {
	text-align: justify;
	font-size: 8pt;
	}
p.center {
	text-align: center;
	font-size: 8pt;
	}
dfn {
	border-bottom: dotted thin #000000;
	cursor: help;
	font-style: normal;
	}
ul li {
	list-style-image: url("../images/bullet_small.gif");
	/* list-style-type: disc; */
	text-align: justify;
	font-size: 8pt;
	}
ul li.big {
	list-style-image: url("../images/bullet.gif");
	text-align: justify;
	font-size: 8pt;
	}
ol li {
	text-align: justify;
	font-size: 8pt;	
	}
a img.lightbox {
	float: left;
	padding: 1%;
	border: none;
	width: 150px;
	}

/* Link Properties */

a:link {
	color: #009933;
	text-decoration: none;
	}
a:hover {
	color: #009933;
	text-decoration: underline !important;
	}
a:active {
	color: #009933;
	text-decoration: none;
	}
a:visited {
	color: #009933;
	text-decoration: none;
	}

/* Table Properties */

table {
	padding: 0;
	margin: 0;
	width: 100%;
	}
tr.header {
	height: 75px;
	}
td.headerleft {
	text-align: left;
	vertical-align: middle;
	font-size: 14pt;
	font-weight: bold;
	}
td.headerright {
	text-align: right;
	vertical-align: middle;
	color: #009933;
	font-size: 9.5pt;
	}

td.links {
	width: 20%;
	text-align: center;
	font-size: 11pt;
	padding: 0;
	margin: 0;
	height: 30px;
	}
td.links a:link, td.links a:active, td.links a:visited {
	color: #009933;
	text-decoration: none;
	display: block;
	height: 30px;
	background: url("../images/convex.jpg") repeat-x;
	padding-top: 3px;
	}
td.links a:hover {
	color: #009933;
	text-decoration: none !important;
	display: block;
	height: 30px;
	background: url("../images/concave.jpg") repeat-x;
	padding-top: 3px;
	}
td.main {
	padding: 15px;
	vertical-align: top;
	width: 60%;
	}
td.title {
	padding: 15px 15px 5px 15px;
	text-align: center;
	font-size: 9.5pt;
	}
td.sidebar {
	padding: 10px;
	border-left: solid thin #B3B3B3;
	vertical-align: top;
	font-size: 8pt;
	width: 40%;
	}
td.footer {
	text-align: center;
	font-size: 8pt;
	border-top: solid thin #B3B3B3;
	padding-top: 10px;
	}

/* Rabbit Pictures Properties */

td.description {
	width: 65%;
	padding: 0px 10px 15px 15px;
	vertical-align: top;
	text-align: left;
	}
td.picture {
	padding: 0px 15px 15px 10px;
	vertical-align: top;
	text-align: right;
	width: 35%;
	}
td.picture img {
	width: auto;
	}
td.header {
	padding: 0px 15px 0px 15px;
	}	
	