/* CSS Document */

#aboutPage{
	position:relative;
	top:130px;
	left:0px;
	width:811px;
	margin:0px;
	padding:0px;
	z-index:0;
	}
.ourCompany{
	float: left;
	position:relative;
	left:0px;
    height:45px;
	width:auto;
	z-index:3;
	padding:0px;
	margin:0px;
	}	
a#aboutOur img {background:  url(../images/navAboutOurOnUp.gif) top left no-repeat; width:135px; height:50px;}
a#aboutOur:hover img {background: url(../images/navAboutOurOnOver.gif) top left no-repeat; width:135px; height:50px;}
a#aboutHist img {background: url(../images/navAboutHistOnUp.gif) top left no-repeat; width:135px; height:50px;}
a#aboutHist:hover img {background: url(../images/navAboutHistOnOver.gif) top left no-repeat; width:135px; height:50px;}
a#aboutNews img {background: url(../images/navAboutNewsOnUp.gif) top left no-repeat; width:130px; height:50px;}
a#aboutNews:hover img {background: url(../images/navAboutNewsOnOver.gif) top left no-repeat; width:130px; height:50px;}
a#aboutEmpl img {background: url(../images/navAboutEmplOnUp.gif) top left no-repeat; width:207px; height:50px;}
a#aboutEmpl:hover img {background: url(../images/navAboutEmplOnOver.gif) top left no-repeat; width:207px; height:50px;}
a#aboutNewsletter img {background: url(../images/navAboutNewsletterOnUp.gif) top left no-repeat; width:198px; height:50px;}
a#aboutNewsletter:hover img {background: url(../images/navAboutNewsletterOnOver.gif) top left no-repeat; width:198px; height:50px;}

#aboutLeftImag{
	position:absolute;
	top:180px;
	left:0px;
	height:auto;
	width:265px;
	background-color:#0E3B53;
	z-index:0;
	}
#newsFrontLink{
	position:absolute;
	top:625px;
	left:0px;
	height:auto;
	width:265px;
	background-color:#0E3B53;
	z-index:1;
	}
#aboutTitle{
	position:absolute;
	top:180px;
	left:265px;
	height:45px;
	width:505px;
	padding-left:32px;
	padding-top:15px;
	padding-bottom:15px;
	z-index:3;
	}
#aboutCopy{
	position:absolute;
	top:225px;
	left:265px;
	height:auto;
	width:500px;
	padding-left:32px;
	padding-top:15px;
	font-size:12px;
	color:#000000;
	line-height: 1.5em;
	}
