@charset "UTF-8";

/*gradient back with 333 as the bottom color of the fade*/
body
{
	background-color: #424242;
	background-image:url(images/gradientback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/*just a container to hold things*/
#main
{
	width: 1000px;
	background-color: #0A0909;
	margin: auto;
}

#headerlogo {
	/*background-image: url(images/logoheader.jpg);*/
	background-repeat: no-repeat;
	height: 180px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}

#divspacer {
	background-color: #0A0909;
	height: 53px;
	width: 635px;
	float:left;
}

#mainheadlinearea {
	background-color: #DF0A1C;
	float: left;
	height: 220px;
	width: 690px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#subheadlinearea {
	background-color: #DF0A1C;
	float: left;
	height: 128px;
	width: 635px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#subpageheadlinearea {
	background-color: #DF0A1C;
	float: left;
	height: 127px;
	width: 635px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*left area with fade*/
#leftSide
{
	float: left;
	width: 280px;
	background-color: #BDBFC1;
	background-image: url(images/leftcolumngradient.gif);
	background-repeat: repeat-x;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom:0px;
	padding-left: 15px;
}

#leftrightbodycontainer {
	background-color: #0A0909;
	float: left;
	width: 1000px;
}

/*black colored div to hold bottom link to storage facilities page*/
#bottombar {
	background-color: #000;
	float: left;
	height: 25px;
	width: 980px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}


/*just a container to hold the map*/
#map
{
	width: 300px;
	height:210px;
	float: left;
	background-color: #DF0A1C;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/*right area*/
#rightSide
{
	position: relative;
	float: left;
	width:600px;
	background-color: #0A0909;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	overflow:hidden;
	
}

/*Class CSS start*/

.leftcolumnredlargeheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D71923;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.leftcolumnblackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #050505;
	line-height: 30px;
}

.leftcolumnblackbold-Left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #050505;
	line-height: 30px;
	text-align:left;
}

.leftcolumnbodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 18px;
	color: #090808;
	text-align: left;
	font-weight: normal;
}


.imagescenter {
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
.rightcalloutred {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D90E21;
	font-weight: bold;
}
.rightsubhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
}
.rightbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #999;
	font-weight: lighter;
}
.regform {
	float:left;
	width:555px;
}
.facilityheadtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color:#F00;
}
.facilitysubheadtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#F00;
}

#featurecol1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #999;
	font-weight: lighter;
	width: 270px;
	float:left;
}
#featurecol2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #999;
	font-weight: lighter;
	width: 270px;
	float:left;
}
.facilitytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;	
}