/* --------------------------------------------------------------------
	'dillonspain-content.css' gives layout and styling for content
	elements that write after main structure is formed + the page footer.
   ------------------------------------------------------------------*/

img { /* needed for firefox */
	border: 0px;
	}
	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:400;
	color:#660000;
	}
		
p {
	margin:0px;
	padding:0px;
	}	
	
	
.introTxt {
	margin: 0px 0px 30px 0px;
	}
	
.introTxt p {
	font-size:12px;
	line-height:150%;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.introTxt h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}				
	
#module {
	background: #c7c9cd url(images/bg-modulegradient.gif) no-repeat top;
	border-top:2px solid #000000;	
	margin-bottom:10px;
	padding-bottom:0px;	
	width: 260px;	
	}
	
#module .footer {
	background: url(images/bg-moduleFooter.gif) no-repeat bottom;
	height:20px;
	margin-top:10px;
	width:260px;
}	
	
#module p {
	color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	}
	
#module p.followup {
	margin:8px 0px 0px 0px;
	}
	
#module p.followup a {
	background: url(images/bullet-chevron.gif) no-repeat left;
	border-bottom:1px dotted white;
	color:#990000;	
	font-weight:bold;
	padding: 0px 0px 0px 10px;
	margin: 0px 10px 0px 0px;	
	text-decoration:none;
	}
	
#module p.followup a:hover {
	border-bottom:none;
	color:#000000;
	}				
	
#module .content {	
	padding:10px 10px 10px 10px;
	}	
	
.scheduleHeader {
	background: #000000 url(images/bg-scheduleHeader.gif) no-repeat top;	
	border-bottom:1px solid #ffffff;		
	height:26px;
	margin-bottom:10px;
	width: 260px;	
	}
	
iframe {
	background:none;
	font-size:9px;
	margin: 0px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	}
	
.notice  {
	border: 1px solid red;
	color:#FF0000;
	padding:5px;
	margin-bottom:20px;
	}	
	
.bioHeader {
	background: #000000 url(images/bg-bioHeader.gif) no-repeat top;
	border-bottom:1px solid #ffffff;		
	height:26px;
	margin-bottom:5px;	
	width: 260px;	
	}
	
.contactHeader {
	background: #000000 url(images/bg-contactHeader.gif) no-repeat top;
	border-bottom:1px solid #ffffff;		
	height:26px;
	margin-bottom:5px;	
	width: 260px;	
	}
	
	
/* -------------------------------------------------- 
            Photo Gallery         
   ---------------------------------------------------*/	
 
 
 /*  Gallery Container   */	
.photogallery {
	background: url(images/bg-photogallery.png) no-repeat left top;
	height:327px;
	margin: 10px 0px 30px 0px;
	overflow:hidden;
	padding:0px;
	width:580px;
	}
	
.photogallery h3 {
	color:#ffffff;
	margin:11px 0px 15px 10px;
	text-align:left;	
	}	
	
.photogallery p {
	color:#ffffff;
	font-size:12px;
	margin:0px 15px 0px 15px;	
	}
	
 /*  Gallery Flash Component   */	
#imgLibrary {
	color:#999999;
	height:80%;
	font-size:9px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	text-align:center;
	width:568px;
	}
	
#imgLibrary p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:9px;
	}	
	
	
	
	
.calendarButton {
	margin-top:8px;
	text-align:center;
	width:260px;
	}		
	
		
/* THE DAV-BAR BAR  :)  */	
.davbar {
	background: #c1b7ac url(images/bg-davbar.gif) no-repeat;	
	height:67px;
	margin: 15px 0px 0px 0px;
	width:580px;
	}
	
.davbar p {
	font-size:10px;
	padding:8px 8px 0px 260px;	
	}
	
.davbar a {
	color:#666666;
	font-weight:bold;	
	text-decoration:none;
	}	
	
.davbar a:hover {
	color:#000000;
	font-weight:bold;	
	}
	
.davbarLogo {
	float:left;
	margin:8px 0px 0px 10px;
	}
	


	
/* -------------------------------------------------- 
            Navbar for Secondary Pages        
   ---------------------------------------------------*/
   
	#navbar {
	background: #666666 url(images/bg-navbar.gif) no-repeat;	
	color:#333333;
	height:26px;	
	margin-left:auto;
	margin-right:auto;	
	padding: 0;
	text-align:center;		
	width:300px;
	}
	
	#navbar ul {
	margin: 0px 0px 0px 12px;
	padding-top: 0px;
	list-style-type: none;	
	font-size: 13px;
	padding: 0px 0px;
	text-align:center;	
	}

	#navbar li {
	float:left;
	line-height: 0px;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	z-index: 10;
	background-color: transparent;	
	text-align:center;	
	}	
	
	#navbar a:hover {
	color: #FFFFFF;
	}

	#navbar a {
	background: url(images/bg-navdivider.gif) no-repeat right;
	display: block;
	float: left;
	height: 4px;		/* height for IE 5 mac */
	color: #999999;
	text-decoration: none;
	white-space: nowrap;
	padding: 12px 10px 10px 10px;
	margin: 0;
	font-weight: normal;
	}
	
	#navbar a.last {
	background: none;
	}
	
	
		   
   		
	
/* -------------------------------------------------- 
            Footer Area          
   ---------------------------------------------------*/	
#footer {
/*	border: 1px solid red;*/
	background: url(images/bg-footer.png) no-repeat center bottom;
	clear:both;
	color: #8e96a0;	
	height: 40px;
	margin: 0px 0px 40px 0px;	
	padding: 5px 0px 0px 0px;
	text-align: center;	
	width: 900px;
	}
	
#footer p {padding-top:3px;}	
	
#footer a {
	color: #8e96a0;
	padding: 2px 2px 0px 2px;
	text-decoration:none;		
	}
	
#footer a:hover {
	text-decoration:none;
	color: #ffffff;		
	}
	
	
	
	
	
	
	
	
	
						
	
	