@charset "utf-8";
/* CSS Document */

body {
	background:#fdf6ec url(/images/background-site.jpg) repeat-x;
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

img { behavior: url("/iepngfix.htc"); }

h2 {
	color:#7a5d8b;
	font-weight:lighter;
}
a {text-decoration: none;}
a:hover {text-decoration: underline;}

.alignRight {
	float:right;
}
.alignLeft{
	float:left; 
}
#Wrap{
	margin:0 auto;
	width:900px;
}
#Header{
	height:103px;
}
#HeaderLeft{
	float:left;
	width:440px;
	margin:5px 0 0 0;
	height:88px;
	background:url(/images/TGA-logo-header.png) no-repeat;
}
#HeaderRight{
	float:right;
	width:440px;
	text-align:right;
	margin:0 10px 0 0;
}
#HeaderRight h5{
	margin:5px 3px 0 0;
	font-weight:lighter;
	font-size:18px;
	color:#ababab;
	text-transform:uppercase;
	letter-spacing:3px;
}
#HeaderRight h3{
	margin:-3px 0 0 0;
	font-weight:lighter;
	color:#FFF;
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	font-size:42px;
}
#HeaderRight ul{
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
}
#HeaderRight ul li{
	float:right; 
	position:relative;
}
#HeaderRight a{
	display:block;
	width:81px;
	height:20px;
	line-height:20px;
	background:url(/images/background-topNav.png) no-repeat;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	padding:1px 0 0 0;
	font-size:10px;
}
#HeaderRight a:hover{
	background:url(/images/background-topNav-on.png) no-repeat;
	color:#333;
}

#Banner{
	height:290px;
	background:url(/images/banners/1.jpg) no-repeat;
	text-align:center;
	position:relative;
}
#BannerCTA{
	position:absolute;
	bottom:10px;
	left:287px;
	height:57px;
	width:325px;
	background:url(/images/banners/background-bannerCTA.png) no-repeat;
	text-align:center;
}
#BannerCTA h2{
	margin:5px 0 0 0;
	color:#FFF;
	text-transform:uppercase;
	overflow:hidden;
	font-size:14px;
	font-weight:lighter;
}
#BannerCTA a{
	color:#FFF;
	text-decoration:none;
}
#BannerCTA a:hover{
	color:#7a5d8b;
}

#BannerInt{
	height:150px;
	background:url(/images/banners/int/1.jpg) no-repeat;
	text-align:center;
	position:relative;
	overflow:hidden;
}
#BannerCTAInt{
	position:absolute;
	bottom:11px;
	left:287px;
	height:57px;
	width:325px;
	background:url(/images/banners/background-bannerCTA.png) no-repeat;
	text-align:center;
}
#BannerCTAInt h2{
	margin:5px 0 0 0;
	color:#FFF;
	text-transform:uppercase;
	overflow:hidden;
	font-size:14px;
	font-weight:lighter;
}
#BannerCTAInt a{
	color:#FFF;
	text-decoration:none;
}
#BannerCTAInt a:hover{
	color:#7a5d8b;
}


#Content {
	margin:0;
	float:left;
	padding:0 5px 0 0;
	width:495px;
	line-height:16px;
}
#Content h1{
	margin:0;
	padding:2px 0 0 10px;
	color:#FFF;
	font-size:24px;
	font-weight:lighter;
	background:url(/images/background-h1.jpg) no-repeat;
	height:30px;
	line-height:24px;
	width:480px;
}
#Content img{
	border:#7a5d8b solid 1px;
	margin:0 5px 25px 15px;
	padding:1px;
}
#ContentInt {
	margin:0;
	float:left;
	padding:0 15px 0 0;
	width:685px;
	line-height:16px;
}
#ContentInt hr{
clear:both;
height:25px;
background:url(/images/hr-shadow.png) no-repeat;
margin:0;
padding:0;
border:none;
}

#ContentInt h1{
	margin:0 0 25px 0;
	padding:6px 0 0 10px;
	color:#FFF;
	font-size:18px;
	font-weight:lighter;
	background:url(/images/background-h1Int.jpg) no-repeat;
	height:25px;
	width:680px;
}
#ContentInt img{
	border:#7a5d8b solid 1px;
	margin:0 5px 25px 15px;
	padding:1px;
}
#RightContent{
	margin:0px;
	width:400px;
	float:right;	
}
#RightContentInt{
	margin:0px;
	width:200px;
	float:right;	
}
#LeftMenu{
	margin:0px;
	width:200px;
	float:left;
}
#RightMenu{
	margin:0px;
	width:200px;
	float:right;
}
#DestinationMenu{
	width:200px;
	background:url(/images/GolfDestination-back.jpg) repeat-y;
	font-size:11px;
}
#DestinationMenu h3{
	color:#7a5d8b;
	font-size:11px;
	text-transform:capitalize;
	font-weight:bold;
	margin:0 0 5px 10px;
}
#DestinationMenu ul{
	list-style:none;
	margin-left: 0;
	padding-left: 15px;
}
#DestinationMenu li{
	width:180px;
	padding:0 0 5px 0;
}
#DestinationMenu li a{
	color:#333;
	text-decoration:none;
}
#DestinationMenu li a:hover{
	text-decoration:underline;
}
#AZGolfDestinations_Top{
	height:40px;
	background:url(/images/ArizonaGolfDestination-head.jpg) no-repeat;
}
#CAGolfDestinations_Top{
	height:40px;
	background:url(/images/CaliforniaGolfDestination-head.jpg) no-repeat;
}
#GolfDestinations_Bottom{
	height:40px;
	background:url(/images/GolfDestination-bottom.jpg) no-repeat;
}
#FooterWrap{
	clear:both;
	width:100%;
	height:116px;
	background:url(/images/background-footer.jpg) repeat-x;
}
#FooterContainer{
	margin:0 auto;
	width:900px;
}
#FooterLeft{
	float:left;
	width:500px;
	color:#FFF;
	font-size:11px;
	padding:30px 0 0 0;
	line-height:16px;
}
#FooterLeft a{
	color:#FFF;
	text-decoration:none;
}
#FooterLeft a:hover{
	text-decoration:underline;
}
#FooterLeft a.purple {
	color:#7a5d8b;
}

#FooterLeft p{
	margin:0 0 7px;
}
.darkText{
	color:#333;
}
#FooterRight{
	float:right;
	padding:18px 0 0 0;
	width:400px;
	text-align:right;
}
#FooterRight h2{
	margin:0 0 0 75px;
	padding:5px 0 0 0;
	height:24px;
	width:325px;
	background:url(/images/banners/background-bannerCTA.png) no-repeat;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	overflow:hidden;
	font-size:14px;
	font-weight:lighter;
}
#FooterRight a{
	color:#FFF;
	text-decoration:none;
}
#FooterRight a:hover{
	color:#7a5d8b;
}
#FooterRight h3{
	margin:-3px 10px 0 0;
	font-weight:lighter;
	color:#FFF;
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	font-size:42px;
}

IMG.alignRight {
	float: right;
	margin: 5px 0 10px 10px;
	border: 1px solid #996600;
	padding: 1px;
}

IMG.alignRightNoBorder {
	float: right;
	margin: 5px 0 10px 10px;
	padding: 1px;
}


/* Student Profile Form*/

P.tip {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	color: #996600;
}

INPUT.txt_small, SELECT.small {
	width: 100px;
}

INPUT.txt_xsmall {
	width: 40px;
}

INPUT.txt_med, SELECT.med {
	width: 260px;
}

INPUT.txt, TEXTAREA.txt, SELECT {
	width: 360px;
}

INPUT.moveright {
	margin-left: 20px;
}

FORM P {
  clear: left;
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 12px;
}

FORM P LABEL {
  float: left;
  width: 40%;
}

FIELDSET {
  margin-top: 16px;
  padding: 10px;
  border: 1px solid #CCC;
}

LEGEND {
  font: normal 18px Tahoma, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #523F5D;
}

INPUT.txt, INPUT.txt_med, TEXTAREA.txt, INPUT.txt_small, INPUT.txt_xsmall {
	font-size: 10px;
}

TABLE#abilities TD {
	padding: 2px;
	margin: 1px;
	font-size: 11px;
}

SELECT {
	font-size: 11px;
}

.required {
	color: #990000;
}

TABLE#abilities TD INPUT {
}

/*Custom Vacation Quote*/
TABLE.coursestats {
	border: 1px solid Black;
	width: 350px;
}

TABLE.coursestats TD, TABLE.packages TD {
	font-size: 11px;
	padding: 2px;
	margin: 1px;
	border: 1px solid Black;
	background-color: #E4E4E4;
}

TABLE.packages {
	border: 1px solid Black;
	width: 485px;
}

TABLE.tableoutline {
	clear:both;
	width:98%;
	margin:10px 10px 20px 10px;
	padding:0;
	background-color:#fdf3cd;
	border-bottom:#666 double 3px;
	font-size:11px;
}

TABLE.tableoutline TH  {
	background:#dca600 url(/images/background-th.jpg) no-repeat;
	padding:0 5px 0 15px;
}

TABLE.tableoutline TD  {
	background-color:#fdf3cd;
	padding:5px;
	text-align:center;
	width:190px;
	border-bottom:#999 dotted 1px;
	border-left:#fff solid 1px;
}

TABLE.tableoutline TD  p{
	margin:0;
}

TABLE.tableoutline TD TABLE.tableoutline TD{

}


TABLE.vacationquote {
	clear:both;
	width:98%;
	margin:10px 10px 20px 10px;
	padding:0;
	border:#999 solid 1px;
}

TABLE.vacationquote TH  {

	padding:0 5px 0 15px;
}

TABLE.vacationquote TD  {

}

TABLE.vacationquote TD  p{
	margin:0;
}

TABLE.vacationquote TD TABLE.vacationquote TD{
	border: #846497 1px solid;
}

TABLE.schedule {
	margin:20px;
	width:90%;
}
TABLE.schedule a{
	text-decoration:none;
}
TD.day{
	padding:5px 15px 5px 15px;	
}
TD.title{
	padding: 0 5px 0 5px;
	color:#333;
	font-weight:bold;
}
TD.detail{
	padding: 0 15px 0 15px;	
	font-size:11px;
}
TR.on {
	background-color:#eee5d5;
}
/* ====================================================== Golf Package Promos*/


TABLE.GolfPackagePromo{

}

img.GolfPackagePromoImg {
	clear:both;
	border:#333 solid 3px;
	padding:1px;
	margin:0;
}
/* ====================================================== Banner Form */
#BannerForm{
	width:350px;
	height:150px;
	margin:100px 10px 30px 0;
	float:right;
	background:url(/images/background-BannerForm.png) repeat-x;
	overflow:hidden;
	text-align:center;
}
#BannerForm h1{
	font-size:14px;
	margin:10px 0 0 0;
	padding:0;
	color:#7000b2;

}
#BannerForm form {
margin:0px;
}
#BannerForm form input.BF-textfield{
	width:100px;
	font-size:10px;
	margin:0;

}
#BannerForm form input.BF-textfield-sm{
	width:47px;
	font-size:10px;
}
#BannerForm form select.YesNoMenuChoice{
	width:50px;
	font-size:10px;
}
#BannerForm form input.BF-textfield-ph{
	width:80px;
	font-size:10px;
} 
#BannerForm form select.BF-golfschooldrop{ 
	width:85px;
	font-size:10px;
	padding:1px;
}
#BannerForm table{
	width:320px;
	margin:0 0 0 20px;
}
#BannerForm table td{
	padding:1px;
	margin:0;
}
#BannerForm table td strong{
	font-weight:lighter;
	color:#7000b2;
}
#BannerForm form input.BannerButton{
	width:270px;
	font-size:12px;
	background-color:#7000b2;
	color:#FFF;
	padding:0 20px 0 20px;
	margin:2px 0 0 0;
	border:none;
	cursor:pointer;
	border-top:#66F solid 1px;
	border-left:#66F solid 1px;
	border-bottom:#309 solid 1px;
	border-right:#309 solid 1px;
}
#BannerForm form input.BannerButton:hover{
	text-decoration:underline;
	border-bottom:#66F solid 1px;
	border-right:#66F solid 1px;
	border-top:#309 solid 1px;
	border-left:#309 solid 1px;
}
#BannerFormFeedBack {
	float:right;
	width:300px;
	margin:50px;
	padding:10px;
	background:#EFE9DA;
	border:#996 solid 2px;
	line-height:20px;
}