/* General
----------------------------------------------- */

* { 
	margin: 0; 
	padding: 0; 
}

body {
	font-family: Verdana, Arial, Helvetica, Tahoma;	
	font-size: 11px;
	color:#23462E;
	background: #fff url(../Images/Background.png) repeat top;
	bottom:0px;
	position:relative;
	text-align:center;

}
* img {
border:0px;
}

p {
	margin: 0px;
		color:#23462E;
		line-height:18px;

	}
td{
	font-size:11px; 	
}
a {
color:#23462E;
}




#MainBody {
color:#FFFFFF;
background-color:#9BC6F0;
background-repeat:no-repeat;
background-position:top;
width:590px;
height:278px;
position:absolute;
top:120px;
left:170px;
}
#MainBodyTop {
background-image:url(../Images/BodyBG_Top2.jpg);
background-repeat:no-repeat;
background-position:top;
width:590px;
height:225px;
}
#MainBodyBottom {
background-image:url(../Images/BodyBG_Top2.jpg);
background-position:bottom left;
background-position-y:bottom;
background-repeat:no-repeat;
width:590px;
top:225px;
height:53px;
}

#SecondaryBodyWrapper {
width:390px;
position:absolute;
top:398px;
left:170px;
}
#SecondaryBody {
color:#1e3e59;
background-color:#e6e5c9;
width:390px;
padding-top:110px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}

#DirectionsBox {
width:565px;
height:120px;
position:absolute;
z-index:3px;
top:368px;
left:192px;
background-color:#AF8586;
color:#FFFFFF;
border-style:solid;
border-color:#FFFFFF;
border-width:3px;
padding:0px;
margin:0px;
}
#DirectionsArrow {
width:37px;
height:37px;
position:absolute;
z-index:4px;
top:358px;
left:263px;
background-image:url(../Images/Arrow.png);
background-repeat:no-repeat;
}
#DirectionsText {
	width:300px;
	z-index:6px;
	color:#ffffff;
	padding-top:10px;
	padding-left:20px;
	font-family: Verdana, Arial, Helvetica, Tahoma;	
	font-size: 11px;
}
#DirectionsButton {
width:152px;
height:54px;
position:absolute;
z-index:6px;
top:435px;
left:560px;
}
#CircleOne {
width:79px;
height:79px;
position:absolute;
z-index:5px;
top:348px;
left:505px;
background-image:url(../Images/CircleOne.png);
background-repeat:no-repeat;
}
#CircleTwo {
width:79px;
height:79px;
position:absolute;
z-index:5px;
top:348px;
left:590px;
background-image:url(../Images/CircleTwo.png);
background-repeat:no-repeat;
}
#CircleThree {
width:79px;
height:79px;
position:absolute;
z-index:5px;
top:348px;
left:675px;
background-image:url(../Images/CircleThree.png);
background-repeat:no-repeat;
}
#BottomNavigation {
width:600px;
margin-top:10px;
padding:10px;
}

.footerright
{
	text-align:right;
}