body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #414141;
}

#outerContainer {
	width: 770px;  /* using 30px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 25px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#headerBottom {
	height: 42px;
	padding-left: 44px;
}

div.home {
	background-image: url(images/header_home_bottom.jpg);
	background-repeat: no-repeat;
}

div.inner {
	background-image: url(images/header_inner_bottom.jpg);
	background-repeat: no-repeat;
}

#headerBottom img {
	padding-right: 10px;
	border: 0px;
}

#subnav {
	background-image: url(images/subnav_bar_background_purple.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding: 15px 0px 0px 56px;
}

#subnav ul {
	padding: 0px;
	margin: 0px;
}	

#subnav li {
	list-style: none;
	display: inline;
	padding-right: 35px;
}

#subnav a {
	text-decoration: none;
	color: #A60066;
}

#subnav a:hover {
	text-decoration: underline;
}

/* One Column layout.... */
div.oneColumn {
	background-color: #FFFFFF;
}

div.oneColumn #column1 {
	float: left;
	width: 665px;
	margin: 25px;
	margin-left: 54px;
	display: inline;
}

/* Two Column layout... */
div.twoColumn {
	background-image: url(images/content_background_2column.jpg);
	background-repeat: repeat-y;
}

div.twoColumn #column1 {
	float: left;
	width: 527px;
	margin: 25px; 
	margin-left: 54px;
	display: inline;
}

div.twoColumn #column2 {
	float: left;
	width: 140px;
	margin: 25px 15px;
	margin-right: 5px;
}

/* Three Column layout... */
div.threeColumn {
	background-image: url(images/content_background_3column.jpg);
	background-repeat: repeat-y;
}

div.threeColumn #column1 {
	float: left;
	width: 251px;
	margin: 25px; 
	margin-left: 54px;
	display: inline;
}

div.threeColumn #column2 {
	float: left;
	width: 222px;
	margin: 25px;
}

div.threeColumn #column3 {
	float: left;
	width: 140px;
	margin: 25px 15px;
	margin-right: 5px;
}

div.threeColumn #column1span2 {
	margin-left: 85px;
	display: block;
	margin-bottom: 35px;
}

div.threeColumn #column3 p {
	padding: 12px 0px 0px 14px;
	border-top: 1px solid #ACACAC;
}

.footerTop {
	background-image: url(images/footer_background_top.png);
	background-repeat: no-repeat;
	height: 12px;
}

#footerBottom {
	background-image: url(images/footer_background_bottom.jpg);
	background-repeat: no-repeat;
	height: 96px;
	clear: both;
	color: #FFFFFF;
	padding: 10px 20px 25px 37px;
}

#footerBottom a {
	color: #FFFFFF;
}

#footerBottom .footerRight {
	float: right;
	padding-top: 3px;
	text-align: right;
	width: 640px;
}

#footerBottom .footerRightABN {
	float: right;
	margin-top: 22px;
	text-align: right;
	width: 300px;
	padding: 3px 5px;
	color: #000000;
	font-weight: bold;
	line-height: 130%;
}


#footerBottom p {
	margin: 0px;
	padding: 0px;
}

#footerBottom ul {
	padding: 0px;
	margin: 0px;
}	

#footerBottom li {
	list-style: none;
	display: inline;
	padding-left: 20px;
}

#footerBottom li.copyright {
	color: #CCCCCC;
}	

#contentHolder {
	line-height: 135%;
}

#contentHolder a:link {
	color: #A60066;
	text-decoration: underline;
}

#contentHolder table {
	border-collapse: collapse; 
}

#contentHolder td {
	padding: 3px;
	vertical-align: top;
}

h1 {
	font-size: 1.45em;
	color: #454545;
}

h1 .blue {
	color: #0B90BC;
}

h2 {
	font-size: 1.3em;
	color: #0B90BC;
}

h3 {
	font-size: 1.1em;
	margin-top: 25px;
	background-color: #efefef;
	padding: 4px;
	margin-left: -3px;
	margin-right: 25px;
}

h4 {
 	text-transform: uppercase;
	text-align: center;
}

.imageLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 25px;
}

.imageRight {
	float: right;
	padding-left: 15px;
}

a img {
	border:none;
}

.acrobatBorder {
	border: dotted 1px #CCCCCC;
	padding: 5px;
	margin-left: -7px;
	margin-right: 20px;
	height: 33px;
}

.standoutBorder, .standoutBorderCentered {
	border: 1px #CCCCCC;
	background-color: #FFFF99;
	padding: 5px;
	margin-left: -7px;
	margin-right: 20px;
	font-weight: bold;
	margin-bottom: 23px;
}

.standoutBorderCentered {
	text-align: center;
}

.coverLeft {
	float: left;
	width: 170px;
	clear: left;
	font-weight: bold;
	padding: 3px;
}

.coverRight {
	width: 360px;
	margin-left: 170px;
	padding: 3px;
}

.coverLeft p, .coverRight p {
	margin-top: 0px;
}

.grey {
	background-color: #efefef;
}

.phoneBigBlue {
	font-size: 1.2em;
	color: #0B90BC;
	font-weight: bold;
}

.hyperlinkStandout {
	padding: 5px;
	font-weight: normal;
	border: 1px solid #cccccc;
	margin: 0px 0px 0px -5px;
}

/* form styles */
input.medium {
	width: 200px;
}

/* testimonials styles */
.testimonialsFloatRight li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 125%;	
}

.testimonialsFloatRight ul li {
	padding-left: 15px;
	margin-left: -30px;
	margin-top: 10px;
	background-image: url(images/dot_point.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.testimonialsFloatRight {
	margin-left: 78px;
	margin-bottom: 30px;
}

.dislaimer {
	color: #666666;
	font-size: 0.8em;
}

ol ol li {
	list-style-type: lower-alpha;
	margin-top: 0px;
	margin-bottom: 0px;
}

ol li {
	margin-top: 20px;
	margin-bottom: 0px
}

.notes {
	color: #CC0000;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}

.date {
	font-style: italic;
	color: #333333;
	line-height: 195%;
}
