
/* This is the window */

body {

	background-color: #B8B8B8;
	font-family: "Arial" ;
	font-size: 120%;
		
}

/* The header div! */


.header {

	background-image: url("slides/db_top-1345.png");
	background-size: cover;
	width: 1345px;
	height: 132px;
                     
}  


.header a {

	color: #000000;
	font-family: "Arial" ;
	font-weight: bold;
	font-size: 120%;
	font-style: normal;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 12px;
}

.header a:hover {
	color: #547E96;	
}


p.bar {

	position: relative;
	top: 25px;
	right: 210px;
	

}

p.bar2 {

	position: relative;
	top: 0px;
	right: 500px;
	

}

p.bar3 {

	position: relative;
	left: 500px;
	top: -40px;
	

}

p.bar4 {
	position: relative;
	top: -15px;
	right: -620px;
	height: 10px;
	width: 200px;
}

/* The main div */

/* All pages */

.main {
	width: 1345px;
	background-image: url("slides/db_main-1345.png") ;
    background-repeat: repeat-y; 
	background-position: center;
	background-size: contain;
	color: #000;
}

a {
	color: #DD4473;
	font-style: normal;	
}

a:hover {
	color: red;	
}


/* The footer div! */

.footer {
	background-image: url("slides/1345 bot.png");
	background-size: cover;
	width: 1345px;
    height: 132px;
	background-position: top;

} 

/*  From here and down i am adding functions for single pages */

/* Specific code for Associate Info Edit */ 

.info {

border: 2px solid black;

}

.heading {

background-color: #547E96;
color: white;
font-family: "Arial" ;
font-weight: bold;
font-size: 120%;
height: 30px;
}


/* This is for the accordion function */


#accordion {
	width: 1300px; 
	font-family: "Arial" ;
	font-style: normal;
	font-size: 110%;

}
 
.sub_acc td {
	height: 30px;
	width: 225px;

}

.sub_acc {
	width: 1200px;

}

.ui-accordion-header{

   background: #730A0A;
   color: white;
}

/* This is for the jquery dropdown menu in the main body.  */


#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Arial', sans-serif;
  font-size: 100%;
  position: relative;
}


#cssmenu {
  width: 1143px;
  left: -93px;
}

#cssmenu > ul {
  border: 1px solid #000000;
  background-color: #730A0A;
  border-radius: 4px;
}
#cssmenu > ul:after {
  clear: both;
  content: '';
  display: table;
}

#cssmenu > ul > li {
  border-right: 1px solid #000000;
  float: left;
}
#cssmenu > ul > li.mobile {
  display: none;
}
#cssmenu > ul > li.active {
  background-color: #730A0A;
}

#first_ul {
	left: 0px
}

#second_ul {
	display: none;
	left: -163px
}

#third_ul {
	display: none;
	left: -326px
}

#fourth_ul {
	display: none;
	left: -489px
}

#fifth_ul {
	 display: none;
	left: -652px
}

#sixth_ul {
	display: none;
	left: -815px
}

#seventh_ul {
    display: none;
	left: -978px
}


#cssmenu > ul > li > a {
  display: block;
  color: white;
  
}


#cssmenu > ul > li > a > span {
  display: block;
  font-weight: bold;
  text-shadow:1px 1px 1px #000;
  width:162px;
  height:28px;
  text-align:center;
  padding-top:15px;
  font-size:100%;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
  color: red;
}

#cssmenu > ul > li.active > a {
  color: red;
  text-shadow: 0 1px 1px #000;
}


#cssmenu ul ul {
  background-color: #b8b8b8;  
  border: 2px solid black;
  padding: 5px 12px;
  position: absolute;
  top: 43px;
  z-index: 1;
  width: 1300px;
}

#cssmenu ul ul table {
  width: 1300px;
  position: relative;
  top: 5px;
  bottom: 5px;
  background-color: #f0f0f0;
}

#cssmenu ul ul table tr{
  height: 30px;
}


