* {
	margin:0;
	padding:0;
	}

/****************************************************

General tag styles

****************************************************/

body {
	background: #fff url(/images/dpc/body_bg.png) top left repeat-x;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin-bottom: 1em;
}

h1 {
	color:#03476e;
	font-size: 2em;
}

h2 {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	margin-top:2em;
}

h3 {
	color: #000;
	font-size: 1.35em;
	font-weight: bold;
	margin-top:2em;
}

h4 {
	color:#04486d;
	font-weight: bold;
	font-size: 1.25em;
	margin-top:2em;
}

h5 {

}

ul {
	list-style: none;
	margin-bottom: 1em;
	margin-left: 1em;
}

ul li {
	background: url(/images/dpc/bullet.png) .25em left no-repeat;
	padding-left:15px;
}

ol {
	margin-bottom: 1em;
}

ol li {
	list-style-position: outside;
	margin-left:2em;
}

p {
	margin-bottom: 1em;
	display: block;
}

img {
	border: none;
}

a:link,
a:active,
a:visited {
	text-decoration: none;
	color:#0694f8;
}

a:hover {
	color:#04486d;
}

object, img {
	margin-bottom: 1em;
	display: block;
	padding:3px;
	border: 1px solid #efefef;
}

/****************************************************

Table styles

****************************************************/

table {
	width:100%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
}

table th,
table td {
	margin: 0;
	padding:5px;
	text-align: left;
	border-right: 1px solid #efefef;
}

table th {
	color: #fff;
	background:#09355a url(/images/dpc/short-gradient.png) top left repeat-x;
}

table th.last,
table td.last {
	border: none;
}

table caption {
	margin: 0;
	padding: 5px 5px;
	text-align: left;
	font-size: 85%;
	border-bottom: none;
	font-weight: bold;
	text-transform: uppercase;
}

table td {
	vertical-align: top;
}

table td img {
	padding: 0;
	border: none;
}

table tr.headings td {
	font-weight: bold;
}

/****************************************************

Layout

****************************************************/

.pageContainer {
	width: 980px;
	margin: 0  auto;
	text-align: left;
	background: #fff;
	clear:both;
}

.contentContainer_twoColumn {
	background: #fff url(/images/dpc/page_bg.gif) top center repeat-y;
}

.contentContainer_twoColumn .mainContent {
	float: right;
	width: 754px;
}

.contentContainer_oneColumn {
	background: #fff;
}

.contentContainer_oneColumn .mainContent {
	float: none;
	width: 100%;
}

.mainContent .left {
	float: left;
	width: 66%;
	clear: both;
}

.mainContent .right {
	float: right;
	width: 30%;
	font-size: 90%;
}

.pad {
	padding: 35px 15px;
}

ul#pageTop {
	margin: 0;
	padding: .25em 0;
	display: block;
	background: #fff;
	font-size: .875em;
	float: right;
	color: #01476b;
	height: 30px; 
}

ul#pageTop li {
	margin: 0 0 0 3em;
	padding: 0;
	background: none;
	float: left;
	}

ul#pageTop .link {
	margin-top:6px;
}

#header {
	background: #000 url(/images/dpc/globe_small.jpg) bottom right no-repeat;
	clear:both;
}

#header_home {
	background: #000 url(/images/dpc/globe_large.jpg) bottom right no-repeat;
	clear: both;
}

#header .pad,
#header_home .pad {
	padding:25px;
}

ul#pageTop li a:link,
ul#pageTop li a:active,
ul#pageTop li a:visited {
}

.threeColBox {
	background-color:#fff; 
	padding:3%;
	width:25%;
	margin-right: 3%;
	float: left;
	height: 350px;
	overflow: show;
}

/* Hack the three column box for Firefox 3 */
html>/**/body .threeColBox, x:-moz-any-link, x:default	 {
	width:25%;
	height:auto;
}

/* Hack the three column box for Firefox 2 */
.threeColBox, x:-moz-any-link {
	width:31%;
	height:auto;
}

#footer {
	color:#9a9a9a;
	text-align: center;
	border-top:#dfdfdf 1px solid;
	padding-top:1em;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	clear: both;
	margin-bottom: 1em;
}

#footer ul li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline
}

#footer ul li a:link,
#footer ul li a:active,
#footer ul li a:visited {
	padding:0 10px;
	border-right: 1px solid #9a9a9a;
}

#footer ul li.last a:link,
#footer ul li.last a:active,
#footer ul li.last a:visited {
	border: none;
}

/****************************************************

Section navigation

****************************************************/

#nav_section {
	float:left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .875em;
	width: 150px;
}

#nav_section h2 {
	font-size: 1em;
	font-weight: bold;
}

#nav_section ul {
	padding-left: .5em;
	margin: 0;
}

#nav_section ul li {
	padding: 0;
	margin: 0;
	background: none;
}

#nav_section ul li a:link,
#nav_section ul li a:active,
#nav_section ul li a:visited {
	padding: .75em 0 .75em 1em;
	display: block;
}

#nav_section ul li a:hover,
#nav_section ul li a.current:link,
#nav_section ul li a.current:active,
#nav_section ul li a.current:visited {
	background: url(/images/nav_section-bullet.gif) 0 1em no-repeat;
	padding-left:1em;
	color: #04486d;
}

/****************************************************

Miscellaneous

****************************************************/

#header_home img {
	clear: both;
	}

#header img,
#header_home img {
	border: none;
}

#header_home p {
	color:#b4e4fb;
	font-size: 1.5em;
	text-align: right;
	float: left;
	clear: both;
	display: inline-block; 
}

.colBoxCategory {
	text-align:center; 
	font-weight:bold; 
	border-bottom:6px solid #fa6b09; 
	display:block; 
	float:left; 
	padding-bottom:1em; 
	margin-bottom:1em;
	margin-top:1em;
	text-transform: uppercase;
}

.threeColBox h3 {
	margin-top:0;
	padding-top:0;
	color: #fa6b09;
	font-size: 1.25em;
	height: 2em;
	overflow: visible;
}

.threeColBox img {
	width:100%;
}

.mainContent .right h4 {
	margin-bottom: 0;
	padding-bottom: .5em;
	padding-top:.5em;
	display: block;
	border-top: 1px dotted #ccc;
	text-transform: capitalize
}

.button {
	margin-bottom: .5em;
}

a.rounded, 
.button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */ 
}

.button,
a.button:link,
a.button:active,
a.button:visited,
input[type="image"],
input.button {
  color: #003265;
  background: #fbdb84 url(/images/button_bg.png) center left repeat-x;
  padding:6px 14px;
  font-size: 140%;
  font-weight: bold;
}

.button:hover,
a.button:hover,
input[type="image"]:hover,
input.button:hover {
  background:#fad267 url(/images/button_bg-over.png) center left repeat-x;
}

.subHead {
	margin-top:-1em;
	font-weight: normal;
}

.noWrap {
	white-space: nowrap;
}

.hide {
	display: none;
}

/* CLEAR FLOATS WITHOUT EXTRA DIV MARKUP */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#submenu {
    margin:10px 0px;    
}
span.submenu_item {
    padding: 2px 10px;
    background-color:#09355A;
    color:#FFFFFF;
}
span.submenu_item a{
    color:#FFFFFF;
}