@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #b2dbe5;
	}

/* =========================================================== Toolbar
*/

#toolbar {
	width: 950px;
	height: 28px;
	background-color: #000;
	}
	
	#toolbar ul {
		float: right;
		}
		
	#toolbar li {
		float: left;
		margin: 1px 1px 0 2px;
		}
		
		#toolbar li a {
			color: #fff;
			display: block;
			height: 23px;
			text-indent: -9000px;
			overflow: hidden;
			}
				
			#toolbar .home {
				width: 76px;
				background:url(../images/toobar_home.gif) no-repeat left;
				}
				
				#toolbar .home:hover {
					background-position: right;
					}
				
			#toolbar .search {
				width: 75px;
				background:url(../images/toolbar_search.gif) no-repeat left;
				}
				
				#toolbar .search:hover {
					background-position: right;
					}
			
			#toolbar .sitemap {
				width: 84px;
				background: url(../images/toolbar_sitemap.gif) no-repeat left;
				}
				
				#toolbar .sitemap:hover {
					background-position: right;
					}
				
			#toolbar .contact {
				width: 93px;
				background:url(../images/toolbar_contact.gif) no-repeat left;
				}
				
				#toolbar .contact:hover {
					background-position: right;
					}

/* =========================================================== Delta Dental logo link
*/

h1 {
	margin: 0;
	padding: 0;
	width: 158px;
	height: 39px;
	background-color: #67bb49;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/ddLogo01.gif) no-repeat;
	}
	
	h1 a {
		display: block;
		width: 158px;
		height: 39px;
		}

#content {
	display: block;
	height: 620px;
	width: 532px;
	float: left;
	}
	
/* =========================================================== Home page
*/

#home #container {
	width: 950px;
	border-right: 1px solid #fff;
	background-color: #c8e5ec;
	}
	

#home #content {
	margin-left: 210px;
	}

#home #content p {
	margin: 20px 0 0 10px;
	font-size: 12px;
	line-height: 19px;
	width: 420px;
	color: #333;
	}
	
	#home #content p a:hover {
		text-decoration: none;
		}
	
#home h2 {
	margin: 5px 20px 15px 90px;
	padding: 0;
	display: block;
	width: 315px;
	height: 115px;
	text-indent: -9000px;
	overflow:hidden;
	background:url(../images/change_header.gif) no-repeat;
	}

#videoBox {
	padding: 10px 10px 6px 10px;
	* padding: 10px;
	background-color: #97d09a;
}
	
/* =========================================================== Footer
*/

#footer {
	width: 950px;
	background-color: #fff;
	border-right: 1px solid #fff;
	clear: both;
	}
	
	#footer p {
		float: left;
		font-size: 11px;
		margin-top: 6px;
		margin-left: 15px;
		color: #67bb49;
		margin-bottom: 8px;
		}

		#footer .right {
			float: right;
			text-align: right;
			margin-right: 15px;
			color: #333;
		}

.clear {
	clear: both;
	}
