﻿@charset "UTF-8";


.packageTag { background: #FEE496; border: thin solid grey; font-size:90%; padding:2px; }

.notificationLink {
	background: #FEE496; border: thin solid grey; font-size:90%; padding:2px;

}


.modal {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .8 )
	url('/js/spinning-busy.gif')
	50% 50%
	no-repeat;
	opacity: 0.80;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80)
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
	display: block;
}



.formErrorMessage {
	color: red;
	font-weight: bold;
   //background: pink;
	font-size:13px;
	line-height:13px;
	padding:4px;
}


.formContainer {
	padding:12px;
	width:90%;
	background:#fafafa;
	border-radius: 3px;
	border: thin solid #aaaaaa;
}


.formContainerTitle {
	font-family: arial;
	font-size:18px;
	font-weight: bold;
	padding: 5px;
	background: #cccccc;
}





.stripedTable {
	background: white;
	width:100%;
}

.stripedTable  tr:nth-of-type(even) {
	background-color:#eee;
	padding: 3px;
}
.stripedTable th {
	align:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#555;
}

.stripedTable td {
	align:left;
	padding:4px;
}



.mydjcMarkNew {
	color:white;
	background:#699;
	border-radius: 6px;
	border: thin solid #aaaaaa;
	font-size:60%;
	padding:2px;'
}

.mydjcInvisible {
	visibility:hidden;

}

.mydjcHeader {
	color:black;
/*	border-bottom: thin solid #aaaaaa; */
	font-size:20px;
	font-weight: bold;
	font-family: arial;
	padding: 10px 3px 2px 3px;
}


.mydjcMiniLabel {
	color:#333;
	/*	border-bottom: thin solid #aaaaaa; */
	font-size:11px;
	font-family: arial;
	padding: 2px 1px 0px 1px;
}


.mydjcMiniHighlight {
//	color:white;
//	background:#699;
	background:#fff;
	border-radius: 3px;
	border-color:#699;
	border: thin solid #aaaaaa;
	font-size:80%;
	padding:2px;'
}
.blaunch {
	font-size:10px;
	border-style:solid;
	border-color:black;
	border-width:1px;
	background: #eeeeee;
	padding:1px 3px 1px 3px;
}




#mainlink a{
	text-align:left;
	z-index:30;
	position:relative;
	float:left;
	font: bold 12px Helvetica, Arial;
	color:#666666;
	width:100%;
	text-decoration: none;
}

#mainlink a:hover {
	color: #AB220E;
	text-decoration: underline;
}

#mainlink a:active {
	color: #AB220E;
}

#mainlink a:visited {
	color: #666666;
}

#sublink a{
	text-align:left;
	position:relative;
	float:left;
	font:10px Helvetica, Arial, sans-serif;
	color:#666666;
	text-decoration: none;
}

#sublink a:hover {
	font:10px Helvetica, Arial, sans-serif;
	color: #AB220E;
	text-decoration: underline;
}

#sublink a:current {
	font:10px Helvetica, Arial, sans-serif;
	color: #AB220E;
	text-decoration: underline;
}

#sublink a:active {
	color: #AB220E;
}

#sublink a:visited {
	color: #666666;
}


.djcSearchBox {
	padding:12px;
	width:90%;
	background:#eeeeee;
	border-radius: 6px;
	border: thin solid #aaaaaa;
}


.djcSearchBoxTitle {
	font-family: arial;
	font-size:18px;
	font-weight: bold;
	padding: 5px;
	background: #cccccc;
}

.mydjcBarTable {
	margin:0;
	width:100%;
	padding: 4px 1px 4px 1px;
}

.mydjcTitle {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}


#myDJC_content {
	padding: 8px 12px 8px 12px;
	font-family: arial;
	font-size: 14px;
}

.mydjcContainer {
	background: red;
	padding:10px;
	display: flex;
}
.mydjcMenu {
	font-family: Arial;
	font-size: 13px;
	padding: 4px 2px 2px 2px;
/*	cursor: pointer;
	border-width:thin;
	border-color: #444444;
	border-style: solid; */
}

.mydjcBar {
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	padding: 2px;
	border-width:thin;
	border-color: #444444;
	border-style: solid;
//color: #eeeeee;
	background: #eeeeee;
}


.mydjcBarLit {
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	padding: 2px;
	border-width:thin;
	border-color: #444444;
	border-style: solid;
	color: #ffffff;
	background: #8888ee;
}






.mydjcBar input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	position: relative;
	cursor: hand;
	bottom: 1px;
}
.mydjcBar input[type=radio] {
	bottom: 1px;
	cursor: hand;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: center; /* left/center/right */
}


.legals_h2 {
	font-family: times;
	font-weight: bold;
	font-size: 180%;
	padding-bottom: 5px;
}

.legals_h3 {
	font-family: times;
	font-weight: bold;
	font-size: 160%;
	padding-bottom: 5px;
}

.legals_h4 {
	font-family: times;
	font-weight: bold;
	font-size: 130%;
	padding-bottom: 5px;
}

.legals_h5 {
	font-family: times;
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 5px;
}



/* SERVICES MENU */
	.scmenu_subtext{
	font: 10px Helvetica, Arial, sans-serif;
	font-weight: normal;
	}
	
	#scmenu{
	width:170px;
	text-align:left;
	}

	#scmenu_top a {
		display:block;
		margin: 5px auto; 
		padding:2px 2px 3px 50px;
		font: bold 12px Helvetica, Arial, sans-serif;
		color:#0000ff;
	  font-weight:bold;
		text-decoration: none;
			text-align:left;
		}
		
	#scmenu_top a:hover {	
		color: red;
		}
		
	#scmenu_top a:active {
   background: url(/menus/logo_no_28.gif) 0 0 no-repeat;
		color: #AB220E;
		}
		

	#scmenu_1 a {
		display:block;
		margin: 5px auto; 
		padding:2px 2px 3px 50px;
		font: bold 12px Helvetica, Arial, sans-serif;
		color:#666666;
		text-decoration: none;
			text-align:left;

		}
		
	#scmenu_1 a:hover {	
		color: #AB220E;
		
		}
		
	#scmenu_1 a:active {
   background: url(/menus/logo_no_28.gif) 0 0 no-repeat;
color: #AB220E;
		}

.tiny-button{
	font-family: Arial,Helvetica;
	font-size: 9px;
	text-decoration:none;
}
.mini-button{
	font-family: Arial,Helvetica;
	font-size: 10px;
	text-decoration:none;
}


/* mydjc */
.myDJC{
	font-family:Helvetica, Arial;
	font-size:12px;
}
.myDJCButton{
	font-family: Arial,Helvetica;
	font-size: 12px;
	text-decoration:none;
}

.pDate{
	font-family: Verdana, Helvetica, Arial ;
	font-size: 12px;
	text-decoration:none;
}

.pResource{
	font-family: Verdana, Helvetica, Arial ;
	font-size: 12px;
	text-decoration:none;
}

.copy{
	font-family:Helvetica, Arial;
	font-size:11px;
	color:gray
}
.formError{                                                                         
padding:1px;                                                                        
background-color:red;
color:white;
font-size:14px;
font-weight:bold;
}

.myDownload a{
color:darkblue;
}
.myDownload a:hover{
color:#4e6ca4;
}


.help{
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
}

.record{
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
}


.recordsm{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

.djcform{
        font-family:Arial, sans-serif;
        font-size:13px;
        font-weight:bold;
}

.djcforminput{
        font-weight: normal; 
        font-family:Arial, sans-serif;
        font-size:11px;
}

.djcformsmall{
        font-family:Arial, sans-serif;
        font-size:11px;
        font-weight:bold;
}

.djcformheader{
        font-family:Arial, sans-serif;
        font-size:16px;
        font-weight:bold;
        color:black;
        background-color: #dddddd;
}


.djcformbig{
        font-weight: normal; 
        font-family:Arial, sans-serif;
        font-size:18px;
}



.photo-credit {
padding:3px 8px 3px 8px;
font-family:arial;
font-size:10px;
}


  
.photo-credit-block {
color:white;
position:relative;
height:11px;
top:-18px;
right:10px;
padding:0px 2px 0px 9px;
text-align:right;
font-family:arial;
font-size:9px;
}



.photo-caption {
padding:3px 8px 3px 5px;
font-family:arial;
font-size:12px;
font-weight:bold;
text-align:justify;
}

.photo-mug {
font-family:arial;
font-size:12px;
font-weight:bold;
text-align:center;
}

.photo-caption-big {
font-family:arial;
font-size:13px;
font-weight:bold;
text-align:justify;
}

.photo-box {
border-color:black;
border-style:solid;
border-width:1px;
}


h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 15pt;font-weight:bold;
		color: #666666;
		padding: 0px 0px 3px 0px;
		margin: 0 0 0 0;
}

/*
p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 9pt;
		color: black;

}
*/

.MostPopStory A:link{
color:#666666;
text-align: left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:9pt;
font-weight:bold;
text-decoration:none;
}
/*
.MostPopStory a:link,a:visited,a:active {
text-decoration:none;
}
*/
.MostPopStory A:visited {
text-decoration:none;
color:#666666;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:9pt;
font-weight:bold;
}

.MostPopStory A:hover {
text-decoration:none;
color:#ab220e;
}

.MostPopStory a:active{
text-decoration:none;
color:#ab220e;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:9pt;
font-weight:bold;
}



#everything {
	width:1012px;
}

body {
	background-image:url(/graphics/djc_backgroundc.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.toplogin {
font-size:10px;
font-family: helvetica;
}

.date {
		font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	}

.searchbar {
font-size:9pt;
font-family: helvetica;
vertical-align:bottom;

}
.searchbar-button {
font-size:9pt;
font-family: helvetica;
vertical-align:bottom;
}


.toplogin_but {
 float:left;
  height:auto;
   font:76%/150% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
    width:80px;
     text-align:center;
      white-space:nowrap;  

}


#mainmenu{
position:relative;
height:30px;
top: 0px;
}



/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: 990px ;
margin: 0px 0px 0px 35px;
padding: 0;
list-style-type: none;
text-decoration: none;
}

.tabsmenuclass li{
text-decoration: none;
float: left;
}

.tabsmenuclass a{
height: 15px;
text-decoration:none;
display: block;
padding: 1px 5px 0px 5px;
background: #FFFFFF;
margin-right: 1px;
text-decoration: none;
font:13px "Times New Roman", Times, serif;
border-right: solid #999999 1px;
border-bottom: solid #999999 1px;
}

.tabsmenuclass a:hover {
text-decoration: none;
color: #444444;
background: url(/menus/gradinvert.gif) repeat-x;
color: #555555;

}

.tabsmenuclass a.selected{
text-decoration: none;
color: #444444;
}
/* ######### CSS for sub menu container below ######### */


.tabsmenucontentclass{
clear: left;


margin: 0px 0px 0px 35px;
background: url(/menus/grad3.gif) repeat-x;
text-decoration:none;
color: #444444;
font: 12px  Helvetica, Arial, sans-serif;
width: 948px;
height: 20px;
padding: 4px 3px 2px 15px;


}

.tabsmenucontentclass a:hover {
text-decoration: none;
color: #006699;
}


.tabsmenucontentclass a:visited,a:link,a:active {
text-decoration: none;
color: #444444;
}


.tabsmenucontentclass ul{
text-decoration: none;
color: #444444;
margin: 0;
padding: 0;
list-style-type: none;
}




/*   from old djc stylesheet */

.storytool {
font-size:8pt;
font-family:arial;
}

div.actionbar {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #ccccff;
	color: white;
	border: 1px;
	font-weight: bold;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 3px;
}

.actionbar-head {
	font-family: Verdana;
	font-size:12px;
	padding-top: 0;
	padding-bottom: 2px;
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	width:100%;

}
.actionbar-table{
	font-family: Verdana;
	font-size:12px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: white;
	color: black;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 11px;
	width:100%;
}

.actionbar-button{
	font-family: Verdana;
	font-size:12px;
	font-weight: bold;
}


.djcformheader{
        font-family:Arial, sans-serif;
        font-size:14px;
        font-weight:bold;
        color:black;
        background-color: #dddddd;
}

/* end of from old djc stylesheet */



.tabsmenucontentclass li{
text-decoration: none;
color: #444444;
float: left;
margin-right: 1em;
}


a:link { 
	color: blue;
	}
a:visited { 
	color: #993399;
	}
a:hover { 
	color: red;
	}
a:active { 
	color: #333333;
	}



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

.headlineBar {font-size: 11pt; font-weight: bold;font-family: helvetica, arial; line-height:1; color:#666666; }


.sidebar_header {
	//position:absolute;	
//	font-size:8pt; font-family: helvetica, arial; color:#444444; font-weight:bold;margin:0;
	font-size:8pt; font-family: helvetica, arial; color:#444444; font-weight:bold;margin:0;

}

		.creditlt {
			color: #666666;
			font-size: 8pt;
			font-weight:bold;
			font-family: helvetica, arial;
			padding: 0px 0px 0px 0px;
			margin: 4px 0px 0px 0px ;
			line-height: 11pt;
			text-align:left;
		}

		.credit2 {
			color: #666666;
			font-size: 9px;
			font-weight:bold;
			font-family: helvetica, arial;
			padding: 0px 0px 0px 0px;
			margin: 4px 4px 2px 0px ;
			line-height: 11px;
			text-align:left;
		}
	.djc_link {
	font-family: helvetica, arial;
	font-size: 8pt;
	font-weight:bold;
	color: #0066CC;
		}
		

body  {
	color: #000000;
	text-align: center;
	font-family: georgia, times new roman, times;
	margin:0;
}

#mdjc {

	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	border: 1px;
	border-color: #666666;
	background: #FFF;
	padding: 0px 0px 0px 0px;
}
.dj2 #container-print {
	width: 700px;
	margin: 0px auto;
	padding: 0px;
} 

.dj2 #container {
	//width: 1012px;
	width: 1018px;
	margin: 0px auto;
	padding: 0px;
	background:#fff;
	
}


.dj2 #header {
/*	height:214px;*/
	border-bottom: solid #333333 2px;
	background: #FFFFFF;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: solid #cc0000 1px;
	width:100%;
} 
.dj2 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.dj2 #sidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border: solid #DDDDDD 1px;
	margin: 0px 0px 0px 0px;
}

.dj2 #mainContent {
	margin: 0px 210px 0px 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.sidebar2014 {
	 margin-bottom:12px;
	  border-radius: 8px;
    border: thin solid #aaaaaa;
      background: #ffffff;
	padding: 5px 7px 3px 7px;
    //box-shadow: 1px 1px 0px #999999;
    //margin-bottom:11px; width:auto; 	
    
	 }
.sidebar2014 .content {
	padding:4px;
}

.sidebar2014 .content span {
/*	margin-bottom: -50px; */
		 display:block;
}

.sidebar2014 h3 {
	  border-radius: 8px;
 		width: auto;
  	  text-align:left;
		border-bottom-right-radius:0px;
		border-bottom-left-radius:0px;
        background-image: linear-gradient(#ffffff, #cccccc);
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 12pt;font-weight:bold;
		color: #666666;
		padding: 0px 0px 3px 0px;
		margin: -4px -7px 0px -7px;

}






.dj2 #footer {
	text-align: center;
	margin: 0px auto 0px auto;
	border-top: solid 1px #999999;
	background-color: #FFFFFF;
} 
.dj2 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;

}





/* yDJC */

.dj2 #my_djc {
	margin: 0px;
	margin-top:-16px;
	text-align: center;
//	width: 1012px;
	width: 100%;
	  border-radius: 10px;
	  background: linear-gradient(#cccccc, #ffffff);
    border: .5px solid #aaaaaa;
	  border-top-width: 0px;
//    background: #ffffff;
    //box-shadow: 1px 1px 0px #999999;
		border-top-right-radius:0px;
		border-top-left-radius:0px;

}


.dj2 #my_djc .content2, #my_djc .content2 .sb-inner {
	//background:#efefef url(/graphics/mydjc_backdrop_1012x.gif)
	 ;}
	


.boxHeader{
color:white;
font-weight:bold;
font-size:13px;
font-family:arial,helvetica;
background-color:#4e6ca4;
padding:3px;
}


.boxHeader2{
color:darkblue;
text-decoration:none;
font-weight:bold;
font-size:13px;
border-bottom:solid 1px #4e6ca4;
font-family:arial,helvetica;
background-color:#CBC4B5;
padding:3px;
}

.boxItem{
background-color:#CBC4B5;
color:darkblue;
font-weight:bold;
font-size:13px;
font-family:arial,helvetica;
padding:3px;
}

.boxItemInverse{
/*background-color:darkblue;*/
background-color:#4e6ca4;
color:#CBC4B5;
font-weight:bold;
font-size:13px;
font-family:arial,helvetica;
padding:3px;
}


.boxLink{
background-color:#CBC4B5;
text-decoration:none;
color:darkblue;
font-weight:bold;
font-size:13px;
font-family:arial,helvetica;
padding:3px;
}




.myDJCLink{
	font-family: Verdana, Helvetica, Arial ;
	font-size: 11px;
	text-decoration:none;
	color:#006699;
}

.myDJCLink A:LINK { text-decoration:underline; color:#006699;}
.myDJCLink A:HOVER { text-decoration:underline; color:#996699;}
.myDJCLink A:VISITED { text-decoration:underline; color:#006699;}
.myDJCLink A:VISITED:HOVER { text-decoration:underline; color:#006699;} 



/* ie specific stuff */
/* Main Content */
.dj2 #main {
  //position: relative;
//		  border-radius: 8px;
	//width:596px;
//		border-top-right-radius:0px;
//		border-top-radius:0px;
	width:602px;
	margin: 0px 0px 0px 0px ;
	margin: 0px 0px 0px 208px ;
	text-align: left;
	top: 0px;
	padding: 0px;
}

.dj2 #main .head-top {color: #006699; font-size: 16px; padding:12px; line-height: 18pt; font-family:Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration:none; }
.dj2 #main .head-top A:LINK {text-decoration:none;color:#006699 ;}
.dj2 #main .head-top A:VISITED {text-decoration:none; color:#006699;}
.dj2 #main .head-top A:HOVER {text-decoration:underline; color:#006699 ;}


.dj2 #main .headlinelt {color: #003366; line-height: 13pt; font-size: 12pt; font-family:Georgia, "Times New Roman", Times, serif; font-weight: bold; margin:4px 0px 0px 0px;padding:0px;  text-align:left;}
.dj2 #main .headline2 {color: #006699; line-height: 15pt; font-size: 12pt; font-family:Georgia, "Times New Roman", Times, serif; font-weight: bold; margin:4px 0px 0px 0px;padding:0px;  text-align:left;}
.dj2 #main .headline2 A:VISITED {text-decoration:none; color:#006699;}
.dj2 #main .headline2 A:LINK {text-decoration:none;color:#006699;}
.dj2 #main .headline2 A:HOVER {text-decoration:none; color:#006699;}


.dj2 #main .shead {color: #006699; font-family: "Times New Roman", Times, serif; font-size: 12pt;}
.dj2 #main .shead A:link{ color: #006699; font-family: "Times New Roman", Times, serif; font-size: 12pt; text-decoration:none }
.dj2 #main .shead A:hover{color: #ab220e; text-decoration:none;}
.dj2 #main .shead A:visited{text-decoration:none; color: #666666}

.dj2 #main .cathead {color: #006699; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; }
.dj2 #main .cathead A:link{color: #006699; font-family: "Times New Roman", Times, serif; font-size: 15px;text-decoration:none }
.dj2 #main .cathead A:hover{color: #ab220e; text-decoration:none;}
.dj2 #main .cathead A:visited{text-decoration:none;color: #006699}

.dj2 #main .cathead2 {color: #000000; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; }
.dj2 #main .cathead2 A:link{color: #000000; font-family: "Times New Roman", Times, serif; font-size: 15px;text-decoration:none }
.dj2 #main .cathead2 A:hover{color: #ab220e; text-decoration:none;}
.dj2 #main .cathead2 A:visited{text-decoration:none;color: #000000}


.dj2 #main .teaser2 {
			color: #000000;
			font-family: "Times New Roman", Times, serif;
			font-size: 11pt;
			font-weight: normal;
			line-height: 13pt;
			margin: 4px 6px 8px 0px;
			padding: 0px;
		
		}


.dj2 #main h4 {
	padding:4px 0px 5px 0px;
	text-align:left;
	margin:0;
 	color:black;
	margin:0px;
	background: white;
//	background-image: linear-gradient(#ffffff, #bbbbbb);
	border-radius: 8px;

 	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-color: black;
	border-bottom-width: thin;
	border-bottom-style: solid;
}







.dj2 #main h99 {
	 padding:4px 0px 5px 0px;
	text-align:left;
	margin:0;
	color:#444;
	margin:8px;
	//background:black;
     background-image: linear-gradient(#ffffff, #bbbbbb);
	 border-radius: 8px;
//	  left:30px;
//	  text-align:left;
		border-bottom-right-radius:0px;
		border-bottom-left-radius:0px;
// border: .5px solid #aaaaaa;
	 }
//.dj2 #main h4 .sb-inner { background:#FFF url(/menus/grad.gif) repeat-x; }
.dj2 #main h4 span { text-align:center;display:block;
	padding: 4px 3px 4px 0px; font-size:22px; }
.dj2 #main .content {
	color:#444;
	font-size: 15px;

 }
.dj2 #main .content, #main .content .sb-inner {
	 background: #fff;
	 left:4px;
	 width:602px;
	 margin: 0px 0px 10px 0px;
		border-radius: 8px;
		border-top-right-radius:0px;
		border-top-left-radius:0px;

}


#stockticker {
	padding: 0px 0px 0px 0px;
}

#story_block_one {
	border-top: solid #888888 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}

#story_one {
	margin: auto 0px auto auto;
}


 #story_two {
	margin : auto auto auto 0px;
}


#story_block_two {
	border-top: solid #888888 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
}

#storybreak {
	border-top: solid #888888 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
}

 #story_three {
}

 #story_four {
}


/* Mail Story */

/* End Main Content */


/* left sideBar */

.dj2 #left_sidebar {
	margin:0px 3px 10px 13px;
	width:190px;
	float: left;
	padding: 0px 0px 10px 0px;
}

.dj2 #left_sidebar h2 { padding:4px;text-align:left; margin:0; color:#444; }
.dj2 #left_sidebar h2, #left_sidebar h2 .sb-inner { background:#FFF url(/menus/grad_2.gif) repeat-x; }
.dj2 #left_sidebar h2 span { display:block; }
.dj2 #left_sidebar .content {
	padding:0px 0px 10px 0px;
	color:#FFF;
	margin: 0px 0px 10px 0px;
}
.dj2 #left_sidebar .content, #left_sidebar .content .sb-inner { background:#FFF; }

/* END Nav Bar */

.dj2 #complete_sidebar {
	position: relative;
	margin:0px 13px 5px 3px; 
	width:190px;
	height:auto;
    float: right;
	overflow: auto;
}


/* djc_blogs */
.dj2 #djc_blogs {
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:1px;
}

.dj2 #djc_blogs h2 { padding:4px;text-align:left; margin:0; color:#444; }
.dj2 #djc_blogs h2, #djc_blogs h2 .sb-inner { background:#FFF url(/menus/grad.gif) repeat-x; }
.dj2 #djc_blogs h2 span { display:block; }
.dj2 #djc_blogs .content {
	padding:4px 10px;
	color:#444;
	margin: 0px 0px 10px 0px;
}
.dj2 .content .sb-inner { background:#FFF;
	background:#FFF;
	width: 596px;
	padding: 0px;
	margin: 0px;

}




.dj2 #djc_special_sections h2 { 
	padding:4px;
	width:800px;
	text-align:center;
	 margin:0; color:#444;
	 linear-gradient(#ffffff, #cccccc);
	  }
.dj2 #djc_special_sections h2 span { display:block; }



#footer {
	width:1012px;
	margin: 0 auto 25px auto;
	text-align: center;
	border:1px;
	height:70px;
}

#footertext {
	width:975px;
	text-align: center;
	margin: 10px;
}



.stepcarousel{
	position: relative; /*leave this value alone*/
	margin:5px auto;
	overflow: scroll; /*leave this value alone*/
	width: 100%; /*Width of Carousel Viewer itself*/
	height: 220px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}



#news_container {
width: 100%;
height: auto;
margin: 0px;
padding: 0px;
position:static;
overflow: hidden;
}
#news_left {
/* width: 400px; */
height: auto;
padding: 0px;
float:left;
margin: 5px;
top:0px;
}
#news_right {
/*width: 168px;*/
top:0px;
height: auto;
float:right;
padding: 0px 0px 0px 0px;
margin-right: 5px;
//border-left: dashed;
//border-color: #555555;
//border-width: thin;

}
#news_clear {
 clear:both;
}


.links_bottom {
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 11pt;
			color: #444444;
	
}
.links_bottom A:LINK {text-decoration:none;color:#ab220e;}
.links_bottom A:VISITED {text-decoration:none;color:#ab220e;}
.links_bottom A:HOVER {text-decoration:underline;color:#444;}

.links_subbottom {
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
.links_subbottom A:LINK {text-decoration:none;color:#444;}
.links_subbottom A:VISITED {text-decoration:none;color:#444;}
.links_subbottom A:HOVER {text-decoration:underline;color:#ab220e;}
