/* CSS Document */

html, body{
	margin:0;
	padding:0;
	height: 100%;
}

body{
	background-color:#376088;
}


#header{
	background-image:url(images/update/aggiegolf-header.png);
	background-repeat:repeat-x;
	width: 100%;
	height:175px;
	z-index: 100 !important;
	position: absolute;
	top:0;
	left:0;
}

.header{
	background-image:url(images/update/aggiegolf-logo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height: 150px;
	width: 790px;
	padding: 0;
	margin: 0 auto;	
	position:relative;
}

#content{
	padding-top: 150px;
	width: 100%;
	z-index: 1;
	padding-bottom: 130px;
}
.wrap {
	min-height: 100%;
	margin-bottom:-173px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	background-image:url(images/update/aggiegolf-bkgd.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.push {
	height: 173px; /* .push must be the same height as .footer */
	clear:both;
	z-index: 1;
}

.footer{
	background-image:url(images/update/aggiegolf-footer.png);
	background-repeat:repeat-x;
	height:173px;
	z-index: 100;
	width: 100%;
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.centerer{
	width: 970px;
	padding: 0;
	margin: 0 auto;	
	position:relative;
}

#index-highlight{
	background-image:url(aggiegolfschoolindex.png);
	background-repeat:no-repeat;
	height: 328px;
	width: 970px;
}

#index-btw{
	background-image:url(images/update/aggiegolf-accentbar.png);
	background-repeat:no-repeat;
	height: 56px;
	width: 970px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d3bf96;
	font-size: 14px;
}

#sub{
	background-image:url(images/update/aggiegolf-subbar.jpg);
	background-repeat:no-repeat;
	height: 153px;
	width: 970px;
}

#index-highlight .subdiv{
	float: right;
	width: 420px;
	padding-top: 80px;
	padding-right: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#index-highlight .subdiv h2{
	color:#482e0d;
	font-size:16px;
	margin:0;
	padding:0;
	line-height:16px;
	font-weight:normal;
}

#index-highlight .subdiv .schedule{
	width: 100%;
	border-top:solid 1px #c5b59b;
	border-bottom:solid 1px #c5b59b;
	padding: 15px 0 0 0;
}
#index-highlight .subdiv .session{
	width: 400px;
	margin-left: 20px;
	height: 70px;
}

#index-highlight .subdiv .schedule b{
	float: left;
	color:#5f574f;
	font-size: 18px;
	width: 100px;
}

#index-highlight .subdiv .schedule p{
	float: right;
	border-left: solid 4px #5f574f;
	width:280px;
	padding-left: 16px;
	font-size:20px;
	margin:0;
	color:#500000;
}

#index-highlight .subdiv .buttonholder{
	padding-top: 20px;
	text-align: center;
}

.button{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight: bold;
	font-size:18px;
	padding: 5px;
	background-color:#500000;
	border: solid 2px #CCC;
	text-decoration:none;
	margin: 10px;
}

.button:hover{
	background-color:#333;	
}

#index-btw b{
	font-weight: bold;
	font-size:16px;
	color:#eee1c6;
	padding-right: 20px;
}

.left{
	float: left;	
}

.right{
	float: right;
}


#sub .left{
	width: 320px;
	padding: 40px 20px 0px 20px;	
}

#sub .right{
	width: 320px;
	padding: 40px 20px 0px 20px;	
}

#sub p{
	margin:0 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:justify;
}

#sub h2{
	margin:0;
	padding:0;
	line-height: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#500000;
}


.footer .section{
	float: left;
	width: 300px;
	margin: 40px 0 0 0;
	padding: 0 11px;
	color: #f3ece1;
	font-size: 10px;
}

.footer .section h3{
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color:#fff;
}

.footer .section a{
	color: #f3ece1;
	text-decoration:none;	
}

.footer .section a:hover{
	color:#CCC;	
}

.nav{
	float: left;
	width: 204px;
	padding-top: 30px;	
}

 #skyline {
    width: 204px; height: 84px;
    background: url(images/update/menunames.png);
    margin: 10px auto; padding: 0;
    position: relative;
	border-right: solid 1px #48423b;
	}
	
  #skyline li {
    margin: 0; padding: 0; 
	list-style: none;
   	}
  #skyline li, #skyline a {
    height: 21px;
	display: block;}

#skyline li.selected{
		 border-right: solid 4px #48423b;
	 }
	
	#skyline2 {
    width: 204px; height: 84px;
    background: url(images/update/menunames.png) 0 88px;
    margin: 10px auto; padding: 0;
    position: relative;
	border-left: solid 1px #48423b;
	}
	
  #skyline2 li {
    margin: 0; padding: 0; list-style: none;
    }
  #skyline2 li, #skyline a {
    height: 21px; display: block;}
	
	#skyline2 li.selected{
		 border-left: solid 4px #48423b;
	 }
.bodycontent{
	background-color:#FFF;
	border-bottom:#333 solid 15px;
	margin-top:-25px;
	padding: 50px 20px 40px 20px;
	width: 930px;
}

.bodycontent h1{
	font-size:2.4em;
}
.bodycontent h2{
	font-size:1.8em;
	color:#500000;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px;
	font-weight:bold;
}

.bodycontent h3{
	font-size:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}
.bodycontent h4{
	font-size:1.3em;
	color:#500000;
	padding-left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.bodycontent .small{
	font-size:0.8em;
	font-family:Helvetica, Verdana, Arial;
}
.bodycontent .highlight{
	color:#500000;
}
.bodycontent .white{
	color:#ffffff;
}
.bodycontent  .white a, .bodycontent  .white a:hover, .bodycontent  .white a:visited{
	color:#ffffff;
}
.bodycontent .right_align{
	text-align:right;
}

.bodycontent p{
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	line-height:1.7em;
	font-size:1em;
	padding-left:10px;
	color:#666;
}

.bodycontent .textfocus{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#333;
	padding: 30px;
	float: left;
	width: 350px;
	font-style:italic;
	line-height: 1.6em;
}

.bodycontent ul{
	padding-left:35px;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.bodycontent a, ..bodycontent a:hover, .bodycontent a:visited{
	font-weight:bold;
}
.bodycontent .border_photo{
	padding:3px;
	border:solid 1px #500000;
}
.bodycontent table{
	padding-left:10px;
}
.bodycontent td{
	padding:3px;
}
.bodycontent .schedule{
	padding:10px;
}
.bodycontent .schedule td{
	padding-right:35px;
}
.bodycontent .schedule li:nth-row(even){
	background-color:#e2e2e2;
}

.bodycontent .schedule.display{
	border-right:#333 solid 1px;
	padding-right: 30px 15px 70px 0;
	width: 300px;
	float: left;
	margin-right: 20px;
}

.bodycontent .schedule.display ul{
	list-style:none;	
}
.bodycontent .schedule.display ul li{
	margin-left: 10px;
	line-height: 1.5em;	
}

.bodycontent .schedule.display ul li b{
	margin: 10px 0 10px -10px;
	display:block;
		
}

.bodycontent fieldset{
	border:none;
}
.bodycontent h4 a, .bodycontent h4 a:hover, .bodycontent h4 a:visited{
	font-weight:normal;
}

.bodycontent .itemfocus{
	padding: 50px;	
}


#thumb_container{
	float:left;
	padding:3px;
	margin:2px;
	border:solid 1px #500000;
	text-align:center;
	
}
#thumb_container table, #thumb_container tr, #thumb_container td{
	padding:0px!important;
	margin:0px!important;
}

.thumb_container{
	float:left;
	padding:3px;
	margin:2px;
	border:solid 1px #500000;
	text-align:center;
	width: 100px;
	height:100px;
}
.thumb_container table, .thumb_container tr, .thumb_container td{
	padding:0px!important;
	margin:0px!important;
}

#left_content{
	float:left;
}
#left_content h3{
	padding-top:20px;
	font-weight:bold;
}
#left_content p{
	font-size:1.5em;
}
#left_content h2{
	border-bottom:solid 1px;
}

#right_content{
	width:318px;
	float:right;
	color:#525252;
}
#right_content h4{
	padding-top:10px;
	font-weight:bold;
}
#right_content h4 .white{
	font-weight:normal;
}
.box-top{
	background-image:url(images/box-top-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:9px;
}
.box-body{
	background-image:url(images/box-bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.box-bottom{
	background-image:url(images/box-bottom-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:10px;
}
.bodycontent a{
	color:#500000;
	text-decoration:none;
}
.bodycontent a:hover{
	color:#500000;
	text-decoration:none;
}

#splash{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	min-height: 100%;
	background-color:#e7ded0;
	z-index:10000;
}
span.regbutton{
	line-height: 30px;
	padding: 10px;
	background-color:#500000;
	border: solid 2px #666;	
}

.regbutton a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	margin-right: 40px;
	color:#FFF;
}
.regbutton a:hover{
	color:#FFF;
}
