@charset "UTF-8";

html {
height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 98%;
	background-color: #F5F4F3;
}

a:link {
	color: #f0a40c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #fcaf17;
	text-decoration: underline;
}

.container {
    position: absolute;
    width: 925px;
    height: 755px;
    left: 50%;
    top: 0px;
    margin-top: 20px;
    margin-left: -463px;
	background-color: #fff;
}

/*_*_*_*_*_* HOME PAGE *_*_*_*_*_*/

.homeLeft {	
	height: 635px;
	width: 310px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url(images/home/LawrenceLeftPhoto.jpg);
	background-repeat: no-repeat;
}
.homeLeftCopy {
	left: 0px;
	top: 0px;
	width: 285px;
	position: absolute;
	margin: 416px 0 0 15px;
	color: #fff;
	font-size: .65em;
	line-height: 1.6em;
	font-weight: bold;
}

.homeTopCont {
	left: 310px;
	top: 0px;
	position: absolute;
	height: 432px;
	width: 482px;
}
.homeTopAAhead {
	width: 482px;
	height: 188px;
}
.AA-copy {
	width: 448px;
	margin: 10px 16px 0 16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	font-style: italic;
}
#quoteName {
	font-size: .8em;
	line-height: 1.6em;
	font-weight:bold;
	margin: 20px 0 0 220px;
}
#quoteNameTitle {
	font-size:.7em;
	margin: 4px 0 0 220px;
}

.homeRightCont {
	left: 794px;
	top: 0px;
	position: absolute;
	width: 130px;
}
.homeRightNews {
	left: 0px;
	top: 0px;
	position: absolute;
	height: 142px;
	width: 130px;
	background-color: #b5ae98;
}
.homeRightHelp {
	left: 0px;
	top: 144px;
	position: absolute;
	height: 142px;
	width: 130px;
	background-color: #b5ae98;
}
.homeRightAA {
	left: 0px;
	top: 288px;
	position: absolute;
	height: 142px;
	width: 130px;
	background-color: #b5ae98;
}

.homeMiddleCont {
	left: 310px;
	top: 432px;
	position: absolute;
	height:202px;
	width: 615px;
}
.homeMap {
	left: 0px;
	top: 0px;
	position: absolute;
	height: 202px;
	width: 252px;
}
#mapCopy {
	left: 146px;
	top: 0px;
	position: absolute;
	font-size: .65em;
	line-height: 1.4em;
	margin-top: 15px;
}

.homeMiddleBuilding {
	left: 268px;
	top: 0px;
	position: absolute;
	width: 126px;
	font-size: .65em;
	line-height: 1.4em;
	margin-top: 15px;
}

.homeVideoSmall {
	left: 410px;
	top: 0px;
	position: absolute;
	font-size: .65em;
	color: #fff;
	text-align:center;
	margin: 15px 0 0 0;
	background-color: #000000;
	height: 186px;
}

.homeBtmNav {
	height: 62px;
	left: 0px;
	top: 646px;
	position: absolute;
	width: 925px;
	text-align: center;
}

.footer {
	left: 0px;
	bottom: 0px;
	position: absolute;
	height: 30px;
	width: 925px;
	text-align: center;
	font-size: .7em;
	line-height: 1.4em;
}

/* VIDEO LAYER */

#videoLayer {
	width: 740px;
	height: 565px;
	text-align: center;
	padding-top: 40px;
	left: 50%;
	top: 50%;
    margin-left: -370px;
    margin-top: -305px;
	position: absolute;
	z-index: 50;
	visibility: hidden;
	background: url(images/home/60blk.png);
}

.transparency {
filter:alpha(opacity=60);
-moz-opacity:0.6;
/*-khtml-opacity: 0.6;*/
opacity: 0.6;
}

/*-*-*-*-*- SCHEDULE/MAP PAGE -*-*-*-*-*/
.containerSchedule {
    position: absolute;
    width: 925px;
    height: 900px;
    left: 50%;
    top: 50%;
    margin-left: -463px;
    margin-top: -450px;
	background-color: #fff;
}
.topRowSchedule {
	width: 925px;
	height: 210px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.topLeftSchedule {
	width: 169px;
	height: 210px;
	top: 0px;
	left: 0px;
	position: absolute;
}
.topRightSchedule {
	width: 199px;
	height: 210px;
	top: 0px;
	left: 726px;
	position: absolute;
}
.topSubhead {
	width: 925px;
	height: 47px;
	left: 0px;
	top: 210px;
	position: absolute;
}

.midRowSchedule {
	width: 925px;
	height: 580px;
	top: 257px;
	left: 0px;
	position: absolute;
}

.scheduleBtmNav {
	height: 62px;
	left: 0px;
	top: 835px;
	position: absolute;
	width: 925px;
	text-align: center;
}

.mapLeft {
	width: 530px;
	height: 545px;
	text-align: left;
	top: 0px;
	left: 0px;
	position: absolute;
}

.copyRightMap {
	width: 254px;
	top: 8px;
	left: 540px;
	position:absolute;
	font-size: .75em;
	line-height: 1.35em;
	color: #404040;
}
