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

html {
	height: 100%;
}

body {
	border: 0;
	height: 100%;
	color: #626256;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	
	background-color: #f6efcb; /*#f8f3e0; /*#F5EFD0;*/
	background-image: url(../images/subi_dental_tile_v.gif);
	background-position: left;
	background-repeat: repeat-y;
	
	padding: 0;
	margin: 0;
}

#nonFooter {
	position: relative;
	min-height: 100%;
	background-image: url(../images/subidental_bkg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

* html #nonFooter {
	height: 100%;
	width: 100%;
}

#content {
	padding-bottom: 270px;
}

	#header {
		width: 100%;
		background-image: url(../images/header_end_tile.gif);
		background-repeat: repeat-x;
		clear: both;
		min-width: 550px;
	}
	
	#brain {
		width: 100%;
		height: 224px;
		background-image: url(../images/header_curve.gif);
		background-position: left top;
		background-repeat: no-repeat;
	}
	
		#flashArea {
			float: left;
			height: 220px;
			width: 174px;
		}
		
		#logoArea {
			float: left;
		}
		
		#tagline {
			float: left;
			width: 270px;
			margin: 85px 0 0 20px;
		}
	
	#myCopySpace {
		width: 850px;
	}
		
	#allTheCopy {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		width: 350px;
	}
	
		#allTheCopy p {
			display: block;
			font-size: 12px;
			font-weight: normal;
			margin-top: 15px;
			margin-left: 10px;
		}
		
		#allTheCopy table {
			font-size: 12px;
		}
		
		#allTheCopy h2 {
			font-size: 120%;
			display: block;
			margin: 0 0 8px 0;
			padding: 0 0 1px 0;
			display: block;
			border-bottom: 1px solid #626256;
		}

		#allTheCopy h3 {
			font-size: 80%;
			display: block;
			margin: 2px 0 2px 5px;
			padding: 0 0 1px 0;
		}
		
		#allTheCopy ul {
			font-size: 11px;
			font-style: italic;
		}
		
		#allTheCopy span {
			/*display: inline;*/
			float: left;
			clear: left;
			margin-left: 80px;
			padding: 0;
		}
		
		#allTheCopy span b{
			font-size: 140%;
			font-weight: bold;
		}
	
	#allThePix {
		float: left;
		min-width: 200px;
	}

	#allThePixHome {
		float: left;
		min-width: 200px;
		padding-left:174px;
	}
	
#leftCol {
	/*width: 174px;*/
	position: relative;
	left: 0;
	/*padding-top:123px;*/
	background-image:url(images/footer_end_tile.gif);
	background-repeat: repeat-x;
}

.clear {
	width: 100%;
	display: block;
	height: 1px;
	clear: both;
	font-size: 1px;
	margin-bottom: -1px;
}

#footer {
	position: relative;
	margin-top: -275px;
	height: 275px;
	width: 100%;
	background-image: url(../images/footer_end_tile.gif);
	background-repeat: repeat-x;
}
	#footTable {
		position: relative;
		float: left;
	}
	
	#footerNav {
		font-size: 9px;
		color: #FFFFFF;
		display: block;
		margin: 0 0 0 25px;
		/*width: 675px;*/
	}

	#footerNav ul {
		list-style: none;
		margin: 0 0 0 15px;
		padding: 0;
	}
	
	#footerNav li {
		display: inline;
		margin: 2px 2px;
		border-right: 1px solid #FFFFFF;
	}
	
	#footerNav a {
		color: #FFFFFF;
		text-decoration: none;
		margin-right: 2px;
		text-transform: lowercase;
	}

#innerSole {
	height: 275px;
	width: 100%;
	min-width: 550px;
	background-image: url(../images/footer_curve.gif);
	background-position: right;
	background-repeat: no-repeat;
}	

/* nav styles */

#navigation {
	float: left;
	padding: 0;
	margin: 0;
	font: 12px Arial, sans-serif;
	background: #E8DEBA;
	width: 173px;
	text-transform: uppercase;
}

#navigation li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #626256;
	text-align: left;
	color: #626256;
}

#navigation li a {
	display: block;
	padding: 0.3em 0.5em 0.3em 0.75em;
	border-left: 1.2em solid #E8DEBA;
	background: #E7DDB9;
	text-decoration: none;
}

#navigation li a:link {
	color: #626256; 
}

#navigation li a:visited { 
	color: #626256; 
}

#navigation li a:hover {
	/*border-color: #FE3;*/
	color: #FFF;
	background: #ef6519;
	border-left: 1.2em solid #626256;
}

