/* CSS Document */

html { 
	height		: 100%; 
	margin-bottom	: 1px; 
}
hr{
color: #fff;
line-height: 3px;
}
body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	margin: 0;
	padding: 0;
	height:  100%;
	margin-bottom: 1px;
	/*background: #272727;*/
background-color: #ffffff;


}

.newss{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 15px;
	padding-left: 10px;
	border-left: 1px solid #ccc;	
}
.sectiontableentry1 {
   background : #DDDDDC;
  line-height:0px;
}
.sectiontableentry2 {
  background: #DDDDDC;
	line-height:25px;

}

a:link, a:visited {
	color: #e4da39;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #e4da39;
	text-decoration: none;
}
.contentpaneopen{
/*width: 100%;*/
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
}
h1 {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}

td, div, span {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 130%;
	text-align: left;
}
p{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
}

h3, .componentheading {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	padding: 4px 0;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}

.componentheading {
	padding: 0;
	color: #ffffff;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
}

.contentheading {
	vertical-align: bottom;
	padding-top:5px;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-weight : bold;
}

.buttonheading {
	vertical-align: bottom;
}
.back_button{
margin-left: 5px;
margin-bottom: 20px;
}
table.contenttoc {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 5px;
}

span.small, td.createdate {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

a.mainlevel {
	display: block;
	background: url(../images/vd_menu_bullet.png) 0 -3px no-repeat;
	padding-left: 20px;
	height: 20px;
}

div.clr {
	clear: both;
}

div#center {
	height: 100%;
	text-align: center;
}

div#wrapper {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
  min-width: 750px;
  max-width: 1050px;
  width: expression(document.body.clientWidth > 1050? "1050px": "auto" );

	
}

div#whitebg {
	margin: 0 15px;
	background: #fff;
}

div#header {
	background: #000 url(../images/vd_header.jpg) 0 0 no-repeat;
	margin: 1px 0px;
	
}

div#header_frog {
	height: 165px;
	background: url(../images/vd_frog.jpg) 100% 0 no-repeat;
}

span.header {
	display: block;
	line-height: 90%;
	vertical-align: bottom;
	padding-left: 30px;
	padding-top: 80px;
	font-family: Times New Roman, Times, serif;
	font-size: 36px;
	color: #fff;
}
span.subhead {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #fff;
	padding-left: 30px;
}

div#padding {
	padding-bottom: 14px;
}

div#horizsep {
	height:1px;
	overflow: hidden;
	background: #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#divider {
	border: 1px solid #fff;
	background: url(../images/vd_vert_sep.png) repeat-y;
	background-position: 25% 0 !important;
	background-position: 26% 0;
}

div.thinsep {
	clear: both;
	margin-top: 15px;
	height: 5px;
	overflow: hidden;
	background: #000 url(../images/vd_header.jpg) 0 0 no-repeat;
}

div#footer {
	clear: both;
	
	margin-top: 15px;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.mainbody{
		height: 100%
}
div#main {
	margin-left: 25%;
	/*height: 100%;*/
	width: auto !important;
	width: 100%;
}

div#main_padding {
	padding: 0 10px;
	width: auto !important;
	width: 100%;
	/*height: 100%;*/
}

div#sidebar {
	float: left;
	width: 25%;
}

div#sidebar_padding {
	padding: 0 10px;
	float: none;
	width: auto !important;
	width: 100%;
}

/* horizmenu */
div#horizmenu {
	white-space: nowrap;
	margin: 10px 0px; 
	line-height: 20px;
	height: 20px;
	margin-right: 5px;
	padding-left: 15px;
}

div#horizmenu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

div#horizmenu li {
	float: right;
	background: url(../images/vd_vert_sep.png) 0 0  no-repeat;
	margin: 0;
	padding: 0;
}

div#horizmenu ul#mainlevel-nav a {
	float:left;
	display:block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	padding: 0 15px;
}

div#horizmenu a:hover {
}

div#horizmenu a.active_menu {
  color: #fff;
}

span.pathway {
	float: left;
	line-height: 20px;
}
.pagenav{
text-align: center;
font-size: 12px;
}
.sectiontablefooter{
text-align: center;
font-size: 12px;	
}
.sectiontableheader{
text-align: center;
font-size: 12px;	
padding-bottom: 5px;
border-bottom: 1px solid #ccc;	
}
div#dt1 {
float: right;
}