/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Delta Dental CSS for layout
Author : Frank Ku / frank@bussedesign.com
URL : http://www.warose.com/

Created : 11/12/2008
Modified : 11/12/2008

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

* {
		margin:0;
		padding:0;
	}

a {
		text-decoration:none;
		margin:0px;
		padding:0px;
		color:#C60751;
	}

a:hover {
		text-decoration:underline;
		color:#231F20;
	}

a img {
	border:0px;
}



ul li,
ol li	{
		list-style-type:none;
	}

.clearDiv {
	clear:both;
	height:1px;
}

.clearPara {
	clear:both;
}

.bold {
	font-weight:bold;
}

.unbold {
	font-weight:normal;
}

body {
		font-family:Arial, Verdana, Helvetica, sans-serif; 
		font-size:12px;
		background-color:#D3CCB7;
		color:#000000;
		background-color:#64544B;
}

#pageHeader {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
	height:113px;
	background:url('../img/header_bk.jpg') repeat-x 0px 0px;
}

#logo {
	float:left;
	display:inline;
	margin-right:110px;
}

#mainNav {
	float:left;
	display:inline;
	font-size:14px;
	margin-top:85px;
}

#mainNav li {
	display:inline;
	border-right:1px solid #C60751;
	padding:0px 12px 0px 12px;
}

#mainNav li.last {
	border-right:0px;
}

#mainNav li.selected a {
	color:#231F20;
}

#contactModule {
	border-left:1px solid #C60751;
	padding-left:10px;
	margin-top:20px;
	font-size:14px;
	position:relative;
	left:350px;
}


#contactModule p {
	line-height:20px;
}

#contactModule {
	float:left;
	display:inline;
}

#homeWrapper {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
	background:#EAE1CB url('../img/home/copy_bk.jpg') repeat-x 0px 0px;
	position:relative;
	top:-3px;
	padding-bottom:130px;
}

#headerImage {
	padding-top:110px;
	margin:0px 0px 10px 64px;
}

#topCopy {
	font-size:16px;
	color:#FFFFFF;
	width:430px;
	margin:0px 0px 50px 70px;
}

#module1 {
	margin-left:45px;
	color:#FFFFFF;
	width:305px;
	float:left;
	display:inline;
}

#mainCopy {
	padding:13px 20px 13px 20px;
	background-color:#A45B3B;
	line-height:17px;
}

#otherCopy {
	padding:10px 20px 10px 20px;
	line-height:16px;
	color:#000000;
}

#mainCopy p,
#otherCopy p {
	margin-bottom:10px;
}

#mainCopy p.marginBtm0,
#otherCopy p.marginBtm0 {
	margin-bottom:0px;
}

.bold14 {
	font-size:14px;
	font-weight:bold;
}

#mainCopy a {
	color:#FFD851;
}

#modulesWrapper {
	float:left;
	display:inline;
	background:url('../img/home/brown_bk.jpg') repeat-y 0px 0px;

}

.modules {
	float:left;
	display:inline;
	width:150px;
	margin:0px 1px 54px 0px;
}

.moduleText {
	color:#FFFFFF;
	padding:20px 20px 0px 20px
}

#moduleFooter {
	background-color:#FFFFFF;
	text-align:center;
	padding:10px 0px 10px 0px;
	font-style:italic;
}

#historyWrapper {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
	background:#EAE1CB url('../img/history/copy_bk.jpg') repeat-x 0px 0px;
	position:relative;
	top:-3px;
	padding:320px 0px 79px 0px;
}

#historyImage {
	margin:0px 25px 0px 45px;
	float:left;
	display:inline;
	width:307px;
	text-align:center;
	background-color:#A45B3B;
}

.caption {
	color:#FFFFFF;
	margin:20px 0px 20px 28px;
	width:250px;
	font-size:14px;
}

.highlightText {
	display:block;
	font-family:'Times New Roman';
	font-size:18px;
	font-style:italic;
}

#historyContent {
	float:left;
	display:inline;
	width:580px;
	line-height:18px;
}

#historyContent h3 {
	line-height:28px;
}

.h1Image {
	margin-bottom:10px;
}



#historyContent p {
	margin-bottom:15px;
}

#footerWrapper {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
	background-color:#FFFFFF;
	padding:20px 0px 20px 0px;
	position:relative;
	top:-3px;
	margin-bottom:-3px;
}

#footer {
	margin-left:45px;
	font-size:10px;
}
