/* -------- Style setting for Thornton Country Retreat --------- */
BODY {
	text-align : left;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-image : url(../images/bgnd.jpg);
	background-repeat : repeat;
}

BODY TD {
	text-align : left;
}


/* --------- Common Font Setting ----------------*/
BODY,  BODY TD,  BODY DIV { 
	color : Navy;
	font-family : "Comic Sans MS";
	font-size : small;
}

/* --------- UL Style Settings ----------------*/
UL.grbullet {
	list-style-image: url(../images/bullet.gif);
	list-style-position : outside;
	list-style-type : none;
	margin-top: 8px;
	margin-bottom: 8px;
}

UL.rtarrow {
	list-style-image: url(../images/rtarow.gif);
	list-style-position : outside;
	list-style-type : none;
	margin-top: 8px;
	margin-bottom: 8px;
}

.bp_disc {
	list-style : disc;
	list-style-type : disc;
	margin-left : -20px
	}

.bp_circ {
	list-style : circle inside;
}

.bp_sq {
	list-style : square;
}

.bp_deci {
	list-style : decimal;
}

.bp_none {
	list-style : none;
}
/* ---------End  UL Style Settings ----------------*/

.bkgnorep {
	background-repeat : no-repeat;
}
TD.norepeat {
	background-repeat : no-repeat;
}

/* ---------Margin Style Settings ----------------*/
.martb0 {
	margin-top : 0px;
	margin-bottom : 0px;
}

.martb2{
	margin-top : 2px;
	margin-bottom : 2px;
}

.martb4 {
	margin-top : 4px;
	margin-bottom : 4px
}

.marl4 {
	margin-left : 4px;
}

.martb4l4 {
	margin-top : 4px;
	margin-bottom : 4px;
	margin-left : 4px
}

.martb8 {
	margin-top : 8px;
	margin-bottom : 8px;
}

.martb8r8 {
	margin-top : 8px;
	margin-bottom : 8px;
	margin-right: 8px;
}

.martb8l4 {
	margin-top : 8px;
	margin-bottom : 8px;
	margin-left : 4px
}

.martb8l8 {
	margin-top : 8px;
	margin-bottom : 8px;
	margin-left : 8px
}

.martb8tj { /* text justified */
	margin-top : 8px;
	margin-bottom : 8px;
	text-align : justify;
}

.martb12l8 {
	margin-top : 12px;
	margin-bottom : 12px;
	margin-left : 8px
}

/* paragraph formating arounf harry  */
.martb8r170 {
	margin-top : 8px;
	margin-bottom : 8px;
	margin-right : 170px;
}
.martb8rtj210 {
	margin-top : 8px;
	margin-bottom : 8px;
	margin-right : 210px;
	text-align : justify;
}
.martb8r170lnk {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 170px;
}
.martb8rtj160 { /* text justified */
	margin-top : 8px;
	margin-bottom : 8px;
	margin-right : 160px;
	text-align : justify;
}
/* ---------End Margin Style Settings ----------------*/

/* ---------Miscelaneous Style Settings ----------------*/
.sm {
	font-size : xx-small;
}

/* No underline in hypertex */
.noul {
	text-decoration: none;
}

.headMaroon {
	color: Maroon;
	margin-top : 8px;
	margin-bottom : 8px
}

.sub_head {
	color: Maroon;
	margin-top : 8px;
	margin-bottom : 8px;
	font : bold x-small;
}

/*  Styles for the gallery page*/
.txtfld {
  font-size: small; 
  font-style: normal;
  font-weight: bold; 
  color: #800000; 
  text-align: center; 
  background-color: #D2AE94
}

.asterisk { /* Bold red asterisk used in forms */
	color: #FF0000;
	font-weight: bold;
	font-size: medium;
}
/* ---------End Miscelaneous Style Settings ----------------*/


/* -------- Following are all  the content boxes --------- */
#container {
	width: 99%;
	margin: 5px auto;
	/*line-height: 130%;*/
}

#header {
	height: 90px;
	background-image : url(../images/hdr_r1_c2.jpg);
	background-repeat : repeat-x;
	background-position : top left;
	border-top : medium groove White;
	border-right : medium groove White;
	border-left : medium groove White;
	border-bottom : medium groove White;
}

#navigation {
	float: left;
	width: 150px;
	height: 100%;
	margin: 0;
	background-image : url(../images/navbk.jpg);
	background-repeat : repeat;
	border-right : medium groove White;
	border-left : medium groove White;
	border-bottom : medium groove White;
	padding-top : 10px;
	padding-bottom : 10px;
}

#content {
	/*float: right;*/
	border-left : 1px dotted Silver;
	padding-left : 5px;
	margin-left : 158px;
}
#content a:LINK {
	font-weight : normal;
}
#content  a:VISITED {
	color : Maroon;
	font-weight : normal;
}
#content a:HOVER {
	color : Red;
	font-weight : bold;
}

#footer {
	clear: both;
	margin-left : 155px;
	padding-top : 10px;
	padding-bottom : 10px;
}
.footerfont  {
	font-size: x-small
}
#footer a:LINK {
	font-weight : normal;
}
#footer  a:VISITED {
	color : Maroon;
	font-weight : normal;
}
#footer a:HOVER {
	color : Red;
	font-weight : bold;
}

/* -------- End Following are all  the content boxes --------- */
