body {
	background-image:  url(/images/common/background.gif);
	background-repeat: repeat-x;
}

/* Top Div */

#headerArea {
	width: 762px;
	height: auto;
}

#headerHolder {
	padding: 0;
	margin: 0;
	width: 762px;
/* Voodoo Box Model Hack for IE5 */
	w\idth: 761px;
/* end Hack */
	height: 80px;
	border-left: 1px solid #e2e2e2;
	}
#topStrap {
		float: Left;
		background-color: #ffffff;
		height: 40px;
		width: 280px;
	}
	
	#topStrap P {
		margin-left: 4px;
		margin-top: 20px;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	
	#topLogo {
		float: right;
		background-color: #993333;
		height: 80px;
		width: 380px;
	}

	.deltasymbol {
		float: left;
		margin: 40px 0 0 10px;
	}

	.headerlogo {
		float: right;
		margin: 5px 0px 0 0;
	}

	div#dialogueLogin {
		position: relative;
		height: 12px;
		width: 372px;
		margin-top: 30px;
		background-color: #3E4A68;
		color: #FFFFFF;
		font-size: 11px;
	}

/* Top Nav */

#mainNavHolder {
	margin: 0;
	width: 762px;
	padding: 12px 0 0 0;
	vertical-align: middle;
	background-color: #787B80;
	border-bottom: 1px #FFFFFF solid;	
		
/* Voodoo Magic to fix IE5 margin hack */

		/* IE5 reads this next line */ 
		height: 40px;
		/* But chokes on this one */
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 28px;
	}
	/* this line allows decent browsers to catch up with the flow again */
	html>body #mainNavHolder {
		height: 28px;
	} 
	
/* end Voodoo Magic hack */

ul#mainNav {
	list-style: none;
	padding: 0;
	font-size: 12px;
	margin: 0;
}

	ul#mainNav li {
		display: inline;
		margin: 0 6px 0 0;
		padding: 0;
		color: #ffffff;
	}

		ul#mainNav li a {
			color: #ffffff;
			text-decoration: none;
		}

		ul#mainNav li a:hover {
			text-decoration: none;
			background-image:  url(/images/common/navline.gif);
			background-repeat: repeat-x;
			background-position: 0 14px;
		}

		ul#mainNav li a.current {
	color: #b5b39d;
	text-decoration: none;
	background-image:  url(/images/common/navline2.gif);
	background-repeat: repeat-x;
	background-position: 0 14px;
		}

#bannerHolder {
	background-color: #a9a9a9;
	height: 200px;
	padding: 0;
	margin: 0;
	width: 762px;
	border-bottom: 1px #FFFFFF solid;	
}

	#bannerHolder img.eyecandy {
		float: right;
		padding: 0;
		
		border-left: 1px solid #ffffff;
		
/* Voodoo Magic to fix IE5 margin hack */

		/* IE5 reads this next line */ 
		margin: 0 -4px 0 -1px;
		/* But chokes on this one */
		voice-family: "\"}\"";
		voice-family: inherit;
		margin: 0 0 0 0;
	}
	/* this line allows decent browsers to catch up with the flow again */
	html>body #bannerHolder img.eyecandy {
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	} 
	
/* end Voodoo Magic hack */

	#bannerHolder img.tagline {
	float: left;
	padding: 0;
	margin: 85px 0 0;
	}


/* Content Area */

#contentArea {
	width: 762px;
	height: 458px;
}
.NudgeDown10 {
	padding-top: 10px;
}


#headerBar {
	background-color: #b5b39d;
	height: 40px;
	width: 762px;
}

	#headerBar h1 {
	text-align: left;
	padding: 10px 0 0 382px;
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	border-right-color: #FFFFFF;
	}

/* Main */

#mainArea {
	width: 700px;
/* Voodoo Box Model Hack for IE5 */
	w\idth: 700px;
/* end hack */
	padding: 30px;
	text-align: left;
	float: left;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	height: 300px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 358px;
}
.linktag:link {
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
.linktag:visited {
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
.linktag:active {
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
.linktag:hover {
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 12px;
	color: #993333;
	text-decoration: underline;
}


html>body #mainArea {
  	height: 358px;
} 

	#mainArea div {
		display: block;
		float: left; 
		width: 349px;
		w\idth: 334px;
		height: 305px;
		padding-right: 15px;
	}
	
		#mainArea #rightpad {
		width: 319px;
		w\idth: 304px;
		padding-right: 45px;
	}

		#mainArea #textlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	padding-top: 14px;
	}


	#mainArea p {
		font-size: 11px;
		color: #818181;
		font-weight: normal; 
		margin-top: 0;
		margin-bottom: 0;
	}
	
	#mainArea li {
	font-size: 11px;
	color: #993333;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	padding: 0px;
	margin-right: 0px;
	margin-left: -25px;
	}

	#mainArea h1 {
		font-size: 12px;
		color: #993333;
		font-weight: normal; 
		margin-top: 0;
		margin-bottom: 6px;
	}
	
	#mainArea h2 {
		font-size: 11px;
		color: #993333;
		font-weight: normal; 
		margin-top: 0;
		margin-bottom: 6px;
	}

	#mainArea h3 {
		font-size: 14px;
		margin: 8px;
		font-weight: normal; 
		width: 250px;
	}
	
	#mainArea img.closequote {
		margin-left: 250px;
	}
	
	#mainArea img.framed {
		margin-bottom: 20px;
	}
	
	#mainArea cite {
		float: left;
		margin-left: 12px;
		font-size: 12px;
	}
	
	#mainArea span.highlight {
		color: #993333;
	}

/* Footer */

#footerRow {
	width: 762px;
	height: 40px;
	background-color: #818181;
	text-align: left;
}

	#footerRow div.phoneno {
	float: left;
	width: 377px;
	/* Voodoo Box Hack for IE5 */		
		w\idth: 262px;
	/* end Hack */
		padding: 12px 0 0 125px;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	background-image: url(../images/common/iso9001.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 28px;
	margin-left: 5px;
	}
	
	#footerRow div.navigation {
		float: left;
		width: 383px;
/* Voodoo Box Hack for IE5 */	
		w\idth: 370px;
/* end Hack */
		padding: 13px 0 0 0;
		color: #ffffff;
	}

		#footerRow div.navigation a {
	color: #ffffff;
	text-decoration: none;
		}

		#footerRow div.navigation a:hover {
			text-decoration: none;
			background-image:  url(/images/common/navline.gif);
			background-repeat: repeat-x;
			background-position: 0 13px;
		}

		#footerRow div.navigation a.current {
			text-decoration: none;
			background-image:  url(/images/common/navline.gif);
			background-repeat: repeat-x;
			background-position: 0 13px;
		}
		
		#footerRow div.navigation img {
			vertical-align: middle;
		}
		
	
/* Form classes */

form {
	margin: 0;
	padding: 0;
}

.error {
	float: left;
	color: #993333;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 0 0 6px;
}

input, textarea, select, option{
	border : 1px solid #818181;
	background-color: #ffffff;
	width: 170px;
	font-family : "Helvetica", "Arial", "Verdana", sans-serif;
	color: #818181;
	margin: 0 0 15px 0;
	z-index: 0;
}

label {
	vertical-align: baseline;
	float: left;
	width: 125px;	
	cursor: pointer;
	padding: 4px 0 15px 0;
	font-size: 11px;
}

.submit {
	float: right;
	background-color: #ffffff;
	color: #993333;
	width: 45px;
	border: 0;
	margin: 0 35px 0 0;
	padding: 0 2px 0 2px;
}	
#mainArea p {

		font-size: 12px;
		font-weight: normal; 
		margin-top: 0;
		margin-bottom: 6px;
}
.mainArea {

		font-size: 12px;
		font-weight: normal; 
		margin-top: 0;
}
.header {
	font-weight: bold;
	text-transform: capitalize;
	color: #993333;
	font-size: 12px;
	line-height: 20px;
}
.mainAreaBullet {


		font-size: 12px;
		font-weight: normal; 
		margin-top: 0;
		margin-bottom: 6px;
}
.NudgeDown10in30 {
	padding-top: 10px;
	padding-left: 27px;
}
#contentAreaFB {
	width: 760px;
	height: 458px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#mainAreacases {

	width: 700px;
/* Voodoo Box Model Hack for IE5 */
	w\idth: 700px;
/* end hack */
	padding: 30px;
	text-align: left;
	float: left;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	height: 358px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 358px;
}
.casecontent {
	float: left;
	height: 305px;
	width: 334px;
}

.mainAreacases {


	width: 700px;
/* Voodoo Box Model Hack for IE5 */
	w\idth: 700px;
/* end hack */
	padding: 30px;
	text-align: left;
	float: left;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	height: 358px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 358px;
}
.Nudgeup5 {

	padding-top: -5px;
}
#caseheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #993333;
}
#bannerHolder img.tagline2 {
	float: left;
	padding: 0;
	margin: 62px 0 0;
}
.caselink {
	color: #990000;
	font-size: 11px;
	line-height: 20px;
	text-transform: capitalize;
}
#center {
	text-align: center;
}
#quote {
	text-align: center;
	color: #990000;
}
