@charset "UTF-8";
/* CSS Document */

@font-face {
 font-family: 'MicrosoftTaiLeRegular';
 src: url('taile-webfont.eot');
 src: url('taile-webfont.eot?#iefix') format('embedded-opentype'),  url('taile-webfont.woff') format('woff'),  url('taile-webfont.ttf') format('truetype'),  url('taile-webfont.svg#MicrosoftTaiLeRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}

*{
	font-family: MicrosoftTaiLeRegular;
}
body{
	margin: 0px;
}

.clear{
	clear:both;
}

h1,h2,h3,h4,p {
	font-family: 'MicrosoftTaiLeRegular';
	font-weight: normal;
}

h1{
	color: #434343;
}

p{
	color:#434343;
}

a{
	text-decoration:none;
		color: #434343;

}

#right{
	float:right;
	margin-right:none;
}

#button a{
	font-family: MicrosoftTaiLeRegular;
	text-decoration:none;
	color:#B11D29;
	float:right;
	padding-top: 10px;
}


#headerMain{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	padding-bottom: 15px;
}

#headerTop{
	height: 50px;
	background-color:#424242;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #B11D2A;
}

#headerTopCenter{
	width:975px;
	margin:auto;
	text-align: right;
	padding-top: 15px;
}
#headerTopCenter span{
	color: #CCC;
	font-size:13px;
}

#headerBottom{
	width: 975px;
	margin:auto
}
#logo{
	width: 235px;
	float:left;
}
#navMenu{
	width: 740px;
	float: right;

}
#contentWrap {
	background-image: url(../images/contentBg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#contentMain {
	margin: auto;
	width: 975px;
	min-height:600px;
	background-color: #E7E7E7;
	padding-top: 15px;
	padding-bottom: 25px;
}
#banner {
	margin: auto;
	height: 210px;
	width: 940px;
}
#contentIndexBottom {
	margin: auto;
	width: 940px;
	padding-top: 25px;
}
#title {
	width: 940px;
	padding-bottom: 10px;
	margin: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
}
.contentBody {
	width:940px;
	margin:auto;
	padding-top: 15px;
}
.contentBody h2{
	color:#B11D29;
	padding-left:10px;
}

.indexBox-inner {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7D7;
	margin-top: 10px;
}

.indexBox {
	float: left;
	width: 300px;
	margin-right: 13px;
}

.indexBox h2{
	color: #434343;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}

.indexBox span{
	font-family: MicrosoftTaiLeRegular;
	font-size:12px;
	color: #646464;
}
.indexBoxHolder {
	padding-top: 15px;
	padding-bottom: 5px;
	min-height:65px;
}
.indexBox ul {
	margin: 0px;
	width:300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.indexBox li {
	padding-bottom: 5px;
	padding-top:5px;
	color: #626262;
}

#expertiseBox{
	width:280px;
}
#footer {
	margin: auto;
	padding: 15px;
	width: 945px;
	background-color: #E7E7E7;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #C8C8C8;
}
#footerContent {
	margin: auto;
	width: 945px;
}
.footerColumn {
	float: left;
	padding-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C8C8C8;
	padding-left: 15px;
}

.footerColumn ul{
	padding:0px;
}

.footerColumn li{
	font-size:12px;
	padding-bottom:10px;
	color:#646464;
}
.footerColumn h3{
	color: #B11D29;
	font-size: 1em;
	font-weight: 100;
	padding-bottom: 7px;
}

.contentBody-inner {
	background-color: #F3F3F3;
	margin: 10px;
	padding: 10px;
}

.contentBody-inner ul {
	margin: 0px;
	padding: 0px;
	width:300px;
}
.contentBody-inner li {
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 5px;
	padding-top:5px;
}
.form_holder {
	padding: 5px;
	background-color: #E7E7E7;
	margin: auto;
	width: 600px;
}

.img_holder {
	padding: 10px;
	float: right;
	background-color: #E7E7E7;
	margin-left: 10px;
}
.imgWrap {
	margin: auto;
	width: 280px;
	padding-bottom: 5px;
}
