@charset "utf-8";
/* CSS Document */
body,html {
	background-color:#000000;
	font-family:verdana;
	font-size:10px;
	color:#999999;
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	text-align:justify;
}
.mainTable {
	width:100%;
	/*height:100%;*/
	border:0;
}

.mainTable td{
	vertical-align:bottom;
}

.leftTile {
	background-image:url(images/left_tile.jpg);
	background-repeat:repeat-x;
	height:570px;
}

.headings {
	font-weight:bold;
}
.rightTile {
	background-image:url(images/right_tile.jpg);
	background-repeat:repeat-x;
	height:570px;
}
.mainWrapper {
	width:970px;
	margin:auto;
	height:100%;
	/*height:615px;*/
	/*background-image:url(images/home_bg.jpg);
	background-repeat:no-repeat;*/
}
.slideShow {
	padding-left:240px;
	padding-top:51px;
}
.leftNav {
	width:239px;
	float:left;
}
.flashLogo {
	width:239px;
	height:130px;
	/*background-image:url(images/TopRightLogo.gif);
	background-repeat:no-repeat;*/
}
.middleDiv {
	width:400px;
	min-height:570px;
	float:left;
	padding-right:44px;
	padding-top:43px;
	background-image:url(images/middle_tile.jpg);
	background-repeat:repeat-x;
}
.rightDiv {
	width:256px;
	height:570px;
	float:left;
	padding-right:31px;
	background-image:url(images/right_tile.jpg);
	background-repeat:repeat-x;
}
.pageheadings {
	padding-top:25px;
}
.rightImageContent {
	height:150px;
	padding-top:38px;
}
.awardsImages {
	float:left;
	width:87px;
}
.awardText {
	width:149px;
	float:left;
	padding-left:20px;
	text-align:left;
}
.content {
	padding-top:21px;
	width:400px;
	/*min-height:400px;*/
	line-height:16px;
}
.whiteText {
	color:#ffffff;
}
.copyright {
	padding-bottom:5px;
}
.footer {
	/*width:400px;*/
	padding-top:30px;
	padding-bottom:10px;
	padding-left:239px;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
.testimonialsTable {
	width:400px;
	height:100%;
	border:0;
}
.testimonialsTable td {
	vertical-align:top;
}
.testimonialsText {
	padding-top:10px;
}
.testimonialsInternalText {
	padding-left:10px;
}
.headshots {
	width:195px;
}
.leftContactText {
	text-align:right;
	padding-right:44px;
	padding-top:50px;
}
.facebook {
	text-align:right;	
}
.emaiLink {
	text-decoration:none;
	color:#999999;
}
.topRightImage {
	/*background-image:url(images/top_right.gif);
	background-repeat:no-repeat;*/
	width:203px;
	height:25px;
}
.cursor {
	cursor:pointer;
}
.space {
	height:25px;
}
