﻿/* DEFAULTS

background: #15317e;
    background-image:url('../Images/background/JD_Website_Revised-Homeback.png');
    background-repeat:repeat-x;
 

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

body   
{
    background-color:#fff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    height: 100%; 
	overflow-x: hidden; 
	font-size-adjust: none; 
	font-stretch: normal;
}


p
{
   
    
    color:#000;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #253f87;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 979px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    
    width: 979px;
    height:125px;
      background-image:url('../Images/Header.png');
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 7px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}
.main2
{
    padding: 0px 12px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

div.footer
{
    width:979px;
    border:1px solid black;
    color: #15317e;
    margin: 0px auto;
    text-align: center;
    line-height:25px;
    font-size:11px;
    font-weight:bold;
    background-image:url('../Images/footer.png');
    background-repeat:repeat-x;
    
    
    
}

#footerlink a
{
color:#15317e;
}

/* TAB MENU  
----------------------------------------------------------*/

#hideSkiplink
{
    position: relative;
    background-color: #15317e;
    margin: 0px;
    padding: 0px;
    width:979px;
    height:29px;
    
    
    
   
    }

#topmenu 
{
  padding: 0px 0px 0px 0px;
  width: 980px;
  margin: 10px auto 0px auto;
  text-align:right;
  color:#fff;  
  font-weight:bold; 
  
   
}

#topmenu a
{

   font-size:11px; 
   list-style-type:none;
   list-style: none;
    color:#fff;  
  font-weight:bold; 
     text-decoration:none;
}

#topmenu a:visited
{

  color:#fff;  
  font-weight:bold; 
  text-decoration:none;
}

#topmenu a:hover
{
    color: #fff;
    text-decoration: underline;
}


/* table ELEMENTS
----------------------------------------------------------*/

 .divHeaderColumn0
        {
            float: left;
            width: 24%;
            display:block;
        }
        .divHeaderColumn1
        {
            float: left;
            width: 33%;
            display:block;
        }
        
        
        
        
          .divTable
        {
            width: 100%;
            display:block;
            padding-top:10px;
            padding-bottom:10px;
            padding-right:10px;
            padding-left:10px;
            display:block;
        }
        .divRow
        {
        	width: 99%; 
        	display:block;
        	padding-bottom:5px;
        	display:block;
        }
        .divColumn0
        {
        	float: left;
            width: 72%;
            display:block;
            display:block;
        }
         .divColumn1
        {
        	float: right;
            width: 28%;
            display:block;
            display:block;
        }
        
/* FORM ELEMENTS   
----------------------------------------------------------*/
.quotebox
       {
       	 background-color:#ecc87e;
       	 width: 261px;
       	 font-size:70%;
       	 font-family:Arial;
       	  font-weight:bold;
       	 }
        
             .quoteboxheader
       {
       	 background-color:#ecc87e;
       	 width: 261px;
       	 font-size:12px;
       	 font-family:Arial;
       	  font-weight:bold;
       	 }

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: #000;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay 
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.text3
{
    font-size: 1.5em;
    color:#000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 1.6em;
    padding-left:6px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


img.double-border { 
	border-left:1px solid #ccc; 
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:7px;
	background:#eee; }
	
	iframe.double-border { 
	border-left:1px solid #000; 
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:7px;
	background:#eee; }
	
	.faqdiv
	{
	padding-bottom:4px; 
	border-bottom: 1px dotted #000;
	}
	.faqquestions
	{
	 font-size:10px;
	  text-decoration:none; 	 		    
	}
	.faqquestions:hover
	{
	 font-weight:bold;
	}
.DynamicItemZIndex

{

      z-index:1000;

}

/*drop down menu */

.myMenu {
	margin:0;
	padding:0;
	

}

.myMenu li {
	list-style:none;
	float:left;
	font:12px Arial, Helvetica, sans-serif #fff ;
	
}

.myMenu li a:link, .myMenu li a:visited {
	display:block;
	text-decoration:none;
	background-color:#32689b;
	padding: 0.5em 2.124em;
	margin:0;
	border-right: 1px solid #32689b;
	color:#fff;
	
		
}

.myMenu li a:hover {
	background-color: #2b94aa;	
}

/*style the sub menu*/
.myMenu li ul {
	position:absolute;
	visibility:hidden;
	border-top:1px solid #fff;
	margin:0;
	padding:0;
	 z-index:1000;

}

.myMenu li ul li {
	display:inline;
	float:none;
	
}

.myMenu li ul li a:link, .myMenu li ul li a:visited {
	background-color:#32689b;

}

.myMenu li ul li a:hover {
	background-color: #2b94aa;	
}


.TestimonialsLinks
{
    text-decoration:none;
    color: blue;
 
 }
.TestimonialsLinks:visited
{
    color: blue;  
 }
 .TestimonialsLinks:hover
{ 
  text-decoration:underline;
 }
 
 .double-border { 
	border-left:1px solid #ccc; 
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:7px;
	width:480px;
	background:#eee; }
	
	