/* List Styles 
.collapsibleList li{
  list-style-image:url('../Images/emptybox.png');
  cursor:auto;
}

li.collapsibleListOpen{
  list-style-image:url('../Images/minus.png');
  cursor:pointer;
}

li.collapsibleListClosed{
  list-style-image:url('../Images/plus.png');
  cursor:pointer;
}
 
.collapsibleList a{
  color: Black;
}
*/


/* Header */
#JDMILogo
{	float:left;
 	margin: 10px;
 	padding-right: 40px;
}

#SiteTitleHeader
{	position:relative;
 	font-size: 25px;
 	font-style: italic;
 	margin-top: 0px;
 	padding-top:15px;
 	color: #707270;
    top: 0px;
    left: 0px;
}
#SiteTitleSubHeader
{
	position: relative;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
	color: #1372D9;
}

/* Rounded Corners */
.rounded{display:block}
.rounded *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.rounded1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #7b99bd;
  border-right:1px solid #7b99bd;
  background:#c5d2e2}
.rounded2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #2f5e97;
  border-right:1px solid #2f5e97;
  background:#d3dde9}
.rounded3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d3dde9;
  border-right:1px solid #d3dde9;}
.rounded4{
  border-left:1px solid #7b99bd;
  border-right:1px solid #7b99bd}
.rounded5{
  border-left:1px solid #c5d2e2;
  border-right:1px solid #c5d2e2}
.roundedfg{
  background:#FFFFFF}
  
html, body {
    background-color: #184D8C;
    font-family: Calibri;
    min-width: 1200px;
}
.CaseSubHeader
{
    background-image: url(../Images/blue_fade_60.png);        
    background-repeat: repeat-x;
	font-family: Calibri;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0072B7;
	text-align: left;
	text-decoration: none;
}
.CaseSubHeaderGrey
{
    font-family: Calibri;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    background-color: #CCCCCC;
    text-align: left;
    border: solid 2px black; 
    margin-left: 10px;
    margin-right: 10px;
 
}
#container{
	position: absolute;
	margin: auto;
	min-width: 1200px;
	top: 20px;
	left: 20px;
	background: white;
	
}

#MainContainer{
	position: relative;
	margin: auto;
	width: 1400px;
	height: 100%;
}

#header {
	width: 100%;
	font-size: 16px;
	font-style: italic;
	color: #1372D9;
	padding-bottom: 25px;
}
#header img { 
	vertical-align:baseline;
}

/*#headernav {
	background-color:#006BAD;
	height: 40px;
	width: 100%;
	padding-left: 20px;
}*/
#headernav {
	background-color:#006BAD;
	height: 40px;
	/*min-width: 1100px;*/
	margin-left: 10px ;
	margin-right: 10px;
	background-image: url(../Images/blue_fade_40.png); background-repeat: repeat-x;  
}

/*#headertabs ul { list-style-type:none; margin:0; padding:0; }
#headertabs ul li { float:left; display: inline; width:250px; background:#006BAD; position:relative; }
#headertabs ul li a { display:block; color:#fff; font-size:13px; line-height:40px; text-decoration: none; }
#headertabs ul li a.active { font-weight: bold; }
#headertabs ul li ul { display:none; width: 250px;}
#headertabs ul li:hover { font-weight: bold; }
#headertabs ul li:hover ul { display:block; line-height: 30px; position:absolute; top:40px; }
#headertabs ul li ul li { width:100%; text-align:left; clear:both; height:30px; border: 0; border-top: 1px solid #FFF; }
#headertabs ul li ul li a { width:100%; display:inline; font-size: 12px; padding:0 2em; height:30px; line-height:20px; border: 0; font-weight: normal; }
#headertabs ul li ul li a:hover { font-weight: bold; }
*/
#headertabs ul { list-style-type:none; margin:0; padding:0; }
#headertabs ul li { float:left; display: inline; background:#006BAD url('../Images/blue_fade_40.png') repeat-x; 
position:relative;     top: 0px;
    left: 0px;
}
#headertabs ul li a { display:block; color:#FFFFFF; font-size:13px; line-height:40px; text-decoration: none; width: 100%; padding: 0 10px 0 10px; z-index: 1000;}
#headertabs ul li a.active { font-weight: bold; z-index: 1000; }
#headertabs ul li ul { display:none; width: 250px; z-index: 1000;}
#headertabs ul li:hover { font-weight: bold; background-color: #333333; background-image: url(../Images/black_fade_40.png); background-repeat: repeat-x;  z-index: 1000;  }
#headertabs ul li:hover ul { display:block; line-height: 30px; position:absolute; top:40px; left: 0px;  z-index: 1000; }
#headertabs ul li ul li { width:100%; text-align:left; clear:both; height:30px; border: 0; border-top: 1px solid #FFFFFF; padding-bottom: 5px; z-index: 1000; }
#headertabs ul li ul li a { width:100%; display:inline; font-size: 12px; height:30px; line-height:34px; border: 0; font-weight: normal; z-index: 1000;}
#headertabs ul li ul li a:hover { font-weight: bold; z-index: 1000; }

#leftnav_content {
	float:left;
	margin-left: 5px;
	width:260px; 
	height: 850px;
	position: relative;
	overflow: auto;
}

#leftnav_content ul { list-style-type:none; margin:0; padding:0;}
#leftnav_content ul li { width:150px; position:relative; }
#leftnav_content ul li a {  color:#000; font-size:12px; line-height:20px; text-decoration: none; }
#leftnav_content ul li a.active { font-weight: bold; }
#leftnav_content ul li a:hover { font-weight: bold; }
#leftnav_content ul li ul { margin-left: 30px; }

#flash_content 
{
    float: left;
    vertical-align:top;
	width: 1100px;
	
}

#content {
	color:#666666; 
	background-color:white; 
	min-width: 500px;
	min-height: 850px;
	height: 82vh;
	margin-left: 20px;
}

#content h1 {
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	font-size: x-large;
	font-weight: normal;
	font-family: Calibri;
	border-bottom: 1px dotted #DDDDDD;
	color: #006BAD;

}

div a 
{
    color: White;
	text-decoration: none;
	z-index: -1000;
}
div a:hover 
{
    text-decoration: underline;
}


#content h1 a {
	color: #006BAD;
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}

#content_boxes h1 {
	margin: 3px;	
}
#content_boxes p {
	margin: 3px;	
}

#content_boxes li a {
	color: #006BAD;
	text-decoration: none;
}
#content_boxes li a:hover {
	text-decoration: underline;
}
#content_box_1
{
    float: left;
    width: 350px;
    height: 300px;
    border: 1px solid #C0C0C0;
    padding: 5px 5px 10px 5px;
}

#content_box_2 {
	float: left;
	margin-left: 20px;
	width: 350px;
	height: 300px;
	border: 1px solid #C0C0C0;
	padding: 5px 5px 10px 5px;
}

#content_box_3 {
	float: left;
	margin-left: 20px;
	width: 350px;
	height: 260px;
	border: 1px solid #C0C0C0;
}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper
{
	font-family: Calibri;
/*	min-width: 1200px;
	position:relative;
	text-align:left;
	margin-left: 20px;
	margin-right: 20px;
	left: 0px;
	top: 0px;*/
}

div.wrapper h1
{
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	font-size: x-large;
	font-weight: normal;
	font-family: Calibri;
	border-bottom: 1px dotted #DDDDDD;
	color: #006BAD;
	width: 98%;
 
}

div.wrapper h2,  div.wrapper h5, div.wrapper h6
{
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	font-size: large;
	font-weight: normal;
	font-family: Calibri;
	border-bottom: 1px dotted #DDDDDD;
	color: #006BAD;
}
div.wrapper h3
{
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	font-size: Medium;
	font-weight: normal;
	font-family: Calibri;
	border-bottom: 1px dotted #DDDDDD;
	color: #006BAD;
}
div.wrapper h4
{
	font-size: Medium;
	font-weight: normal;
	font-family: Calibri;
	color: #006BAD;
}

.dashes {
border-bottom: 1px dotted #DDDDDD;
margin-top: 5px;
}

.col1{color:#666666; background-color:white; height:95px;  height:95px;}
.col2{color:#FFFFFF; background-color:#000000;}
.col3{color:#666666; background-color:#FFFFFF; }
.col6{color:#999999; background-color:#F3F3F3;}
.col6 a{color:#2684B7; background-color:#F3F3F3;}





/* ----------------------------------------------Header-------------------------------------*/

#JDMILogo
{	float:left;
 	margin: 10px;
 	padding-right: 40px;
 	
}

a img, a:link img, a:visited img, a:hover img, a:active img { border:0 !important; }

#SiteTitleHeader
{	position:relative;
 	font-size: 25px;
 	font-style: italic;
 	margin-top: 0px;
 	padding-top:15px;
}
#SiteTitleSubHeader
{
	position: relative;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
	color: #1372D9;
}

#LoginDetails
{   text-align: right; 
	position:absolute;
	top:38px;
	right:30px;
	width:200px;
}

#LoginDetails a
{
    color: #006BAD;
    right: 10px;
    font-weight:bold;
}
/* Search */
#Search
{
	display: block;
	float: left;
	width: 411px;
	margin: 10px 0 0 0;
	padding: 0;
	background-color: Transparent;
}

/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:30px 0;
	}

#footer h2{
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
	}

#footer p, #footer ul, #footer a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	}

#footer .footbox{
	display:block;
	float:right;
	width:190px;
	margin:0 0 0 30px;
	padding:0;
	}

#footer li{
	margin-bottom:3px;
	line-height:1.6em;
	}

#footer .last{
	margin:0;
	}

#login{
	display:block;
	float:left;
	width:300px;
	}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright
{
	padding: 20px 0;
	top: 0px;
	left: 0px;
	background-color: #29313C;
	color: #FFFFFF;
	font-family: Calibri;
}

#copyright p{
	margin:0;
	padding:0;
	}

.no-scroll::-webkit-scrollbar {
    display: none;
}

.no-scroll::-moz-scrollbar {
    display: none;
}

.no-scroll::-o-scrollbar {
    display: none;
}

.no-scroll::-google-ms-scrollbar {
    display: none;
}

.no-scroll::-khtml-scrollbar {
    display: none;
}