/* -- Copyright 2005 - G2 Media Designs - 01/24/2006 ---------------------------------------------------------------- */

html, body {padding: 0;	border: 0; margin: 0;	
	scrollbar-base-color: #c0c0c0;
	scrollbar-face-color: #e5e5e5;
	scrollbar-track-color: #d5eabb;
	scrollbar-arrow-color: #666666;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: Gray;
	scrollbar-highlight-color: ffffff;
	scrollbar-shadow-color: Gray}
body {background: #ffffff url(../images/bodybgblackfade.gif) repeat-x; padding: 0; margin: 0; text-align: center}

/* -- Global Images --------------------------------------------------------------------------------------------- */

img {border: 0; margin: 0; padding: 0;}

/* -- Misc Classes ---------------------------------------------------------------------------------------------- */

.imgside {
	clear: both;
	margin: 0 auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-position: center;
}
.center {clear: both; width: 100%; margin: 0 auto; text-align: center;}
.border_5px {border: 1px solid #6bb412; padding: 5px; background: #fff; margin: 0 0 4px 0;}
.noborder_5px {padding: 10px 5px 5px; margin: 0 0 0px;}

.border_imageleft5px {
	padding: 5px;
	background: #fff;
	margin: 5px;
	float: left;
	border-top: 1px solid #6bb412;
	border-right: 1px solid #6bb412;
	border-bottom: 1px solid #6bb412;
	border-left: 1px solid #6bb412;
}

.border_imageright5px {
	padding: 5px;
	background: #fff;
	margin: 5px;
	float: right;
	border-top: 1px solid #6bb412;
	border-right: 1px solid #6bb412;
	border-bottom: 1px solid #6bb412;
	border-left: 1px solid #6bb412;
}

.noborder_imageright {
	padding: 5px;
	margin: 0px;
	float: right;
}

.noborder_imageleft {
	padding: 5px;
	margin: 0px;
	float: left;
}

.separator{
	clear: both;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a5688;
}

.separatorsmall{
	height:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a5688;
}


/* -- Global Links ---------------------------------------------------------------------------------------------- */

a, a:link, a:active, a:visited {text-decoration: none; color:#99cc5c;}
a:hover {
	text-decoration: underline;
	color: #6ba600;
	cursor: hand;
}


/* -- Global Forms ---------------------------------------------------------------------------------------------- */

form {padding: 0 0 0 10px; margin: 0; text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
fieldset {border: none; padding: 0; margin: 0;}
label {color: #6bb412; padding: 0; margin: 0;}
.input {width: 85px; font-size: 9px; color: #6bb412; padding: 1px;}
.submit {font-size: 9px;}


/* -- Global Type ----------------------------------------------------------------------------------------------- */

p {font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; text-align: left;}
h1, h2, h3, h4 {font-family: Geneva, verdana, sans-serif; font-weight: normal; text-align: left;}

/* -- Global Lists ---------------------------------------------------------------------------------------------- */

ul {text-align: left;}
li {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: left;}


/* -- Tables  -------------------------------------------------------------------------------------------------- */

.maintablenoborder {
	color: #5a5d49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.photogallerytablenoborder {
	color: #5a5d49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.photogallerytablenoborder td {
	vertical-align: top;
	padding: 10px;
	margin: 0px;
	
}

.photogallerytablenoborder tr {
	margin: 0px;
	padding: 0px;
}

.polltable {
	vertical-align: middle;
	font-size: 10px;
	color: #cddbea;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.maintable {
	color: #5a5d49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #5a5d49;
	border-right: 1px solid #5a5d49;
}

.maintable_header_lightgreen {
	margin: 0px;
	padding: 0px;
	background-color: #d5eabb;
	color: #6bb412;
}

.maintable td {
	vertical-align: middle;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #5a5d49;
	border-left: 1px solid #5a5d49;
}

.maintable tr {
	margin: 0px;
	padding: 0px;
}

/* -- Navigation Top -------------------------------------------------------------------------------------------- */

#navbar {
	margin: 0;
	position: absolute;
	top: 115px;
	left: 0;
	width: 760px;
	height: 33px;
	white-space: nowrap;
	display: none;
	background-image: url(images/DKINavigationBarGreen.gif);
	background-repeat: no-repeat;
}

#navbar a {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	height: 33px;
	}

#navbar a:hover {
	color: #6bb412;
	text-decoration: none;
	background-image: url(images/DKINavigationBarOverGreen.gif);
	background-repeat: repeat-x;
	background-position: center center;
	
}

#tabs {
	height: 33px;
	width: 100%;
	display: none;
	}

#tabs ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	float: none;
	}
	
#tabs li {
	float: right;
	padding: 0;
	margin: 0;			/*** Space between tabs ***/
	list-style-image: none;
	background: no-repeat right top;
	}
	
#tabs a {
	float: left;
	display: block;
	background: no-repeat left center;
	padding: 0px 10px 0 9px;
	line-height: 33px;
	color: #FFFFFF;
	cursor: hand;
	}



/************************************ Menu ***********************/

.menu {
	height: 15px;
	width: 100%;
	background-color: #FF00FF;
	display: none;
	}

.menu ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	float: none;
	}
	
.menu li {
	float: left;
	padding: 0;
	margin: 0;			/*** Space between tabs ***/
	list-style-image: none;
	background: no-repeat right top;
	}
	
.menu a {
	float: left;
	background: no-repeat left center;
	padding: 0px 3px 0;
	line-height: 14px;
	color: #FFFFFF;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	position: relative;
	}

/* -- Page Layout Begin ------------------------------------------------------------------------------------------- */

#page {margin: 0 auto; position: relative; width: 762px;}

#header {
	margin: 0;
	position: absolute;
	top: 10px;
	left: 0;
	width: 760px;
	height: 105px;
	background-image: url(images/DKIHeaderBannerPrint.gif);
	background-repeat: no-repeat;
	}
	
#header h2 {
	font-size: 24px;
	color: #940054;
	letter-spacing: 1px;
	margin: 15px 0 0 25px;
	font-weight: normal;
	text-align: left;
	}
	
#header h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #940054;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 1px 0 0 28px;
	text-align: left;
	font-weight: normal;
	}
	
/* -- 3 Column Layout | 2 Column Layout | 1 Column Layout--------------------------------------------------------- */

#mainpage1 { /* 3 col site ID */
	margin: 0px 0 0;
	position: absolute;
	top: 148px;
	left: 0;
	width: 760px;
	background-color: #FFFFFF;
	}
	
#mainpage2 { /* 2 col site ID */
	margin: 0;
	position: absolute;
	top: 148px;
	left: 0;
	width: 760px;
	background-color: #FFFFFF;
	}
	
#mainpage3 { /* 1 col site ID */
	margin: 0;
	position: absolute;
	top: 148px;
	left: 0;
	width: 760px;
	background-color: #FFFFFF;
	}

	
/* -- Left Column -------------------------------------------------------------------------------------------------- */

#leftbar {
	float: left;
	width: 171px;
	padding: 0 0 0 5px;
	text-align: justify;
	display: none;
}

#sidenav ul {margin: 5px 0; padding: 0; border: 0;}

#sidenav li {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	background-image: url(images/DKILeftNavBarBrown.gif);
	display: none;
	}
	
#sidenav li a:link, #sidenav li a:visited, #sidenav li a:active{
	height: 20px;
	text-decoration: none;
	text-align: left;
	padding: 8px 0 0 18px;
	color: #b5da89;
	display: block;
	font-size: 11px !important;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-image:url(images/DKILeftNavBarBrown.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	display: none;

	}

#sidenav li a.bot { /* Puts border on bottom of last nav */
	height: 22px;
	text-decoration: none;
	text-align: left;
	padding:8px 0 0 18px;
	color: #b5da89;
	display: block;
	font-size: 11px !important;
	border-top: none;
	background-image: url(images/DKILeftNavBarBrown.gif);
	background-repeat: no-repeat;
	display: none;
	}
	
#sidenav li a:hover {
	color: #6ba600;
	text-decoration: underline;
	cursor: hand;
	background-image: url(images/DKILeftNavBarGreenOver.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	margin-left: 1px;
	display: none;
}

#leftbar h1 {
	font-size: 15px; 
	color: #6bb412; 
	margin: 10px 0 2px 10px; 
	font-weight: normal; 
	text-align: left;
	display: none;
	}

#leftbar h2 {
	font-size: 15px; 
	color: #6bb412; 
	margin: 15px 0 2px 0px; 
	font-weight: normal; 
	text-align: left;
	border-top: 3px solid #FFF; 
	width: 162px; 
	padding: 15px 0 0 10px;
	display: none;
	}

#leftbar p {
	font-size: 10px; 
	color: #b5da89; 
	margin: 0px 5px 17px 10px;
	display: none;
	}

#leftbar a:link, #leftbar a:visited, #leftbar a:active {
	color: #6bb412;
	text-decoration: none;
	display: none;
	}
	
#leftbar a:hover {
	color: #6ba600;
	text-decoration: underline;
	cursor: hand;
	display: none;
	}	

#leftbar ul.list {
	margin: 10px 0 5px 11px;
	padding: 0;
	color: #b5da89;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	display: none;
	}
	
#leftbar ul.list a:link, #leftbar ul.list a:visited, #leftbar ul.list a:active                                    {
	margin: 10px 0 5px 0px;
	padding: 0;
	color: #b5da89;
	list-style: none;
	text-align: left;
	text-decoration: none;
	display: none;
	}
	
#leftbar ul.list a:hover {
	margin: 10px 0 5px 0px;
	padding: 0;
	color: #6ba600;
	list-style: none;
	text-align: left;
	text-decoration: underline;
	cursor: hand;
	display: none;
	}	

#leftbar ul.list li {
	margin: 0 0 7px 0;
	padding: 0 0 0 9px;
	line-height: 12px;
	background-image: url(images/bulletlightgreen.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	display: none;
	}
	
/* -- Right Column ---------------------------------------------------------------------------------------------- */

#rightbar {
	float: left;
	width: 171px;
	padding: 0;
	display: none;
}

#rightbar a {
	color: #376faa;
	text-decoration: none;
	cursor: hand;
}
#rightbar a:hover {
	color: #6ba600;
	text-decoration: underline;
	cursor: hand;
}
#rightbar p {
	font-size: 10px; 
	color: #5a5d49; 
	margin: 0px 10px 17px 10px; 
	}

#rightbar h1 {
	font-size: 15px;
	color: #295380;
	margin: 10px 0 3px 10px;
	
	}

#rightbar h2 {
	font-size: 15px; 
	color: #295380; 
	margin: 15px 0 3px 0px; 
	padding: 15px 0 0 10px;
	width: 163px; 
	border-top: 3px solid #FFF; 
	}
	
#rightbar ul.list {
	margin: 10px 3px 5px 11px; 
	padding: 0; 
	color: #5a5d49;
	list-style: none;
	text-align: left;
	}
	
#rightbar ul {margin: 0 3px 5px 11px; padding: 0; color: #5a5d49; list-style: none; text-align: left;}
#rightbar ul li {
	margin: 0 3px 7px 0;
	padding: 0 0 0 7px;
	line-height: 12px;
	background-image: url(images/bulletblack.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
	
/* -- Center Column ----------------------------------------------------------------------------------------------- */

html>body #content1 {float: left; width: 665px; padding: 0} /* 3 col layout: IE pushes the background 1px right */
#content1 {float: left; width: 665px; padding: 0;} /* 3 col layout */
#content1 h1 {font-size: 20px; color: #295380; margin: 10px 5px 5px 10px;}
#content1 h2 {font-size: 16px; color: #295380; margin: 10px 0 5px 10px;}
#content1 h3 {
	font-size: 11px;
	color: #6ba600;
	margin: 10px 0 5px 10px;
	font-weight: bold;
}
#content1 p {font-size: 11px; color: #5a5d49; margin: 0 10px 17px 10px; line-height: 15px;}
#content2 p {font-size: 11px; color: #5a5d49; margin: 0 5px 17px 10px; line-height: 15px;}
#content2 {float: left; width: 665px; padding: 0 0 0 3px;} /* 2 col site ID */
#content3 {float: left; width: 665px; padding: 0 0 0 5px; 
}  /* 1 col site ID */
#content2 p, #content3 p  {font-size: 11px; margin: 0 5px 15px 15px; color: #5a5d49; line-height: 15px;}
#content2 h1, #content3 h1 {
	font-size: 20px;
	color: #6bb412;
	margin: 10px 5px 2px 15px;
}
#content2 h2, #content3 h2 {font-size: 16px; color: #6bb412; margin: 10px 5px 2px 15px;}
#content2 h4, #content3 h4 {
	font-size: 20px;
	color: #6bb412;
	margin: 10px 5px 2px 15px;
	font-style: italic;
}
#content2 h3, #content3 h3 {
	font-size: 11px;
	color: #502727;
	margin: 10px 5px 0px 15px;
	font-weight: bold;
}
#content1 blockquote, #content2 blockquote, #content3 blockquote {
	color: #502727; 
	float: right; 
	width: 200px;
	font: normal 18px georgia, verdana, sans-serif;
	line-height: 24px; 
	text-align: left; 
	margin: 5px 10px 10px 20px; 
	}
	
#content2 ul.list {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #5a5d49;
	background-position: left top;
	}

#content2 ul.list li{
	margin: 0px;
	padding: 0px 5px 5px 10px;
	text-align: left;
	color: #5a5d49;
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
	background-image: url(images/bulletblack.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	}
	
#content1 ul.list {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #5a5d49;
	list-style-type: none;
	}

#content1 ul.list li{
	margin: 0px;
	padding: 0px 5px 5px 10px;
	text-align: left;
	color: #5a5d49;
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
	background-image: url(images/bulletblack.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	}

/* -- Footer --------------------------------------------------------------------------------------------------- */
	
#footer {
	clear: both;
	width: 760px;
	height: 40px;
	padding: 0px;
	background-image: url(images/DKIFooterGreen.jpg);
	background-repeat: no-repeat;
	display: none;
}

#footer p {
	font-size: 10px;
	color: #5a5d49;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer span {float: right; padding: 15px 10px 0;}

#footer ul {text-align: left; margin: 0; padding: 12px 0 10px 10px; font-size: 11px; list-style: none;}
#footer ul li {margin: 0; padding: 0 8px 0 7px; display: inline; border-right: 1px solid #5a5d49;}
#footer ul li.last {margin: 0; padding: 0 7px 0 7px; display: inline; border-right: none;}
