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

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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

small, sub, sup { font-size: .83em; }
sub { vertical-align: sub; }
sup { vertical-align: super; }
i, cite, em, var, address { font-style: italic; }

/* Site CSS */

body
{
  font-family: Arial, Helvetica, sans-serif;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#page-background
{
  position: fixed;
  width: 980px;
  height: 100%;
  background-color: #660000;
  z-index: -99;
  top: 0;
  left: 50%;
  margin-left: -490px;
}

#header
{
  width: 980px;
  height: 113px;
  margin: 0 auto;
  background-color: #660000;
  position: relative;
}

#header-logo
{
  float: left;
}

#header-logo a
{
  margin-top: 25px;
  margin-left: 26px;
	background-image: url('img/logo.png');
	height: 57px;
	width: 516px;
	display: block;
}

#header-nav
{
  position: absolute;
  top: 32px;
  right: 0;
  text-align: right;
  font-size: 16px;
  margin-right: 5px;
}

  #header-nav > ul > li
  {
    position: relative;
    display: inline-block;
    height: 50px;
    z-index: 50;
    cursor: pointer;
  }

  #header-nav > ul > li > a
  {
    text-decoration: none;
    display: inline-block;
    height: 30px;
    padding: 18px 11px 18px 11px;
  }

  #header-nav li + li:before
  {
    color: #ff3333;
    content: "|";
  }

  #header-nav ul li > div
  {
    display: none;
    position: absolute;
    right: 0;
    top: -32px;
    line-height: 1.2em;
    text-transform: none;
    text-align: left;
    z-index: 50;
    white-space: nowrap;
    width: 980px;
    text-align: right;
    color: #000;
    padding: 8px 0;
  }

  #header-nav ul div a
  {
    text-decoration: none;
    color: #000;
  }

  #header-nav ul div a + a:before
  {
    padding: 0 11px;
    color: #000;
    content: "|";
  }

  #header-nav div span
  {
    background-color: #cc0000;
    padding: 8px 11px;
  }

  #header-nav > ul > li:hover div
  {
    display: block;
  }

  #header-nav li.with_submenu:hover
  {
    background-color: #cc0000;
    color: #000;
  }

  #header-nav li.with_submenu:hover a
  {
    color: #000;
  }

  #header-nav li.with_submenu div a:hover
  {
    color: #fff !important;
  }

#header-nav a, #footer a
{
  color: #ff3333;
}

#header-nav a:hover, #footer a:hover
{
  color: #cc0000;
  text-decoration: none;
}


#nav
{
  background-color: #0066cc;
  font-size: 16px;
  width: 980px;
  margin: 0 auto;
}

#nav table
{
  width: 100%;
}

#nav td
{
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #00468c;
}

#nav td > div
{
  position: relative;
}

#nav td:first-child
{
  border-left: 0;
}

#nav .nav_item
{
  display: block;
  color: #00ccff;
  width: 100%;
  height: 100%;
  line-height: 69px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  padding: 0 25px;
  cursor: pointer;
}

#nav .nav_item:hover, #nav td.hover .nav_item, #nav td.clicked .nav_item
{
  text-decoration: none;
  color: #fff;
  background-color: #00468c;
}

#nav ul
{
  display: none;
  position: absolute;
  top: 69px;
  left: -1px;
  width: 100%;
  text-align: left;
  z-index: 999;
  background-color: #00468c;
  border-left: 1px solid #00468c;
  border-right: 1px solid #00468c;
  font-size: 14px;
  padding: 15px 0;
}

#nav ul a
{
  color: #fff;
  height: auto;
  line-height: 1.5em;
  display: block;
  padding: 5px 15px 5px 25px;
}

#nav ul a:hover
{
  text-decoration: none; color: #00ccff;
}

#nav td.first ul
{
  border-left: 0;
  left: 0;
}

#nav td.last ul
{
  border-right: 0;
  right: 0px;
  left: auto;
}

#nav td:hover ul, #nav td.clicked ul
{
  display: block;
}

#main
{
  width: 980px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

#front-right a
{
  color: #fff;
  text-decoration: underline;
}

#front-left
{
  height: 441px;
  width: 622px;
  overflow: hidden;
  float: left;
}

#front-right
{
  height: 441px;
  width: 358px;
  float: left;
  background-color: #999999;
  color: #fff;
  position: relative;
}

#front-right h1
{
  font-size: 38px;
  font-weight: bold;
  line-height: 1.05em;
  margin-bottom: 9px;
}

#front-right h2
{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
  line-height: 1.3em;
}

#front-right-learn
{
  position: absolute;
  bottom: 0;
  left: 0; 
  line-height: 34px;
  background-image: url('img/front-learn_more_2.png');
  height: 34px;
  width: 285px;
}

#front-right-learn a
{
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  display: block;
  right: 30px;
  color: #00ccff;
  height: 34px;
}

#front-right-learn a:hover
{
  color: #0099cc;
  text-decoration: none;
}

#front-right-triangle
{
  width: 0;
  height: 0;
  border-top: 80px solid transparent; 
  border-bottom: 80px solid transparent; 
  border-right: 80px solid #333333;
  position: absolute;
  bottom: 0;
  left: -80px;
}

#front-right-triangle-2
{
  width: 0;
  height: 0;
  border-bottom: 34px solid transparent; 
  border-right: 34px solid #00468c;
  position: absolute;
  bottom: 0;
  left: -34px;
}

#front-right-top
{
  background-color: #666666;
  font-size: 15px;
  padding: 20px 30px 50px 30px;
  position: relative;
  line-height: 1.5em;
}

#front-right-bottom
{
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  padding: 10px 30px 10px 30px;
  overflow: hidden;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}

#inside-container
{
  border-left: 60px solid #cccccc;
  border-right: 319px solid #666666;
}

#inside
{
  width: 520px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  min-height: 200px;
  float: left;
}

#sidebar
{
  width: 319px;
  margin-right: -319px;
  margin-left: 61px;
  float: left;
  height: 100%;
  background-color: #666666;
  overflow: hidden;
}

#sidebar-nav
{

  position: relative;
  min-height: 40px;
  padding: 30px 5px 30px 30px;
  color: #fff;
}

#sidebar-nav-triangle
{
  width: 0;
  height: 0;
  border-top: 40px solid transparent; 
  border-bottom: 40px solid transparent; 
  border-right: 51px solid #666666;
  position: absolute;
  top: 0;
  left: -51px;
}

#sidebar-nav h1
{
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 10px;
}

#sidebar-nav li
{
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 10px;
}

#sidebar-nav a
{
  color: #ccc;
  font-weight: normal;
}

#sidebar-nav a:hover, #sidebar-nav a.selected
{
  text-decoration: none;
  color: #fff;
  /* font-weight: bold; */
}

#sidebar-nav a.selected
{
  font-weight: bold;
}

#sidebar-image
{
/*  margin-bottom: 25px; */
  margin-bottom: -3px;
  width: 319px;
}

#sidebar-quote
{
  font-size: 24px;
  color: #999999;
  padding: 30px;
  line-height: 1.4em;
}

#footer
{
  clear: both;
  width: 920px;
  height: 71px;
  margin: 0 auto;
  background-color: #660000;
  color: #fff;
  font-size: 10px;
  padding: 16px 30px;
  line-height: 1.3em;
}

#footer span
{
	display: block;
	float: left;
}


#footer span:after
{
	content: '•';
	display: inline-block;
	padding: 0 5px;
}

#footer span:last-child:after
{
	content: '';
	padding: 0;
}

/* Typography (Main Content Area) */

#inside
{ 
  font-size: 13px;
  color: #333333;
}

#inside a
{
  color: #0066cc;
}

#inside h1
{
  font-size: 21px;
  color: #666666;
  font-weight: bold;
}

#inside h2
{
  font-size: 17px;
  color: #660000;
  font-weight: bold;
}

#inside h3
{
  font-size: 15px;
  color: #660000;
  font-weight: bold;
}

#inside h1, #inside h2, #inside h3, #inside h4, #inside h5, #inside h6, #inside p
{
  margin: 14px 0 7px 0;
  line-height: 1.3em;
}

#inside p
{
  margin-top: 7px;
}

#inside h1:first-child, #inside h2:first-child, #inside h3:first-child, #inside h4:first-child, #inside h5:first-child, #inside h6:first-child, #inside p:first-child
{
  margin-top: 0;
}

#inside p.large, #inside p.introtext
{
  font-size: 16px;
  color: #333333;
}

#inside ol
{
  list-style-type: decimal;
}

#inside ul
{
  list-style-type: disc;
}

#inside ul, #inside ol
{
  padding-left: 37px;
}

#inside li
{
  margin: 14px 0;
  line-height: 1.3em;
}

#inside pre
{
  font-family: monospace;
}

#inside table, #inside blockquote
{
  margin: 7px 0 14px 0;
}

#inside blockquote
{
  margin-left: 30px;
  margin-right: 30px;
  line-height: 1.2em;
}

#inside th
{
  font-weight: bold;
}

#inside th, #inside td
{
  padding: 7px;
  border: 1px solid #ccc;
}

#inside fieldset 
{ 
  border: 1px solid #ccc; 
  padding: 7px; 
  margin: 7px 0 14px 0;
}

#inside fieldset legend
{
  font-size: 1.2em;
  font-weight: bold;
  color: #666666;
}

#inside input[type=text], #inside input[type=password], textarea, #inside input[type=email]
{
  border: 1px solid #999999;
}

#inside hr
{
  color: #666;
  height: 1px;
  background-color: #666;
  border-style: none;
}

#inside strong
{
  font-weight: bold;
}

#inside center
{
  text-align: center;
}

#inside sup
{
  font-size: 0.6em;
  position: relative;
  top: 1px;
}

#inside img.alignleft
{
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

#inside img.alignright
{
  float: left;
  margin-top: 7px;
  margin-left: 15px;
  margin-bottom: 10px;
}

