/* CSS Document */
@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, header, section, mainarticle, container, body, foot, banner 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%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

.clear {
	clear: both;
}
.container {
width: 1000px;
height: auto;
display: table;
margin: 0 auto;
margin-top: 10px;
background-color:FFFFFF;
}
.wrap {
vertical-align: middle;
display: table-cell;
width: 1000px;
margin: 0 auto;
height: auto;
}

/* Columns */
.column {
display: table-cell;
float:none;
text-align: center;
vertical-align: middle;
padding: 10px;
}
.right {
margin: 0 auto;
}
.center {
	margin: 0 auto;
}
.left {
margin: 0 auto;
}
.space {
	margin: 0 auto;
	background-color: #EAEAEA;
}
.topContainer {
	clear:left;
	width: 100%;
	min-width:1000px;
	background-color: #FFFFFF;
	height:auto;
	margin:0 auto;
}

.bottomContainer {
	clear:left;
	width: 100%;
    margin: 0 auto;
	margin-top: 10px;
	background-color: #666;
	height:auto;
	color: #CCC;
}

.topBar {
	background-color:#FFF;
	margin: 0 auto;
	height: auto;
	overflow:none;
	float: none;
	width: 1000px;
}

.bottomBar {
	background-color:#666;
	margin: 0 auto;
	height: auto;
	overflow:none;
	float: none;
	width: 1000px;
	color: #CCC;
	margin-top: 10px;
}


.body {
	background-color: #EAEAEA;
	float: none;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}	

.section
{
	width: 1000px;
	height: auto;
	background-color: #FFF;
	float: none;
	margin: 0 auto;
}
.banner
{
	width: 1000px;
	background-color: #EAEAEA;
	float: none;
	margin: 0 auto;
}

.articlemain

{
	width: 1000px;
	height: auto;
	float:none;
	margin:0 auto;
	background-color:#FFF;
}

.articleleft
{
	width: 328px;
	float: left;
	margin: 0 auto;
	overflow:auto;
	border:inset 0px #000;
	
	
}

.articlecenter

{
	width: 328px;
	float: left;
	margin: 0 auto;
	overflow:auto;
	border:inset 0px #000;
	
	
}
	

.articleright
{
	width: 328px;
	float:left;
	margin: 0 auto; 
	overflow:auto;
	border:inset 0px #000;
	
	
}




.foot
{
	width: 100%;
	float: none;
	margin: 0 auto;
	background-color: #666;
	color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	clear:left;
}
		
	

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.h3 {
	font-weight:bold;
	font-size:16px;
	color: #C00;
}
.Index {
	font-family: Verdana, Geneva, sans-serif;
}
.p{
	margin:0; padding:0;
}

nav {
	display: inline-block;    
    text-align: center;
	list-style:none;
	height: auto;
	
  }
  nav ul {
    margin: 0;
    padding:0;
    list-style: none;
	height: auto;
	
  }

  .nav a {
    display:block; 
    background: #333; 
    color:#fff; 
    text-decoration: none;
    padding: .8em 1.8em;
    text-transform: uppercase;
    font-size: 12px;letter-spacing: 2px;
    text-shadow: 0 0px 0 #000;
    position: relative;
  }
  .nav{  
    vertical-align: top;
    display: inline-block;
    border-radius:6px;
	margin-top:10px;
	width: 1000px;
  }
  .nav li
  {
	  position: relative;
	  
  
  }
  .nav > li { 
  
    float:left; 
    margin-right: 0px;
	width:250px;
 
  } 
  .nav > li > a 
  { 
    margin-bottom:0px;
     
  }
  .nav li:hover > a { color:#C00; background-color: #CCC; }
  .nav > li:first-child  { border-radius: 4px 0 0 4px;} 
  .nav > li:first-child>a{border-radius: 4px 0 0 0;}
  .nav > li:last-child  { 
    border-radius: 0 0 4px 0; 
    margin-right: 0;
  } 
  .nav > li:last-child >a{border-radius: 0 4px 0 0; }
  .nav li li a { margin-top:0px}
  
  
  
    .nav li a:first-child:nth-last-child(2):before { 
     content:""; 
     position: absolute; 
     height:0; 
     width: 0; 
     border: 5px solid transparent; 
     top: 50% ;
     right:5px;  
   }
   
   
   
   
   
   /* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  left: -99999em;
  width: auto;
  list-style: none;
}
.nav > li:hover > ul {
  left: 0em;
  padding-top: 0px  ;
  min-width: 100%;
}



.nav > li li:hover > ul { 
 /* margin-left: 1px */
  left: 100%;
  top: -1px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #aaa; 
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 0px solid transparent; 
  border-bottom-color: orange; 
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #aaa; 
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 0px solid transparent; 
  border-right-color: orange; 
}

/* #### Dark Matter #### */
.dark-matter {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    background: #555;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #D3D3D3;
    text-shadow: 1px 1px 1px #444;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.dark-matter h1 {
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #444;
    margin: -10px -30px 30px -30px;
}
.dark-matter h1>span {
    display: block;
    font-size: 11px;
}
.dark-matter label {
    display: block;
    margin: 0px 0px 5px;
}
.dark-matter label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    font-weight: bold;
}
.dark-matter input[type="text"], .dark-matter input[type="email"], .dark-matter textarea, .dark-matter select {
    border: none;
    color: #525252;
    height: 25px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #DFDFDF;
}
.dark-matter select {
    background: #DFDFDF url('images/down-arrow.png') no-repeat right;
    background: #DFDFDF url('images/down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    color: #525252;
    line-height: 25px;
}
.dark-matter textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.dark-matter .button {
    background: #FFCC02;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #585858;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 1px 1px 1px #FFE477;
    font-weight: bold;
    box-shadow: 1px 1px 1px #3D3D3D;
    -webkit-box-shadow:1px 1px 1px #3D3D3D;
    -moz-box-shadow:1px 1px 1px #3D3D3D;
}

.dark-matter .button:hover {
    color: #333;
    background-color: #EBEBEB;
}

