/* CSS Document */


* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font-size: 12pt;
	background-color:#127439;
	background-image:url(images/bkgdrpt.jpg);
	background-repeat:repeat-x;
	background-position:top;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	}

h1 {
	font-size: 1.4em;
	line-height: 1.3em;
	color: #19498e;
	padding-bottom:6px;}
	
h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #19498e;
	padding-bottom: 9px;}
	

	
h3 {background-color: #127439;
	color:#fff;
	padding:6px;
	font-size:.9em;
	margin-bottom:9px;
	text-align:center;}


h4 {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #f22f11;
	padding-bottom: 9px;
	padding-top:9px;}
	
	

h5 {
	font-size: .9em;
	line-height: 1.3em;
	color: #f22f11;
	padding-bottom: 9px;
	padding-top:12px;}	
	
h6 {
	font-size: .9em;
	line-height: 1.1em;
	color: #19498e;
	padding-bottom: 3px;
	padding-top:12px;}	
	
	

p {
	font-size: 85%;
padding-bottom:6px;
	}
	

	
	
/*relative divs for universal positioning*/	
	
#container {
width: 800px;
margin: 0px auto 0px auto;
position:relative;
	}
	
#bottom2 {
position:relative;
padding: 0 12px;
height:60px;
}
	
	
/*absolute divs for universal positioning*/

#kids {
position:absolute;
left: 14px;
top: -2px;
}	


/*relative divs for home page only*/

#content {position:relative;
background-repeat: repeat-y;
background-position:top;
background-image:url(images/dbrpt.jpg);
padding-left: 286px;
padding-right:286px;
padding-top:14px;
}

#hometop {
position:relative;
height: 420px;
background-repeat: no-repeat;
background-position:top;
background-image:url(images/dbhed.jpg);
}


#footer{
position:relative;
height:60px;
background-color:#FFFFFF;
background-image:url(images/dbfooter.jpg);
background-position:top;
background-repeat:no-repeat;
}





/*absolute divs for home page only*/
#left {
	position: absolute;
	top:436px;
	left:30px;
	width:214px;
}	


#right {
	position: absolute;
	top:436px;
	left:560px;
	width:214px;
}	


#intro {
	position: absolute;
	left: 30px;
	top: 230px;
	width: 560px;
	color:#FFFFFF;
	line-height:1.2em;
	height: 168px;
	}

#news{
	position: absolute;
	left: 611px;
	top: 279px;
	width: 143px;
	line-height:1.2em;
	background-color:#b0cffa;
	padding:6px;
	border: #127439 1pt solid;
	}
	
#callout {
	position: absolute;
	left: 229px;
	top: 17px;
	font-size:90%;
	line-height:1.5em;
	width: 328px;
	font-weight:bold;
	height: 105px;
	}		
	
	
	
/*relative divs for interior pages*/	
	
#contentint {
background-repeat: repeat-y;
background-position:top;
background-image:url(images/dbrptint.jpg);
padding-top:12px;
padding-left:26px;
padding-right:26px;
position:relative;
}
	

#inttop {
position:relative;
height: 210px;
background-repeat: no-repeat;
background-position:top;
background-image:url(images/dbhedshort.jpg);
}


#footerint{
height:60px;
background-color:#FFFFFF;
background-image:url(images/dbfooterint.jpg);
background-position:top;
background-repeat:no-repeat;
position:relative;
}


/*absolute divs for interior pages*/

#calloutint {
	position: absolute;
	left: 232px;
	top: 33px;
	font-size:90%;
	line-height:1.5em;
	width: 553px;
	height: 96px;
	}	
	


/*navigation for home and interior pages*/


#nav {left:230px;
top:176px;
width:381px;
position:absolute;
font-size:95%;
color: #ede112;
font-weight:bold;}


#nav ul {
	text-align: left;	
	}


#navbar li {
	display:inline;
	}

	
#navbar a {
	color: #fff;
	text-decoration: none;
	padding: 0px 2px;
}
		
#navbar a:link, #navbar a:visited {
	color: #fff;
	}

#navbar a:hover {
	color: #19498e;
		}
	
	
#navint {left:230px;
top:176px;
width:578px;
position:absolute;
font-size:95%;
color: #ede112;
font-weight:bold;}	


#navlist li {display:inline;
}


#navlist a {
	color: #fff;
	text-decoration: none;
	padding: 0px 2px;
}

		
#navlist a:link, #navlist a:visited {
	color: #fff;
	
	}

#navlist a:hover {
	color: #19498e;
	}

#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
	
		
#navint #navlist .uberlink {
color: #19498e;
}		
	





/*paragraph and list stylings according to divs*/
#content p, #contentint p {line-height:1.4em;
font-size:85%;
}

#contentint ul {text-align: left;	
	display:block;	
	margin-left:18px;
	margin-bottom:9px;}

#contentint li {line-height:1.5em;
font-size:85%;}

p.bottom2 {padding-top:18px;
font-size:70%;
text-align:center;
color:#52ca82;
}

#footer p, #footerint p {padding-top:30px;
text-align:center;
color:#fff;
font-size:80%;}

#intro strong {color:#f6d520}
#calloutint p {line-height:1.5em;}
#callout p {line-height:1.4em;}

#news p {color:#000;
text-align:center;
font-size:90%;
line-height:1.4em;
}

p.quote {
font-size:90%;
font-weight:bold;}
	
p.person {text-transform:uppercase;
font-size:75%;
font-weight:bold;
text-align:right;
padding-bottom:9px;
color:#127439;}
	

/*form stylings*/

.texta {
 font-size: 1.1em;
 background-color: #CCCCCC;
 border: 1px solid #f22f11;
}

.titlea {font-size: 1.1em;
	color: #f22f11;
	font-weight:bold;
	}
	
.buttons {
padding:2px;
 background-color: #f22f11;
 color: #FFFFFF;
 margin-right: 6px;
 margin-top:12px;
width:230px;
}




/*link styling according to divs*/

#content a, #left a, #right a, #contentint a {
	color: #f22f11;	
	text-decoration:none;
	font-weight:bold;
}
		
#content a:link, #content a:visited, #left a:link, #left a:visited, #right a:link, #right a:visited, #contentint a:link, #contentint a:visited {
	color: #f22f11;
	}

#content a:hover, #left a:hover, #right a:hover, #contentint a:hover {
	color: #127439;
		}
		
#news a, #intro a {color:#f22f11;
font-weight:bold;
text-decoration:none;}

		
#news a:link, #news a:visited, #intro a:link, #intro a:visited {
	color: #f22f11;
	}

	
#news a:hover {
	color: #fff;
		}		

#intro a:hover {
	color: #f6d520;
		}		
	
#footer a, #footerint a {
text-decoration:none;
color:#fff;
}

#bottom2 a {
text-decoration:none;
color: #52ca82;
}
