.floatclear{
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float:right;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/design/bg.gif) repeat-x #cecece;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	height: 100%;
	line-height:140%;	
	text-align: center;
}

#wrapper {
	width:980px;
	background:#FFFFFF;
	padding:5px 10px;
	margin: 0px auto;
	text-align: left;
}
#top_banner_ad{
	width:980px;
	line-height:100%;
}

#newsletter_box{
	background:url(../images/design/bg_newsletter_box.gif) no-repeat;
	width:242px;
	height:90px;
	float: right;
}

#newsletter_box p{
	color:#999999;
	font-size:11px;
	padding:30px 0 0 9px;
	width:105px;
	line-height: 13px;
}
#header {
	height:97px;
	background:url(../images/design/bg_header.gif) repeat-x bottom;
	margin-top:5px;
	width:980px;
}
.gray_corner_top{
	display:block;
}

.gray_corner_top * {
	display:block;
	height:1px;
	overflow:hidden;
}

.gray_corner_1 {
	margin: 0 1px; background:#616061;
}


#main_nav_section a:link, #footer_nav a:link {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#main_nav_section a:visited, #footer_nav a:visited {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#main_nav_section a:hover, #footer_nav a:hover {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#main_nav_section a:active, #footer_nav a:active {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#logo a {
	float:left;
	display:block;
	width:215px;
	height:57;
	padding:17px 0 0 30px;
}

#nav {
	width:980px;
	height:33px;
	background:url(../images/design/bg_nav.gif) repeat-x;
	position:relative;
}

#main_nav_section{
	float:right;
	width:976px;
	height:33px;
	background:url(../images/design/nav_right.gif) no-repeat top right;
	line-height:100%;	
}

#main_nav {
	list-style-type: none;
	margin: 0;	
	padding: 0;
}

#main_nav li {
	float:left;
	list-style-type: none;
	margin: 0;	
	padding: 0;
}

#main_nav a{
	float:left;
	display:block;
	font-weight:bold;
	color:#000000;
	padding:10px 7px 11px 7px;
	text-decoration:none;
	margin:0 2px;
}
#main_nav .main_nav_on{
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/design/bg_nav_on.gif) repeat-x;
}

#main_nav a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/design/bg_nav_on.gif) repeat-x;
}

#main_nav a:visted{
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/design/bg_nav_on.gif) repeat-x;
}
#left_column{
	margin:10px 0 20px 0;
	width:980px;
}

#copyright {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	text-align:center;
	height:26px;
	background:#3d3d3d;
	color:#999999;
	padding-top:8px;
}

#nav_more {
	float:right;
	text-align:center;
	display:block;
	width:75px;
	height: 33px;
	padding:0 7px 0 15px;
	margin: 0 0 0 0;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	background:url(../images/design/bg_more.gif) no-repeat top right;
	list-style-type:none;
}

/* remove all the bullets, borders and padding from the default list styling */
#nav_more ul {
	padding:0; 
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav_more li {
	float:left; 
	position:relative;
}

/* style the links for the top level */
#nav_more a, 
#nav_more a:visited { 
	display:block; 
	font-weight:bold;
	color:#000000;
	font-size:12px;
	width:68px;
	padding:10px 7px 11px 7px;
	text-decoration:none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav_more ul ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	top:33px; 
	left:-88px; 
	width:160px; 
	z-index:100
}

/* style the table so that it takes no part in the layout - required for IE to work */
#nav_more table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
#nav_more ul ul li {
	margin:0;
	padding:0;
}
#nav_more ul ul a, 
#nav_more ul ul a:visited {
	background:#ffa000;
	color:#222222; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	margin:0px;
	width:160px; 
	text-align:right;
	font-weight:bold;
}

/* style the top level hover */
#nav_more ul ul a:hover {
	color:#222222; 
	background:#fba000;
	text-decoration:underline;
}

/* make the second level visible when hover on first level list OR link */
#nav_more .nav_more_over ul{
	visibility:visible; 
}

#footer_nav dl,#footer_nav dt,#footer_nav dd {
	margin:0;
	padding:0;
	border:none;
}

#footer_nav {
	border-top: solid 1px #cccccc;
	padding:20px 0 10px 0;
	text-align:left;
}

#second_column {
	float:left;
}

#footer_nav a
{
	color: #000000;
}
#footer_nav dt{
	padding:0 10px 10px 10px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
}

#footer_nav dd {
	padding:0 10px;
}

#footer_topics{
	float:left;
	padding-right:10px;
}

#footer_topics_2{
	float:left;
	padding:25px 10px 0 0;
}

#footer_more{
	border-left:#dddddd 1px solid;
	float:left;
	padding:0 10px;
}

#footer_more_2{
	float:left;
	padding:25px 10px 0 0;
}

#footer_service{
	float:left;
	padding:0 10px;
	border-left:#dddddd 1px solid;
}

#footer_service_2{
	float:left;
	padding:25px 10px 0 0;
}

#footer_follow_us{
	float:left;
	padding:0 10px;
	border-left:#dddddd 1px solid;
}

#footer_follow_us a{
	padding-left:4px;
}

.icon_rss{
	background:url(../images/design/icon_rss.gif) no-repeat left;
}
.icon_linkedin{
	background:url(../images/design/icon_linkedin.gif) no-repeat left;
}
.icon_facebook{
	background:url(../images/design/icon_facebook.gif) no-repeat left;
}
.icon_newsletter{
	background:url(../images/design/icon_newsletter.gif) no-repeat left;
}
.icon_blog{
	background:url(../images/design/icon_blog.gif) no-repeat left;
}


