@charset "utf-8";
/* CSS Document */

body {
	font-family:Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
	font-size: 76%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-color: #000000;
	background-image: url(images/group_background.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 1003px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	float: left;
	position: relative;
	text-align: center;
	width: 1003px;
	height: 231px;
	padding-top: 10px;
}
.group_body {
	float: left;
	position: relative;
	text-align: center;
	width: 1003px;
	height: 680px;
}
.body_top_left {
	float: left;
	position: relative;
	text-align: center;
	width: 502px;
	height: 339px;
	background-image:url(images/group_image_top_left.png);
	background-repeat: no-repeat;
	padding-left:
}
.body_top_right {
	float: left;
	position: relative;
	text-align: center;
	width: 501px;
	height: 339px;
	background-image:url(images/group_image_top_right.png);
	background-repeat: no-repeat;
}
.body_bottom_left {
	float: left;
	position: relative;
	text-align: center;
	width: 502px;
	height: 341px;
		background-image:url(images/group_image_bottom_left.png);
	background-repeat: no-repeat;
}
.body_bottom_right {
	float: left;
	position: relative;
	text-align: center;
	width: 500px;
	height: 341px;
	background-image:url(images/group_image_bottom_right.png);
	background-repeat: no-repeat;
}
.pc_logo_div {
	float: left;
	position: relative;
	display:inline;
	width: 444px;
	height: 316px;
	margin-left: 50px;
	margin-top: 20px;
}
.pc_logo {
	display: block;
	float: left;
	height: 316px;
	width: 444px;
	background-image:url(images/mcginty_pc_hover_logos.png);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
}
.pc_logo:hover {
	background-position: bottom;
}
.apparel_logo_div {
	float: left;
	position: relative;
	display:inline;
	width: 451px;
	height: 313px;
	margin-right: 49px;
	margin-bottom: 28px;
}
.apparel_logo {
	display: block;
	float: left;
	height: 313px;
	width: 451px;
	background-image:url(images/apparel_logos_hover.png);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
}
.apparel_logo:hover {
	background-position: bottom;
}
.closinginfo {
	float: left;
	position: relative;
	display:inline;
	width: 1003px;
	margin-top: 10px;
}

#navlist li {
	display:inline;
	padding:.9em;
	border-right:1px solid #FFF;
}

#navlist li.last {
	border:none;
}

#navlist {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight:bold;
	margin-bottom: 2em;
	padding-left: 0px;
}

#navlist a {
	color:#FFF;
	text-decoration:none;
}

#navlist a:hover {
	color:#2E9B47;
	text-decoration:underline;
}

.designedby {
	padding-top: 0px;
	margin-top: 0px;
	color: #A6A6A6;
}

.copyright {
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #A6A6A6;
}

.designedby a {
	color: #A6A6A6;
}
