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

*{
	margin:0px;
	padding:0px;
	outline:none;
}

body{
	background:
		#333333;
}

#pageArea{
	width:971px;
	margin:auto;
}

#header{
	height:159px;
	width:971px;
	background:
		url(../images/dwaHeader.jpg)
		no-repeat;	
}

#portal{
	width:938px;
	margin-left:16px;
	position:relative;
	z-index:100;
	background:
		url(../images/dwaPortalRepeating.jpg)
		repeat-y;
}

#portalContent{
	width:931px;
	min-height:464px;
	background:
		url(../images/dwaPortalFade.jpg)
		repeat-x
		bottom;
}

img.portalFooter{
	margin-left:16px;
	float:left;
	position:relative;
	z-index:100;
}

#contentSlider{
	width:931px;
	min-height:200px;
	margin-left:16px;
	position:relative;
	z-index:50;
	top:-210px;
}

img.contentHeader{
	float:left;
	margin-left:33px;
}

img.contentFooter{
	float:left;
	margin-left:33px;
}

#contentArea{
	width:883px;
	min-height:200px;
	margin-left:33px;
	background:
		url(../images/dwaContentRepeating.jpg)
		repeat-y;
}

#contentText{
	width:845px;
	min-height:200px;
	margin-left:14px;
	background:
		url(/images/dwaContentInnerFade.jpg)
		bottom
		repeat-x;
}

#contentTextWrapper{
	width:876px;
	min-height:200px;
	background:
		url(/images/dwaContentOuterFade.jpg)
		bottom
		repeat-x;
}

#footer{
	height:71px;
	width:100%;
	margin-top:79px;
	background:
		#ae2c2a;
}

#footer p{
	font-size:12px;
	padding-top:50px;
	margin-left:8px;
	color:#ffffff;
}

a.dentalWorksAllianceLogo{
	width:440px;
	height:63px;
	float:right;
	margin-top:5px;
	background:
		url(../images/dwaLogo.jpg)
		no-repeat;
}

.companyButtonField{
	width:261px;
	height:211px;
	margin-top:17px;
	float:left;
}

.fieldLeft{
	margin-left:25px;
}

.otherFields{
	margin-left:50px;
}

a.camwest{
	width:261px;
	height:183px;
	float:left;
	position:relative;
	z-index:200;
	background:
		url(../images/dwaPortalButtonCamwestGroup.png)
		no-repeat;
}

a.crosswalk{
	width:261px;
	height:183px;
	float:left;
	position:relative;
	z-index:200;
	background:
		url(../images/dwaPortalButtonCrosswalkTechnologies.png)
		no-repeat;
}

a.fAndN{
	width:261px;
	height:183px;
	float:left;
	position:relative;
	z-index:200;
	background:
		url(../images/dwaPortalButtonFAndNEnterprises.png)
		no-repeat;
}

a.instyprints{
	width:261px;
	height:183px;
	float:left;
	position:relative;
	z-index:200;
	background:
		url(../images/dwaPortalButtonInstyPrints.png)
		no-repeat;
}

a.iRapture{
	width:261px;
	height:183px;
	float:left;
	position:relative;
	z-index:200;
	background:
		url(../images/dwaPortalButtonIRapture.png)
		no-repeat;
}

a.starbuck{
	width:261px;
	height:183px;
	float:left;
	position:relative;
	z-index:200;
	background:
		url(../images/dwaPortalButtonStarbuckDesign.png)
		no-repeat;
}

.companyButtonField a{
	text-decoration:none;
	color:#000000;
}

.companyButtonField a ul.top{
	position:relative;
	top:100px;
	font-size:18px;
	left:40px;
}

.companyButtonField a ul.bottom{
	position:relative;
	top:90px;
	font-size:18px;
	left:40px;
}

a.readMore{
	width:109px;
	height:33px;
	float:right;
	position:relative;
	top:-5px;
	margin-right:9px;
	z-index:150;
	background:
		url(../images/dwaPortalReadMore.png)
		no-repeat;
}

a.readMore:hover{
	background:
		url(../images/dwaPortalReadMoreHighlight.png)
		no-repeat;
}

a.closeSlider{
	width:28px;
	height:42px;
	position:relative;
	left:5px;
	float:left;
	background:
		url(../images/dwaCloseContent.jpg)
		no-repeat;
}

a.closeSlider:hover{
	background:
		url(../images/dwaCloseContentHover.jpg)
		no-repeat;
}

#leftColumn{
	width:250px;
	float:left;
	margin-left:8px;
	height:100px;
}

#rightColumn{
	width:570px;
	float:left;
	margin-left:8px;
	height:100px;
}

#leftColumn p{
	text-align:center;
	font-size:14px;
	margin-bottom:10px;
}

#rightColumn p{
	margin-bottom:10px;
	font-size:14px;
	margin-right:10px;
}

#leftColumn a{
	text-decoration:underline;
	font-weight:bold;
	color:#ffffff;
}

#leftColumn a:hover{
	color:#ae2c2a;
}

#leftColumn p.phoneNumber{
	font-size:16px;
	font-weight:bold;
}

#leftColumn p.siteAddress{
	font-size:16px;
}

#rightColumn h3{
	text-align:left;
	font-size:18px;
	margin-bottom:0px;
}

#rightColumn ul{
	margin-left:20px;
	margin-bottom:5px;
}