

Body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	position: relative;
	width: 800px;
	}

#white-bkg {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	background: url(../images/white-bkg.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
}
#slide {
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 12px;
}
#blue-left {
	position: absolute;
	z-index: 3;
	left: 63px;
	top: 11px;
	background: url(../images/blue-left.png) repeat-y;
	width: 149px;
	height: 576px;
	border: 1px solid #A8B7CC;
	
}
#blue-top {
	position: absolute;
	z-index: 4;
	left: 20px;
	top: 50px;
	background: url(../images/blue-top.png) repeat-x;
	width: 760px;
	height: 124px;
	border: 1px solid #A8B7CC;
}
#blue-cross {
	position: absolute;
	z-index: 5;
	left: 63px;
	top: 50px;
	background: url(../images/blue-cross.png) repeat;
	width: 149px;
	height: 124px;
	padding: 0px;
}
#logo {
	position: absolute;
	z-index: 6;
	left: 140px;
	top: 85px;
}
#headShot {
	position: absolute;
	z-index: 7;
	left: 658px;
	top: 3px;
	background: url(../images/joetoole.png);
	background-repeat: no-repeat;
	width: 122px;
	height: 170px;	
}
#phone {
	position: absolute;
	z-index: 5;
	color: white;
	font-family: "Arial";
	font-size: 22px;
	left: 73px;
	top: 25px;
}
#brandingBack {
	position: absolute;
	z-index: 5;
	color: #000066;
	font-family: "Arial";
	font-size: 1.8em;
	left: 202px;
	top: 22px;
	font-weight: bolder;
	font-style: italic;
	width: 500px;
}
#branding {
	position: absolute;
	z-index: 6;
	color: #fff;
	font-family: "Arial";
	font-size: 1.8em;
	left: 200px;
	top: 20px;
	font-weight: bolder;
	font-style: italic;
	width: 500px;
}

#weather {
	position: absolute;
	z-index: 998;
	right: 20px;
	top: 535px;
}

#mainContent {
	position: absolute;
	z-index: 8;
	left: 250px;
	top: 175px;
	width: 525px;
	height: 400px;
	overflow: auto;
}
#table {
	position: relative;
	z-index: 11;
	}
#menu a {
	display: block;
	color: white;
	font-size: 1.4em;
	font-family: arial;
	text-decoration: none;
	text-align: right;
	padding-right: 12px;
	padding-bottom:8px;
	padding-top: 8px;
}
#menu a:hover {
	color: #E8AD19;
	background-color: #000033;
	}	
#menu li {
	list-style-type: none;
	}	
/*#dropdown a {
	display: block;
	color: white;
	font-size: 1.4em;
	font-family: arial;
	text-decoration: none;
	text-align: right;
	padding-right: 12px;
	padding-bottom:8px;
	padding-top: 8px;
}
#dropdown a:hover {
	color: #E8AD19;
	background-color: #000033;
	}
ul#dropdown {	
	margin-left: 0;
	margin-top: 0px;
	padding-left: 0;
	white-space: nowrap;
	border: 0px;
	}
#dropdown li {
	list-style-type: none;
	}*/
#footer {
	postion: relative;
	z-index: 10;
	background: red;
	top: -500px;
	}
#temp {
	position: absolute;
	visibility: hidden;
	left: 100px;
	top: 375px;
	width: 625px;
	height: 150px;
	z-index: 1000;
	border: 2px solid navy;
}
#detailText {
	color: white;
	font-size: 1.5em;
	}	
#pop_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	}	
#pop_image {
	position: relative;
	float: left;
	padding-top: 6px;
	padding-left: 4px;
	}	
#pop_text {
	position: relative;
	float: left;
	top: 6px;
	left: 0px;
	
	}
#pop_email {
	position: relative;
	float: right;
	right: 4px;
	padding-top: 6px;
	padding-left: 4px;
	}
#pop_contact {
	position: relative;
	float: right;
	right: 0px;
	top: 6px;
	}	
	
.pop_text a { 
	color: white;
	text-decoration: none;
	font: 1.5em;
	}
.pop_text a:hover {
	color: green;
	text-decoration: none;
	}	