@charset "utf-8";

/***********************************/
/* North Texas Junior Golf Academy */
/*          CSS Document           */
/*              Main               */
/***********************************/

/* Global */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #273e2c url(../images/bg.jpg) center repeat-y;
	text-align: center;
}

p, ul, ol, dd, table, form, blockquote {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 4px;
	color: #29481e;
	font-weight: bold;
}

h1 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4, h5, h6 {
	font-size: 14px;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #207030;
}

ul {
	list-style: none;
}

li {
	padding: 3px;
}

ul li {
	padding-left: 32px;
	background: url(../images/bullet.png) 16px 6px no-repeat;
}

ol {
	list-style-position: inside;
}

ol li {
	padding-left: 16px;
}

li ol {
	padding-left: 20px;
}

li ol, li ul {
	margin-bottom: 0;
}

dt {
	margin-bottom: 2px;
	font-weight: bold;
}

td {
	vertical-align: middle;
}

fieldset {
	padding: 4px;
	border: 1px solid #7f9db9;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

hr {
	height: 0;
	margin: 10px 20px;
	border: none;
	border-bottom: 1px solid #c5c0a4;
}

blockquote {
	font-style: italic;
	margin: 0 20px 10px 20px;
}

/* Classes */

.image {
	width: 252px;
	border: 1px solid #c5c0a4;
	background: #e1dcc2;
}

.image img {
	margin: 1px;
	display: block;
	border: 1px solid #fff;
}

.image cite {
	margin: 0 -1px;
	padding: 2px 10px 5px;
	display: block;
	position: relative;
	bottom: -5px;
	background: url(../images/image-bottom.png) bottom center no-repeat;
	font-size: 11px;
	font-style: italic;
}

.dataTable {
	border-collapse: collapse;
}

.dataTable tr.alt {
	background: #f6f5ed;
}

.dataTable th, .dataTable td {
	padding: 4px;
	border: 1px solid #c5c0a4;
	text-align: center;
}

.dataTable th {
	font-weight: bold;
	background: #e1dcc2;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.clear {
	clear: both;
}

/* Layout */

#full {
	min-width: 870px;
	text-align: center;
}

#full-header {
	background: #edefee url(../images/header-htile.png) 50% 0 repeat-x;
}

#header-top {
	height: 20px;
	background: url(../images/header-top.jpg) center no-repeat;
}

#header-middle {
	height: 149px;
	background: url(../images/header-vtile.png) 50% 8px repeat-y;
	text-align: center;
}

#header-bottom {
	height: 20px;
	background: url(../images/header-bottom.jpg) center no-repeat;
}

#wrap {
	width: 870px;
	margin: -59px auto 0;
	text-align: center;
}

#container-top {
	margin: 0 -10px;
	height: 30px;
	background: url(../images/content-top.png) center no-repeat;
}

#container {
	padding: 0 10px;
	background: #e1dcc2 url(../images/content-sides.gif) center repeat-y;
}

#container-bottom {
	height: 6px;
	margin: 0 -10px;
	clear: both;
	background: url(../images/content-bottom.png) center no-repeat;
}

/* Header */

#header {
	margin: 0 auto;
	width: 870px;
}

#logo {
	margin-bottom: -20px;
	display: block;
	float: left;
	position: relative;
	top: -20px;
	left: 38px;
	z-index: 1;
}

#logo img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#name { /* CSS image replacement */
	width: 820px;
	height: 64px;
	padding-top: 28px;
	position: relative;
	left: 50px;
	font-size: 32px;
}

#name a { /* Text under image */
	color: #000;
	text-decoration: none;
}

#name a:hover {
	color: #666;
}

#name .sub {
	font-size: 16px;
}

#name img {
	position: absolute; /* Cover up the text */
	top: 28px;
	left: 135px;
	display: block;
}

#name .sub img {
	top: 69px;
}

#powered-by { /* CSS image replacement */
	width: 184px;
	height: 36px;
	margin-right: 15px;
	margin-bottom: -33px;
	position: relative;
	top: -33px;
	float: right;
	font-size: 14px;
	text-align: center;
}

#powered-by a { /* Text under image */
	color: #000;
	text-decoration: none;
}

#powered-by a:hover {
	color: #666;
}

#powered-by img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

/* Topnav */

#topnav {
	height: 20px;
	padding-left: 365px;
	margin: 0;
	position: relative;
	list-style: none;
}

#topnav li { /* CSS image replacement */
	float: left;
	padding: 0 1px 0 0;
	position: relative;
	background: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#topnav li a { /* Text under images */
	color: #6b6230;
	line-height: 12px;
}

#topnav li a:hover {
	color: #fff;
}

#topnav li img { /* Cover up the text */
	position: absolute;
	top: 0;
	left: 0;
}

/* Leftnav */

#leftnav {
	float: left;
	width: 139px;
	margin-top: -24px;
	padding: 14px 20px 0;
}

#leftnav h3 {
	margin-bottom: 14px;
	color: #333;
}

#leftnav ul {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
}

#leftnav ul li {
	margin: -1px 0 0;
	padding: 0;
	display: block;
	background: none;
}

#leftnav ul li a {
	width: 116px; /* IE 6 */
	padding: 4px 20px 4px 44px;
	display: block;
	background: url(../images/bullet-leftnav.gif) 28px 8px no-repeat;
	border-top: 1px solid #c5c0a4;
	border-bottom: 1px solid #c5c0a4;
	text-decoration: none;
}

#leftnav ul li a:hover {
	width: 108px; /* IE 6 */
	padding-left: 52px;
	background: #c5c0a4 url(../images/bullet-leftnav-hover.gif) 36px 8px no-repeat;
	color: #333;
}

#leftnav div {
	margin-bottom: 15px;
	text-align: center;
}

#leftnav img {
	border: 0;
}

#leftnav div * {
	text-align: center;
}

/* Content */

#content {
	width: 629px;
	min-height: 560px;
	height: auto !important; /* IE 6 */
	height: 560px; /* Should be the same as min-height above */
	margin-top: -24px;
	padding: 14px 20px;
	background: #fff;
	float: right;
	overflow: visible; /* IE 6 */
	border-left: 1px solid #c5c0a4;
	border-right: 1px solid #c5c0a4;
}

#content p, #content dd {
	line-height: 18px;
}

/* Footer */

#footer {
	width: 730px;
	height: 29px;
	margin: 0 auto;
	padding: 10px 60px;
	background: #e1dcc2 url(../images/footer.png) center no-repeat;
	font-size: 11px;
}

#footer .left {
	width: 360px;
}

#footer .right {
	width: 320px;
	text-align: right;
}

