﻿@charset "utf-8";

html {
	background: #ffffff none repeat scroll 0 0; /*#e6e6e6*/
	color:#000000;
}

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea, p, blockquote, th, td, hr {
	margin:0;
	padding:0;
}
a {
	color:#333333;
	hide-focus:expression( this.hideFocus=true );
	outline: none;
	text-decoration:none;
}
.Labele_red {
	color:#ff0000;
	hide-focus:expression( this.hideFocus=true );
	outline: none;
	text-decoration:none;
}
.Labele_orange {
	color:#f6780a;
	hide-focus:expression( this.hideFocus=true );
	outline: none;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#0099ff;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
img {
	border:0;
}
.hidden {
	display:none;
}
.invisible {
	visibility:hidden;
}
.c {
	clear:both;
}

#wrapper {
	width:100%;	
}
#header {
	background-repeat:repeat-x;
	height:auto;
	background-color:#ffffff;
}
#main-header {
	margin:18px auto 0;
	position:relative;
	width:1003px;
}
#container {
	margin:0 auto;
	padding:10px 0;
	width:1003px;
}
#footer {
	width:1003px;
	height:40px;
	margin:0 auto;
	padding-top: 8px;
}
#navigation{
	background-color:#0099ff;
}
#quick-link {
	color:#000000;
	line-height:22px;
	position:absolute;
	right:0;
	top:-10px;
	width:700px;
}
#quick-link ul {
	float:right;
}
#quick-link ul li {
	float:left;
	padding-left: 5px;
}

#logo-area{
	float:left;
	width:355px;
}
#header-adp {
	float:left;
	height:90px;
	width:341px;
}
#service-away {
	float:right;
	margin-top:28px;
	padding-right:10px;
	text-align:right;
	width:253px;
}
#menu-area{
	font-weight: bold;
	margin:0 auto;
	width:1003px;
	font-size: 14px;
	line-height: 31px;
}
/*start main menu*/
.ddsmoothmenu ul{
	z-index:100;
}
/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	width: 103px;
	text-align:center;
	font-size:14px;
	border-left:1px solid #ffffff;
}
.ddsmoothmenu ul .li-lastitem {
	border-right:1px solid #ffffff;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	color: #ffffff;
	height:31px;
	line-height:30px;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: black; 
	color: white;
}
.ddsmoothmenu ul li a:hover{
	color:#0099ff;
	background-color:#ffffff;
	margin:1px;
	height: 29px;
	width: 101px;
}
.ddsmoothmenu ul li .current-nav {
	color:#0099ff;
	background-color:#ffffff;
	margin:1px;
	height: 29px;
	width: 101px;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background:#0099FF;
	width:133px;
	padding:1px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	border:1px solid #FFFFFF;
	border-bottom:none;
	padding:1px;
	height: 31px;
	width:131px;
	text-align:left;
	text-indent:1em;
}
.ddsmoothmenu ul li ul .bottom-item{
	border-bottom:1px solid #FFFFFF;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	color: #ffffff;
	height:30px;
	line-height:30px;
	width:129px;
	font-size:12px;
}
.ddsmoothmenu ul li ul li a:hover{
	color:#0099ff;
	background-color:#ffffff;
	margin:1px;
	height: 29px;
	width:129px;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
/*end main menu*/
#minor-nav {
	background-color:#FFFFFF;
	border-bottom:1px solid #0099FF;
	font-size:14px;
	line-height:30px;
}
#minor-nav .minor-link {
	margin:0 auto;
	padding:3px 0;
	width:1003px;
}
#minor-nav .minor-link li {
	float:left;
	position:relative;
}
#minor-nav .minor-link .hot-img {
	position:absolute;
	right:0;
	top:3px;
}
#minor-nav .minor-link a {
	color:#0099FF;
	font-weight:bold;
	margin-left:0.5em;
	margin-right:0.5em;
	text-decoration:none;
}
#minor-nav .minor-link a:hover {
	color:#000;
}
#minor-nav .minor-link a.hot {
	color:#FF0000;
	margin-right:2em;
}

#site_info{
	color: #6d6d6d;
	text-align:center;
	margin: 15px auto;
	line-height: 25px;
}
#site_info h4 {
	font-weight:normal;
}
#site_info a:hover {
	color:#f6780a;
}
.success_dialog {
	background:#2da301;
	color:white;
	font-size:14px;
	padding:3px;
}
.error_dialog {
	background:#f7520a;
	color:white;
	font-size:14px;
	padding:3px;
}

.adin-1001x90 {
	margin-top:8px;
}
.adin-1001x90 .adin-248x90 {
	float:left;
}
.adin-1001x90 .adin-324x90 {
	float:left;
	margin-left:3px;
}
.adin-752x90 {
	margin-top:5px;
}
.adin-752x90 .adin-375x90 {
	float:left;
	width:374px;
	overflow:hidden;
}
.adin-752x90 .adin-375x90-last {
	float:left;
	margin-left:3px;
	width:374px;
	overflow:hidden;
}
.adin-752x90 .adin-245x180 {
	margin-right:5px;
	float:left;
	width:245px;
	overflow:hidden;
}
.adin-752x90 .adin-245x180-last {
	float:left;
	width:245px;
	overflow:hidden;
}

.left-ad-240 {
	margin-top:5px;
}
.pager {
	height: 35px;
	line-height: 34px;
	text-align: right;
	padding-right: 12px;
}
.pager a {
	border:1px solid #B1B1B3;
	padding:2px 5px;
	position:relative;
	text-decoration:none;
}
.pager a:hover {
	background-color:#F6780A;
	color:#ffffff;
}
.pager .c {
	color:#F6780A;
	font-weight: bold;
	padding:2px 5px;
}
.pager .prev {
	margin-right: 5px;
}
.pager .prev a{
	border:1px solid #ffffff;
	padding:2px 5px;
}
.pager .next {
	margin-left: 5px;
}
.pager .next a{
	border:1px solid #ffffff;
	padding:2px 5px;
}