/* -------- Style setting for Thornton Country Retreat --------- */
BODY {
	text-align : center;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background : url(../images/blue-satin1.jpg) repeat;
}

BODY TD {
	/*text-align : left;*/
}

/*BODY DIV {
	font-family : Verdana, sans-serif;
	font-size : small;
}*/

/* --------- Common Font Setting ----------------*/
BODY,  BODY TD,  BODY DIV { 
	color : Black;
	font-family : Verdana, sans-serif;
	font-size : 12px;
}

/* --------- 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;
}
.martb8rtj122 { /* text justified */
	margin-top : 8px;
	margin-bottom : 8px;
	margin-right : 122px;
	text-align : justify;
}
/* ---------End Margin Style Settings ----------------*/


/* ---------Image position Style Settings ----------------*/
.imgspt5 {
	margin-top : 5px;
}
.imgspl5 {
	margin-left : 5px;
}
.imgspr5 {
	margin-right : 5px;
}
.imgspb5 {
	margin-bottom : 5px;
}


/* ---------End Image position 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 --------- */

#wrapper {
	width: 750px;
	text-align : center;
}

#header { /* -------- header box --------- */
	width: 750px;
    height: 100px;
	text-align : center;
}

#data { /* -------- data box --------- */
	width: 750px;
	text-align : center;
}
/*#data a:LINK {
	font-weight : normal;
	color : Maroon;
}
#data  a:VISITED {
	color : Maroon;
	font-weight : normal;
}
#data a:HOVER {
	color : Red;
	font-weight : bold;
}*/

#footer { /* -------- footer holder --------- */
	height: 30px;
	text-align : center;
	padding-top : 5px;
	padding-bottom : 5px;
}

#footer a:LINK {
	font-weight : normal;
	color : Maroon;
}
#footer  a:VISITED {
	color : Maroon;
	font-weight : normal;
}
#footer a:HOVER {
	color : Red;
	font-weight : bold;
}
/* -------- End Following are all  the content boxes --------- */