html {
  	height: 100%;
  	margin-bottom: 1px;
}

body {
  	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 75%;
  	color: #222; 
	background-color: #858f9e;   /*#4682B4;#000080;#858f9e;*/
	margin: 0em;
	padding: 0em;
}

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

body.dk_bkgd {
	background: url(../images/menu/bg.png) repeat-x center top; /* Page Background Color */
}

/*-------------- header ---------------- */
#header {
	padding:0 0 1.5em 0;
}

#headBKGD {
	background: url(../images/dkHeader_a.jpg); 
	background-color: #fff;
}

/*-------------- content ---------------- */
#content {
	padding:0 0 1.5em 0;
}

 /*-------------- footer ---------------- */
#footer {
	padding:0 0 1.5em 0;
}

#date {
	color: #808080;
	margin:7px 0 4px 0px;
	text-align:left;
}

/* Special Container Styles (Background Color and Images) */
.containerDivhead {
	background-color: #efefef;
	margin-bottom: -18px;/* -30px */
}

.containerDiv {
	  /* background: url(../bkgd_paper.jpg) fixed; See Grid Styles*/
	  /* background-color: #efefef; See Grid Styles */
	margin-bottom: -18px;/* -30px */
}

.containerDivfoot {
	/*background: url(../images/bkgd_paper.jpg) fixed;*/
	background: url(../images/dk_bkgrd.jpg) fixed;
	background-color: #efefef; /* Light Gray #efefef; Light Blue #6699cc; */
	margin-bottom: -18px;/* -30px */
}

.dev {
	background-color: #fff000;
}

.catalog {
	overflow: auto;
	padding-right: 3px; 
	height: 520px;
	background: url(../images/bkgd_paper.jpg) fixed;
	background-color: #ffffff; /* Light Gray #efefef; Light Blue #6699cc; */
}

/* FONT STYLES */
/* Default fonts and colors. 
   serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */

h1,h2,h3,h4,h5,h6 { 
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  	color: #111;
	background-color: transparent; 
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p.last { 
	margin-bottom: 0; 
}

.imgR { 
  	position: relative;
	float: right;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em; 
	padding: 0; 
}

.imgL { 
  	position: relative;
	float: left;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em; 
	padding: 0; 
}

img  { 
	margin: 0 0 1.5em; 
}

ul, ol { 
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em; 
}

li { 
	list-style-type: circle; 
}

ol { 
	list-style-type: decimal; 
}

/* Special Font Colors */
.mountain {
	color: #000080;
	background-color: transparent;
}

.bold {
	font-weight: bold;
	color: #800040;
	background: transparent;
}

/* Additional Font Styles */

.formpage {
	font-size: 1.1em;
	color: #808080;
	background-color: #efefef;
	font-weight: bold;
	margin:7px 0 4px 0px;
	text-align:right;
}

.page {
	font-size: 1.3em;
	color: #ffffff;
	background-color: #858f9e;
	font-weight: bold;
	padding:1px 2px 1px 2px;
	margin:7px 0 4px 0px;
	text-align:right;
}

.projectsSub {
	font-size: 1.1em;
	text-align:left;
	color: #000000;
	background-color: #d3e0d6; /* #000080; navy #1f6a31; mountain #d3e0d6; lightest #bed1c2; light #b0e0b9; middle */
	font-weight: bold;
	padding:1px 2px 1px 2px;
	margin-top: -20px;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em; 
}

.pageSub {
	font-size: 1.3em;
	text-align:left;
	color: #ffffff;
	background-color: #6699cc;
	font-weight: bold;
	padding:1px 2px 1px 2px;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em; 
}

.projSub {
	font-size: 1.3em;
	text-align:left;
	color: #ffffff;
	background-color: #6699cc;
	font-weight: bold;
	padding:1px 2px 1px 2px;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 0em;
}

.small { 
	font-size: .8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em; 
}

.large { 
	font-size: 1.2em; 
	line-height: 2.5em; 
	margin-bottom: 1.25em; 
}

.quiet { 
	color: #666; 
}

.gwdcopyR {
	font-size: 0.9em;
	text-align: right;
	color: #800040;
	background-color: transparent;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.gwdcopyL {
	font-size: 0.9em;
	text-align: left;
   	font-weight: bold;
	color: #800040;
	background-color: transparent;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.gwdsmallItalicB {
	font-size: .99em;
	text-align: center;
	font-style: italic;
   	font-weight: bold;
	color: #800040;
	background-color: transparent;
}
.copyR {
	font-size: 0.70em;
	text-align: right;
	color: #800040;
	background-color: transparent;
	margin-top: 20px;
}

.copyL {
	font-size: 0.70em;
	text-align: left;
   	font-weight: bold;
	color: #800040;
	background-color: transparent;
	margin-top: 20px;
}

.smallItalicB {
	font-size: .75em;
	text-align: center;
	font-style: italic;
   	font-weight: bold;
	color: #800040;
	background-color: transparent;
}
 /*--------------SPECIAL STYLES ---------------- */
.spacer {
	margin-left: 200px;
}

.top { 
	margin-top:0; 
	padding-top:0; 
}
.bottom { 
	margin-bottom:0; 
	padding-bottom:0; 
}

emhighlight { 
	font-style: italic; 
	background: #ffc; 
}

.highlight { 
	background:#ff0; 
}

.hr {
	background: transparent;
	border-bottom : 4px double #6699cc; /* Light Blue Color */
	margin-left: 0px;
}

.hide {
	display:none;
}

/* BLOCKQUOTE STYLES */
blockquote {  
	color: #000000; /*#666;*/
	background-color: transparent;	 
	font-style: italic;
	margin-top: 0em;
	margin-right: 1.5em;
	margin-bottom: 0px;
	margin-left: 1.5em;	 
}

.sitemap { 
	color: #000000; /*#666;*/
	background-color: transparent;	 
	font-style: italic;
	margin-top: 0em;
	margin-right: 1.5em;
	margin-bottom: 0px;
	margin-left: 2.5em;	
}

.subproducts { 
	color: #000000; /*#666;*/
	background-color: transparent;	 
	font-style: normal;
	margin-top: 0em;
	margin-right: 1.5em;
	margin-bottom: 0px;
	margin-left: 1.5em;	 
}

.subscoreboards { 
	color: #000000; /*#666;*/
	background-color: transparent;	 
	font-style: normal;
	margin-top: 0em;
	margin-right: 1.5em;
	margin-bottom: 0px;
	margin-left: 5.5em; 
}

/* ANCHOR AND MENU CSS*/
.navRow {
	text-align: center;
	border-top : 4px double #6699cc; /* Light Blue Color #6699cc; Medium Gray Color #808080; Navy Color #000080;*/
	border-bottom : 4px double #6699cc; /* Light Blue Color #6699cc; Medium Gray Color #808080; Navy Color #000080; */
	background-color: #efefef;
	height: 30px;
}

/* BODY Background and Table Styles */

div.wrapper {
	width: 845px;  /* control the width here */
	margin: 0 auto;
	position: relative;
	padding-bottom: 1px;
}

div.mainbg {
	background: #cdcdcd;
	margin-bottom: 30px;
}

table.mainbg {
	width: 100%;
	border-bottom: 1px solid #101C49;
}

td.main {
	background: #cdcdcd;
}

td.side {
	border-left: 1px solid #a0a0a0;	
	width: 150px;
}

td.spacer {
	width: 5px;
}

/* SIDE NAVIGATION TABLE STYLES */
div.extra_pad {
	padding: 6px 5px 2px 5px;
}


div.block .moduletable {
	border: solid 1px #525252;
	background: #666;
}

div.block .moduletable h3 { color: #fff; background:  #696969 url(../images/menu/modh3_normal_bg.png) no-repeat; }

.moduletable {
 	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
}

.moduletable h3 {
	padding: 0;
	margin-top: -5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
	padding: 5px 5px 8px 35px;
	line-height: 100%;
}

div.moduletable h3 {
	font-size: 100%;
}

/* CONTROLS SIDE NAV TABLE COLOR and PNG */
div.accent {
	background: #323232;
	border-top: 1px solid #323232;
}

div.accent .moduletable {
	border: solid 1px #323232;
	background: #1e6a30; /* Link Background Color navy - #1d307e; green- #1e6a30; */
	color: #fff;
}

div.accent .moduletable h3 {
	background:  url(../images/menu/modh3_accent_bg.png) no-repeat;
	color: #123776;
}

div.accent .moduletable a:link,
div.accent .moduletable a:visited {
	color: #D2D8FF;
}
div.accent .moduletable a:hover {
	color: #fff;
}

div.accent a.mainlevel {
	border-bottom: 1px solid #2f8d41; /* Bottom Link Line navy- #4860bb; green - #2f8d41; */
}

div.accent a#active_menu:link,
div.accent a#active_menu:visited {
	color: #fff;
}

div.accent li.active_menu a:link,
div.accent li.active_menu a:visited {
  color: #fff;
}

.css_button {
	background: url(../images/menu/w3c_css.png);
}

.xhtml_button {
	background: url(../images/menu/w3c_xhtml.png);
}

.clr {
	clear: both;
}

/* ANCHOR AND MENU CSS*/
.navRow {
	text-align: center;
	border-top : 4px double #6699cc; /* Light Blue Color #6699cc; Medium Gray Color #808080; Navy Color #000080; */
	border-bottom : 4px double #6699cc; /* Light Blue Color #6699cc; Medium Gray Color #808080; Navy Color #000080; */
	background-color: #efefef;
	height: 30px;
}
	
/* This document's anchor pseudo-classes*/
/*General Link CSS for text links*/

a:link {
	font-weight: bold; 
	color: blue; 
	background: transparent; 
	text-decoration: none; 
}

a:visited {
	font-weight: bold; 
	color: purple; 
	background: transparent; 
	text-decoration: none; 
}

a:active {
	font-weight: bold; 
	color: green; 
	background: transparent; 
	text-decoration: none; 
}

a:hover {
	font-weight: bold;  
	color: #ff0000;
	background: transparent;
	text-decoration:underline; 
}

/* NAVIGATION MENU GROUP */

h3 #nav div#menu_horiz {
	font-family: Arial Narrow, Helvetica, sans-serif;

}

/* group top menu */

#dksports {
	height: 42px; /* Controls top Menu bar height default 53px; adjust 38px; */
	position: relative;
}

#nav {
	position: absolute;
	top: 0;
	height: 28px;
	width: 100%;
	background: url(../images/menu/topmenu_bg.png) repeat-x;
}

#nav ul {
	padding: 0;
	margin: 0;

}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: none;
}

#nav a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 16px 0 14px;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/menu/topmenu_sep.png) 100% 0 no-repeat;
}

#nav a:link,
#nav a:visited {
	color: #339;
}

#nav a:hover {
	color: #f00;
}

/* @end */

/* group sub menu divider */

#menu_horiz {
	position: absolute;
	top: 28px;
	height: 15px; /* 10px; height of actual divider bar */
	width: 100%;
	background: #1e6a30; /* #2F55B9 url(../images/menu/submenu_bg.png) repeat-x;   green division only #1e6a30;*/
	overflow: hidden;
}

#menu_divider {
	height: 5px;
	overflow: hidden;
	background: #666;
	border-bottom: 1px solid 1px solid #333;
}

ul.submenu {
	padding: 0;
	margin: 0;
}

div#menu_horiz ul.submenu{
	margin: 0 0 0 0px;
	padding: 0;
	padding-left:  1px;
	float:  left;
	
}

div#menu_horiz ul.submenu li {
	float:  left;
	background:  none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

div#menu_horiz ul.submenu li a {
	padding: 0 10px;
	color: #ddd;
	font-size: 95%;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
}

div#menu_horiz ul.submenu a:hover {
	color: #fff;
}

div#menu_horiz ul.submenu ul {
  	display: none;
}

div#menu_horiz ul.submenu ul ul {
  	display: none;
}

/* @end */

/* group sidemenu */

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel {
	display: block;
	padding: 4px 0 2px 0;
	border-bottom: 1px solid #4860BB;
	margin-bottom: 3px;
}

a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.mainlevel:hover {

}

a.sublevel:hover {
	text-decoration: none;
}

a#active_menu:link,
a#active_menu:visited {
	color: #ccc;
}

li.active_menu a:link,
li.active_menu a:visited {
  	color: #ccc;
}
