@charset "utf-8";

html{
	top:0;
	height: 100%;
	text-align:left;
	margin:0 auto;
	padding:0;
	overflow:scroll;
}

body {
	top:0;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	color: #3a3a3a;
}

a:link{ color: #CF7F18; }

/* old a:visited{ color: #AD660C; } */
a:visited{ color: #CF7F18; } 

a:hover, a:focus{
	color: #FF9814;
	text-decoration:none;
	/* padding-left: 5px; */
}

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #9CA716; margin-bottom:0.5em; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{
	margin: 1em 0 1em 2em;
	line-height: 1.8;
}

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#logo{
	display:block;
	position: absolute;
	width:186px;
	height:60px;
	background: url(images/DGF_logo_master.gif) no-repeat 0 0;
	left:32%;
	margin:0 0 0 -280px;
	top:0px;
	overflow:hidden;
	text-indent:999em;
	line-height:999em;
}

.oneColElsCtrHdr #container {
	position:  relative;
	width:  941px;
	margin:  5px 0 0 28px;
	padding:  15px 31px 10px 31px;
	background-color:  #fff;
	text-align: left;
}
.oneColElsCtrHdr #header {
	background: #fff;
	padding: 0;
	height: 55px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColElsCtrHdr #mainContent {
	padding: 0; 
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer {
	padding: 0;
	background-color: #FFFFFF;
	color: #F6901E;
	font-size: small;
	margin-top: 1.5em;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; 
	padding: 0; 
}

.body_feature_text {
	font-size: small;
	POSITION: relative;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 8px;
}

.feature_show_image_static {
	BORDER-RIGHT: #e8e8e8 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #e8e8e8 1px solid;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	MARGIN: 3px;
	BORDER-LEFT: #e8e8e8 1px solid;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #e8e8e8 1px solid;
	margin-right: 10px;
}

.feature_show_feature_header {
	FONT-WEIGHT: 400;
	FONT-SIZE: 1.2em;
	COLOR: #3a3a3a! important;
	LINE-HEIGHT: 1.3em;
	HEIGHT: 16px;
	TEXT-ALIGN: left;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
}

.read_next_text {
	FONT-WEIGHT: 400;
	FONT-SIZE: medium;
	COLOR: #3a3a3a! important;
	LINE-HEIGHT: 1.4em;
	HEIGHT: 16px;
	TEXT-ALIGN: left;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.oneColElsCtrHdr #mainContent .col1_of_3cols {
	margin-top:10px;
	width:304px;
	padding:4px;
	float:left;
	height: 100px;
	border-right: dotted 1px #F6901E;
	border-left: dotted 1px #F6901E;
}

.oneColElsCtrHdr #mainContent .col2_of_3cols {
	margin-top:10px;
	width:304px;
	padding:4px;
	float:left;
	height: 100px;
	border-right: dotted 1px #F6901E;
}

.oneColElsCtrHdr #mainContent .col3_of_3cols {
	margin-top:10px;
	padding:4px;
	margin-padding:5px;
	width:300px;
	float:left;
	height: 100px;
	border-right: dotted 1px #F6901E;
}

.oneColElsCtrHdr #mainContent .col1_of_2cols {
	margin-top:10px;
	width:610px;
	padding:4px;
	float:left;
	height: 100%;
	border-right: dotted 1px #F6901E;
	border-left: dotted 1px #F6901E;
}

.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}

.imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: 1.2em;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 11px;
	padding: 10px;
	margin: 0;
	width: 566px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}

.links {
	margin: 1em 0 1em 2em;
	list-style-image: url(images/bullet.gif);
	line-height: 1.8;
}

#nav_quick{
	display:block;
	position: absolute;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	top:5px;
	left:65%;
	text-align: left;
	display:block;
	width:300px;
	font-size: 90%;
}

table.standard {
	border: 1px solid #d79900;  
	border-collapse: collapse;
}
table.standard th {
	border: 1px solid #d79900;
	padding: 6px 6px 6px 12px;
	background-color: #F6901E;
	color: #FFFFFF;
}
table.standard td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


table.standard td.alt {
	background: #F5FAFA;
	color: #797268;
}

/***/

.lhs_side_menu {
	font-size: small;
	POSITION: relative;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 8px;
}

.lhs_side_menu a {
	margin: 1em 0 1em 1em;
	list-style-image: url(images/bullet.gif);
	line-height: 1.8;
}

.lhs_side_menu a:hover, a:focus{
	color: #FF9814;
	text-decoration:none;
	/* padding-left: 5px; */
}


#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 685px;
	text-align: left;
	border-collapse: collapse;
	border-bottom: 1px solid #CF7F18;
	border-left: 1px solid #CF7F18;	

}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #fff;
	background-color: #333333;
	border-top: 1px solid #CF7F18;
	border-right: 1px solid #CF7F18;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #CF7F18;
	border-top: 1px solid #CF7F18;
	border-right: 1px solid #CF7F18;	
}
