html,body,div,fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.50em;
}

ul {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 2.25em;
	font-family: Arial, Helvetica, sans-serif, serif;
	color: #000
}

h3,h4,h5,h6 {
	line-height: 1.10em;
	margin: 5px 0 10px 0;
}

h3 a,h4 a,h5 a,h6 a {
	font-weight: bold;
	line-height: 1.10em;
	margin: 5px 0 10px 0;
}

#content {
	background: #fff;
	margin-top: 40px;
	padding-bottom: 18px;
}

#content h3 {
	font-size: 19px;
}

#mainContent {
	background: #fff;
}

#mainContent h2 {
	background: url("../Images/nav_bg.png");
	color: #e2e2e2;
	line-height: 1.75em;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

#header {
	position: relative;
	margin: 0 auto;
	background-color: #05143B;
	height: 115px;
}

#header .container1 {
	position: relative;
}

#logo {
	position: relative;
	height: 115px;
	top: 10px;
	background: transparent url("../Images/dnr_logo.jpg") no-repeat;
	background-color: #05143B;
}

#menu {
	position: absolute;
	top: 115px;
	height: 57px;
	width: 100%;
	background: url("../Images/nav_bg.png");
	margin: 0 auto;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #444;
}

#menu ul {
	height: 57px;
	width: 960px;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
	text-align: center;
}

#menu ul li:first-child a {
	border-left: 0;
}

#menu ul li:last-child a,#menu a.last {
	border-right: 0;
}

#menu a {
	font-weight: normal;
	display: block;
	color: #fff !important;
	height: 34px;
	border-right: 1px solid #1f4e71;
	border-left: 1px solid #44779f;
	padding: 6px 9px 10px 9px;
	line-height: 2.25em;
	text-decoration: none;
}

#menu a:hover,#menu a:focus {
	background: rgba(0, 0, 0, .2);
	color: #fff !important;
	text-decoration: none;
	border-bottom: 0;
}

.container1 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	min-height: 600px;
}

.grid1,.grid2 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container1 .grid1 {
	width: 700px;
}

#search {
	position: absolute;
	top: 70px;
	right: 0;
	background: #11354C;
	background: rgba(255, 255, 255, .05);
	border: 1px solid #1c547b;
	padding: 5px;
}

#search div {
	display: inline;
}

#search input[type=text] {
	width: 210px;
	margin-right: 5px;
}

#search:hover,#search:focus {
	background: rgba(255, 255, 255, .2);
}

#search input[type=text]:focus {
	background: #fff;
}

#search input[type=submit] {
	font-weight: bold;
	width: 65px;
	text-align: center;
	font-size: 10px;
}

#search fieldset {
	width: 300px;
}

#btnG {
	position: absolute;
	right: 5px;
}

#siteQ {
	color: #aaa;
	font: italic 1em Georgia, serif;
}

#subNav {
	margin-top: 15px;
	width: 170px;
}

#subNav h3 {
	background: url("../Images/subnav_bg.png");
	color: #e2e2e2;
	font-weight: normal;
	line-height: 1.75em;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#subNav ul {
	padding: 0;
	margin: 0;
	border: 1px solid #C5E6F9;
	background: #e5f6fe;
	line-height: 1.75em;
}

#subNav ul li {
	border-top: 1px solid #C5E6F9;
}

#subNav ul ul {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#subNav ul li:first-child {
	border: none;
}

#subNav ul li a {
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	font-size: 12px;
	color: #044973;
}

#subNav ul li ul li a {
	padding-left: 30px;
}

#subNav ul li a:hover,#subNav ul li ul li a:hover,#subNav ul li a:focus,#subNav ul li ul li a:focus
	{
	display: block;
	background: #054872;
	color: #e2e2e2;
	text-decoration: none;
	padding-left: 18px;
	border: 0;
}

#subNav ul li ul li a:hover {
	padding-left: 28px;
}

#footer {
	color: #fff;
	background: url("../Images/footer.png") repeat-x;
	padding: 30px 0 50px;
	background-color: #082f48;
}

#footer h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 0 8px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
	text-shadow: 1px 1px 0px #333;
}

#footer ul {
	font-size: 12px;
	line-height: 1.5em;
}

#footer ul li {
	color: #9dafbb;
}

#footer a {
	background: transparent;
	color: #9dafbb;
	font-weight: normal;
}

#footer a:hover,#footer a:focus {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #9dafbb;
}

#finder {
	position: relative;
	background: url("../Images/foot_mogov.png") no-repeat;
	height: 70px;
	width: 960px;
	margin: 10px auto 0 auto;
}

#finder ul {
	margin-left: 140px;
	height: 70px;
	padding-top: 30px;
}

#finder ul li {
	float: left;
	border-left: 1px solid #ccc;
	border-color: rgb(126, 133, 149);
	padding: 0 10px;
	line-height: 1em;
}

#finder li:first-child {
	border: 0;
}

#finder a {
	font-size: 10px;
	color: rgb(126, 133, 149);
	border: 0;
}

#finder a:hover {
	color: #e2e2e2;
}

#finder a.mogov {
	display: block;
	position: absolute;
	height: 70px;
	width: 140px;
	left: 0;
	top: 0;
}

#finder a.mogov:hover {
	border-bottom: none;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.tdMain {
	width: 450px;
}

#tableLayout {
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
}

#rowLayoutHeader {
	font-size: .9em;
	font-weight: bold;
	background-color: #05143B;
	color: white;
	vertical-align: middle;
}

#rowLayoutMain {
	font-size: .9em;
	color: black;
}

.cellNoWrap {
	white-space: nowrap;
}