@charset "utf-8";
/* CSS Document */

body {

background-color: #BDBFC5;
background-image: url(../../includes/images/gradient_bkg.gif);
background-repeat: repeat-x;
}

#container {
  margin:auto;
  width: 900px;
  background-color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  font-size:9px;
}
#container2{
width: 900px;
border:#2E4262 1px solid;
}
#navborder{
 font-family:Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#FFF;
 border:1px;
 border-bottom-color:#ccc;
 border-left-color:#cccc;
 border-right-color:#ccc;
 border-top-color:#ccc;
 border-style:solid;
 text-align:center;
 line-height:22px;
}
#header {

  background-image:url(../../images/dbTopLogo.png);
  background-repeat:no-repeat;
  height:120px;
  text-align:right;
  margin-bottom:10px;

}
#navbar{
 background: #2E4262;
 clear:both;
 width:898px;
 border:#FFF solid 1px;
}
#navbar2{
 background: #fff;
 clear:both;
 width:900px;
 height:3px;

}
#leftBar {
  float: left; 
  width: 140px; 
  height:auto;
  
}
 p.headers{
 font-family:Verdana, Geneva, sans-serif;
  font-size:16px;
  color:#333;
  font-weight:bold;

}
span.style3{
font-family:Verdana, Geneva, sans-serif;
font-size: 14px;
color:#FFFFFF;

}
span.style3 a:link,
span.style3 a:hover,
span.style3 a:visited{
font-family:Verdana, Geneva, sans-serif;
font-size: 14px;
color:#FFFFFF;
text-decoration:none;

}
span.style4{
font-family:Verdana, Geneva, sans-serif;
font-size: 9px;
color:#FFFFFF;

}
span.style4 a:link,
span.style4 a:hover,
span.style4 a:visited{
font-family:Verdana, Geneva, sans-serif;
font-size: 9px;
color:#FFFFFF;
text-decoration:none;

}
#content {
  float:left;
  width:600px;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  color:#333;
  line-height:24px;
  height:auto;
  margin-top:0px;
  padding-left:10px;
  
}
#content2 {
	float:left;
	width:825px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	line-height:24px;
	height:auto;
	margin-top:10px;
	margin-left:25px;
	margin-right:25px;
	padding-left:20px;
	
  
}
#content3 {
  float:right;
  width:733px;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  color:#333;
  line-height:24px;
  height:auto;
  margin-top:0px;
  margin-left:10px;
  margin-right:10px;
  padding-left:10px;
  
}
#contact ul, li
{
  display: inline;
}
#contact li
{
  border: solid 1px white;
  padding: 5px;
  margin: 10px;
  background-color: #DDDDB7;
}
#subcontact ul,li{
  display:block;
 position:relative;
}
#rightBar { 
  float:right; 
  width: 133px; 
  margin-bottom:10px;
 }

#footer { 
  clear:both;
  font-family:Verdana, Geneva, sans-serif;
  font-size:9px;
  color:#333;
  background-repeat:no-repeat;
  border:#333333 1px solid;
} 
#topfooter {
	clear:both;
	background-color:#2E4262;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:22px;
}
td.footertd{
  font-family:Verdana, Geneva, sans-serif;
  font-size:10px;
  color:#fff;
  line-height:24px;
}

}
#footerline{

} 
ul.admintext{
color:#333333;
 font-family:Verdana, Geneva, sans-serif;
 font-size:10px;
 padding-top:2px;
 padding-bottom:10px;
 list-style-type:none;
}
ul.admintext a li{
 color:#333333;
 font-family:Verdana, Geneva, sans-serif;
 font-size:10px;
 padding-top:10px;
 padding-bottom:10px;
 list-style-type:none;
}
ul input{
 color:#CCC;
 font-family:Verdana, Geneva, sans-serif;
 font-size:10px;

}

ul.content{
	padding:0;
	margin-left:20px;
	color:#ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	list-style-type:disc;
	list-style-position: inside;
}
ul.content li{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	list-style-type:disc;
	display: list-item;
	color:#333;


}
ul.content li a{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;


}
.admintext{
    font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;	
    color:#FFF;

}
.bulletedlist
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
    margin-left:20px;
	list-style-type:disc;
}
.bulletedlist a:link,
.bulletedlist a:hover,
.bulletedlist a:visited{
 background-color:#ccc;

}
ul.dropdown {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.dropdown li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul.dropdown li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 15px 5px 15px;
  background: #2E4262;
  margin-left: 1px;
  white-space: nowrap;
  
}
ul.dropdown li a:hover { background: #2E4262; }
li:hover ul {
  display: block;
  position: absolute;
   
}
li:hover li {
  float: none;
  font-size: 14px;
  border-top: 1px solid #ffffff;
  text-align:left;
}
li:hover a { background: #2E4262; }
li:hover li a:hover { background: #2E4262;}
ul.application li{
list-style-type:disc;
}
 #contactFormContainer
            {
               position:absolute;
               left:600px;
               float:right;
            }
            #contactForm
            {
               height:277px;
               width:351px;
               background-image:url(’bkg.jpg’);
               display:none;
            }
           
#contactForm fieldset
            {
               padding:30px;
              
border:none;
            }      
            #contactForm label
            {
               display:block;
               color:#ffc400;
            }      
            #contactForm input[type=text]
            {
               display:block;
               border:solid 1px #4d3a24;
               width:100%;
               margin-bottom:10px;
               height:24px;
            }  
            #contactForm textarea
            {
               display:block;
               border:solid 1px #4d3a24;
               width:100%;
               margin-bottom:10px;
            }  
            #contactForm input[type=submit]
            {
               background-color:#4d3a24;
               border:solid 1px #23150c;
               color:#fecd28;
               padding:5px;
            }                
            #contactLink
            {
               height:40px;
               width:351px;
               background-image:url(’slidein_button.png’);
               display:block;
               cursor:pointer;
            }
            #messageSent
            {
               color:#ff9933;
               display:none;
            }