
body {
	margin: 0;
	padding: 0;
}
#body_wrapper {
	width: 800px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
#s_content {
	font-family: Georgia, serif;
}

#s_header {
	float: left;
	width: 200px;
	
}

#s_content {
	line-height: 1.5;
	padding-left: 29px;
	padding-top: 80px;
	padding-bottom: 50px;
	float: right;
	width: 550px;
	min-height: 650px;
	background: url(../images/column_divider.png) repeat-y top left;
}

#s_footer {
	clear: both;
	margin-top: 80px;
	text-align: center;
	font-size: 80%;
	color: #777;
}

h1.title {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #00477F;
	display: none;
}

.title_desc {
	font-weight: bold;
	font-style: italic;
	color: #4C88BE;
	text-align: center;
}

#s_header div.title img {
	margin-left: 25px;
	border: 0;
}
#s_header .address {
	margin-top: 25px;
	font-size: 75%;
	color: #444;
}

#s_header .address div {
	margin-bottom: 8px;
	padding: 2px;
	border-bottom: 1px dotted #DDD;
}
#s_header .address strong {
	display: block;
	float: left;
}
#s_header .address span {
	display: block;
	margin-left: 60px;
}
#s_header .callus {
	margin-top: 70px;
	text-align; center;
	color: #555;
}
#s_header .callus span {
	color: black;
}
#s_header .location_image img {
	border: 1px solid #777;
}
#s_header .location_image {
	display: block;
}

#s_content h1 {
	color: #337;
	font-size: 150%;
	text-align: left;
	font-family: Arial, sans-serif;
	margin-bottom: 0;
	margin-left: 30px;
}

#s_content hr {
	color: #999;
	margin: 20px;
	border: none;
	border-top: 1px solid black;
}

#s_content .content_title_division {
	font-size: 10px;
	margin-left: 70px;
	text-align: left;
}
#s_content .content_title_sub {
	color: #555;
	font-family: Georgia, serif;
	font-style: italic;
	text-align: right;
	width: 50%;
	margin-left: 45%;
	margin-top: 30px;
}
#s_content #content_title {
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.intro_contact {
	clear: both;
	margin-top: 40px;
}
.intro_contact .phone {
	font-size: 130%;
}
.intro_specific {
}
.intro_specific li {
	padding: 5px 0;
	margin-right: 15px;
}
.intro_specific table {
	margin-left: 50px;
}
.intro_specific table td {
	padding: 0 10px;
}
.intro_specific table strong {
	color: #555;
}

.jsLink {
display: block;
}
.expandarea {
	padding: 5px;
	margin: 5px;
	border: 1px dotted #BBB;
	background-color: #F3F3F3;
}

#intro_companies strong, #intro_products strong {
	display: block;
	border-bottom: 1px dotted #333;
}
#intro_companies ul, #intro_products ul {
	padding: 0;
	margin: 0;
	margin-left: 15px
}
#intro_companies li, #intro_products li {
	float: left;
	width: 190px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#intro_products li {
	border: 1px dotted #AAA;
	margin: 3px;
	padding: 3px;
	width: 235px;
	background-color: #FCFCFC;
}

#intro_staff div.person {
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px dotted #333;
	clear: both;
}
#intro_staff .portrait {
	float: left;
	margin-right: 5px;
}
#intro_staff .portrait img {
	padding: 1px;
	border: 1px solid #777;
	background-color: white;
}
#intro_staff .name {
	font-weight: bold;
}
#intro_staff .type {
	margin-left: 4px;
	color: #999;
	font-size: 11px;
}
#intro_staff .email {
	display: block;
	float: right;
	font-size: 15px;
}

