/* Resets */
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;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #42423d;
	font: 62.5% Arial, Helvetica, sans-serif;
	height: 100%;
}
html, body {
	height: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	line-height: 1.2em;
	font-style: italic;
	padding: 20px 20px 20px 60px;
	margin: 20px 0;
	background: url(quote.png) no-repeat 0 0;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.fly {background: url(/images/eagles-icon-sm.gif) top center no-repeat;}
.fly-oak {background: url(/images/raiders-icon-sm.gif) top center no-repeat;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */
a:link, a:visited {
	color: #285966;
}
a:hover {
	color: #0F3566;
}
a:active {
	color: #0E4D66;
}
a.floated_link {
	background-color:#468175;
	color:#fffffe;
	position:relative;
	top:-10px;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
	font-size:11px;
}
a.floated_link:hover {
	background-color:#222323;
}
/*container*/
#container {
	width:1002px;
	margin:0 auto 4em;
	-moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
  
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #27221f;
}
h1, h2, h3 {
	font-size: 2.7em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 10px;
}
h2, h3 {
	margin: 30px 0 0;
}
h4 {
	font-size: 1.6em;
	line-height: 23px;
}
/* Header */
#header_wrap {
	height: 94px;
	min-width: 1002px;
}
#header {
	background:url('/img/bg_header.jpg') 0 0 no-repeat;
	position: relative;
	height: 127px;
	width: 1002px;
	margin: 0 auto;
	z-index: 1;
}
#header .logo {
	position: absolute;
	left: 30px;
	top: 0px;
}
/* Navigation */
#navigation-container {
	position: relative;
	height: 2.5em;
	border-bottom: 1px solid #fff;
	min-width: 1002px;
}
#nav {
	position: relative;
	height: 2.5em;
	width: 1002px;
	margin: 0 auto;
}
#main_nav {
	position: absolute;
	bottom: -0.1em;
	left: 200px;
	z-index: 99;
	list-style: none;
/*	background: url(images/border-nav-bottom.gif) repeat-x bottom;*/
	height: 2.6em;
	width: auto;
	text-transform: uppercase;
	padding-left: 28px;
}
* html #main_nav {
	bottom: -0.3em;
	bo\ttom: -0.2em;
}
#main_nav li {
	float: left;
	font-size:1em;
	margin-left: 0.1em;
	background: url(images/nav_right.gif) no-repeat 100% 0px;
}
#main_nav li.current {
	background-position: 100% -150px;
}
#main_nav li a {
	float: left;
	display: block;
	height: 2.4em;
	hei\ght: 1.8em;
	padding: 0.6em 1.3em 0.1em 1.2em;
	letter-spacing: -0.02em;
	background: url(images/nav_left.gif) no-repeat 0% 0px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_nav li.current a {
	background-position: 0% -150px;
	color: #333;
	border-bottom: 1px solid #fff;
}
#main_nav li:hover, #main_nav li.ieHover {
	background-position: 100% -150px;
}
#main_nav li:hover a, #main_nav li.ieHover a {
	background-position: 0% -150px;
	color: #121212;
	border-bottom:1px solid #e6e6e6;
}
#content #page_subnav {
	margin: 0px 0px 40px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}
#content #page_subnav li {
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	margin-right: 7px;
}
#content #page_subnav li a:link, #content #page_subnav li a:visited {
	color: #646464;
	text-decoration: none;
	padding-right: 14px;
}
#content #page_subnav li a:hover, #content #page_subnav li.active a  {
	color: #468175;
	text-decoration: none;
}
#content #page_subnav li a:active {
	color: #646464;
	text-decoration: none;
}
/* about nav */
#nav-about {
	position: absolute;
	right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #f2f2f2;
	line-height: 2.5em;
	z-index:2;
}
#nav-about li {
	display: inline;
}
#nav-about li a:link, #nav-about li a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	letter-spacing: -0.05em;
}
#nav-about li a:hover {
	color: #629200;
	text-decoration: none;
}
#nav-about li a:active {
	color: #fffffe;
	text-decoration:none;
}
/* Content */
#page_wrap {
	position: relative;
	background: #fff;
	width: 1002px;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 auto;
}
#page {
	position: relative;
	background: #fff;
	width: 1002px;
}
#content_wrap {
	float: right;
	width: 700px;
}
#content {
	float: left;
	width: 640px;
	padding: 30px;
	padding-bottom: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content p {
	padding-bottom: 2.0em;
}
/* Breadcrumb */
#breadcrumb {
	position: relative;
	float: left;
	width: 100%;
/*	padding-left: 23px;*/
	background: #f2f2f2;
	border-bottom: 1px solid #b8babb;
	height: 35px;
	font-size: 10px;
	text-transform: uppercase;
	color: #121212;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
	color: #468175;
}
#breadcrumb .crumbs ul {
	float: left;
	width: 550px;
}
#breadcrumb .crumbs li {
	display: inline;
	line-height: 4.3em;
}
#crumbout {
	position: absolute;
	right: 0;
	bottom: -37px;
	_bottom:-46px;
	background: #f2f2f2;
	border-bottom: 1px solid #b8babb;
	height: 44px;
	hei\ght:35px;
}
#crumbs li {
	float:left;
	line-height:3.5em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a {
	background:url(images/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 10px;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
/*a:link, a:visited,	*/
#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
	}
/* Page Styles */
#entry {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 25px;
	width: 640px;
}
.promo-box {
	border-bottom: 1px solid #dfddd5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.noimage {
	margin-left:180px;
}
#content .promo {
	position: relative;
	display: block;
}
#content .promo h1 {
	font-size: 2em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	padding-right: 50px;
}
#content .promo h1 a,
#content .promo h2 a {
	text-decoration: none;
	color: #242323;
}
#content .promo h1 a:hover,
#content .promo h2 a:hover {
	text-decoration: underline;
}
#content .promo h2 {
	font-size: 1.6em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	padding-right: 50px;
}
#content .promo h3, #bottomcopy h3 {
	font-size: 1.2em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	padding-right: 50px;
}
#content .promo small {
	background-color:#1c5342;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	color:#fffffe;
	font-size:1.0em;
}
#content .promo small a {
	color:#fffffe;
	text-decoration:none;
}
#content .promo small a:hover {
	text-decoration:underline;
	color:#fffffe;
}
#content .promo small.az {
	background-color:#870619;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	color:#fffffe;
	font-size:1.0em;
}
#content .promo small.bal {
	background-color:#5500ad;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	color:#fffffe;
	font-size:1.0em;
}
#content .promo small.pit {
	background-color:#000;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	color:#fffffe;
	font-size:1.0em;
}
#content .promo small.lal {
	background-color:#4B0082;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	color:#fffffe;
	font-size:1.0em;
}
#content .promo small.oak {
	background-color:#000;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	color:#fffffe;
	font-size:1.0em;
}
#content .promo small.dal {
	background-color:#0d254c;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	color:#fffffe;
	font-size:1.0em;
}
#content .promo .text {
	display:block;
	margin:5px 0;
	font-style:normal;
	float:left;
	width:420px;
}
#content .promo .longtext {
	display:block;
	margin:5px 0;
	font-style:normal;
	float:left;
	width:455px;
}
#content .promo .intro {
	display:block;
	margin:5px 0;
	font-style:normal;
	float:left;
	width:630px;
}
#content .promo img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #f2f2f2;
	padding:3px;
	vertical-align:middle;
}
#content .promo img.helmet {
	float:right;
	margin:0;
	width: 40px;
        height: 28px;
	border:none;
	padding:0;
	vertical-align:middle;
}
#content ul, #content ol {
	margin-bottom: 30px;
}
#content ul li {
	margin-bottom:6px;
	margin-left: 27px;
	padding-left: 13px;
}
#content ol li {
	margin-bottom:6px;
	margin-left: 40px;
}
#content ul li {
	background: url(images/li.gif) no-repeat 0 8px;
}
#content ol li {
	list-style: decimal;
}
/* Sidebar */
#sidebar {
	position: relative;
	float: left;
	width: 300px;
	padding-bottom: 40px;
}
#sidebar h2,#sidebar h3 {
	font-size: 1.35em;
	letter-spacing: -0.02em;
	margin: 0;
        padding-bottom:3px;
}

#sidebar .iphone {
	margin: 8px 0 0 10px;
        font-size: 1.5em;
	letter-spacing: -0.02em;
        padding-bottom:3px;
        font-weight:bold;
}
.sidebar-h2 {
font-size:1.75em;
letter-spacing:-0.02em;
margin:0;
padding-bottom:5px;
font-size:1.5em;
letter-spacing:-0.04em;
line-height:1.05em;
color:#27221F;
font-family:Helvetica,Arial,sans-serif;
font-weight:bold;
}
/* search */
.searchthis {
	position: relative;
	float: left;
	width: 298px;
	height: 8.2em;
	background: url(images/border_plus.gif) repeat-x 0 100%;
	border-left: 1px solid #cdcfcf;
	border-right: 1px solid #bbbcbc;
}
.searchthis .img {
	position: absolute;
	left: 15px;
	top: 20px;
}
.searchthis h2 {
	position: absolute;
	left: 72px;
	top: 20px;
}
.searchthis #searchForm {
	position: absolute;
	left: 73px;
	top: 45px;
}
.searchthis #searchForm #search_term {
	border: 1px solid #bbbbbb;
	font-size: 0.8em;
	padding: 0.3em 0.4em 0.4em 0.4em;
}
*+html .searchthis #searchForm #search_term {
	padding: 0.2em;
	padding-top: 0.3em;
	font-size: 1.0em;
}
.submit_button {
	background: #fdfdfd;
	border: 1px solid #bbbbbb;
        float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #468175;
	text-transform: uppercase;
	height: 2.2em;
	width: 6em;
	text-align: center;
	padding-bottom: 2px;
	letter-spacing: -0.05em;
	cursor: pointer;
        margin: 0 8px 0 0;
	display: inline;
}
*+html .submit_button {
	height: 2.4em;
	padding-bottom: 0px;
}
.submit_button:hover {
	color: #232323;
	background: #eeeeee;
	text-decoration: none;
}

.image_wrap {
	width: 275px;
	padding: 15px 0px;
	padding-left: 18px;
}
.image_wrap img {
	float: left;
	padding: 5px 10px;
}
/* rss feed */
.rssfeed {
	position: relative;
	float: left;
	padding-top: 12px;
	padding-left: 13px;
	padding-bottom: 20px;
        padding-right:5px;
	color: #424242;
	background: #f2f2f2 url(images/border_sidebar.gif) repeat-x 0 100%;
	border-left: 1px solid #cdcfcf;
	border-right: 1px solid #bbbcbc;
	width: 280px;
}
.rssfeed ul {
	margin-bottom: 5px;
}
.rssfeed ul li {
	margin-bottom:6px;
	margin-left: 5px;
	padding-left: 12px;
}
.rssfeed ul li {
	background: url(images/li.gif) no-repeat 0 8px;
}
/* email us */
.emailus {
	position: relative;
	float: left;
	padding-top: 22px;
	padding-left: 73px;
	padding-bottom: 50px;
	color: #424242;
	background: #f2f2f2 url(images/border_sidebar.gif) repeat-x 0 100%;
	border-left: 1px solid #cdcfcf;
	border-right: 1px solid #bbbcbc;
	width: 225px;
}
.sidepromo2{background-image:none;border-bottom: 1px solid #cdcfcf;}
.emailus .img {
	position: absolute;
	left: 21px;
	top: 20px;
}
.emailus p {
	position: absolute;
	left: 80px;
	top: 50px;
	font-size:1.2em;
}
.sealed {
	position: relative;
	float: left;
	padding-top: 22px;
	padding-left: 73px;
	padding-bottom: 100px;
	color: #424242;
	background: #f2f2f2;
	border-left: 1px solid #cdcfcf;
	border-right: 1px solid #bbbcbc;
	border-bottom: 1px solid #bbbcbc;
	width: 225px;
}
#siteseal {
	position:relative;
}
#siteseal embed {
	position:absolute;
	top:-5px;
	left:50px;
}
#siteseal a {
	position:relative;
	top:95px;
	left:50px;
}
/* Footer */
#footer_wrap {
	background: #233236;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMzIzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzUxN2E5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjUzNjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #233236 0%, #517a99 50%, #365369 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#233236), color-stop(50%,#517a99), color-stop(100%,#365369)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #233236 0%,#517a99 50%,#365369 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #233236 0%,#517a99 50%,#365369 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #233236 0%,#517a99 50%,#365369 100%); /* IE10+ */
	background: linear-gradient(top,  #233236 0%,#517a99 50%,#365369 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233236', endColorstr='#365369',GradientType=0 ); /* IE6-8 */

	width: 100%;
}
#footer {
	position: relative;
	width: 972px;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #a79578;
	margin: 0 auto;
}
#footer span a {
	color:#fff;
}
/*facebox*/
#facebox .b {
  background:url(/images/b.png);
}
#facebox .tl {
  background:url(/images/tl.png);
}
#facebox .tr {
  background:url(/images/tr.png);
}
#facebox .bl {
  background:url(/images/bl.png);
}
#facebox .br {
  background:url(/images/br.png);
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  border-collapse: collapse;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight >; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/*tables*/
table.tixtable  a,
table.tixtable  a:link,
table.tixtable  a:visited {
	border:none;
	}							
table.tixtable img {
	border:0;
	margin-top:.5em;
	}	
table.tixtable {
	width:98%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:0 auto;
	}
.tixtable caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:0;
	padding:0;
	caption-side:top;
	text-align:left;
	}	
.tixtable tr.odd .column1	{
	background-color:#f4f9fe;
	}	
.tixtable .column1	{
	background:#f9fcfe;
	}
.tixtable td {
	color:#27221f;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
  padding:.3em 1em;
	text-align:center;
	}				
.tixtable th {
	font-weight:normal;
	color: #27221f;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}							
.tixtable thead th {
	background:#EBF8FE;
	text-align:center;
	font:bold 1.2em/2em Arial,Helvetica,sans-serif;
	color:#27221f
	}
.tixtable thead th.dal {
	background:#E4EEFF;
	text-align:center;
	font:bold 1.2em/2em Arial,Helvetica,sans-serif;
	color:#27221f
	}	
.tixtable tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
.tixtable tfoot th strong {
	font:bold 1.2em Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
.tixtable tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}
table.tixtable tbody tr { border-top: 1px solid #ddd }
table.tixtable tbody tr.even { background-color: #fcfcfc }
table.tixtable tbody tr.odd { background-color: #f7f7f7 }
table.tixtable tbody tr:hover { background: #eed !important }
table.tixtable tbody td.tdleft {text-align:left;font-weight:bold;}
table.tixtable tbody td.tdleft2 {text-align:left;font-weight:normal;}

/* forms */
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form.cmxform {
	width: 370px;
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(/images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(/images/cmxform-divider.gif) left bottom repeat-x;
	}
#content .sociable ul li {
background:none;
list-style-type:none;
list-style-image:none;
}
#content .sociable img:hover {
border:none;
}
/* slideshow */
#gallery {
  position:relative;
  height:360px;
margin:20px 0;
overflow:hidden;
width:580px;
}
#gallery a {
  float:left;
  position:absolute;
}
#gallery a img {
  border:none;
}
#gallery a.show {
  z-index:500
}
#gallery .caption2 {
  z-index:600; 
  background-color:#000; 
  color:#ffffff; 
  height:100px; 
  width:100%; 
  position:absolute;
  bottom:0;
}
#gallery .caption2 .content2 {
  margin:5px
}
#gallery .caption2 .content2 h3 {
  margin:0;
  padding:0;
  color:#fff;
}

/* new nav */
.sidenav {
	position: relative;
	float: left;
	padding-top: 15px;
	padding-left: 40px;
	padding-bottom: 20px;
	color: #424242;
	background: #f2f2f2 url(images/border_sidebar.gif) repeat-x 0 100%;
	border-left: 1px solid #cdcfcf;
	border-right: 1px solid #bbbcbc;
width: 258px;
}

h2.sidenav-header {
     position: relative;
     float:left;
     padding-top: 5px;
     padding-left: 10px;
     padding-bottom:3px;
     color:#fff;
     background:#555;
     border-left:1px solid #cdcfcf;
     border-right: 1px solid #bbbcbc;
     font-size:1.2em;
     width:288px;
     font-weight:bold;
}

#sidenav-container a {
  color:#42423d;
  display:block;
  line-height:16px;
  margin:0;
  padding:3px 0 3px;
}

#sidenav-container a:hover {
background-color:#fff;
}

.sidenav .sm-img {
position: absolute;
left: 10px;
top: 13px;
}
.sidenav p {
position: absolute;
left: 80px;
top: 50px;
font-size:1.2em;
}

a.li-eagles:hover {
background-image:url('/images/li-eagles.png');
background-repeat:no-repeat;
background-position:200px 2px;
}

a.li-raiders:hover {
background-image:url('/wp-content/uploads/2010/06/li-raiders.png');
background-repeat:no-repeat;
background-position:200px 2px;
}

a.li-broncos:hover {
background-image:url('/images/broncos/li-broncos.png');
background-repeat:no-repeat;
background-position:200px 2px;
}

#content img.alignright {border:none;float:right;padding:0 0 0 5px;}

.see-more {
  background:#f2f2f2;
  border-top:1px solid #ccc;
  padding:0;
}

.see-more-link {
  display:block;
  font-weight:bold;
  padding:15px;
  text-align:center;
}

.postnoline {
    text-align:left;
    width: auto;
    padding: 22px 0 22px 0;
}

.posttopline {
    border-top: 1px solid #ccc;
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
    border:1px solid #ccc; 
    padding:0 4px; 
}

.tixtable td.table_header {
    background:#336666;
    color:#fff;
    font-weight:bold;
}

#merchad {
    margin:40px auto;
}
#gigya_share {
padding:5px 0 0 0;
cursor:pointer;
}
#official-partners {
display:block;
position:absolute;
top:53px;
right:5px;
padding:0;
background:url(/wp-content/uploads/2010/07/partners1.png) 2px 5px no-repeat;
width:285px;
text-align:right;
}

#nhl_partners {
	display:block;
	position:absolute;
	top:50px;right:1px;
	width:408px;height:49px;
	background:url(/images/nhl/partners_nhl.png);
}

.nobg {background-image:none;}


/* clean green (inspired by okcupid.com)
*******************************************************************************/
a.clean-green {
  background: #7fbf4d;
  background: -moz-linear-gradient(0% 100% 90deg,#1C5342, #7FBF4D);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#1C5342));
  border: 1px solid #1C5342;
  border-width: 1px 1px 0 1px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "lucida grande", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 8px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
	width:200px;
	min-width:200px;
}

a.clean-green a {
  color:#fff;
}

a.clean-green:hover {
  background: #5a962c;
  background: -moz-linear-gradient(0% 100% 90deg,#5a962c, #72ac45);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#72ac45), to(#5a962c));
}

a.clean-green:active {
  background: #7fbf4d;
  background: -moz-linear-gradient(0% 100% 90deg,#7fbf4d, #1C5342);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1C5342), to(#7fbf4d));
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-width: 0 1px 1px 1px;
  padding: 7px 8px;
}

/* footer */

.footer {
  border:1px solid #F0F0F0;
  clear:both;
  color:#fff;
  display:block;
  font-size:larger;
  margin:15px;
  padding:5px;
}

.footer a:link,.footer a:visited {
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.9em;
}

.footer a:hover {
  color:#629200;
}

.rounded {
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
}

.footer .col:first-child {
  border:medium none;
}

.footer .col {
  border-left:1px solid #E0E0E0;
  float:left;
  height:150px;
  margin:10px;
  padding-left:10px;
}

ul.flat-vert {
  text-align:left;
}

.flat-vert.title {
  color:#fff;
  font-family:arial,verdana,helvetica,sans-serif;
  font-size:18px;
  font-weight:normal;
  margin-bottom:5px;
}

.bottommenu {
  clear:both;
  color:#fff;
  font-size:smaller;
  text-align:center;
}

.foot_buttons {
  clear:both;
  margin:0 auto;
  width:420px;
}

.foot_button {
  float:left;
  padding:3px 3px 20px 3px;
}

.target_www .footer_pad {
  padding:0 0 0 125px
}

.target_fr .footer_pad {
  padding:0 0 0 70px
}

#leagueBoxes {
	background-image: url(/images/gear/index640.jpg);
	height: 141px; 
	width: 640px; 
}

.leaguebox {
	float: left; 
	width: 128px;
}

#content ul.leaguelist {
	width: 88px; 
	height: 136px; 
	padding-left: 12px; 
	float: left;
	list-style:none;
}

#content ul.leaguelist li {
	background:none;
	margin:0;
	padding:0 0 2px 2px;
}

.leaguehead {
	width: 128px; 
	height: 25px; 
	cursor: pointer;
}

.leaguegear {
	width: 66px; 
	height: 102px; 
	cursor: pointer; 
	float: left;
}

/* minimal
*******************************************************************************/
table.tixtable a.minimal,
a.minimal,
#nav-about li a:hover, .footer a:hover {
 color:#0183da;
}
table.tixtable a.minimal {
border: 1px solid #ccc;
width:105px;
min-width:105px;
display:block;
margin:0 auto;
}
.tixtable td {
padding:0.1em;
}

a.minimal {
  background: #e3e3e3;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 9px;
  text-align: center;
  text-shadow: 0 -1px 0px #fff;
  width:150px;
  min-width:150px;
}

a.minimal:hover {
  background: #d9d9d9;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
}

a.minimal:active {
  background: #d0d0d0;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;
}


/*language drop down*/
#lang_drop_down {
	position:absolute;
	top:0;
	left:80px;
}
#lang_drop_down li.edition {
	color:#fff;
	padding:0;
	text-decoration:none;
	position:absolute;
	top:8px;
	left:-40px;
}
#lang_sel {height:32px; position:relative; z-index:999;margin-right: 10px; font-family:arial, sans-serif;}

/* remove all the bullets, borders and padding from the default list styling */
#lang_sel ul, #lang_sel li {padding:0 !important; margin:0 !important; list-style-type:none !important;}
#lang_sel li:before{content:'' !important;}
#lang_sel ul ul {width:160px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel li {float:left;width:160px;position:relative;}

/* style the links for the top level */
#lang_sel a, #lang_sel a:link, #lang_sel a:visited {
	display:block;
	font-size:12px;
	text-decoration:none !important;
	color:#fff;
	line-height:18px;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	font: normal bold 12px Verdana, sans-serif;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:160px;border-top:0;z-index:999;}

/* another hack for IE5.5 */
/** html #lang_sel ul ul {top:25px;t\op:25px;}*/

/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#lang_sel ul ul a, #lang_sel ul ul a:link, #lang_sel ul ul a:visited {
	font-weight: normal;
	background:#285966;
	color:#fff !important;
	border-width:0 1px 1px 1px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0; /* future proofing */
	-khtml-border-radius: 0; /* for old Konqueror browsers */
	z-index:999;
	}

/* style the top level hover */
#lang_sel a:hover, #lang_sel ul ul a:hover{color:#fff; background:#4C7301;}
#lang_sel :hover > a, #lang_sel ul ul :hover > a {color:#fff; background:#4C7301;}

#lang_sel a.lang_sel_sel{
    color: #fff;
}
#lang_sel a.lang_sel_sel:hover{
    text-decoration: none;
}

/* make the second level visible when hover on first level list OR link */
#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul{visibility:visible; }

#lang_sel ul li img {
	position: relative;
	margin: 0;
	padding: 0;
/*	margin-right: -6px;*/
	border: 1px solid #bfbfbf;
	top: 2px;
}

#lang_sel ul li ul li img {
	margin-right: -2px;
}

/*footer language list*/
#footer_language_list{
  margin: 20px 0; 
  text-align: center;
}

#footer_language_list ul{
  list-style: none;
  margin:0;
  padding:0;
}

#footer_language_list ul li img{
  margin-right:5px;
}

#footer_language_list ul li{
  display:inline;
  margin:0 5px 0 5px;
  padding:0;
}

#footer_language_list ul li a, #footer_language_list ul li a:visited{
  color: #fff;
  text-decoration:underline;
}

#footer_language_list ul li a:hover, #footer_language_list ul li a:active{
  color: #fff;
}

#coming_soon_form {
	clear:both;
	display:none;
}

#content sup,
#footer_wrap sup,
#sidenav-container sup,
#crumbs sup,
#nhl-header-copy sup {
font-size:0.65em;
vertical-align:top;
}

.date_place {
	font-size:0.9em;
}

#sidenav-container a.sidebar-indent {
  padding-left:20px;
}

/*social sidenav*/
.social_sidenav {
	padding: 5px 0pt 3px 40px;
}
.social_sidenav a {
	float:left;
}
.social_sidenav img {
	margin: 0 15px;
}
.social_sidenav img.first {
	margin: 0 15px 0 40px;
}

/*simple forms*/
form#simple-form {
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-box-shadow: 2px 2px 10px #ccc;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-box-shadow: 2px 2px 10px #ccc;
	background-color: #fff;
	margin: 25px auto 0;
	padding: 25px 10px;
	text-align: center;
	width: 260px;
}

form#simple-form label {
	display: block;
	font-size: 1.65em;
	font-weight: bold;
	letter-spacing: -0.025em;
	margin: 0 0 5px 15px;
	text-align: left;

}

form#simple-form input {
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	background-color: #eaeaea;
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff), color-stop(1.0, #eaeaea));
	border: 1px solid #cacaca;
	color: #444;
	font-size: 1.4em;
	margin: 0 0 25px;
	padding: 8px 10px;
	width: 240px;
}

form#simple-form input#submit {
	-moz-border-radius-bottomleft: 32px;
	-moz-border-radius-bottomright: 32px;
	-moz-border-radius-topleft: 32px;
	-moz-border-radius-topright: 32px;
	-webkit-border-bottom-left-radius: 32px;
	-webkit-border-bottom-right-radius: 32px;
	-webkit-border-top-left-radius: 32px;
	-webkit-border-top-right-radius: 32px;
	background-color: #dedede;
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff), color-stop(1.0, #dedede));
	border: 1px solid #dedede;
	color: #484848;
	font-size: 1.65em;
	font-weight: bold;
	padding: 10px 15px;
}
