@import url("details.css");

/* CSS for Joel Ross Golf */
body {
	margin: 0;
	background-color:#999966;
	scrollbar-face-color:#E3E3C2;
 	scrollbar-shadow-color:#FFFFFF;
 	scrollbar-highlight-color:#FFFFFF;
 	scrollbar-3dlight-color:#FFFFFF;
 	scrollbar-darkshadow-color:#FFFFFF;
 	scrollbar-track-color:#F3F2F2;
 	scrollbar-arrow-color:#6E6E9F;
	}

#wrapper {
	background: transparent url(images/content_bg.jpg) top right no-repeat;
	height: 100%;
	}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 14px 8px 14px;
	color: #000;
	background: transparent;
	text-align: left;
	}
	
#headers {
	margin: 0;
	padding: 0;
	width: 542px; 
	height: 134px;
	background: transarent;
	}	
	
#menuholder{
	background: transparent url(images/bg_2ndWhite.jpg);
	}	

#Menu {
	margin: 0;
	padding: 0;
	width: 214px; 
	height: 349px; 
	z-index: 50;
	float: left;
	clear: both;
	}

#vidheader {
	margin: 0;
	padding: 6px 0;
	color: #333;
	background: #f93;
	text-align: center;
	height: 60px;
	clear: both;
	}

#vidcontainer {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: #fff;
	border: 3px solid #393;
	}
	
#content div.container {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: center; 
	background: #ffc; 
	padding: 6px; 
	border: 2px dotted black; 
	}
	
#content #academylinks	{
	background: #f93;
	margin: 0;
	padding: 0;
	height: 16px;
	tex-align: center;
	}		


/* Typography */

h2, h3, h4, h5, h6	{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}

 p, td, li, ul, ol {
 font-family: verdana, lucida, arial, helvetica, sans-serif;
 }

h1 {
	display: none;
	}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #933;
	background: transparent;
	display: block;
	}
	
h3 {
	font-size: 14px; 
	color: #065218;
	background: transparent;
	display: inline;
	}

html>h3	{
	font-size: medium;  
	} 	
	
ul, ol {
	margin: 0 10px;
}

li {
	background: transparent;
	list-style-position: outside;
	margin:0 0 0 10px;
	}

#content, #content div, #content p, #content th, #content td, #content li, #content dd, #content dt, #content ol,  #content ul, #content table	{
	font-size: 14px;      
  line-height: 140%;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
#content div.container p	{
	text-align: center;
	}
	
#content #academylinks ul {
	text-align: center;
	}		
	

/* linkology */	
	
#content a:link, #content a:visited, .bodylink {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size:14px;
	color:#00c;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #00c;
}

#content a:hover, .bodylink:hover {
	text-decoration: none;
	color: #f03;
	background: transparent;
	border-bottom:1px dotted #f03;
	}
	
#content a.nobottom:link, #content a.nobottom:visited {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size:14px;
	color:#00c;
	background: transparent;
	text-decoration: none;
	border: 0;
}

#content a.nobottom:hover {
	text-decoration: none;
	color: #f03;
	background: transparent;
	border-bottom: 0;
	}	
	
#academylinks a:link, #academylinks a:visited	{
	color: #fff;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
	}
	
#academylinks a:hover	{
	text-decoration:none;
	color:#393;
	background: transparent;
	border-bottom:1px dotted #393;
	}		
	
#toplink a:link, #toplink a:visited	{
	display: inline;
	color:#00c;
	background: transparent;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #00c;
	}
	
#toplink a:hover	{
	text-decoration:none;
	color:#f03;
	background: transparent;
	border-bottom:1px dotted #f03;
	}		

#kidslayer {				/* this area is for kidslayer and its links */
	width: 756px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 6px 0;
	color: #ccc;
	text-align: center;
	}

#kidslayer a:link, #kidslayer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	}
	
#kidslayer a:hover {
	color: #F93;
	text-decoration: underline;
	}					/* this ends the kidslayer */


/* General rules */

#academylinks li	{
	margin: 0;
	padding: 0 20px;
	display: inline;
	}
	
.button {
	background:#006; 
	color: #FFF;  
	font-size:14px; 
	border: 1px solid #F3F3D4;
	font-weight:bold; 
	font-family: verdana, arial, helvetica, sans-serif; 
	padding: 1px;
	}
			
input	{
	background: #f3f3d4; 
	color: #333;  
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 1px; 
	border: 1px solid #666;
	}

.checkbox {
	background: transparent; 
	padding: 3px 0; 
	border: 0;
	}

img.padmeL {
	margin-top: 2px;
	margin-right: 6px;
	float: left;
	}
	
img.padmeR {
	margin-top: 2px;
	margin-left: 6px;
	float: right;
	}

.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-style: italic;
}

.noticeRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f03;
	font-size: 14px;
	}

.noticeGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #093;
	font-size: 14px;
	}

.notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	}

.default {
	cursor: default;
	}

.bold_text {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	}
	
/* [begin] Addeded by rodrigoM 03-23-04 */
#bunkone {
	width:756px;
	text-align:center;
	}

/* [end] Addeded by rodrigoM 03-23-04 */

 #tagline {
 	position:absolute;
	top:10px;
	left:507px;
	width:220px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:14px;
	}
	
	#latest_news{
	position:absolute;
	top:422px;
	left:1px;
	border:2px solid #000;
	background-color:#FF9933;
	width:210px;
	height:250px;
	text-align: center;
	}
	
	#latest_news h2, #latest_news h3, #latest_news h4, #latest_news h5, #latest_news h6{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	}
	
	#latest_news h2{
	font-size: 18px;
	width: 100%;
	color:#FF9933;
	background-color:#065218;
	border-bottom: 1px solid #000000;
	}
	
	#latest_content{
	position:absolute;  
	top:446px; 
	left:8px; 
	background-color:#FF9933; 
	width:205px; 
	height:200px;
	overflow: auto;
	margin: 0;
	padding:2;
	}
