* {
	font-family: Arial;
	font-size:12px;
	line-height:16px;
	color:#656d70;
	
}
body {
	height:100%;
	padding:0px;
	margin:0px;
	background:#fff;
	
}

h1 { font-family:Neo Sans, Tahoma, Arial; font-weight:normal; font-size:26px; line-height:28px; color:#656d70; margin:0px; padding:0px;}
h2 { font-family:Neo Sans, Tahoma, Arial; font-weight:normal; font-size:20px; line-height:22px; color:#656d70; margin:10px 0px 4px 0px; padding:0px;}
h3 { font-family:Neo Sans, Tahoma, Arial; font-weight:normal; font-size:15px; line-height:17px; color:#656d70; margin:0px 0px 4px 0px; padding:0px;}

a { text-decoration:none; color:#3399cc;}
a:hover { text-decoration:underline;}

a.arrow { text-decoration:none; color:#3399cc; background:url(../images/symbols-href-arrow.gif) no-repeat left; padding-left:10px;}
a.arrow:hover { text-decoration:underline;}

a.active{ color:#666633; text-decoration:underline;}

img{ border:0px;}


#container{
	float:left;
	width:1000px;	
	background-color:#ffffff;
}
#content{
	padding:25px 32px 50px 34px;	
}
#header{
	float:left;
	width:100%;
	height:59px;
}
#header .logo{
	float:left;	
}
#header .share {
	float:right;
	margin-top:5px;
}
#header .share ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#header .share ul li{
	float:left;
	margin-left:12px;
}
#nav-holder{
	float:left;
	width:100%;
	height:46px;
}
#nav-holder .topnav{
	float:left;
	width:100%;
	height:23px;
	border-top:1px solid #b5b9bb;
	border-bottom:1px solid #b5b9bb;
}
#nav-holder ul{
	margin:0px;
	padding:4px 0px 0px 0px;
	list-style-type:none;
}
#nav-holder ul li{
	float:left;
	padding-right:12px;
	margin-right:10px;
	height:12px;
	line-height:12px!important;
}
#nav-holder .topnav ul li.have-sub{
	background:url(../images/symbols-nav-arrow.gif) no-repeat right bottom;
}
#nav-holder .topnav ul li.have-sub-active{
	background:url(../images/symbols-nav-active.gif) no-repeat right bottom;
}
#nav-holder .topnav ul li.have-sub-active a{ color:#666633}
#nav-holder .topnav ul li.have-sub-active a{ color:#666633}

#nav-holder ul li a{
	font-size:10px;
	color:#3399cc;
}
#nav-holder ul li.active a{
	color:#666633;
}
#nav-holder ul li a:hover{
	color:#3399cc;
}
#nav-holder ul li.title a{
	color:#33cccc;
}
#main-content{
	float:left;
	width:100%;
	margin-top:10px;	
	line-height:16px;
}
#footer {
	float:left;
	padding-left:34px;
	padding-bottom:20px;
	width:934px;
	font-size:10px;
	color:#909090;
}
#footer ul{
	float:left;
	list-style-type:none;
	width:74px;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
}
#footer ul li{
	padding-bottom:5px;
}
#footer ul li a{
	font-size:10px;
	color:#3399cc;	
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
.flash-home{
	float:left;
	width:100%;
	
}

.body{
	float:left;
	width:360px;
	line-height:18px;
	padding-right:20px;
}
.body p{
	line-height:18px!important;
}

.push{
	float:left;
	width:170px;
	font-size:12px;
	line-height:20px;	
	margin-right:20px;
	margin-bottom:10px;
}

.push img{
	border-top:4px solid #33cccc;	
	padding-bottom:3px;
}
.push-news{
	float:left;	
	width:100%;
}
.hr{
	float:left;
	width:100%;
	border-bottom:1px solid #b5b9bb;
	height:16px;
	margin-bottom:16px;
	clear:both;
}
.thick{
	border-bottom:3px solid #656d70;
	height:0px;
	margin-bottom:10px;
	clear:both;
}
.short{ width:360px!important;}

.nomargin{ margin:0px;}
.clear{	
	clear: both;
}

