/* ======== */
/* = Body = */
/* ======== */

#body_main {
	width: 704px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	border: 2px solid #999;
	padding: 0 50px 20px;
	overflow-y: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 20px;
}

/* ======== */
/* = Page = */
/* ======== */

#sigma-logo {
	width: 100%;
	height: 100px;
	background: url(../common/images/sigma-logo.png) center no-repeat;
}

#addresses {
	margin-bottom:30px;
}
.physical-address {
	border:2px solid #999999;
	height:110px;
	padding:15px;
	width:160px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
.address {
	margin-left:62px;
}
.office-type {}


#home-address {
	margin-left:105px;
}
#branch-address {
	margin-left:405px;
	margin-top:-144px;
}

#main-email {
	text-align:center;
	padding:10px;
}

#email-addresses {
	border:2px solid #999999;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
#email-addresses span {
	display:block;
	margin-bottom:20px;
	margin-left:168px;
	margin-top:-40px;
}
.email {
	height:40px;
	padding:10px;
	width:330px;
}
.right-column {
	margin-left:350px;
	margin-top:-60px;
}
.colored {
	background-color:#EEE;
}
.lower-left {
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}
.lower-right {
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
}
