﻿@import url('../Settings/body.css');
@import url('../Settings/logo.css');
@import url('../Settings/navigation.css');
@import url('../Settings/text.css');
@import url('../Settings/form.css');
@import url('../Settings/colors.css');
body
{
  margin: 0;
  padding: 0;
  font-size: 14px;
}

h1, h2, h3
{
  margin: 0;
}

h1
{
  margin-bottom: 5px;
}

h2
{
  margin-bottom: 2px;
}

h3
{
  margin-bottom: 2px;
}

p, ul, ol
{
  margin-top: 0;
}

ul
{
  padding-left: 20px;
  list-style-type: square;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a img
{
  border: none;
}

img.left
{
  float: left;
  margin: 7px 30px 0 0;
}

img.right
{
  float: right;
  margin: 7px 0 0 30px;
}

.container
{
  width: 920px;
  margin: 0 auto;
  background-color: #fff;
}

#logo
{
  padding-top: 5px;
  padding-bottom: 5px;
}

#logoBackground
{
  background:dwrichselectitem;/* LogoBackgroundColor */
  margin-left:10px;
  margin-right:10px;
}

/*Navigation colors*/
#top-nav
{
  /*Background color*/
  background-image: url(images/NavBgGenericBlackBottom.png);
  background-repeat:repeat-x;
  background-position:top left;
  border-right-width: 1px;
  border-right-style:solid;
  height: 30px;
  width: 898px;
  margin-left:10px;
  display: none;
}
#top-nav a
{
  /*Dark button border*/
  border-right-width: 1px;
  border-right-style:solid;
  /*Light button border*/
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  float: left;
  padding: 3px 25px 2px 25px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  min-width: 70px;
}

#top-nav a:hover, #top-nav a.inpath
{
  /*Mouse over color*/
  text-decoration: underline;
  border-left-width: 1px;
  border-left-style: solid;
}

/*Navigation settings*/
#top-nav a.inpath{
  text-decoration: none;
}

#top-nav ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

#top-nav li
{
  display: block;
  float: left;
  height: 28px;
}

#spacer
{
  height: 10px;
}

#breadcrumb
{
  padding: 3px;
  font-size: 11px;
  height:20px;
  line-height:20px;
}

#social-media
{
  padding: 3px;
  text-align:right;
}

/* Menu */

#content-wrapper
{
  min-height: 450px;
  overflow: auto;
}

#content-main
{
  line-height: 1.6em;
  margin-left:20px;
  width:660px;
  /*width:95.6%;*/
}

#content
{
  float: left;
  min-height: 450px;
  margin-bottom:15px;
  width:auto;
  /*width:100%;*/
}

#content img.paragraphimage
{
  border: 1px solid #D8D8D8;
  padding: 3px;
}

#content .column2
{
  width:50%;
  float:left;
}

#content .column3
{
  width:32%;
  float:left;
}

.content-container
{
  background-color: #fff;
}

.content-container form
{
  padding:0;
  font-size:11px;
  border-style:solid;
  border-width:1px;
}

.content-container form table
{
  width:100%;
}

.content-container input[type=button]
{
  float:right;
}

.content-container input[type=text], #content-main textarea
{
  width:98% !important;
  margin: 0 1px 1px 0; 
  padding: 2px 1px;
  font:12px/12px Arial, Helvetica, sans-serif;
}

#LeftContent
{
  padding:10px;
  padding-bottom:0px;
  padding-top:0px;
}

#LeftContent input[type=text], #LeftContent textarea
{
  width:135px !important;
}

#LeftContent form table
{
  width:155px !important;
}
#LeftContent form td
{
  width:135px !important;
}

#menu
{
  float: left;
  width: 220px;
  min-height: 300px;
  bottom: 0px;
  border-right: 1px dotted #D8D8D8;
  background-color: #fcfcfc;
  padding-bottom:10px;
  padding-top:26px;
  display: none;
}

#menu strong
{
  line-height: 30px;
  padding: 5px;
  padding-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

#menu em
{
  margin-left: 10px;
  margin-right: 10px;
}

#menu ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

#menu li
{
  padding: 0;
}

#menu a
{
  color: #666666;
  display: block;
  line-height: 22px;
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  border-bottom: 1px solid #D8D8D8; /*   border-left:1px solid #cccccc;   border-right:1px solid #cccccc;   background:#F6F6F6 url(images/LeftNavBg.png) repeat-x bottom center; */
}

#menu ul li ul li a
{
  border-bottom: 1px dotted #D8D8D8;
  line-height: 18px;
  padding: 3px;
  padding-left: 18px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  background: #F9F9F9 url(images/arrow.png) no-repeat left;
}

#menu a.inpath
{
  background-color: #F4F4F4;
  font-weight: bold;
  border-bottom: 1px dotted #D8D8D8;
  color: #333333;
}

#menu a:hover
{
  background-color: #F4F4F4;
  color: #333333; /*   background:#F6F6F6 url(images/LeftNavBgHover.png) repeat-x bottom center; */
}
/* Search */

#search
{
  float: right;
  margin-right: 0px;
}

#search form
{
  float: right;
  margin: 0;
  border: 1px solid #D8D8D8;
  background-color: #ffffff;
}

#search input
{
  font-size: 20px;
  float: left;
  border: none;
  padding: 2px;
  color: #666666;
}

#search input[type=submit]
{
  padding: 0px;
  padding-right: 4px;
  padding-left: 4px;
  width: 29px;
  height: 29px;
  background: #ffffff url(images/search_button_green.png) no-repeat center center;
}

/* Footer */

#footer
{
  min-height: 120px; /*background: url(footerbg.png) repeat-x center top;*/
}

#footer ul
{
  margin: 0;
  padding: 0;
}

#footer li
{
  width: 150px;
  margin-left: 20px;
  margin-top: 12px;
  list-style: none;
  line-height: normal;
  float: left;
  font-weight: bold;
  font-size: larger;
}

#footer li ul
{
  margin-top: 5px;
}

#footer li li
{
  margin: 0;
  font-weight: normal;
  font-size: smaller;
}

#footer a
{
  color: #999999;
}

#bottom-left
{
  float: left;
  color: #666666;
  font-size: 10px;
}

#bottom-right
{
  float: right;
}

#login
{
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
}

#login label
{
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 2px;
}
#login input[type=text], #login input[type=password]
{
  width: 150px;
}
#login input[type=submit]
{
  margin-top: 2px;
  display: block;
}
#inlineLogo{
  display: inline; 
  border:none;
  text-decoration: none; 
  padding: 10px; 
  line-height: 1.2em; 
  text-align: justify;
}
.skiptranslate {
  display: none;
}
#printContainer
{
  display: none;
}
