/* css :: structure :: X-Cel */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
.bottomLine {
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#hdr_mNavBox {
	width: 487px;
}
#hdr_utilityNav {
	width: 254px;
}
#mainContainer {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
}
#sideBar {
	width: 253px;
	background-image: url(../images/sideBar_tile.gif);
	background-repeat: repeat-y;
}
.sideBar_content {
	padding-left: 15px;
	padding-right: 15px;
}
.sideBar_item {
	margin-bottom: 10px;
	margin-top: 10px;
}
.contentColumn {
	margin-top: 15px;
	margin-left: 15px;
	width: 550px;
}
.fullColumn {
	margin-top: 15px;
	margin-left: 15px;
	width: 840px;
}
.contentBox {
	margin-top: 15px;
	margin-left: 15px;
}
.photoPadding {
	margin-left: 25px;
	padding-bottom: 10px;
}
/****************************************** homePage */
#homeContentBox {
	margin-top: 15px;
}
#findEyePro_box {
	width: 210px;
	height: 50px;
	background-image: url(../images/home_findEyePro.gif);
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-left: 88px;
}
/****************************************** footer */
#footerBox {
	margin-top: 25px;
	margin-left: 15px;
	font-weight: bold;
}
