/*========================================================*/
/*  Main Body & Scrollbar                                 */
/*========================================================*/

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(main-bg.jpg);
	background-position: top left;
	background-repeat:repeat;

}

/*------------------------  End  -------------------------*/


/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

/*-- Left-bg --*/

.BG-Main-Left {
	background-image: url(left_shadow.png);
	background-repeat:repeat-y;
	background-position: left top;
	width:27px;
	height:7px;
}

/*-- Right-bg --*/

.BG-Main-right {
	background-image: url(right_shadow.png);
	background-repeat:repeat-y;
	background-position: right top;
	width:27px;
	height:7px;
}

/*-- header bg --*/

.header-bg {
	background-image: url(header_bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	height:245px;
}

/*-- header image --*/

.header-image {
	background-image: url(golf_car.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	height:245px;
	width:293px
}


/*-- Header1 --*/

.Header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:187px;
	width:776px;
}
/*-- Welcome Heading --*/

.welcome-heading {
	background-image: url(welcome-heading.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 176px;
	height: 80px;
}



/*------------------------  End  -------------------------*/



/*========================================================*/
/* Containers  1                                       */
/*========================================================*/



/* -- cnt1 --*/

.orange-top {
	background-image: url(orange_top_bg.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	background-color:#dd9624;
	height:236px;
}
.orange-left {
	background-image: url(orange_left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:15px;
	height:236px;
}
.orange-left-bg {
	background-image: url(orange_left_bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	width:15px;
}

.orange-right {
	background-image: url(orange_right.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:236px;
	width:15px;
}

.orange-right-bg {
	background-image: url(orange_right_bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	width:15px;
}

.orange-left-bottom {
	background-image: url(orange_left_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:20px;
	height:15px;
}
.orange-right-bottom {
	background-image: url(orange_right_bottom.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:20px;
	height:15px;
}
.orange-bottom-bg {
	background-image: url(orange_bottom_bg.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	height:15px;
}

.orange-bg {
	background-image: url(orange_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#dd9624;
}


/* -- cnt2 --*/

.blue-bg {
	background-image: url(blue-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#5c287b;
	height:97px;
}
.blue-left {
	background-image: url(blue-left.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	background-color:#dd9624;
	height:97px;
	width:12px;
}
.blue-right {
	background-image: url(blue-right.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	background-color:#dd9624;
	height:97px;
	width:12px;
}
.blue-right-bg {
	background-image: url(blue-right-bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	width:12px;
}
.blue-left-bg {
	background-image: url(blue-left-bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	width:12px;
}
.blue-bottom-left {
	background-image: url(blue-bottom-left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:12px;
	height:12px;
}
.blue-bottom-right {
	background-image: url(blue-bottom-right.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:12px;
	height:12px;
}
.blue-bottom-bg {
	background-image: url(blue-bottom-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	height:12px;
}



/*------------------------  End  -------------------------*/

.sept {
	background-image: url(sept.gif);
	background-repeat:repeat-x;
	background-position:left top;
	height:15px;
}

/*========================================================*/
/*  Text CSS                                              */
/*========================================================*/


/* Gray --*/

.Gray, A.Gray, A.Gray:link, A.Gray:visited, A.Gray:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #575757;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}

a.Gray:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #575757;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
	line-height:1.4;
}

/* Blue --*/

.Blue, A.Blue, A.Blue:link, A.Blue:visited, A.Blue:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #652d89;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.4;
}

a.Blue:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #e6a348;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
	line-height:1.4;
}

/*White --*/

.white, A.white, A.white:link, A.white:visited, A.white:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}

a.white:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
	line-height:1.4;
}



/* Footer --*/

.footerline{
	background-image: url(footerlne.jpg);
	background-repeat:repeat-x;
	height:19px;
	text-align:left;
}


.FooterText2, A.FooterText2, A.FooterText2:link, A.FooterText2:visited, A.FooterText2:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #5B7082;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}

a.FooterText2:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #5B7082;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
}

/*------------------------  End  -------------------------*/



