@charset "UTF-8";
/* GWP CSS Document */

body { background: #ECEBEA; font-family:Arial, Helvetica, sans-serif; }
h1 { color:#C5102C; font-size:1.5em; text-transform: uppercase; text-align:center; font-family: 'Times New Roman'; }
span.first { font-size: 1.4em; }
h2 { font-family:Arial, Helvetica, sans-serif; font-size: 1.3em; font-weight:bold; color:#000; text-align:center; }
h3 { font-family:Arial, Helvetica, sans-serif; font-size: 1.2em; font-weight:bold; color:#009999; text-align:center; }

.style2 { color: #fff; font-family:Arial, Helvetica, sans-serif; font-size: .75em; }
.style3 { color: #000; font-family:Arial, Helvetica, sans-serif; font-size: .75em; }
.red { color:#FF0000; }

a { color: #C5102C; }
a img { border:none; }

#title {
	margin: auto;
	width:741px;
	padding: 0;
}

#maincontainer {
	margin: 6px auto 20px auto;
	padding: 0;
	width:741px;
	z-index: 0;
}

#sidebar {
	float:left;
	background:#666666;
	font-family:Arial, Helvetica, sans-serif;
	width:154px;
	height:100%;
	margin:0;
	padding:  0 0 10px 0;
}

#content {
	position: relative;
	font-size:.75em;
	background: url(images/menu-border-side.gif) top right repeat-y #fff;
	margin: 0 0 0 185px;
	padding: 0;
}

#formcontainer {
	text-align:left;
	font-size:.9em;
	background-color:#FFFF66;
	border: 1px solid #000;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px 10px;
}

#click2call {
	background-color:#aaccff;
}

ul.nav { /* navigation bar */ 
	position:absolute;
	float: left;
	width:181px;
	border: solid #000;
	border-width: 0;
	padding: 0;
	margin: 0;
}

ul.nav a {
	text-decoration:none;
	color: #BFBFBF;
	font-weight: bold;
}

ul.nav li { /* all list items */
	padding: 8px 0 8px 10px;
	background: url(images/menu-border-side.gif) top right repeat-y #fff;
	list-style: none;
	font-size:.75em;
	text-transform: uppercase;
}

ul.nav a:hover {
	color: #9E0A22;
}

#footer {
	position: relative;
	text-align: center;
	font-size: .7em;
	color: #333;
	width:100%;
	margin: 10px 0 0 0;
	padding: 0;
}

#tablecontainer {
	background:#aaccff;
	border: 1px solid #000;
	margin: 20px auto;
	width:650px;
	padding: 5px 0;
}

tr.formfield {
	padding: 5px 0;
}

#alert {
	width: 400px;
	margin: 20px auto;
	padding: 5px 10px 0 10px;
	border: 1px solid #000;
	background:#FF0000;
	color:#fff;
}

#message {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#990000;
	border: 1px solid #000;
	margin: 10px auto;
	width:350px;
	padding: 10px;
}

.grey-background {
	width: 100%;
	background: #ECEBEA;
}

table.beyond td {
	width: 33%;
	padding: 10px;
}

table.beyond ul {
	font-style: italic;
}

table.beyond ul li {
	list-style-image: url(images/bullet.gif);
	margin-left: -30px;
}

.submenu a {
	color: #aaa;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
}

.submenu a:hover {
	color: #C5102C;
}

a.selected { 
	color: #C5102C; 
}

/* photo gallery divs */

#facility, #shredding-process, #storage-process {
	margin-top: 30px;
	width: 430px;
}

#facility img, #shredding-process img, #storage-process img {
	margin: 0 4px 4px 0;
	border: 1px solid #999;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
}