﻿ /*****************************************/
               LEFTNAV.CSS
 /*****************************************/
 
 /* commented backslash hack v2 \*/
* html {overflow:hidden;}
/* end of hack */

 
 /*****************************************/
               HTML Tag Styles
 /*****************************************/
 body {
  display: visible;
	z-index: 0;
	margin: 0px;
	padding: 0px;
	background-image: url(images/DPS_Color_Story.jpg);
  font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.166;
 }
* html body {overflow-y:scroll;}

 img {
 padding: 0px
 }

 a:link, a:visited, a:hover {
	color: rgb(113,46,81);
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Ariel, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "Arial Black", "Verdana Black", "Helvetica Black", sans-serif;
 font-size: 150%;
 color: rgb(113,46,81);
 text-shadow: red 2px 3px 2px
}

h2{
 font-size: 114%;
 color: rgb(113,46,81);
}

h3{
 font-size: 100%;
 color: rgb(113,46,81);
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: rgb(113,46,81);
}

h5{
 font-size: 94%;
 color: rgb(113,46,81);
}

p{
 text-indent: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ol{
 list-style-type: decimal;
}

ol ol{
 list-style-type: lower-alpha;
}

ul, ol, dl {
 position: relative;
}

label{
 font: bold 100% Verdana, Ariel, Helvetica, sans-serif;
 color: rgb(113,46,81);
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.masthead{
	position: fixed;
	margin: 0;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 4;
	height: 70px;
  background-image: url(images/DPS_Color.jpg);
	padding: 0px 0px;
	border-bottom: 2px outset rgb(113,46,81);
	width: 100%;
}
* html .masthead {position:absolute;}

.masthead2{
	position: fixed;
	margin: 0;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 1;
	height: 80px;
  background-image: url(images/DPS_Color_Story.jpg);
	padding: 0px 0px;
	width: 100%;
}
* html .masthead2 {position:absolute;}

.siteInfo{
	position: fixed;
	margin: 0;
	top: 0px;
	right: 0px;
	display: block;
	z-index: 5;
  color: rgb(113,46,81);
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-weight: bold;
	font-size: 60%;
	text-align: right;
  background: transparent;
	padding: 5px 5px;
}
* html .siteInfo {position:absolute;}

.siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.navBar{
  font-size: smaller;
	padding: 0px;
	position: fixed;
	top: 75px;
	left: 0px;
	display: block;
	z-index: 3;
	width: 190px;
	background-image: url(images/DPS_Color.jpg);
	padding: 10px 6px;
  border-top: 2px outset #C6C3AD;
  border-right: 2px outset #C6C3AD;
	border-bottom: 2px outset #C6C3AD;
}
* html .navBar {position:absolute;}

.navBar2{
  font-size: smaller;
	padding: 0px;
	position: fixed;
	top: 80px;
	left: 0px;
	display: block;
	z-index: 1;
	width: 197px;
	height: 385px;
	background-image: url(images/DPS_Color_Story.jpg);
	padding: 10px 6px;
}
* html .navBar {position:absolute;}

.content{
  position: absolute;
	top: 75px;
	left: 160px;
	display: block;
	z-index: 2;
  color: rgb(113,46,81);
  padding-top: 10px;
	padding-left: 60px;
	padding-bottom: 10px;
	padding-right: 10px;
	background: transparent;
}
* html .content {overflow-y:scroll;}

.content img{
	padding: 5px;
}

.featureBar{
  font-size: smaller;
	padding: 0px;
	display: inline-block";
	z-index: 3;
	background-image: url(images/DPS_Color.jpg);
	padding: 10px 6px;
  border: 2px outset #C6C3AD;
}
* html .featureBar {position:absolute;}


/***********************************************/
/*Component Divs                               */
/***********************************************/

.siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-family: "Arial Black", Verdana, Helvetica, san-serif;
  color: rgb(113,46,81);
}

.siteNameDunhill{
 margin: 0px;
 color: rgb(113,46,81);
}

/*************** #pageName styles **************/

.pageName{
	padding: 0px 0px 10px 10px;
	font-weight: 900;
	font-size: bigger;
	color: rgb(113,46,81);
}

/************** utility styles *****************/

#utility{
	font: 75% Arial,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: rgb(113,46,81);
}

#utility a{
	color: rgb(113,46,81);
}

#utility a:hover{
	text-decoration: underline;
)

/************* #globalNav styles **************/

.globalNav{
font: 75% Arial,sans-serif;
color: #cccccc;
background-color: #520052;
padding: 3px 0px 3px 3px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

.globalNav img{
 display: block;
}

.globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}


/************* #breadCrumb styles *************/

.breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
  float: right;
	display: block;
	width: 50%;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	color: ffffff;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-family: "times new roman", verdana, tahoma;
	font-weight:normal;
	font-size: 11pt;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/*********** #navBar link styles ***********/

.navBar ul a:link, #navBar ul a:visited {display: block;}
.navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
html>body {	background-color:#DEE8E7; }

/*********** #sectionLinks styles ***********/

.sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: "times new roman", verdana, tahoma;
	font-weight:normal;
	font-size: 10pt;
}

.sectionLinks h3{
	padding: 0px 0px 2px 6px;
}

.sectionLinks a:link{
	padding: 0px 0px 2px 6px;
  voice-family: "\"}\"";
  voice-family:inherit;
}

.sectionLinks a:visited{
	padding: 0px 0px 2px 6px;
}

.sectionLinks a:hover{
  padding: 2px 0px 2px 6px;
  background-color: #000066;
}

.globalNav a:hover{
  background-color: #000066;
  padding: 2px 0px 2px 0px;
}

.globalNav a:span{
  background-color: #000066;
  padding: 2px 0px 2px 0px;
}

/************** #headlines styles **************/

.headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

.headlines p{
	padding: 5px 0px 5px 0px;
}



.size: 80%;
	border-top: 1px solid #cccccc;
}

.advert img{
	display: block;
}


/************** #headlines styles **************/

.headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

.headlines p{
	padding: 5px 0px 5px 0px;
}




.headlines p{
	padding: 5px 0px 5px 0px;
}



.size: 80%;
	border-top: 1px solid #cccccc;
}

.advert img{
	display: block;
}


/************** #headlines styles **************/

.headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

.headlines p{
	padding: 5px 0px 5px 0px;
}

.advert img{
	display: block;
}


/************** #headlines styles **************/

.headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

.headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #table styles **************/
.alternateTR{
  background-color:transparent;
}
.TR{
  background-color:#ffc;
}

/************** #button styles **************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.rssbutton{
background-color: #e2e2d4;
border: 1px #e2e2d4 outset;
padding: 0 2px;
color: rgb(113,46,81);
text-decoration: none;
font: bold;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: black;
}

.cssbutton{
background-color: #e2e2d4;
border: 2px #e2e2d4 outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 75% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #C6C3AD;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}

