/* CSS Document */

#column {
	position:absolute;
	background: url(../images/column.jpg);
	width:229px;
	height:621px;
	top:25px;
	left:582px;
	
}

#columnTopBox {
	position:absolute;
	width:200px;
	height:100px;
	top:95px;
	left:15px;
}

#columnMiddleBox {
	position:absolute;
	width:200px;
	height:100px;
	top:210px;
	left:15px;
}

#columnBottomBox {
	position:absolute;
	width:200px;
	height:100px;
	top:325px;
	left:15px;
}

#columnCallOut {
	position:absolute;
	background: url(../images/background-calloutBox.jpg);
	width:200px;
	height:160px;
	top:440px;
	left:15px;
}

#pictureScroller {
	background: url(../images/imageScroller.jpg);
	position:absolute;
	top:175px;
	left:8px;
	width:574px;
	height:250px;
}

#messageBox {
	background: url(../images/background-messageBox.jpg);
	position:absolute;
	top:425px;
	left:8px;
	width:574px;
	height:215px;
}

#bottomBoxLeft {
	background: url(../images/background-bottomBox.jpg);
	position:absolute;
	top:670px;
	left:8px;
	width:259px;
	height:244px;
}

#bottomBoxLeft img.main {
	position:absolute;
	top:50px;
	left:8px;
}

#title {
	position:absolute;
	top:10px;
	left:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
}

#moreText{
	position:absolute;
	top:213px;
	left:193px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#3f586b;
}

#directionsText{
	position:absolute;
	top:50px;
	left:150px;
	width:100px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#3f586b;
}

#infoboxText{
	position:absolute;
	top:50px;
	left:8px;
	width:240px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#3f586b;
}

#infoboxTextFeatured{
	position:absolute;
	left:8px;
	width:230px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#3f586b;
}

#bottomBoxMiddle {
	background: url(../images/background-bottomBox.jpg);
	position:absolute;
	top:670px;
	left:288px;
	width:259px;
	height:244px;
}

#bottomBoxRight {
	background: url(../images/background-bottomBox.jpg);
	position:absolute;
	top:670px;
	left:566px;
	width:259px;
	height:244px;
}

p.messageText{
	margin-left:30px;
	margin-right:30px;
	margin-top:60px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#3f586b;
}

#logo{
	position:absolute;
	width:240px;
	margin-left:auto;
	margin-right:auto;
	left:5px;
	top:50px;
}	