/* CSS Document */

/* main css */



/* Main container */
#mainContainer {
	position: relative;
	width: 1006px;
	margin: auto;
	top: 0px;	 
}
/* end */

/* top row container */
#rowTop {
	float: left;
	width: 1006px;
}
#rowFooter {
	float: left;
	width: 1006px;
	color: #000;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #155c9b;
	text-align: center;
	padding-top: 10px;
}

#rowFooterLinks {
	float: left;
	width: 1006px;
	color: #000;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #155c9b;
	text-align: center;
	padding-top: 10px;
}
#rowFooterTextIndex {
	float: left;
	width: 1006px;
	color: #000;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #155c9b;
	text-align: center;
	padding-top: 10px;
}



/* page containers */

#nav {
	float: left;
	width: 1006px;
	height: 69px;
	background-image: url(../images/flash-nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logoHeader {
	float: left;
	width: 1006px;
	height: 76px;
}
#header {
	float: left;
	width: 905px;
	height: 26px;
	padding-top: 50px;
}
#logo {
	float: left;
	width: 101px;
	height: 76px;
}
#headerBar {
	float: left;
	width: 1006px;
	height: 15px;
}
#contentArea {
	float: left;
	width: 1006px;
	min-height:440px;
}
#contentAreaImage {
	float: left;
	width: 1006px;
	min-height:440px;
	background: url(../images/68background.png);
}
.testimonialImages {
	float: left;
	margin-right: 16px;
	border: 1px dotted #CCC;
}
.speechBubble {
	float:left;
	width: 315px;
	margin-right: 20px;
}
.comment {
	float:left;
	width: 295px;
	-moz-border-radius: 10px;
	background-color: #EBEBEA;
	padding: 10px;
}
.commentator {
	float:left;
	width: 295px;
	background-image: url(../images/quote-icon-colour.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-left: 20px;
	padding-top: 20px;
}
.speechBubble1 {
	float:left;
	width: 235px;
	margin-right: 20px;
}
.comment1 {
	float:left;
	width: 205px;
	-moz-border-radius: 10px;
	background-color: #EBEBEA;
	padding: 10px;
}
.commentator1 {
	float:left;
	width: 195px;
	background-image: url(../images/quote-icon-colour.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-left: 20px;
	padding-top: 20px;
}
