/* Must use em for margin, px used everywhere else */
body {
	margin: 0em;
	padding: 0em;
	background: url("") #ffffff repeat 0px 100px;
	font-size: 10px;
}

/* Page Header */
#MainHeader {
	height: 200px;
	color: #000063;
	background: #ffffff url("./images/HeaderSlice.gif") repeat-x;
	width: 1301px;	
}
#MainHeaderMainTitle {
	position: relative;
	height: 200px;
}
.MainHeaderMainTitle .base {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 0;
}
.MainHeaderMainTitle .overlay1{
	position: absolute;
	left: 0;
	top: 5px;
}
.MainHeaderMainTitle .overlay2{
	position: absolute;
	left: 400px;
	top: 0px;
}
#MainHeaderQuote {
	float: right;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding-right: 10px;
	color: #ffffff;
	vertical-align: middle;
	font-family: Tahoma, Geneva, sans-serif;
}

/* Navigation Menu */

#NavMenu { float: left; width: 160px; }
#NavMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#NavMenu ul li { display: inline; } /* Inline to fix IE vertical space */
#NavMenu ul li div { height: 70px; margin: 0px; padding: 0px; text-align: center; }
#NavMenu ul li div a {
	display: block;
	height: 36px;
	text-decoration: none;
}
#NavMenu ul li div a span { line-height: 36px;  color: #ffffff; }

/* li should be block, but is inline to make IE happy.  This necessitates the extra div */

#ButtonA div { width: 124px; background: url("./images/LeftNavNormal.gif") no-repeat 0px -30px; }
#ButtonA div a:hover {background: url("./images/LeftNavHot.png") no-repeat 0px -30px;}

#ButtonB div { width: 130px; background: url("./images/LeftNavNormal.gif") no-repeat 0px -100px; }
#ButtonB div a:hover {
	background: url("./images/LeftNavHot.png") no-repeat 0px -100px;
	font-family: Tahoma, Geneva, sans-serif;
}

#ButtonC div { width: 138px; background: url("./images/LeftNavNormal.gif") no-repeat 0px -170px; }
#ButtonC div a:hover { background: url("./images/LeftNavHot.png") no-repeat 0px -170px; }

#ButtonD div { width: 148px; background: url("./images/LeftNavNormal.gif") no-repeat 0px -240px; }
#ButtonD div a:hover { background: url("./images/LeftNavHot.png") no-repeat 0px -240px; }

#ButtonE div { width: 154px; background: url("./images/LeftNavNormal.gif") no-repeat 0px -310px; }
#ButtonE div a:hover { background: url("./images/LeftNavHot.png") no-repeat 0px -310px; }

#ButtonF div { width: 154px; background: url("./images/LeftNavNormal.gif") no-repeat 0px -380px; }
#ButtonF div a:hover { background: url("./images/LeftNavHot.png") no-repeat 0px -380px; }

#ButtonG div { width: 140px; background: url("./images/LeftNavNormal.gif") no-repeat 0px -450px; }
#ButtonG div a:hover { background: url("./images/LeftNavHot.png") no-repeat 0px -450px; }


/* Home Pages */

#Content {
	width: 1300px;
}

#row1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	min-height: 1px;
	width: 320px;
	float: left;
}
#row2 {
	padding-left: 20px;
	padding-right: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 450px;
	float: left;
}
#row3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	min-height: 1px;
	width: 340px;
	float: left;
}
#google_tags {
	width: 340px;
	height: 60px;
	float: left;
}
#row3a {
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 320px;
	float: left;
}
#row1_background {
    background-image: url("./images/oceanback.jpg");
    height: 345px;
    width: 320px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}


/* Page Footer */

#Footer {
	padding-top: 100px;
	width: 1300px;
	text-align: center;
	font-size: 12px;
	float: left;
}
#ticker {
	width: 1300px;
	height: 50px;

}
