/* CSS Document */

/* Body Attributes */

body {
	margin-top: 0px;
	text-align: center;
	background-color: #FFFFFF;
	}

a:link {
	color: #212f49;
	}
	
a:visited {
	color: #999999;
	}
	
a:hover {
	color: #003366;
	}
	
#topRow {
	display: block;
	height: 52px;
	}

#secondRow {
	display: block;
	background-image:  url("images/homepage/logo.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 64px;
	text-align: center;
	}
	
#topRowGBMI {
	display: block;
	height: 30px;
	}

#secondRowGBMI {
	display: block;
	background-image:  url("images/GBMI/GBMI_Logo.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
	text-align: center;
	}
	
#thirdRow {
	display: block;
	background-image:  url("images/homepage/top_bg.gif");
	background-repeat: repeat-x;
	background-position: center;
	height: 33px;
	text-align: center;
	}
	
#thirdRowCenter {
	display: block;
	background-image:  url("images/homepage/top.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width: 797px;
	height: 33px;
	text-align: center;
	margin: 0px auto;
	}

#middleRow {
	display: block;
	background-image:  url("images/homepage/middle_bg.gif");
	background-repeat: repeat-x;
	background-position: center;
	height: 287px;
	text-align: center;
	}

#middleMiddle {
	width: 797px;
	margin: 0px auto;
	padding: 0px;
	height: 287px;
	display: block;
	}

#middleBottom_Container {
	display: block;
	background-image:  url("images/homepage/bottom_bg.gif");
	background-repeat: repeat-x;
	background-position: center;
	height: 46px;
	text-align: center;
	}

#middleBottom {
	width: 797px;
	margin: 0px auto;
	padding: 0px;
	height: 46px;
	background-image:  url("images/homepage/bottom.jpg");
	display: block;
	}
	
#contactInfoWrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 215px;
	background-color: #FFFFFF;
	}
	
#contactInfo {
	width: 797px;
	margin: 0px auto;
	padding: 0px;
	height: 215px;
	display: block;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #173976;
	line-height: 18px;
	}

#contactInfoWrapperYouTube {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 250px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDDDDD;
	}
	
#contactInfoYouTube {
	width: 797px;
	margin: 0px auto;
	padding: 0px;
	height: 250px;
	display: block;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #173976;
	line-height: 18px;
	}
	
.footer {
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #173976;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #173976;
	}

.rollover1 a, .rollover2 a, .rollover3 a {
	display:block;
	height: 287px;
	}

.rollover1 a:hover, .rollover2 a:hover, .rollover3 a:hover { 
	background-position: 0 -287px;
	}

.rollover1 a {
	position: relative;
	margin: -287px 0px 0px 70px;
	background:  url("images/homepage/restoration.jpg") 0px 0 no-repeat;
	}
	
.rollover2 a {
	position: relative;
	margin: -287px 0px 0px 314px;
	background:  url("images/homepage/gc.jpg") 0px 0 no-repeat;
	}

.rollover3 a {
	position: relative;
	margin: -287px 0px 0px 535px;
	background:  url("images/homepage/service_maintenance.jpg") 0px 0 no-repeat;
	}
	
.leftColumn {
	display: block;
	position: relative;
	margin: 0px;
	height: 287px;
	width: 70px;
	background:  0 url("images/homepage/left_column.jpg") no-repeat;
	}
	
.leftMiddleColumn {
	display: block;
	position: relative;
	margin: -287px 0px 0px 275px;
	height: 287px;
	width: 39px;
	background:  0 url("images/homepage/left_middle_column.jpg") no-repeat;
	}
	
.rightMiddleColumn {
	display: block;
	position: relative;
	margin: -287px 0px 0px 496px;
	height: 287px;
	width: 39px;
	background:  0 url("images/homepage/left_right_column.jpg") no-repeat;
	}
	
.rightColumn {
	display: block;
	position: relative;
	margin: -287px 0px 0px 724px;
	height: 287px;
	width: 73px;
	background:  0 url("images/homepage/right_column.jpg") no-repeat;
	}