/* CSS Document */


#introbanner {
	margin-bottom: 6px;
	width: 940px;
	height: 295px;
}
#left {
	width: 695px;
	float:left;
	padding-right: 30px;
	border-right: 1px solid #CCC;
	margin-bottom: 20px;
}
#right {
	float: right;
	width: 205px;
	margin-bottom: 20px;
}
#repackmap {
	border: 1px solid #999;
	width: 400px;
	height: 300px;
}
	

/*---------------MAIN LEVEL STYLES---------------*/

h5 {
	padding:0;
	margin:0;
	font-size:18px;
	color:#CC3300;
	font-weight:bold;
	margin-bottom:25px;
}
h6 {
	padding:0;
	margin:0;
	width: 700px;
	font-size:16px;
	color:#666;
	font-weight:bold;
	margin-bottom:10px;
	padding: 4px;
	background: #ebebeb;
	border-bottom: 4px solid #e2e2e2;
}
	
li {
	padding:0;
	margin:0;
}
ul {
	padding:0;
	margin:0;
}
img {
	padding: 0;
	margin: 0;
}

/*---------------LINKS---------------*/

a.repackhome, 
a.aboutlink,
a.servlink, 
a.facilitylink,
a.locationlink {
	display: block;
	padding: 10px 0;
	padding-left: 15px;
	font-size: 14px;
	font-weight:bold;
	color: #666;
	width: 190px;
	text-align:left;
	background: url(images/leftbullet.gif) left center no-repeat;
	background-color: #ebebeb;
	border-bottom: 2px solid #efefef;
}
a.repackhome:hover, 
a.aboutlink:hover,
a.servlink:hover, 
a.facilitylink:hover,
a.locationlink:hover {
	background-color: #e2e2e2;
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
body#repack .repackhome,
body#about .aboutlink,
body#services .servlink,
body#facility .facilitylink,
body#location .locationlink {
	background: url(repack/images/leftbullet_red.gif) no-repeat center left;
	background-color: #ebebeb;
}
body#repack .repackhome:hover,
body#about .aboutlink:hover,
body#services .servlink:hover,
body#facility .facilitylink:hover,
body#location .locationlink:hover {
	color: #666;
}

/*---------------CLASSES---------------*/

.block {
	width: 210px;
	height: 25em;
	padding: 0 10px;
	margin-top: 10px;
	border-right: 1px solid #CCC;
	color: #666;
	font-size: 12px;
	float:left;
}
.intro {
	width: 600px;
	font-size: 16px;
	color: #666;
	margin: 20px 0;
}
.button {
	float:right;
	margin-top:15px;
}
.imgborder {
	border: 1px solid #333;
	margin-bottom: 10px;
}
.borderbox {
	background:#ebebeb;
	border:1px dashed #CCC;
	padding:10px;
	margin-bottom: 20px;
	color: #666;
}
.locationtxt {
	color: #FFF;
	padding: 10px;
}
.contactinfo {
	width: 195px;
	background: #1A1D88;
	color: #FFF;
	font-weight:bold;
	padding: 5px;
	border-bottom: 4px solid #ccc;
}
.contactbox {
	background:#ebebeb;
	padding:10px;
}
.clear {clear: left;}

/*---------------DESCENDANT SELECTORS---------------*/

.block ul,
.borderbox ul {
	padding-left: 20px;
	margin-top: 20px;
}
.block li,
.borderbox li {
	margin-bottom: 10px;
}
body#facility #left .block {
	border:0;
	float:left;
	padding-top:10px;
	margin-bottom:15px;
	height:auto;
}


