/* DPD */
body {
	font-size: 13px;
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	background: #f8f8f8;
}
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul {
	list-style: none;
}
p, li {
	line-height: 22px;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h6, strong, .titletext {
	font-weight: 500;
}
h1, .titletext {
  border-left: 24px solid #8f8c4b;
  font-size: 22px;
  line-height: 31px;
  padding: 4px 10px;
  background:#f5f9f9;
}
.clear {
	clear: both;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.margintop20{margin-top:20px;}
.marginleft20{margin-left:20px;}
.marginbottom20{margin-bottom:20px;}

.error_page {border:solid 1px #ccc;padding:4px;color:#000;}

.wrapperbox, .topbox, .header, .mainnav, .banner, .content, .footer, .related_links, .related_links ul, .mainnav, .mainnav li ul li, .newsflash, .contentleft ul, .contentleft ul li, .contentleft ul li a {
	width: 100%;
}
.logo, .topboxleft, .topboxright, .topboxleft ul, .topboxright ul, .rightlinks, .topbox li, .topright_link, .mainnav ul, .mainnav ul li, .topright_link li, .headright, .imagehead, .searchbox {
	width: auto;
}
.wrapperbox, .header, .mainnav, .banner, .content, .footer, .related_links, .related_links ul, .logo, .searchbox, .imagehead, .topbox, .topbox li, .topboxleft, .topboxleft ul, .topboxright ul, .rightlinks, .mainnav, .mainnav ul li, .mainnav li ul li, .topright_link li, .searchbox, .searchinput, .searchsubmit, .newsflash, .tickercontent, .newsleft, .tickercontent, .contentleft, .contentleft ul, .contentleft ul li, .contentleft ul li a {
	float: left;
}
.topboxright, .topright_link, .imagehead, .headright, .contentright {
	float: right;
}
.wrapperin {
	margin: 0 auto;
	width: 1000px;
	background: #fff;
	box-shadow: 0 0 2px #ccc;
}
.logo {
	text-align: center;
}
.logo a {
	display: block;
}
/*topbox*/
.topbox {
	background: #223f9c none repeat scroll 0 0;
	padding: 5px 2%;
}
.leftlinks li, .rightlinks li {
	border-left: solid 1px #fff;
}
.leftlinks li:first-child, .rightlinks li:first-child {
	border-left: none;
}
.topbox li {
	line-height: normal;
}
.topboxleft {
	width: 50%;
}
.topbox li a {
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: 600;
	margin: 0 1px;
	padding: 2px 6px;
}
.topbox li a:hover {
	text-decoration: underline;
}
.topbox .sizebox li a {
	background: #fff none repeat scroll 0 0;
	border-radius: 2px;
	color: #000;
}
.topbox .sizebox li a:hover {
	background: #8f8c4b;
	color: #fff;
	text-decoration: none;
}
.searchbox {
  padding: 28px 50px 0 0;
}
.searchinput, .searchsubmit {
	padding-top: 8px;
	padding-bottom: 8px;
}
.searchinput {
	border: 1px solid #ccc;
	border-radius: 2px 0 0 2px;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
}
.searchsubmit {
	background: #223f9c url("../images/ico-site-search.png") no-repeat scroll center center;
	border: 1px solid #223f9c;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	text-indent: -999px;
	padding-left: 18px;
	padding-right: 18px;
}
.searchsubmit:hover {
	background: #8f8c4b url("../images/ico-site-search.png") no-repeat scroll center center;
	border: 1px solid #8f8c4b;
}
/*mainnav*/
.mainnav {
	margin-bottom: 1px;
	border-top: solid 1px #ccc;
	text-align: center;
	border-bottom: solid 4px #8f8c4b;
}
.mainnav ul {
	display: inline-block;
}
.mainnav ul li {
	position: relative;
}
.mainnav ul li:first-child a {
	border-left: none;
}
.mainnav ul li a {
  border-left: 1px solid #ccc;
  border-top: 1px solid transparent;
  color: #223f9c;
  display: block;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 12px;
  transition: all 0.5s ease 0s;
}
.mainnav ul li a:hover, .mainnav ul li.active > a {
	background: #f5f9f9;
	border-top: 1px solid #ccc;
	transition: all 0.5s ease;
}
.mainnav li ul {
	background: #f5f9f9 none repeat scroll 0 0;
	display: none;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: 35px;
	width: 200px;
	z-index: 99;
	transition: all 0.5s ease;
}
.mainnav li:hover ul {
	display: block;
	transition: all 0.5s ease;
}
.mainnav li ul li:first-child a {
	border-top: none;
}
.mainnav li ul li {
	border-bottom: 1px solid #000;
}
.mainnav li ul li:hover, .mainnav li ul li.active {
	border-bottom: 1px solid #fff;
}
.mainnav li ul li a {
	color: #223f9c;
	transition: all 0.5s ease;
}
.mainnav li ul li a, .mainnav li ul li a:hover, .mainnav li ul li.active a {
	border: medium none;
	margin: 0;
	padding: 5px 18px;
	text-transform: none;
}
.mainnav li ul li a:hover, .mainnav li ul li.active a {
	background: #8f8c4b;
	color: #fff;
	transition: all 0.5s ease;
}
.related_links {
	padding: 0 14px 10px;
}
/*newsflash*/
.tickercontent li {
	display:inline;
}
.newsflash {
	margin:6px 0;
}
.newsleft {
  background: #8f8c4b none repeat scroll 0 0;
  color: #fff;
  font-weight: 700;
  padding: 8px 12px;
  width: 10%;
}
.tickercontent {
  background: #f5f9f9;
  font-size: 13px;
  margin: 0 0 1px;
  padding: 5px 0;
  width: 90%;
}
.newsflash a {
	color:#223f9c;
	text-decoration:underline;
}
/*content*/
.content {
	padding: 20px 14px;
    min-height:450px
}
.content p {
	margin: 10px 0;
}
.contentleft {
  width: 30%;
  background:#f5f9f9;
}
.contentleft ul {
	padding:10px;
}
.contentleft ul li {
  border-top: 1px dotted #ccc;
}
.contentleft ul li:first-child {
  border-top:none;
}
.contentleft ul li a {
  background: url("images/arrow.png") no-repeat scroll 6px center;
  color: #000;
  padding: 6px 23px;
}
.contentleft ul li a:hover {
  background: #eaeded url("images/arrow.png") no-repeat scroll 6px center;
}
.contentright {
  width: 68%;
}
.width100 {
    width: 100%;
    float:left;
}
.width50 {
    width:50%;
    height:auto;
    padding:0 2%;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.spanlevel {
    width: 30%;
    float: left;
    padding:0 2% 0 0;
}
.spanright {
    width: 70%;
    float: left;
}
.width50 span {
    padding-bottom: 10px;
}
/*Related Links*/
.related_links ul {
  margin-top: 14px;
  text-align: center;
}
.related_links li {
	display: inline-block;
	margin: 0 2px;
}
.related_links li a {
	transition: all 0.5s ease;
	box-shadow: none;
}
.related_links li a:hover {
	box-shadow: 0 0 2px #ccc;
	transition: all 0.5s ease;
}
/*footer*/
.footer {
	background: #353535;
	text-align: center;
	color: #ccc;
	font-size: 11px;
	padding: 7px 0;
}
/*forms*/
.content input[type="text"], .content select, .content textarea, .content input[type="password"] {
    border: 1px solid #ccc;
    border-radius: 2px;
    float: left;
    height: auto;
    padding: 6px 1%;
    width: 98%;
}
.content textarea {
    height:200px;
    resize:none;
}
.content input[type=button], .content input[type=reset], .content input[type=submit] {
    background: #223f9c;
    border-radius: 2px;
    cursor: pointer;
    padding: 8px 16px;
    color:#fff;
}
.content input[type=button]:hover, .content input[type=reset]:hover, .content input[type=submit]:hover {
    background: #8f8c4b;
}
.textalign_right {
    text-align: right;
}

.Grid th{
    padding:8px;
}

.Grid td {
    padding: 8px;
    text-align: center;
    color: black;
}

