/*	The Castle Bed and Breakfast Internet Style Seet
	Stimulus Inc.
	06.16.04										*/

/* ---- BODY OF DOCUMENT ---- */

body {
	scrollbar-base-color: #E7E4CC;
	scrollbar-face-color: #E7E4CC;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #E7E4CC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #E7E4CC;
	scrollbar-darkshadow-color: #ffffff;
	background-image: url("../images/bg.gif");
	background-position: 74% 0%;
	background-repeat: repeat-y;
	background-color: #CC0000;
	margin-top: 30px;
	padding: 0;
	}

/* ---- LAYER STYLES ---- */
	
#content {
	width: 90%;
	height: 330px;
	text-align: left;
	border: 0px solid #ffff00;
	overflow: auto;
	margin-top: 5px;
	}
	
	
#contentform {
	width: 90%;
	height: 330px;
	text-align: left;
	border: 0px solid #ffff00;
	overflow: hidden;
	margin-top: 5px;
	}

/* ---- text classes ---- */

td {
	font-family: verdana;
	color: #333333;
	font-size: 11px;
	line-height: 12pt;
	}
	
hr {
	 color: #0066AB;
	 background-color: #0066AB;
	 height: 1px;
	 border: 0;;
 	}
	
h1 {
	font-family: verdana;
	color: #CC0000;
	font-size: 14px;
	margin: 0 0 0 0;
	}
	
h2 {
	font-family: verdana;
	color: #C09016;
	font-size: 12px;
	line-height: 14pt;
	}

ul {
	/*list-style-image: url(../images/house.gif);*/
	color: #CC0000;
	list-style-type: square;
	list-style-position: outside;
	}

a, a:visited {
	font-family: verdana;
	text-decoration: underlined;
	font-weight: bold;
	color: #0066AB;
	font-size: 11px;
	line-height: 12pt;
	}

a:hover, a:active {
	font-family: verdana;
	text-decoration: underlined;
	font-weight: bold;
	color: #990000;
	font-size: 11px;
	line-height: 12pt;
	}
	
.contenttable {
	border-left: 1px solid #4E4E4E;
	border-right: 1px solid #4E4E4E;
	background-color: #ffffff;
	}
	
.contenttablebottom {
	/*border-left: 1px solid #4E4E4E;
	border-right: 1px solid #4E4E4E;*/
	background-image: url("../images/nav_bc.gif");
	background-repeat: repeat-x;
	}
	
.navtable {
	border-left: 1px solid #4E4E4E;
	border-right: 1px solid #4E4E4E;
	background-color: #efeeee;
	}
	
.bnavNail {
	float: right;
	margin-right: 15%;
	}
	
a.nav, a.nav:visited {
	font-family: verdana;
	text-decoration: underlined;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	}

a.nav:hover, a.nav:active {
	font-family: verdana;
	text-decoration: underlined;
	font-weight: bold;
	color: #cccccc;
	font-size: 10px;
	}
	
.smallprint {
	font-family: verdana;
	color: #cccccc;
	font-size: 9px;
	margin-right:20px;
	}