-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 */
/*-------------------------------------------------------------------------------------------*/

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,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.red {color:#FF0000}
/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
textarea {
  overflow: auto;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #ffffff;
  border: 1px solid #eaeaea;
  padding: 10px;
  margin-bottom: 20px;
}
/* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: none;
}
/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Floating & Alignment  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.fix:before,
.fix:after,
.col-full:before,
.col-full:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.fix:after,
.col-full:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.fix,
.col-full {
  zoom: 1;
}
/*-------------------------------------------------------------------------------------------*/
/* IMPORTS */
/*-------------------------------------------------------------------------------------------*/
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(0);
    /* FF3.5+ */
  
    -ms-transform: rotate(0);
    /* IE9 */
  
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
  
    -ms-transform: rotate(180deg);
    /* IE9 */
  
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(0);
    /* FF3.5+ */
  
    -ms-transform: rotate(0);
    /* IE9 */
  
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
}


/*
The styles in this stylesheet only apply to resolutions 768px and up

CALCULATING DIMENSIONS:
----------------------
The layout is fluid. The sote wrapper (.col-full) has a fixed pixel max-width.
All subsequent dimensions are calculated based on that fixed pixel width, using the formula: target / context = result
Credit - http://www.alistapart.com/articles/fluidgrids/

-----
INDEX
-----

1. Global dropdown styles
2. Top Navigation
3. Main navigation dropdown menus
 -3.1 General dropdown menus
4. Containers & Columns
5. Footer widgets
6. IE Fixes

/*----------------------*/
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(0);
    /* FF3.5+ */
  
    -ms-transform: rotate(0);
    /* IE9 */
  
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
  
    -ms-transform: rotate(180deg);
    /* IE9 */
  
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(0);
    /* FF3.5+ */
  
    -ms-transform: rotate(0);
    /* IE9 */
  
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
}
/*----------------------*/
#wrapper {
 /* padding: 0 2em;*/
}

  body {
    background-repeat: repeat-x;
  }
  #wrapper {
    padding: 0;
  }
  table td,
  table th {
    
  }
  table thead th {
    padding: 1.387em;
  }
  /* 1. GLOBAL DROPDOWN STYLES (these are purely for the dropdown layout and you should only edit the width of the dropdowns) */
  ul.nav {
    position: relative;
    margin-bottom: 0;
    /* LEVEL 2 */
  
    /* LEVEL 3 */
  
  }
  ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none;
	width:14.2857%;
  }
  ul.nav li a {
    display: block;
    padding: .53em 1em;
  }
  ul.nav ul {
    width: 11.089em;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
  }
  ul.nav ul li {
    float: none;
	right:7.23em;
  }
  ul.nav ul li a {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
  
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
  
    box-sizing: border-box;
    /* Opera/IE 8+ */
  
  }
  ul.nav ul ul {
    left: 100%;
    top: 0;
  }
  ul.nav li:hover > ul {
    visibility: visible;
  }

  /* 3. MAIN NAVIGATION DROPDOWN MENUS (Add main navigation presentational styles here) */
  #navigation {
    display: block !important;
    -webkit-border-radius: 0em;
    border-radius: 0em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #FDFDFD;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#B1B1B1));
    /* Saf4+, Chrome */
  
    background-image: -webkit-linear-gradient(top, #FDFDFD, #B1B1B1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
  
    background-image: -moz-linear-gradient(top, #FDFDFD, #B1B1B1);
    /* FF3.6+ */
  
    background-image: -ms-linear-gradient(top, #FDFDFD, #B1B1B1);
    /* IE10 */
  
    background-image: -o-linear-gradient(top, #FDFDFD, #B1B1B1);
    /* Opera 11.10+ */
  
    background-image: linear-gradient(to bottom, #FDFDFD, #B1B1B1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    border: 2px inset #D7D7D7;
    border-width: 2px;
    margin-bottom: 1.5em;
    padding: 0;
	font-size:1.1em;
	padding: 0;
	font-size:1.25em;
	font-weight:bold;
  }
  #navigation ul#main-nav {
	max-width:892px; 
	width:99.8%;
	padding:0%; 
	margin: 0 auto;
  }
  #navigation ul.nav {
    font-size: 1em;
    margin-bottom: -1px;
	border: 1px solid #000;
  }

  #navigation ul.nav > li {
    border-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #navigation ul.nav > li a {
	text-transform:uppercase;
    padding: .618em 0em;
    color: #000000;
	text-align:center;
	text-decoration:none;
    text-shadow: 0.1px 0.1px #E1E1E1;	
    border: 1px solid #C0C0C0;
    border-width: 0 0 0 0.5px;
    -webkit-border-radius: 0;
    border-radius: 0;
/*    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;*/
    box-shadow: 2px 0 0 0 #9D9D9D;
    -webkit-box-shadow: 2px 0 0 0 #9D9D9D;
	line-height:1.618;
  }
  #navigation ul.nav > li a:hover {
	color: #FFFFFF;
    text-shadow: 0.1px 0.1px #121212;
    box-shadow: 0 0 0 0 #595959;
    -webkit-box-shadow: 0 0 0 0 #595959;
    background-color: #656565;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#949494));
    /* Saf4+, Chrome */
  
    background-image: -webkit-linear-gradient(top, #656565, #949494);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
  
    background-image: -moz-linear-gradient(top, #656565, #949494);
    /* FF3.6+ */
  
    background-image: -ms-linear-gradient(top, #656565, #949494);
    /* IE10 */
  
    background-image: -o-linear-gradient(top, #656565, #949494);
    /* Opera 11.10+ */
  
    background-image: linear-gradient(to bottom, #656565, #949494);
    text-decoration: none;
  }
  #navigation ul.nav > li:hover {
    box-shadow: 0 0 0 0 #595959;
    -webkit-box-shadow: 0 0 0 0 #595959;
    background-color: #656565;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#949494));
    /* Saf4+, Chrome */
  
    background-image: -webkit-linear-gradient(top, #656565, #949494);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
  
    background-image: -moz-linear-gradient(top, #656565, #949494);
    /* FF3.6+ */
  
    background-image: -ms-linear-gradient(top, #656565, #949494);
    /* IE10 */
  
    background-image: -o-linear-gradient(top, #656565, #949494);
    /* Opera 11.10+ */
  
    background-image: linear-gradient(to bottom, #656565, #949494);
    text-decoration: none;
  }
 /* #navigation ul.nav > li.current_page_item a,
  #navigation ul.nav > li.current_page_parent a,
  #navigation ul.nav > li.current-menu-ancestor a,
  #navigation ul.nav > li.current-cat a,
  #navigation ul.nav > li.current-menu-item a {
   /* margin-top: -1px;*/
    
	/*background-color: #FDFDFD;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#B1B1B1));
     Saf4+, Chrome */
  
    /*background-image: -webkit-linear-gradient(top, #FDFDFD, #B1B1B1);
     Chrome 10+, Saf5.1+, iOS 5+ */
  
   /* background-image: -moz-linear-gradient(top, #FDFDFD, #B1B1B1);
     FF3.6+ */
  
   /* background-image: -ms-linear-gradient(top, #FDFDFD, #B1B1B1);
     IE10 */
  
   /* background-image: -o-linear-gradient(top, #FDFDFD, #B1B1B1);
     Opera 11.10+ */
  
   /* background-image: linear-gradient(to bottom, #FDFDFD, #B1B1B1);
    box-shadow: 2px 0 0 0 #9D9D9D;
    -webkit-box-shadow: 2px 0 0 0 #9D9D9D;
    padding-top: .7em;
  }*/
/*  #navigation ul.nav > li.current_page_item ul li a,
  #navigation ul.nav > li.current_page_parent ul li a,
  #navigation ul.nav > li.current-menu-ancestor ul li a,
  #navigation ul.nav > li.current-cat ul li a,
  #navigation ul.nav > li.current-menu-item ul li a {
    background: #282828;
  }
  #navigation ul.nav > li.current_page_item ul li a:hover,
  #navigation ul.nav > li.current_page_parent ul li a:hover,
  #navigation ul.nav > li.current-menu-ancestor ul li a:hover,
  #navigation ul.nav > li.current-cat ul li a:hover,
  #navigation ul.nav > li.current-menu-item ul li a:hover {
    background: #393939;
  }*/
  #navigation ul.nav > li:first-child a {
    -webkit-border-top-left-radius: 0em;
    -webkit-border-bottom-left-radius: 0em;
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-width: 0px;
    margin-left: 0px;

  }
  #navigation ul.nav > li:last-child a {
    border-width: 0 0px 0 1px;
    box-shadow: 0px 0 0 0 #646464;
    -webkit-box-shadow: 0px 0 0 0 #646464;
  }
  #navigation ul.nav ul {
	/*border:1px solid #000;*/
    border: 2px inset #D7D7D7;
	left: -2.5em;
	width:160px;
    -webkit-border-bottom-left-radius: 0em;
    -webkit-border-bottom-right-radius: 0em;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  }
  #navigation ul.nav > li:last-child ul {
	left: -4.9006em;  
  }
  
  #navigation ul.nav ul > li a {
   	min-width:200px;
	text-align:center;
	letter-spacing: -0.06em;
	/*padding:0.618em;*/ 
	box-shadow: 0 0 0 0 #5b5b5b !important;
    -webkit-box-shadow: 0 0 0 0 #5b5b5b !important;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px none;
    border-width: 0 1px 0px 1px;
	background-color: #FDFDFD;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#B1B1B1));
    /* Saf4+, Chrome */
  
    background-image: -webkit-linear-gradient(top, #FDFDFD, #B1B1B1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
  
    background-image: -moz-linear-gradient(top, #FDFDFD, #B1B1B1);
    /* FF3.6+ */
  
    background-image: -ms-linear-gradient(top, #FDFDFD, #B1B1B1);
    /* IE10 */
  
    background-image: -o-linear-gradient(top, #FDFDFD, #B1B1B1);
    /* Opera 11.10+ */
  
    background-image: linear-gradient(to bottom, #FDFDFD, #B1B1B1);
  }
  #navigation ul.nav ul > li a:hover {
     background-color: #656565;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#949494));
    /* Saf4+, Chrome */
  
    background-image: -webkit-linear-gradient(top, #656565, #949494);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
  
    background-image: -moz-linear-gradient(top, #656565, #949494);
    /* FF3.6+ */
  
    background-image: -ms-linear-gradient(top, #656565, #949494);
    /* IE10 */
  
    background-image: -o-linear-gradient(top, #656565, #949494);
    /* Opera 11.10+ */
  
    background-image: linear-gradient(to bottom, #656565, #949494);
    text-decoration: none;
  }
    #navigation ul.nav > li:last-child ul > li a {
	 border-left: 1px solid #000000;
	border-right: 1px solid #000000; 
  }
  #navigation ul.nav ul > li:first-child a {
	  border-top: 1px solid #000000;
  }
  #navigation ul.nav ul > li:last-child a {
	  border-bottom: 1px solid #000000;
    -webkit-border-bottom-left-radius: 0em;
    -webkit-border-bottom-right-radius: 0em;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #navigation ul.nav ul ul {
    top: -1px;
    left: 100%;
  }
  .nav-toggle {
    display: none;
  }
  #footer ul.nav li a {
    padding: 0 1em;
    color: #d9d9d9;
    font-size: .9em;
  }
  #footer ul.nav li.current_page_item a,
  #footer ul.nav li.current_page_parent a,
  #footer ul.nav li.current-menu-ancestor a,
  #footer ul.nav li.current-cat a,
  #footer ul.nav li.li.current-menu-item a {
    background: none;
    color: #d9d9d9;
  }

  /* 6. IE FIXES */
  .ie7 #top-nav {
    position: relative;
    z-index: 9999999;
  }
  .ie7 #header {
    position: relative;
    z-index: 9999999;
  }
  
 #mainContent{
	background-color:  black; 
	border: 2px inset;
	width: 100%;
 }
 
 #navigation{
	border: none; 
 }