@charset "utf-8";
#content {
	background-image: url(../common_img/bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 20px;

}


#main {
	width: 730px;
	height: auto;
	margin-left: 170px;
}
#main  h2 {
	margin: 0px;
	padding-left: 40px;

}
#main h3 {
	margin: 0px;
}
#main  h5 {
	margin-top: 20px;
	clear: left;
	text-align: right;
	margin-right: 40px;
}
#main  h5 a {
	margin-left: 20px;
}


#menu {
	height: 50px;
	background-image:  url(design_img/design_line.gif);
	background-repeat: no-repeat;
	margin-left: 40px;
	padding-top: 20px;
	background-position: 0px 60px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}


#menu li {
	list-style-type: none;
	width: 98px;
	height: 31px;
	float: left;
}
#menuimg {
	position: relative;
	top: -10px;
}

#summary {
	margin-left: 40px;
	width: 650px;
	height: auto;
	padding-top: 20px;
}
#summarytext {
	margin-left: 40px;
	margin-top: 0px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #232323;
	padding-left: 40px;
	padding-top: 14px;
}
#summarytext li {
	margin-bottom: 10px;
	list-style-type: decimal;
}

#summaryimg {
	text-align: right;
}
#summaryimg img {
	margin-left: 28px;
}
#summary h5 {
	text-align: right;
}

#works {
	margin-left: 40px;
	width: 650px;
	height: auto;
	padding-top: 20px;
}
#works p {
	text-align: right;
	margin-top: 20px;
}
#works h5 {
	text-align: right;
}


#curribox {
	width: 680px;
	margin-left: 40px;
	padding-top: 20px;
	height: auto;
}
#curribox2 {
	width: 630px;
	margin-left: 42px;
	height: auto;
	margin-top: 20px;
}
#curribox2 h4 {
	clear: left;
	font-size: 0.7em;
	font-weight: 400;
	padding-top: 20px;
}

#curribox2 ul {
	margin: 0px;
	padding: 0px;
}
.steplist li {
	float: left;
	width: 190px;
	height: 350px;
	list-style-type: none;
	padding-left: 16px;
}
.stepboxup {
	height: 55px;
	width: 173px;
	border: 1px solid #9bcb6c;
	margin: 0px;
}

.stepboxup  img {
	margin-top: 12px;
	margin-left: 68px;
}

.dotline {
	width: 20px;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #9bcb6c;
}
.stepboxdown {

}
.stepboxdown em {
	font-size: 0.8em;
	font-style: normal;
	text-indent: 1em;
	font-weight: 600;
	display: block;
	margin-top: 20px;
}
.stepboxdown span {
	font-size: 0.6em;
	font-weight: 200;
}

.stepboxdown  p {
	width: 152px;
	font-size: 0.6em;
	margin-left: 20px;
	margin-top: 5px;
}


#teachers {
	width: 688px;
	margin-left: 40px;
	padding-top: 20px;
}
#teachers2 {
	padding-left: 20px;
	width: 645px;
	height: auto;
	padding-top: 20px;
}
.teachersbox {
	float: left;
	width: 280px;
	height: 375px;
	padding-left: 40px;
}
.teachersbox    img {
	margin-right: 8px;
	float: left;
}

.teachersbox  h4 {
	font-size: 0.8em;
	margin-top: 76px;
	text-indent: 5px;
}
.teachersbox  p {
	font-size: 0.7em;
	width: 228px;
	overflow: auto;
	height: 112px;
	display: block;
	padding: 8px;
}


.tabNav{
	z-index:10;
	*zoom:1;
	clear: left;
	width: 138px;
	position: relative;
	top: -10px;
	margin-left: 118px;
}
.tabNav li{
	float:left;
	font-size: 0.6em;
	font-weight: 400;
	color: #232323;
	width: 65px;
	list-style-type: none;
	text-align: center;
	margin-left: 4px;

}
.tabNav li a{
	display:block;
	border: 1px solid #ccc;
	padding:0.25em 0.5em;
	background-color:#eee;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	color: #232323;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	text-decoration:none;
}
.tabNav li a:hover{
	background-color:#f8f8f8;
}
.tabNav li a.active{
	background-color:#fff;
	border-bottom:1px solid #fff;
}
.tabContent{
	clear:left;
	position:relative;
	z-index:1;
	border:1px solid #ccc;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 130px;
	width: 246px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	padding:4px;
	background-color: #FFFFFF;
	top: -11px;
}
.tabContent a {
	color: #0c419a;
	text-decoration: none;
}
