/* Set HTML page properties */
/* Wildwatch stationary colours */
/* Cream   245,237,215   #F4EDD8   Pantone 7499c */
/* Brown   113,099,098   #716362   Pantone 437c */
/* Green   116,162,157   #74A299   Pantone 563c */

body {
	margin: 0 0 0 0;
	font-family: Arial;
	background-color: #F4EDD8;
}

td 	{
	 vertical-align: top;
}

/* Set page layout width and make stuff behave */
.wrapper {
	
}

/* Set banner area */
.banner {
	height: 80px;
	color: white;
	background-color: black;
	background-repeat: no-repeat;
	background-position: right;
}

.bannertextshadow {
	color: black;
	margin-left: 40px;
	font-size: 25pt;
	font-weight: bold;
	letter-spacing: 0.5em;
	white-space: nowrap;
	position: relative;
	top: 25px;
	font-family: Georgia;
}

.bannertext {
	color: #FFD700;
	margin-left: 40px;
	font-size: 25pt;
	font-weight: bold;
	letter-spacing: 0.5em;
	white-space: nowrap;
	position: relative;
	top: -18px;
	left: -5px;
	font-family: Georgia;
}

/* Set the content area */
.content {
	clear: both;
	width: 100%;
	height: 100%;
	font-size: 10pt;
	text-align: left;

}

.textarea {
	padding: 7px 40px 0px 40px;
	text-align: justify;
}

.credits {
	padding: 7px 40px 0px 40px;
	font-family: "Comic Sans MS", sans-serif;
	color: olive;
	background-color: #E4DDC8;
	text-decoration: none;
	font-size: 8pt;
}

.rightbox {
	border-left: 2px solid black;
	float: right;
	margin: 2em 0px 2em 2em;
	padding: 0px 0px 0px 5px;
	font-size: 11pt;
	text-align: left;
}

.leftbox {
	border-right: 2px solid black;
	float: left;
	margin: 0.5em 1.5em 0.5em 0px;
	padding: 0px 1em 0px 0px;
	font-size: 9pt;
	text-align: right;
}

.smallbox {
	font-size: 7pt;
	font-style: italic;
}

.titletext {
	font-size: 12pt;
	font-weight: bold;
}

.rimagebox {
	position: relative;
	width: 181px;
	float: right;
	padding: 55px 0px 0px 50px;
	text-align: center;
	font-size: 8pt;
	color: #8B4513;
}

.rimagebox img {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: auto;
    margin-right: auto;
	padding: 6px;
	background-color: white;
	border: 1px solid silver;
	display: block;
}

.rimagegallery {
	width: 90%;
 	margin-left: auto;
 	margin-right: auto;
}

.rimageboxgallery {
	width: 99%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: 8pt;
	color: #8B4513;
}

.rimageboxgallery img {
	margin: 4px 0px 0px 0px;
	padding: 10px;
	background-color: white;
	border: 1px solid silver;
	display: block;
}

.soundbite {
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-size: 10pt;
	text-align: left;
	padding: 10px;

	background-color: #ffffdd;
	border: 1px solid #cccccc;
	float: right;
}


h4 {
	color: #006000;
}
h3 {
	color: #8B0000;
}
h2 {
	color: #008B00;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px;
	line-height:16px;
}


/*************
* Menu Setup *
*************/

/* Make the black bar to go behind the menu elements */
.menubar {
	width: 100%;
	color: white;
	background-color:#333333;
	height: 1em;
	font-size: 10pt;
}

/* Style the top level menu UL element */
ul.menu {
	font-size: 10pt;
/*	font-weight: bold;*/
	padding: 0;
	margin-left: 30px;
	list-style: none;
}
  
/* Style the top level menu LI elements */
.menu li {
	float: left;
	position: relative;
	width: 100px;
	text-align: left;
	text-indent: 5px;
}
  
/* Style the second level menu UL elements */
.menu li ul {
	position: absolute; 
	display: none;
	left: -20px;	/*this keeps the submenu lined up in IE*/
}

/* Display the second level UL elements on mouseover */
.menu li:hover ul, li.over ul{ 
	display: block;
}

.menu ul li {
	border: 0px solid black;
}

/* Style links in menu LI elements */
.menu li {
	color: grey;
	background-color: #444444;
	text-decoration: none;
	display: block;
	font-size: 10pt;
}

.menu li a {
	color: white;
	background-color: #333333;
	text-decoration: none;
	display: block;
	font-size: 10pt;
}

/* Style moused-over links in menu LI elements */
.menu li a:hover {
	color: #FFD700;
	background-color: #666666;
	font-size: 10pt;
}

.dmenu li a {
	color: white;
	text-decoration: none;
	display: block;
	font-size: 10pt;
}

.dmenu li a:hover {
	color: #000000;
	background-color: white ;
	font-size: 10pt;
}

.time {
	float: right;
	position: relative;
	width: 200px;
	text-align: right;
	color: #FFFFFF;
	font-size: 10pt;
	margin-left: 10px;
	}
	
.bannerbar{
	width: 100%;
	color: white;
	background-color: black;
	height: 0.35em;
}

.space {
	clear: both;
	width: 15px;
	height: 100%;
	font-size: 10pt;
	text-align: left;
}

/* Style for customer feedback */
.errmsg {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bolder;
	color: #CC0000;
}