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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**************** GLOBAL *******************/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 125%;
}
h1 {
	margin: 8px 0 16px;
	font-size: 18px;
}
h2 {
	margin: 8px 0;
	font-size: 14px;
}
h3 {
	margin: 4px 0;
	font-size: 12px;
}
h4 {
	margin: 4px 0;
	font-size: 10px;
}
p, li {
	margin: 8px 0;
}
img.brdr {
	border: 1px solid #000;
}
a {
	color: #1599AF;
	text-decoration: none;
}
a:link, a:visited {
	border-bottom: 1px dotted #09899F;
}
a:hover, a:active {
	color: #DD5A40;
	border-bottom: 1px solid #DD5A40;
}
#logo a, #topnav a {
	border: 0;
}



/**************** LAYOUT *******************/
* html body {
	text-align: center;
}
* html #wrapper {
	text-align: left;
}
#wrapper {
	background: #fff url(../images/interface/bg-grad.jpg) repeat-y bottom left;
	width: 960px;
	margin: 8px auto 0;
	border: 0px solid #000;
	position: relative;
}
#header {
	position: relative;
	width: 960px;
	height: 120px;
	background-color: #000;
	z-index: 100; /* ADDED THIS */
}
#logo {
	padding: 8px 0 0 24px;
	float: left;
}
#body {
	background: url(../images/interface/bg.jpg) no-repeat top left;
}
#topnav {
	position: absolute;
	top: 88px;
	right: 12px;
	color: #fff;
	float: right;
    z-index: 100; /* ADDED THIS */
}
#topnav ul {
	float: right;
	
}
#subnav {
	width: 180px;
	float: left;
	padding: 40px 10px 10px;
	position: relative; /* ADDED THIS */
    z-index: 100; /* ADDED THIS */ 
	
}
#subnav div {
	clear: left;
	padding-top: 60px;
	font-size: 10px;
}
#content  {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 200px;
	min-height: 686px;
	line-height: 150%;
}
* html #content {
	height: 400px;
}
#home #article {
	border: 1px solid #000;
	width: 464px;
	min-height: 672px;
	float: left;
	padding: 10px;
	text-align: justify;
	position: relative; /* ADDED THIS */
    z-index: 1; /* ADDED THIS */ 
} 
#homeslide {
	background-color: #fff;
	height: 352px;
	width: 460px;
	border: 1px solid #000;
}
#homeslide img {
	margin: 2px;
}
#home #news {
	border: 1px solid #000;
	width: 240px;
	min-height: 672px;
	float: left;
	margin-left: 8px;
	padding: 10px;
}
#home #news .item {
	padding: 0 0 8px;
	text-align: justify;
}
#copy {
	width: 180px;
	padding: 9px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
}
.clear {
	clear: both;
}

/*****		GENERAL		*****/
.mug {
	float: right;
}

.list caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
}
.list th, .list td {
	padding: 3px 4px;
	border-bottom: 1px solid #cedde2;
}
.list th {
	border-top: 1px solid #cedde2;
	background: url(../images/interface/bluegrad.png) repeat-x top left;
	height: 18px;
}
.list td {
	background-color: #fff;
}
.list .first {
	border-left: 1px solid #cedde2;
}
.list .last {
	border-right: 1px solid #cedde2;
}
.flright {
	float: right;
	margin: 0 0 8px 8px;
}
.flleft {
	float: left;
	margin: 0 8px 8px 0;
}

/*****		TEAM INFO 		******/
#teamroster {
	clear: right;
	width: 100%;
	margin-bottom: 24px;
}
#teamroster th {
	text-align: left;
}
#teamschedules {
	float: right;
	width: 368px;
	background-color: #fff;
}
#teamschedules div {
	border: 1px solid #cedde2;
}
#teamschedules div h3, #shotweek h3 {
	background: url(../images/interface/bluegrad.png) repeat-x top left;
	color: #000;
	margin: 0;
	height: 16px;
	padding: 3px 4px;
}
#teamschedules div div {
	padding: 4px;
	border: 0;
}
#practice {
	margin-bottom: 12px;
}
#practice, #tournament {
	overflow-y: auto;
}
#shotweek {
	border: 1px solid #cedde2;
	width: 368px;
	background-color: #fff;
}
#shotweek h3 {
}
#shotweek div {
	padding: 8px;
}
#shotweek #shot {
	display: block;
	text-align: center;
}
#shotweek img, img.shotweek {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #000;
}
#shotweek #caption {
	display: block;
}
ul {
	margin: 0 36px;
	list-style-type: square;
}
ol {
	margin: 0 36px;
	list-style-type: decimal;
}

/*****		PLAYER INFO		*****/
#academic {
	width: 500px;
	margin-top: 24px;
}
#physical {
	float: right;
	clear: right;
	margin-top: 24px;
	width: 244px;
}
#experience {
	width: 100%;
	clear: right;
	float: left;
}
#experience caption {
	margin-top: 12px;
}
#experience td {
	width: 243px;
	background-color: #fff;
	border: 1px solid #cedde2;
	padding: 0;
}
#experience td h3 {
	background: url(../images/interface/bluegrad.png) repeat-x top left;
	margin: 0;
	height: 16px;
	padding: 3px 4px;
}
#experience td div {
	padding: 4px;
}
#experience td.divider {
	border: 0;
	width: 12px;
}

/*****		NEWS ITEMS		*****/
#news {
	line-height: 15px;
}
#news h2 {
	font-size: 14px;
	margin: 8px 0 4px;
}
#news h3 {
	font-size: 11px;
	margin: 0;
}
div.item {
	margin: 12px 0;
	font-size: 10px;
}
div.item p {
	margin-top: 0;
}
div.item em {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.brdr {
	border-top: 1px solid #CEDDE2;
	padding-top: 12px;
}
.item .itemcontent {
	display: none;
}

/*****		TINYMCE		*****/
body.mceContentBody {
	padding: 12px;
	text-align: left !important;
}