/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
}

body ddmenu {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}


h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16pt;
 font-weight: 700;
 color: #334d55;
 margin: 0px;
 margin-bottom: 8px;
 padding: 0px;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14pt;
 font-weight: 600;
 color: #334d55;
 margin: 0px;
 margin-bottom: 7px;
 padding: 0px;
}

h3{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14pt;
 font-weight: 600;
 color: #000000;
 margin: 0px;
 margin-bottom: 7px;
 padding: 0px;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-weight: 500;
 color: #006699;
 margin: 0px;
 margin-bottom: 6px;
 padding: 0px;
}

h5{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-weight: 500;
 color: #333333;
 margin: 0px 0px 3px;
 padding: 0px;
}

h6{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 color: #333333;
 margin: 0px;
 margin-bottom: 3px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

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

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

label{
 font-family: Arial, Helvettica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	
	background-color: #000066;
}

.masthead-dm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003300;
	left: 3px;
	top: 0px;
	line-height: 29px;
}

.masthead-dma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003300;
	left: 3px;
	top: 0px;
	line-height: 29px;
}

.busname-dma1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: none;
	color: #FFFFFF;
}

#mastheadsub{
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	color: #FFFFFF;
	
	background-color: #660033;
}

#navBar{
	float: left;
	width: 145px;
	margin: 0px;
	padding: 0px;
    background-color: #E7EBF2;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
    float:right;
	width: 19%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;

	background-color: #eeeeee;
}

#content{
	float: left;
	width: 55%;
	background-color: #FFFFFF;
	list-style-type: disc;
	height: 1094px;
	padding-top: 5px;
	padding-left: 10px;
}

#headlines cbc{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}
/***********************************************/
/* Layout Divs ... Components                  */
/***********************************************/

#siteName{
    margin: 0;
	padding: 0 0 0 10px;
	
    background-color: #eeeeee;

}

.clear {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; 
	padding:0;
	background:transparent;
}

/************* Global Nav Horizonatl .... DMA *** DMA *** DMA *** CHALLY *************/

#globalNav_dma_hddmenu img{
    display: block;
     }

#globalNav_dma_hddmenu{
	line-height: 25px;
	text-align: center;
	background-color: #660033;
	height: 35px;
     }

#globalNav_dma_hddmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
	padding: 0px 0px 0px 4px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1;
}
#globalNav_dma_hddmenu ul {
}

.globalNav_dma_hddmenu a:link {
	color: white;
    font-size: 11px 
    font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #660033;
	text-decoration: none;
	 }
	
.globalNav_dma_hddmenu a:hover {
	color: #FFFF99;
    font-size: 11px 
	font-weight: bold;
	text-decoration: underline overline;
	display: marker;
	background-color: transparent;
     }

.globalNav_dma_hddmenu a:active {
	color: red;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	 }

.globalNav_dma_hddmenu a:visited {
	color: orange;
	font-size: 11px;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration: none;
	 }
	

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#subglobalNav_dma_hddmenu img{
    display: block;
     }

#subglobalNav_dma_hddmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #660033;
	background-color: #b7c2d6;
	text-indent: 4px;
	height: 30px;
	font-size: 10px;
	line-height: 20px;
     }

#subglobalNav_dma_hddmenu a {
	font-size: 10px;
	color: #660033;
	text-align: left;
	height: 30px;
	line-height: 1;
	border-top-color: #990033;
	border-right-color: #660033;
	border-bottom-color: #660033;
	border-left-color: #990033;
	visibility: visible;
	text-decoration: none;
     }

.subglobalNav_dma_hddmenu a:link {
    color: #660033;
 	background-color: #b7c2d6 ;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	height: 18px;
	 }
.subglobalNav_dma_hddmenu a:visited {
	color: orange;
	background-color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	height: 18px;
	text-transform: uppercase;
     }
.subglobalNav_dma_hddmenu a:hover {
	color: 660033;
	font-weight: bold;
	font-size: 10px;
background-color: silver 
	color: #red;
	background-color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	height: 18px;
	text-decoration: none;
	display: block;
	padding: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background: silver;
     }
.subglobalNav_dma_hddmenu a:active { color: 660033; font-weight: bold; font-size: 11px 
	color: #red;
	background-color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	height: 18px;
     }

	
/*************** #pageName styles **************/
#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}



/************* #breadCrumb (dma) styles *************/

#breadCrumb_dma{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************* #EDITABLE SECTION STYLES ********/
/************* #EDITABLE SECTION STYLES ********/
/************* #EDITABLE SECTION STYLES ********/


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	
	font-family: Arial, Helvetica, sans-serif;
}

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

.feature a:link {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.feature a:hover { text-decoration: none; color: #dddddd;
}


/************** end of .feature styles ***************/


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

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

/************** end of .story styles *****************/


/**************#EDITABLE SECTION STYLES...General Others ********/

/* -----General Page Tools (ex eOmega.com) ----- */

.pagebody A:LINK { color: #6161AB; font-weight:  700; }
.pagebody A:ACTIVE { color: #CE0000; font-weight:  700; }
.pagebody A:VISITED { color: #6161AB; font-weight:  700; }
.pagebody A:HOVER { color: #CE0000; font-weight:  700; }

.homepageList {
	font-family: Verdana, Arial, sans-serif;
   	font-size: 9pt;
   	color: #000000;
}

.homepageList A:LINK { color: #6161AB; font-weight:  400; }
.homepageList A:ACTIVE { color: #CE0000; font-weight:  400; }
.homepageList A:VISITED { color: #6161AB; font-weight:  400; }
.homepageList A:HOVER { color: #CE0000; font-weight:  400; }
.homepageList LI { color: #6161AB; }

.paragraphHeading {
	font-family: Verdana, Arial, sans-serif;
   	font-size: 12pt;
   	font-weight: 700;
   	color: #6161AB;
}

.subTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #000000
}

.textSubNav {
	font-family: Verdana, Arial, sans-serif; 
   	font-size: 9px;
   	font-weight: 600;
   	color: #000000;
}

.textSubNav A:LINK { text-decoration: none; color: #6161AB; font-weight:  700; }
.textSubNav A:ACTIVE { text-decoration: none; color: #CE0000; font-weight:  700; }
.textSubNav A:VISITED { text-decoration: none; color: #6161AB; font-weight:  700; }
.textSubNav A:HOVER { text-decoration: none; color: #CE0000; font-weight:  700; }
.textSubNav LI { color: #6161AB; }

/* ----- End General Page Tools (ex eOmega.com) ----- */





/* ----- General Page Tools (ex Heartmath.com) ----- */
.pagetools, .pagetools a:link {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 2em;
}

.pagetools a:hover { text-decoration: none; color: #dddddd; }
/* ----- end of General Page Tools (ex Heartmath.com) ----- */


/* ----- PAGE COPY ----- ex Heartmath.com */
.content { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; line-height: 1.5em;}
.content a:link, .content a:visited { text-decoration: underline; color: #003399;}
.content a:hover { text-decoration: none; color: #dddddd;}
/* ----- end of PAGE COPY (ex Heartmath.com) ----- */

/* ----- COMMON ELEMENTS (ex hmath.com) ----- */
form { padding: 0px; margin: 0px; }

.paneltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}

td {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
}

/* -- FORM ELEMENTS -- */
.button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #ffffff;
	background-color: #6161AB;
}

/* ----- end of COMMON ELEMENTS (ex Heartmath.com) ----- */


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	
	font-family: Arial, Helvetica, sans-serif;
}

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

.feature a:link {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.feature a:hover { text-decoration: none; color: #dddddd;
}


/************** .feature (cbc) styles ***************/

.feature h3 cbc{
	padding: 30px 0px 5px 0px;
	font-size: 110%;
	color: #165A3B;
}

.feature img cbc{
	float: right;
	padding: 5px 0px 10px 20px;
}

div.imgLeft {
	float: left;
	width: 220px;
}

div.imgLeft p {
	font-size: 90%;
	text-align: center;
	font-style:	italic;
}

div.imgRight {
	float: right;
	width: 220px;
}
div.imgRight p {
	font-size: 90%;
	text-align: center;
	font-style:	italic;
}


/************** end of .feature styles ***************/


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

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

/************** end of .story styles *****************/

/************** .story (cbc) styles *****************/

.story 080 cbc{
	padding: 0px 30px 10px 30px;
	font-size: 80%;
}

.story 12px cbc{
	padding: 0px 30px 10px 30px;
	font-size: 12px;
}

.story 14px cbc{
	padding: 0px 30px 10px 30px;
	font-size: 14px;
}

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

.story img cbc{
	float: right;
	padding: 5px 0px 10px 20px;
}


/************** .news (cbc) styles *****************/

.news{
	float:right;
	width: 230px;
	w\idth: 170px;
	margin: 0px 10px 30px 30px;
	padding: 0;
	font-size: 80%;
	background: #DCDCDC url(images/homeNewsBG.gif) top left no-repeat;
}

.news h3{
	padding: 10px 10px 4px 10px;
	color: #165A3B;
	font-size: 90%;
}

.news h2{
	padding: 10px 10px 4px 10px;
}

.news img{
	padding: 5px 0px 4px 0px;
}

.news p{
	padding: 0px 10px 10px 10px;
	font-size: 90%;
}

.photopassport{
	margin: 5px;
}



/************* #LEFT-HAND-SIDE-PANEL NAVBAR *************/
/************* #LEFT-HAND-SIDE-PANEL NAVBAR *************/
/************* #LEFT-HAND-SIDE-PANEL NAVBAR *************/
#navBarLogo{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: 160px top;
	position: relative;
}

.navBarText{
	position: relative;
	font-size: 10px;
    font: Arial, Helvetica, sans-serif
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}

.navBarText h5{
	padding: 10px 0px 2px 0px;
}
.navBarText a:link,
.navBarText a:visited {
	display: block; 
}

	
/************** #LHS-PANEL...LINK STYLES ***********/
/************** #LHS-PANEL...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;}



/*********** #LHS-PANEL...sectionLinks styles ***********/
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: none #cccccc;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks h4{
	padding: 10px 0px 2px 10px;
}

#sectionLinks h5{
	padding: 10px 0px 2px 10px;
}

#sectionLinks h6{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #273C58;
}

#sectionLinks a:hover{
	background-color: #b7c2d6;
	color: #660033;
	text-decoration: none;
}


/*********** #LHS-PANEL...relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

#sectionLinks h4{
	padding: 10px 0px 2px 10px;
}

#sectionLinks h5{
	padding: 10px 0px 2px 10px;
}

#sectionLinks h6{
	padding: 10px 0px 2px 10px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/************** #RIGHT-HAND-SIDE-PANEL styles **************/
/************** #RIGHT-HAND-SIDE-PANEL styles **************/

/************** #RHS-PANEL...headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 9pt;
	
	font-family: Arial, Helvetica, sans-serif;
}

#headlines p{
	padding: 5px 0px 5px 0px;

/************** #RHS-PANEL...lists,links styles **************/
.rnavLinks, .rnavLinks a:link {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 2em;
}

.rnavLinks a:hover {
	text-decoration: underline;
}

/************** #RHS-PANEL...advert styles **************/
#advert{
	padding: 15px 0px 10px;
}

#advert img{
	display: block;
}


/***********************************************/
/* Layout Divs ... FOOTER                    */
/***********************************************/

/************* # siteInfo (footer) styles ***************/

#siteInfo{
	border: 1px solid #cccccc;
	font-size: 10pt;
	color: #666666;
	padding: 1px 1px 2px;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style-type: disc;
	height: 10mm;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/***********************************************/
/* Layout Divs ... FOOTER                    */
/***********************************************/

#footer{
	padding: 10px 0px 0px 0px;
	background-color: #eeeeee;
	width: 100%;
    position:relative;
    top:-5%;
.navbar-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660033;
}

#np7PMnav {
	width: 135px;
}
#p7PM {
	width: 100%;
}

