#myGallery100 {
display:none;
float:left;
height:235px;
margin-bottom:15px;
margin-left:5px;
margin-right:15px;
width:235px;
z-index:5;
}

a { 
	color: #333399;
	text-decoration: none;
	outline-color: #888;	
}
h3 {
	font-size: 12px;
	margin-bottom: 0px;
}
a:hover {
	color: #7e7e7e;
	text-decoration:underline;
}
.container_16 {
	padding-top: 15px;	
}
hr {
	border:none;
	height:1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}
.slide_content  {
	position: absolute;
	left: 20px;
	top: 50px;
	color: #FFFFFF;
	width: 550px;
}
.tweet {
	position: relative;
	height: 200px;
	overflow: hidden;
}
.tweet_inner {
	position: absolute;
	left: -5px;
	top: -55px;
}
.submenu {
	text-align: right;
}
.main {
	background-image: url(../assets/images/main_bk.png);
	background-repeat: repeat-y;
}
.side {
	padding-left: 15px;
}
.footer {
	border:none;
	text-align: center;
}
.footer ul {
	margin-bottom:0px;
}
.footer_logo {
	border:none;
	text-align: right;
}
.content {
	font-size: 11px;
}
.B_crumb {
	padding-top:5px;
	padding-left:10px;
	height: 20px;
}
.title {
	display:inline;
	float: left;
	position: relative;
}
.business {
	float: left;
	height: 225px;
	width: 212px;
	background-image: url(../assets/images/business_bk.png);
	background-repeat: no-repeat;
}
.business_inner {
	padding: 8px;
}
.business  h3,.business p {
	margin-bottom:7px;
font-size:11px;
}

dl {
	text-align: left;
}
dl dt {
	float: left;
	width: 135px;
	font-weight: bold;
	text-indent: 3px;
	line-height: 150%;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
dl dd {
	line-height: 150%;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
	text-indent: 3px;
}
.content_inner{
	padding-right: 15px;
}
.jirei {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

.tweet_button  {
	position: absolute;
	left: 110px;
	top: 2px;
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

#EmailForm label input {
	position: inherit;
	left: auto;
}
