*{ margin:0; padding:0; }
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#AF822F;
	background:url(../images/bgtile.jpg);
}
#topBg{
	background:url(../images/bg.jpg) repeat-x left top;
}
#container{
	width:917px;
	height:inherit;
	background:url(../images/bgcont.png) repeat-y left top;
}
#floatCont{
	width:887px;
	height:440px;
	background-color:#1F4D5C;
}
#logo{
	width:290px;
	height:390px;
	margin:5px 0 0 0;
	background:url(../images/banner.jpg) no-repeat left top;
	float:left;
}
#logo p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	padding:260px 32px 0 32px;
	color:#F4F4F4;
	text-align:center;
}
#headerTxt{
	width:597px;
	height:38px;
	background:url(../images/bgHeaderTxt.jpg) no-repeat;
	float:right;
}
#headerTxt p{
	padding:15px 0 0 0;
	font-size:11px;
}
#menu{
	width:597px;
	height:57px;
	background:url(../images/button.gif) repeat-x left top;
	float:right;
}
#menu ul{
	width:597px;
}
#menu li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	height:57px;
	float:left;
	background:url(../images/buttonbg.gif) no-repeat right top;
	list-style-type:none;
}
#menu li a{
	height:57px;
	width:inherit;
	display:block;
	padding:0 2px 0 2px;
	line-height:250%;
	color:#386C84;
}
#menu li a:link{
	text-decoration:none;
}
#menu a:visited{
	text-decoration:none;
}
#menu li a:hover{
	color:#F4F4f4;
	height:57px;
	display:block;
	text-decoration:none;
	background:url(../images/buttonH.gif) repeat-x left top;
}
#menu .current{
	background:url(../images/buttonH.gif) repeat-x left top;
	color:#FAFAFA;
}
#header{
	width:597px;
	height:300px;
	background:url(../images/city1.jpg) no-repeat left top;
	float:right;
}
#middle{
	width:887px;
	height:50px;
	background:url(../images/middle.jpg) no-repeat left top;
	clear:right;
	text-align:right;
}
#middle h1{
	font-size:30px;
	color:#386C84;
	padding:0 20px 0 0;
}
#content{
	width:887px;
	height:inherit;
	background:#FCF8EC url(../images/contBg.jpg) repeat-x left top;
	text-align:left;
}
#content h1{
	font-size:20px;
	font-weight:bold;
	color:#386C84;
	padding:5px 20px 5px 20px;
}
#content p{
	padding:5px 20px 5px 20px;
	line-height:150%;
}
#content ul{
	padding:5px 0 5px 35px;
}
#content li{
	list-style-image:url(../images/0159_flobullet.png);
	line-height:150%;
}
img.floatLeft{ 
    float:left;
	position:relative;
	margin:5px 5px 0 0;
	padding:2px;
	border:#DACC9F 1px solid;
	clear:both;
}
img.floatRight{
	float:right;
	position:relative;
	margin:5px 10px 0 4px;
	padding:2px;
	border:#DACC9F 1px solid;
}
#footer{
	width:917px;
	height:inherit;
	background:url(../images/footer.png) no-repeat left top;
}
#footer p{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#f4f4f4;
	padding:50px 0 0 0;
	line-height:150%;
}
#footer a, #footer a:hover{
	text-decoration:underline;
}
#footer a{
	color:#f4f4f4;
}
#footer a:hover{
	color:#91BBC9;
}
/*# For the Bullet-style #*/

.bulletBoxes{
	width:250px;
	height:inherit;
	border:#386C84 1px solid;
	float:left;
	margin:5px 15px;
}
.bulletBoxes p{
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#FAFAFA;
	background-color:#386C84;
	text-align:center;
}
.bulletBoxes ul{
	padding:5px 0 5px 30px;
}
.bulletBoxes li{
	list-style-image:url(../images/0159_flobullet.png);
	line-height:150%;
}
