/* general reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align: top;
	background:none;
}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
table {border-collapse:collapse; border-spacing:0;}
input, textarea, button {margin:0; font-family:inherit; font-size:1em;}
/* general settings */
html {height:100%;}
body{
	margin:0;
	color:#666;
	font:14px/24px Trebuchet MS, Arial, Helvetica, sans-serif;
	height:100%;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#339;
}
a:hover{
	text-decoration:none;
}
input, textarea, select{
	vertical-align:middle;
	color:#666;
	font-size:12px;
}
form, fieldset{border-style:none;}
/* wrapper */
#wrapper {
	width:100%;
	margin:0 auto;
	min-height:100%;
}
* html #wrapper {height:100%;}
.wrap {
	width:800px;
	margin:0 auto;
	position:relative;
}
.wrap2 {
	width:800px;
	margin:105 0 0 0;
	position:relative;
	float: left;
}

/* header */
#header {
	position:relative;
	height:140px;
	background:url(../images/header_bg.jpg) repeat-x;
}
#header h5 {
	font-size:14px;
	color:#666;
	letter-spacing:6px;
	font-variant: small-caps
	margin:0 0 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 62px;
	font-variant: small-caps;
}

.logo {
	position:relative;
	text-indent:-9999px;
	float:left;
	overflow:visible;
	background:url(../images/logo.jpg) no-repeat;
	margin-left:0px;
	height:106px;
	width: 288px;
}
/* main */
#main {
	width:100%;
	padding:15px 0 40px;
}
#main h2 {
	font-size:22px;
	line-height:24px;
	color:#339;
	letter-spacing:-1px;
	margin:0 0 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main h6 {
	font-size:24px;
	line-height:24px;
	color:#339;
	letter-spacing:-1px;
	margin:0 0 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
#main h2 span {display:block;}
#main h2 .head {
	color:#339;
	font-size:22px
}
#main p {margin:0 200px 0 0;}
/* text-section */
#main .text-section {padding:0 15px 51px 0;}
#main .text-section h2 {
	font-size:40px;
	margin:0;
}
#main .text-section p {
	font-size:12px;
	line-height:18px;
	word-spacing:-1px;
	text-align: justify;
}

#main .text-section p2 {
	font-size:12px;
	line-height:18px;
	text-align: justify;
	margin-top:300px;
}

/* tabset */
#tabset {
	width:100%;
	background:url(../images/bg-tabset.gif) repeat-x;
}
#tabset ul {
	width:811px;
	margin:0 auto;
	padding:4px 0 0 4px;
}
#tabset ul:after {
	content:"";
	clear:both;
	display:block;
}
#tabset li {
	font-size:11px;
	line-height:20px;
	float:left;
	height:50px;
	font-weight:bold;
	padding:0 12px 0 0;
}
#tabset a {
	color:#adadad;
	padding:0 20px;
	position:relative;
	float:left;
	display:inline;
}
#tabset a:hover,
#tabset .active a {
	background:url(../images/bg-tabset-hover.gif) repeat-x 0 100%;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	margin:0 -4px -12px;
	padding:0 20px 12px;
	text-decoration:none;
	color:#1f1762;
	position:relative;
}
/* footer section */
#footer {
	width:100%;
	background:#339;
	height:25px;
	margin:0px 0 5px 0;
	position:relative;
	color:#fff;
	padding:5px 0 5px 0;
	font-size:12px;
}
#footer .holder p {margin:2px 0 0;}
#footer a {color:#fff;}
#footer ul {
	float:right;
	overflow:visible;
	margin:0 180px 0 0;
}
#footer ul li {
	float:right;
	margin:0 8px 0 -8px;
	background:url(../images/sep-footer.jpg) no-repeat;
	line-height:25px;
	font-weight:bold;
	padding:0 18px;
	
}
