html{
	height:100%;
}
body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#323333;
	height:100%;
	line-height:150%;
}
img{border:0;}
.inline-img{
	vertical-align:middle;
}
a{
	text-decoration:none;
	color:#21537E;
}
a:hover{
	text-decoration:underline;
}
#wrapper{
	width:805px;
	margin:0 auto;
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#wrapper{
	width:800px;
	margin:0 auto;
	min-height:100%;
	position:relative;
	padding:0 0 60px;
}
* html #wrapper{
	height:100%;
}
/*header  start */
#header{
	width:800px;
	padding:11px 0 0;
	overflow:hidden;
	border-bottom:2px solid #b3b3b3;
}
.header-nav{
	width:302px;
	overflow:hidden;
	float:right;
}
.header-nav strong{
	margin:0 10px 7px 0;
	color:#67686b;
	float:right;
	font-weight:normal;
}
.wrapp{
	overflow:hidden;
	width:100%;
}
.signup{
	overflow:hidden;
	padding:0 10px 0 5px;
	float:right;
}
.signup input{
	border:2px solid #ada8a6;
	padding:2px 5px;
	font-size:12px;
	width:108px;
	margin:1px 1px 0 0;
	height:14px;
	background:#efefef;
	float:left;
}
.signup .image{
	width:40px;
	height:21px;
	float:left;
	border:0;
	padding:2px 0 0;
	margin:0;
	background:none;
}
.nav{
	margin:4px 0 4px;
	padding:12px 0 8px 11px;
	list-style:none;
	float:left;
	overflow:hidden;
	width:800px;
	background:url(../images/bg-nav.gif) repeat-x;
}
.nav li{
	float:left;
	padding:0 36px 0 20px;
	background:url(../images/bg-nav-arrow.gif) no-repeat;
	background-position:0;
}
.nav li.active{
	background:url(../images/bg-nav-hover.gif) no-repeat;
	background-position:0;
}
.nav li a{
	font-size:12px;
	color:#222e53;
	text-decoration:none;
}
.nav li.active a:hover{
	text-decoration:none;
}
.nav li a:hover{
	text-decoration:underline;
}
.sub-nav{
	width:800px;
	overflow:hidden;
	margin:0;
	padding:0 0 0 24px;
	list-style:none;
}
.sub-nav li{
	float:left;
	background:url(../images/arrow.gif) no-repeat 0 4px;
	padding:0 50px 5px 9px;
}
.sub-nav li a{
	font-size:12px;
	color:#222e53;
	text-decoration:none;
}
.sub-nav li a:hover{
	text-decoration:underline;
}
.links{
	margin:0 5px 0 0;
	padding:5px 0;
	height:18px;
	list-style:none;
	overflow:hidden;
	float:right;
}
.links li{
	background:transparent url(../images/header-sep.gif) no-repeat scroll 4px 4px;
	float:left;
	margin:1px 5px 0 -5px;
	padding:0 0 0 8px;
	display:inline;
}
.links a{
	width:23px;
	height:18px;
	color:#666666;
	overflow:hidden;
	font-size:10px;
	text-decoration:none;
}
.links a:hover{
	color:#333333;
	text-decoration:underline;
}
.logo{
	float:left;
	width:89px;
	height:43px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 12px;
}
.logo a{
	display:block;
	width:89px;
	height:43px;
}
/*header end */
/*main start */
#main{
	width:800px;
	overflow:hidden;
	padding:0 0 60px;
}
/*content start */
#content{
	width:538px;
	float:left;
	margin:25px 0 0;
	padding:0 0 0 13px;
	background:url(../images/bg-content.gif) repeat-x 0 63px;
	overflow:hidden;
}
#content h1{
	margin:0 55px 0 0;
	float:left;
	padding:0 0 20px 2px;
	font-size:16px;
}
#content h2{
	margin:0;
	font-size:15px;
	color:#343435;
}
#content h3{
	margin:0;
	font-size:13px;
	color:#343435;
}
#content .ttl{
	background:url(../images/bg-ttl.gif) no-repeat;
	width:538px;
	height:31px;
	padding:7px 0 0 24px;
	margin:0 0 5px -12px;
}
#content .ttm{
	background:url(../images/bg-ttm.gif) no-repeat;
	width:538px;
	height:24px;
	padding:0 0 0 32px;
	margin:12px 0 0 -12px;
}
.main-img{
	margin:-17px 0 22px -10px;
}
.main-img img{
	display:block;
}
.text-holder{
	width:500px;
	overflow:hidden;
}
#content .text-holder ul{
	margin:2px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:left;
	width:250px;
}
#content .text-holder ul li{
	float:left;
	margin:0 1px 0 -1px;
	background:url(../images/header-sep.gif) no-repeat 0 4px;
	padding:0 5px;
}
#content .text-holder ul li a{
	text-decoration:none;
}
#content .text-holder ul li a:hover{
	text-decoration:underline;
}
#content .breadcrumbs{
	margin:0 0 22px;
	width:500px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#content .breadcrumbs li{
	float:left;
	background:url(../images/bg-breadcrumbs.gif) no-repeat 0 3px;
	font-size:10px;
	margin:2px 3px 0 -3px;
	padding:0 12px;
}
.breadcrumbs li a{
	text-decoration:none;
}
.breadcrumbs li a:hover{
	text-decoration:underline;
}
#content p{
	margin:0 0 30px;
}
#content ul{
	margin:0 0 26px;
	padding:1px 0 0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
#content li{
	background:url(../images/bg-nav-content.gif) no-repeat 0 5px;
	padding:0 0 0 15px;
	line-height:18px;
	overflow:hidden;
	height:1%;
}
#content li span{
	display:block;
	padding:0 0 0 10px;
}
#content ol{
	margin:0 0 26px;
	padding:1px 0 0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
#content ol li{
	background:none;
}
.info-text{
	font-weight:normal;
	display:block;
	padding:0 0 0 12px;
	margin:-25px 0 0;
}
/*content end */
/*sidebar start */
#sidebar{
	width:237px;
	margin:13px 0 0;
	float:right;
	background:#fff url(../images/main-sep.gif) no-repeat 3px 0;
}
.navbar{
	background:url(../images/bg-sidebar.gif) repeat-y;
	width:237px;
	margin-bottom:13px;
}
.holder{
	background:url(../images/text-h3.gif) no-repeat;
	width:237px;
}
.frame{
	background:url(../images/bg-sidebar.gif) no-repeat -237px 100%;
	padding:0 0 3px;
}
.navbar h3{
	margin:0;
	color:#fff;
	font-size:12px;
	height:30px;
	padding:8px 0 0 36px;
}
.navbar ul{
	margin:0;
	padding:0 2px;
	list-style:none;
	overflow:hidden;
	width:232px;
}
.navbar ul ul{
	padding:8px 0 0 46px;
	display:block;
	background:url(../images/border-navbar.gif) repeat-x 0 100%;
}
.navbar li{
	background:url(../images/arrow.gif) no-repeat 27px 8px;
	float:left;
	width:100%;
}
.navbar li a{
	display:block;
	background:url(../images/border-navbar.gif) repeat-x 0 100%;
	padding:4px 0 5px 38px;
	text-decoration:none;
}
.navbar ul ul li{
	background:url(../images/bg-sb.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
	margin:0 0 6px;
}
.navbar ul ul li a{
	background:none;
	padding:0;
}
.navbar li a:hover{
	text-decoration:underline;
}
/*sidebar end */
/*main end */
/*footer start */
#footer{
	color:#666;
	font-size:12px;
	padding:7px 0;
	border-top:2px solid #b3b3b3;
	overflow:hidden;
	width:800px;
	margin:-60px auto 0;
}
.designing{
	float:left;
	font-style:italic;
	font-size:13px;
	color:#1d336b;
	margin:0 0 0 10px;
}
.footer-wrapp{
	overflow:hidden;
	height:1%;
}
.footer-wrapp ul{
	margin:0 -8px 0 8px;
	padding:0;
	overflow:hidden;
	list-style:none;
	float:right;
}
.footer-wrapp li{
	float:left;
	padding:0 6px 0 4px;
	background:url(../images/sep-footer.gif) no-repeat 0 3px;
	margin:0 2px 0 -2px
}
.footer-wrapp p{
	color:#666;
	margin:0 0 4px;
	font-size:10px;
	text-align:right;
	clear:both;
}
.footer-wrapp li a{
	color:#666;
	text-decoration:none;
	position:relative;
}
.footer-wrapp li a:hover{
	color:#333333;
	text-decoration:underline;
}
.logo-foot{
	float:right;
	margin:-2px 11px 0 18px;
	position:relative;
}
/*footer end */
