/* Clearfix */
div#weatherTitle {
	text-align: center;
	font-size: 13px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

table#ttTable {
	border-collapse: collapse;
	width: 95%;
}

table#ttTable td
{
	border: 1px solid #bcbcbc;
}

table#ttTable tr td.teetime:first-child {
	width:85px;
}

table#ttTable tr td.teetime {
	width: 25%;
}

td.ttCol { 
	position: relative;
}

/* Basic Styles */
body {
	background-color: #e9e9e9;
}

div#logoContainer {
	float: left;
	widht: 250px;
}

.page-centered
{
	margin: 0 auto;
	max-width: 800px;
}

/*
nav {
	margin: 16px 0px 0px 10px;
	float: left;
	height: 40px;
	font-size: 11pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	height: 40px;
}

nav li:first-child {
margin: 0px 0px 0px 0px;
}
nav li {
	margin: 0px 0px 0px 10px;
	display: inline;
	float: left;
}


nav a {
	display: inline-block;
	width: 120px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;

	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border:0 none;
	border-top: 1px solid #919d11;
	background: -webkit-gradient(linear, left top, left bottom, from(#afbd21), to(#919d11));
	background: -webkit-linear-gradient(top, #afbd21, #919d11);
	background: -moz-linear-gradient(top, #afbd21, #919d11);
	background: -ms-linear-gradient(top, #afbd21, #919d11);
	background: -o-linear-gradient(top, #afbd21, #919d11);
	background-color: #919d11;
	padding: 3px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	text-decoration: none;
	vertical-align: middle;
}
nav a:hover {
	border-top-color: #919d11;
	background-color: #919d11;
	color: #ffffff;
}
nav a:active {
	border-top-color: #919d11;
	background-color: #919d11;
}

nav a#pull {
	display: none;
}
*/

ul.chooseCourse {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.chooseCourse li {
	display: inline;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	width: 150px;
}

ul.chooseCourse li span.courseName {
	max-width: 150px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

nav
{
	padding: 10px 0;
}

nav ul
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

nav ul li
{
	display: block;
	float: left;
}

nav ul a
{
	color: #83B80E;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	padding-right: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

nav #pull
{
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {

	div#logoContainer {
		float: none;
		clear:both;
		display:block;
		widht: 250px;
	}

	/*
	nav {
		margin: 10px 10px 0px 0px;
	}
	nav li {
		margin: 0px 0px 0px 0px;
		display: inline;
		float: left;
	}
	
	nav li a {
		border-right: 1px solid #000000;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	nav li:last-child a {
		border-right: 0;
	}
	nav a:hover, nav a:active {
		background-color: #919d11;
	}

	
	nav {
		float: none;
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #000000;
	/*	border-right: 1px solid #005284;
		* /
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}*/
	
	.hideFromMobile {
		display: none;
	}
	
	img.resize {
		max-width: 100%;
	}
	
	
	div.loggedInText {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #afbd21;
		width: 100%;
		position: relative;
	}
	nav a#pull:hover {
		background-color: #919d11;
	}
	
	nav a#pull:after {
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
	.hideFromMobile {
		display: none;
	}
	
	img.resize {
		max-width: 100%;
	}
	
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
/*		border-bottom: 1px solid #005284; */
	}
	
	.hideFromMobile {
		display: none;
	}
	
	img.resize {
		max-width: 100%;
	}
	
}