@charset "UTF-8";
/*------- BASIC STYLING -------*/
body, table, div, td, {
	font: 11px Arial, Helvetica, , sans-serif;
	background-image:url(../images/background.jpg);  
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


#container { 
    position: relative;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
    } 

#clear  {clear:both;
}


/*------- POSITION CONTAINER ELEMENTS ------- */

#header { 
    position: relative;
	background-image:url(./images/logo_ddp.jpg) no-repeat;
	height: 120px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    }
    
#header h1 {
	margin-left: -9000px;
	}

#header img { 
	position:absolute;
	top: 0;
	left: 0;
	}
	
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 460px;
	list-style: none;
	}
	
#header ul li {
	float: left;
	}
	
#header ul a {
	font-size: 13px;
	line-height: 1em;
	text-decoration: none;
	color: #53524a;
	background:url(../images/nav_divider.gif) no-repeat left top;
	float: left;
	padding: 0 10px;
	margin-bottom: 5px;
	}
	
#header ul a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
		
#header ul a.first {
	background: none;	
	}
	
#header ul a.firstactive {
	background: none;
	color: #FFFFFF;	
	}
	
#header ul a.active {
	color: #FFFFFF;	
	}	

#navlinks li { 
	display: inline;
    list-style: none;
	}
	
#content {
    position: relative;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
    } 
	
#info {
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	float:left;
	padding-left: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
    }
	 
#info h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 15px;
	color: #333333;
	background:url(../images/graphic_header_infopage.png) no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	}

#info h3 {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #91c100;
	padding-left: 30px;
	margin-bottom: 0px;
	}
	
#info p {
	font-size: 12px;
	font-style: normal;
	line-height: 2 px;
	color: #333333;
	text-align: left;
	padding: 0 20px 10px 30px;
	margin-top: 5px;
	background-color: #FFFFFF;
	background: none;
	}
	
#info ul {
	font-size: 11px;
	line-height: 15px;
	padding-left: 50px;
	margin-top: 5px;
	}
	
#info a {
	color: #991d28;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}	
	
#info a.more {
	color: #991d28;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/link_arrow.gif) no-repeat left;
	padding-left: 5px;
	margin-top: 25px;
	}
	
#info a:hover {
	color: #991d28;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}
	
#info a.more:hover {
	color: #991d28;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}
	
#info img {
 	float:left;
 	margin: 0 10px 10px 0px;
	}

img.photo-frame {
	margin: 10px auto !important;
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	}
	
ul.slideshow-nav {
	margin-left: 0 !important;
	}
	
ul.slideshow-nav li {
	float: left;
	padding: 5px 25px 5px 0;
	list-style: none;
	}

#info table {
	margin: 20px 0 0 30px;
	background: #FFFFFF;
	text-align: left;
    border-color: #d9f38e;
	width: 400px;
	}
	
#info table tr {
 	
	}		
	
#info table td {
	background: #FFFFFF;
	color: #666666;
	text-align: left;
	font-size: 13px;
	padding: 5px;
	}	
	
#info table td.green {
	background: #d9f38e;
	text-align: left;
	font-size: 13px;
	padding: 5px;
	}	
		
	
#sidebar {
	position: relative;
	float: right;
	width: 200px;
	height: 270px;
	margin-top: 40px;
	margin-right: 20px;
	background: none;
	}	
	
#sidebar ul {
	margin: 0;
	padding: 0 0 0 5px;
	background: url(../images/sidebar_bottom.gif) no-repeat 0 100%;
	text-align: left;
	right: 0;
	bottom: 0;
	width: 200px;
	}
		
#sidebar ul li {
	background: url(../images/sidebar_arrow.gif) no-repeat left;
    margin: 0;
	padding: 1em 20 .2em 0;
	width: 200px;
	line-height: 24px;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #FFFFFF;
	}

#sidebar ul a {
	padding-left: 7px;
	display: block;
	font-size: 12px;
	color: #5b752e;
	text-decoration: none;
	}
	
#sidebar ul a:hover {
	background: #FFFFFF;
	}		
	
#sidebar h3 {
	background: url(../images/sidebar_top_quicklinks2.gif) no-repeat;
	height: 34px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;	
	}
	
#sidebar ul a.sidebar_last {
	padding-bottom: 0;	
	}
	
#sidebar img.promo {
	margin-top: 10px;
	}		

#footer {
	background: #FFFFFF;
	text-align: left;
	float: left;
	width: 900px;
	margin: 20 auto;
	padding-top: 10px;
	}

#footer a.contact {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	font-size: 12px; color: #7a9d39;
	text-decoration: none;
	padding-left: 50px;
	margin-top: 15px;
	}
