HTML, BODY
{
	margin				: 0;
    padding				: 0;
    min-width			: 845px;
	/*background-color 	: white;*/
	font-family : "Times New Roman", Times, serif;
}

BODY
{
    text-align			: center;
}

H1
{
	font-size 		: 60px;
	text-decoration : underline;
	margin			: 0;
	margin-left 	: 10px;
	margin-bottom 	: 5px;
}

H2
{
	font-size 		: 30px;
	margin			: 0;
	margin-left 	: 5px;
	margin-bottom 	: 5px;
	color: #3A9ACA;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#BodyWrapper
{
	width 				: 815px;
	text-align 			: left;
	margin				: 0;
	margin-left			: auto;
	margin-right		: auto;

}

#Header #NavigationBar
{
	background-image : URL("../includes/top nav bar.jpg");
	background-repeat :no-repeat;
	text-align : center;
}
#NavigationBar UL
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align : left;
}
#NavigationBar UL LI
{
	float: left;
	margin: 0 1.20em;
}

#NavigationBar UL LI A
{
	/*
	height: 1em;
	line-height: 1em;
	*/
	float: left;
	width: 7em;
	display: block;
	color: white;
	text-decoration: none;
	font-size : 18px;
	font-weight : bold;
	text-align: center;
}

#Footer #NavigationBar UL LI
{
	margin: 0 0.2em;
}
#Footer #NavigationBar UL LI A
{
	color: black;
	font-size : 14px;
	font-weight : normal;
}

#Footer
{
	background-image : URL("../includes/bottom nav bar.jpg");
	background-repeat :no-repeat;
	padding-top : 30px;
}

#ImageRotator01
{
	width 				: 780px;
	height 				: 300px;
	margin : 0;
	
	position:absolute;
	top:5px;
	left:17.5px;
}
#ImageRotator03
{
	background-image : url("../includes/content image.jpg");
	background-repeat : no-repeat;
	width 				: 201px;
	height 				: 201px;
	margin-left : 3px;
	margin-right : 3px;
	position:absolute;
	bottom:150px;
	right:25px;
}
#ImageRotator04
{
	background-image : url("../includes/map image 1.jpg");
	background-repeat : no-repeat;
	width 				: 166px;
	height 				: 220px;
	float				: left;
	margin-left : 5px;
	margin-right : 5px;
}
#ImageRotator05
{
	background-image : url("../includes/map image 2.jpg");
	background-repeat : no-repeat;
	width 				: 166px;
	height 				: 220px;
	float				: left;
	margin-left : 15px;
	margin-right : 15px;
}
#ImageRotator06
{
	background-image : url("../includes/map image 3.jpg");
	background-repeat : no-repeat;
	width 				: 166px;
	height 				: 220px;
	float				: left;
	margin-left : 15px;
	margin-right : 15px;
}

DIV#Content
{
	background-color 	: #FDF7DE;
	border-left 		: 1px solid black;
	border-right 		: 1px solid black;
	height : 760px;
	padding : 5px;
	position:relative;
}
DIV#Content DIV#ContentBox
{
	padding-left : 10px;
}
#SideBar
{
	width:180px;
	height:100%;

	position:absolute;
	left:17.5px;
	top:320px;
}
#Main
{
	position:absolute;
	right:5px;
	top:320px;
	width  : 530px;
	/*left : 275px;*/
}
#ContactInfo{
	float:right;
}

#CompanyNameBottom
{
	font-size : 21px;
	font-weight : bold;
}

.Bubble H3
{
	font-size : 24px;
	font-weight : bold;
}


BR.ClearFloat
{
	clear : both;
}

/*
.realBox {
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 60%;
    padding: 20px;
    text-align: left;
    background-color: #ff0000;
    border:3px solid #fff;
}
*/



DIV.rounded_corner
{
	border : 0px solid green;
	position : relative;
	background-color : white;
}

DIV.rounded_corner DIV.tl,
DIV.rounded_corner DIV.tm,
DIV.rounded_corner DIV.tr,
DIV.rounded_corner DIV.ml,
DIV.rounded_corner DIV.mm,
DIV.rounded_corner DIV.mr,
DIV.rounded_corner DIV.bl,
DIV.rounded_corner DIV.bm,
DIV.rounded_corner DIV.br
{
	margin : 0;
	padding : 0;
	position:absolute;
	width : 15px;
	height : 15px;
}

DIV.rounded_corner DIV.tl,
DIV.rounded_corner DIV.tm,
DIV.rounded_corner DIV.tr,
DIV.rounded_corner DIV.ml,
DIV.rounded_corner DIV.mr
{
	top : 0;
}

DIV.rounded_corner DIV.tl,
DIV.rounded_corner DIV.tm,
DIV.rounded_corner DIV.ml,
DIV.rounded_corner DIV.bl,
DIV.rounded_corner DIV.bm
{
	left : 0;
}

DIV.rounded_corner DIV.tr,
DIV.rounded_corner DIV.mr,
DIV.rounded_corner DIV.br
{
	right : 0;
}

DIV.rounded_corner DIV.bl,
DIV.rounded_corner DIV.bm,
DIV.rounded_corner DIV.br
{
	bottom : 0;
}

DIV.rounded_corner DIV.tl
{
	background-image : url("../includes/rounded_corners/corner.top.left.jpg");
	z-index : 850;
}
DIV.rounded_corner DIV.tm
{
	background-image : url("../includes/rounded_corners/line.top.jpg");
	background-repeat : repeat-x;
	width : 100%;
	z-index : 800;
}
DIV.rounded_corner DIV.tr
{
	background-image : url("../includes/rounded_corners/corner.top.right.jpg");
	z-index : 850;
}
DIV.rounded_corner DIV.ml
{
	background-image : url("../includes/rounded_corners/line.left.jpg");
	background-repeat : repeat-y;
	height:100%;
	z-index : 800;
}
DIV.rounded_corner DIV.mm
{
	top : 15px;
	left: 15px;
}
DIV.rounded_corner DIV.mr
{
	background-image : url("../includes/rounded_corners/line.right.jpg");
	background-repeat : repeat-y;
	height:100%;
	z-index : 800;
}
DIV.rounded_corner DIV.bl
{
	background-image : url("../includes/rounded_corners/corner.bottom.left.jpg");
	z-index : 850;
}
DIV.rounded_corner DIV.bm
{
	background-image : url("../includes/rounded_corners/line.bottom.jpg");
	background-repeat : repeat-x;
	width : 100%;
	z-index : 800;
}
DIV.rounded_corner DIV.br
{
	background-image : url("../includes/rounded_corners/corner.bottom.right.jpg");
	z-index : 850;
}

DIV.rounded_corner
{
	width  : 200px;
	height : 250px;
}
DIV.rounded_corner DIV.mm
{
	width  : 170px;
	height : 220px;
}

DIV#StockBubble
{
	width  : 248px;
	height : 482px;
	margin-bottom:5px;
}
DIV#StockBubble DIV.mm
{
	padding : 2px;
	width  : 210px;
	height : 360px;
}


DIV#LocationsBubble
{
	width  : 188px;
	height : 225px;
	margin-top:5px;
	margin-bottom:5px;
	
	position 	: absolute;
	top			: 572px;
	left		: 605px;
}
DIV#LocationsBubble DIV.mm
{
	width  : 168px;
	height : 240px;
}

DIV#FactsBubble
{
	width  : 600px;
	height : 100px;
	margin-top:5px;
	margin-bottom:5px;
	
	position:absolute;
	bottom:10px;
	right:17.5px;
}
DIV#FactsBubble DIV.mm
{
	width  : 596px;
	height : 70px;
}

DIV#BigImagesBubble
{
	width  : 206px;
	height : 255px;
	margin-top:5px;
	margin-bottom:5px;
	
	position:absolute;
	top : 60px;
	right:5px;
}
DIV#BigImagesBubble DIV.mm
{
	width  : 176px;
	height : 225px;
}


DIV.mm H3
{
	margin-top:0px;
}

/*
#Services_Mapping
{
	position : relative;
	height : 255px;
}
#Services_Mapping P
{
	width : 450px;
}
*/

#Services_Lease_Ownership,
#Services_Mapping,
#Services_Due_Diligence
{
	position : relative;
	width : 575px;
}

DIV.RelPos{
	position:relative;
}


