/* RESET STYLES */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
blockquote, a, img, strong, 
dl, dt, dd,  ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body { line-height: 1;}
ul { list-style: none;}
img { display:block;}

/* BASIC STYLES */
/* --------------------------------------------------------------- */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background:url(../images/bg_body.jpg) repeat #030;
}
p, li, td {
	font-size: 14px;
	line-height: 1.5em;
}
a:link, a:visited {color:;}
a:hover { background-color:;}
a:active {}

#wrapper {
	margin:0 auto;
	width:980px;
}

/* HEADER */
/* --------------------------------------------------------------- */
#header {
	width:730px;
	height:160px;
	padding:10px 0 0;
	background-color: #FFF;
	border: 1px ridge black;
	margin-left: auto;
    margin-right: auto;
}
#header h1#logo {
	width:690px;
	height:74px;
	display:block;
	text-indent:-5000px;
	margin:0 auto;
}
#header h1#logo a {
	width:690px;
	height:74px;
	display:block;
	background:url(../images/logo_text.png) no-repeat;
	margin:0 auto;
}
#header h2#tagline {
	width:110px;
	height:85px;
	display:block;
	text-indent:-5000px;
	margin:0 auto;
	background:url(../images/logo.png) no-repeat;
}

/* NAV */
/* --------------------------------------------------------------- */

#main-nav {
	margin:0 auto;
	position:relative;
	z-index:20;
	text-align:center;
}
#main-nav ul {
	display:table;
	margin:0 auto;
}
#main-nav li {
	display:inline;
	margin:0.2em 0;
	font-size:1.8em;
	font-weight:bold;
	padding:0 0.5em;
	border-right:solid 1px #FFF;
}
#main-nav li.current {
	margin:0;
	padding:0.2em 0.5em;
	background-color:#FFF;
}
#main-nav li.current,
#main-nav li:last-child {
	border-right:none;
}
#main-nav li a {color:#FFF;text-decoration:none;}
#main-nav li a:hover {color:#937266; text-decoration:underline; background-color:#FFF;}
#main-nav li.current a {color:#937266;}


#btm-nav {
	display:table;
	margin:0 auto;
	position:relative;
	z-index:20;
	top:-50px;
	text-align:center;
}
#btm-nav ul {
	display:block;
	margin:0 auto;
}
#btm-nav li {
	display:inline;
	margin:0.2em 0;
	font-size:1.4em;
	font-weight:bold;
	padding:0 0.5em;
	border-right:solid 1px #FFF;
}
#btm-nav li:last-child {border-right:none;}
#btm-nav li a {color:#FFF;text-decoration:none;}
#btm-nav li a:hover {text-decoration:underline;}
#btm-nav li.current a {color:#FFF;text-decoration:underline;}


/* CONTENT */
/* --------------------------------------------------------------- */

#container-top {
	width:980px;
	height:30px;
	background:url(../images/bg_container_top.png) no-repeat transparent;
	position:relative;
	top:-30px;
	z-index:10;
}
#container-shad {
	width:980px;
	background:url(../images/bg_container_shad.png) repeat-y;
	position:relative;
	top:-30px;
	z-index:10;
}
#container {
	width:960px;
	/*background:url(../images/bg_container2.jpg) repeat-x bottom #FFF;*/
	background:url(../images/bg_container2.jpg) repeat-x top #e7ece8;
	margin:0 auto;
}
#container-btm {
	width:980px;
	height:30px;
	background:url(../images/bg_container_btm.png) no-repeat transparent;
	position:relative;
	top:-30px;
	z-index:10;
}

img.pic-left,
img.pic-right {
	float:left;
	margin:0;
	}
	img.pic-right {float:right;
}
p.clearall {
	display:block;
	clear:both;
	font-size:1px;
}

#sidebar-left {
	width:230px;
	float:left;
	margin:35px 30px 35px 35px;
}

#sidebar-right {
	width:230px;
	float:right;
	margin:35px 35px 35px 0;
}

#sidebar-right h4 {
	display: block;
	width: 230px;
	height: 35px;
	padding-top: 10px;
}



#content {
	width:370px;
	float:left;
	margin:35px 0;
}
div.dropshad-top {
	width:230px;
	height:5px;
	background:url(../images/bg_sideshad_top.png) no-repeat;
}
	#content div.dropshad-top {
		width:370px;
		background:url(../images/bg_mainshad_top.png) no-repeat;
	}
	
div.dropshad-mid {
	width:220px;
	padding:0 5px;
	background:url(../images/bg_sideshad_mid.png) repeat-y;
}	
	#content div.dropshad-mid {
		width:360px;
		background:url(../images/bg_mainshad_mid.png) repeat-y;
		padding-bottom:2em;
	}
	
	#injury.dropshad-mid,
	#defense.dropshad-mid {
		width:220px;
		padding:0 5px;
		background:url(../images/bg_sideshad_mid.png) repeat-y;
		height: 160px;
	}
	
div.dropshad-btm {
	width:230px;
	height:5px;
	background:url(../images/bg_sideshad_btm.png) no-repeat;
	margin-bottom:10px;
}
	#content div.dropshad-btm {
		width:370px;
		background:url(../images/bg_mainshad_btm.png) no-repeat;
	}
#sidebar-left h4,
#sidebar-right h4 {
	font-size:1.6em;
	font-weight:bold;
	color:#030;
	margin:0 5px 0.5em;
}
#sidebar-left a, #sidebar-right a {
	text-decoration: none;
	font-size:inherit;
	font-weight:inherit;
	color:inherit;
}
#sidebar-left ul,
#sidebar-right ul {margin-bottom:0 5px 0.5em;}
#sidebar-left li,
#sidebar-right li {
	font-size:1.4em;
	background:url(../images/li_diamond.png) no-repeat 0 7px;
	padding-left:12px;
}
div.dropshad-mid h3 {
	font-size:2.4em;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#FFF;
	background-color:#030;
	display:block;
	padding:1px 0;
	margin:0 0 0.3em;
	border-top:double 6px #FFF;
	border-bottom:double 6px #FFF;
}
div.dropshad-mid h5 {
	font-size:1.8em;
	font-weight:normal;
	text-align:center;
	color:#FFF;
	background-color:#957266;
	display:block;
	padding:5px 0;
	margin:0 0 0.3em;
}
div.dropshad-mid p {
	padding:5px 0;
	margin:0 5px 0;
}
	#content div.dropshad-mid p {
		padding:0 0 1em;
		margin:0 20px 0;
	}
div.dropshad-mid p.continue {
	width:82px;
	height:24px;
	display:block;
	margin:0 auto;
	text-align:center;
	text-indent:-5000px;
}
p.continue a {
	width:82px;
	height:24px;
	display:block;
	background:url(../images/btn_continue.png) no-repeat;
}
#contact img {
	margin:10px auto;
}
#contact p {
	text-align:center;
	font-size:1.2em;
}

/* SLIDESHOW */
/* --------------------------------------------------------------- */
#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:240;
	height:165px;
	overflow: hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
	/*border: 2px solid #CCC;*/
}


/* FOOTER */
/* --------------------------------------------------------------- */
#footer {
	padding:0 50px;
	position:relative;
	top:-20px;
	z-index:10;
	color:#FFF;
}
#footer p {
	font-size:1.2em;
}
