/************************************/
/*  DW Internet Homepage    		*/
/*  CSS for Screen   			    */
/************************************/

/* NON-HEADER */

*{padding:0; margin:0;}

 body {
	margin: 0px;
	padding: 0px;
	font-size:62.5%;
	background-color:#FFFFFF;
	font-family:verdana, arial, sans-serif;
	background-image: url(../images/Decideware_header_bg.gif);
	background-repeat: repeat-x;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/

.page-container {
	width:981px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:1em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

/* HEADER */
.header {
	width:981px;
	font-family:verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
.header-top {
	width:981px;
	height:137px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	clear: both;
}
.header-bottom {
	width: 981px;
	height: 32px;
	background-image: url(../images/Decideware_menu_tab_bar.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 999;
}
.header-bottom-login {
	width:981px;
	height:32px;
	background-image: url(../images/Decideware_menu_tab_bar_login.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 999;
	background-color: #FFFFFF;
}

.spacer {
	width:981px;
	background-color: transparent;
	height: 10px;
}

.animated_banner {
	width:981px;
	height: 318px;
	z-index: -1000;
}




/********************/
/*  HEADER SECTION  */
/********************/
.sitelogo {
	width:981px;
	height:137px;
	position:relative;
	z-index:1;
	left: 0px;
}

.site_banner_photos {
	width:664px;
	height:147px;
	position:relative;
	z-index:1;
	margin:0px;
	left: 350px;
}

.navigation {
	float:left;
	width:975px;
	border:none;
	color:#4B4B4B;
	font-size:1.0em;
	font-size:115%;
	text-transform: uppercase;
	height: 43px;
} /*Color navigation bar normal mode*/

.navigation ul {list-style-type:none;}

.navigation ul li {
	float:left;
	position:relative;
	z-index:1000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-image: url(../images/Decideware_menu_tab.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.navigation ul li ul {
	display:none;
	border:none;
	margin-left:-30px;
	text-transform: none;
	background-position: center top;
	background-image: url(../images/Decideware_menu_tab.gif);
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
} /*Sticky hover zones*/

.navigation ul li a {
	float:left;
	display:block;
	height:42px;
	line-height:3.4em;
	text-decoration:none;
	color: #666666;
	padding-top: 10;
	padding-right: 26px;
	padding-bottom: 0;
	padding-left: 26px;
	background-image: url(../images/Decideware_menu_tab.gif);
}

.navigation ul li:hover {
	width:auto;
	
}
.navigation table {
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	border-collapse:collapse;
	text-transform: none;
}

/*Non-IE6*/
.navigation ul li:hover a {
	background-color:#E6E6E6;
	text-decoration:none;
} /*Color main cells hovering mode*/

.navigation ul li:hover ul {
	display:block;
	position:absolute;
	z-index:998;
	top:41px;
	margin-top:0.1em;
	left:0;
}

.navigation ul li:hover ul li ul {
	display: none;
	background-image: url(../images/Decideware_menu_tab.gif);
}

.navigation ul li:hover ul li a {
	display:block;
	width:15em;
	height:auto;
	line-height:1.3em;
	background-color:#FFFFFF;
	font-weight:normal;
	color:#666666;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
	margin-left: -1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(../images/Decideware_menu_tab.gif);
} /*Color subcells normal mode*/

.navigation ul li:hover ul li a:hover {
	background-color:#E6E6E6;
	text-decoration:none;
} /*Color subcells hovering mode*/

/*IE6*/
.navigation ul li a:hover {
	background-color:#CCCCCC;
	text-decoration:none;
} /*Color main cells hovering mode*/

.navigation ul li a:hover ul {
	display:block;
	position:absolute;
	z-index:997;
	top:3.1em;
	t\op:3em;
	left:0;
	marg\in-top:0.1em;
}
.navigation ul li a:hover ul a {
	display:block;
	w\idth:15em;
	height:1px;
	line-height:1.3em;
	background-color:#EDEDED;
	font-weight:normal;
	color:#333333;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	background-image: url(../images/Decideware_menu_tab.gif);
} /*Color subcells normal mode*/

.navigation ul li a:hover ul li a ul {
	visibility:hidden;
	height:0px;
	width:0px;
	position:absolute;
	z-index: 997;
	background-image: url(../images/Decideware_menu_tab.gif);
}

.navigation ul li a:hover ul li a:hover {
	background-color:#EDEDED;
	text-decoration:none;
} /*Color subcells hovering mode*/


/***********************/
/*  Client Type area   */
/***********************/

.client_type_area {
	clear:both;
	width:981px;
	padding-bottom:10px;
	background-color: transparent;
	height: 125px;
}

.client_type_area-columnone {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:319px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-right: 11px;
}

.client_type_area-columntwo {
	display:inline; /*Fix IE floating margin bug*/
	;
	float:left;
	width:319px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.client_type_area-columnthree {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	width: 319px;
	margin-left: 11px;
}

.client_type_box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-image: url(../images/client_type_background.jpg);
	background-repeat: repeat-x;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	width: 289px;
}
.client_type_box p {
	color: #70767a;
	font-size: 12px;
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.client_type_box_head {
	width: 100%;
	height: 21px;
}

.client_type_box table {
	text-align: right;
	width: 100%;
	margin-bottom: 3px;
}



/******************/
/*  MAIN SECTION  */
/******************/


.main img.center {
	clear:both;
	float:none;
	margin:0;
	padding:1px;
}
.main img.right {
	clear:both;
	float:right;
	margin:3px 0 7px 10px;
	padding:1px;
}

.main a {
	color:#467AA7;
	text-decoration:none;
}

.main a:hover {
	color:#2A5A8A;
	text-decoration:underline;
}
.main a:visited {
	color:#467AA7;
}

.main a img {
}
.main a:hover img {
}


/* MAIN CONTENT */

.main_image {
	margin-bottom: 15px;
	clear: both;
	white-space: nowrap;
}

.bullet_news {
	padding-right: 5px;
	padding-left: 15px;
}




/***********************/
/*  MAIN INFO SECTION  */
/***********************/

.maininfo {
	clear:both;
	width:981px;
	padding-bottom:10px;
	background-color: transparent;
	background-image: url(../images/fold_background.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	height: 410px;
	margin-bottom: 10px;
}

.maininfo-columnone {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:319px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-right: 11px;
}

.maininfo-columntwo {
	display:inline; /*Fix IE floating margin bug*/
	;
	float:left;
	width:319px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	height: 410px;
	background-image: url(../images/about_shadow_box.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.maininfo-columnthree {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	width: 319px;
	margin-left: 11px;
}

.maininfo_announcing {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #986989;
	border-left-color: #CCCCCC;
	width: 319px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.maininfo_announcing ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

.maininfo_announcing ul li {
	list-style-type: square;
	list-style-image: url(../images/square_bullet.gif);
	padding-top: 2px;
	padding-bottom: 2px;
}

.maininfo_announcing a {
	color: #7F4280;
	text-decoration: none;
}

.maininfo_announcing a:hover {
	color: #1d5c90;
	text-decoration: underline;
}

.maininfo_announcing a:visited,a:active {
	color: #7F4280;
}

.maininfo_latestnews {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #6e8496;
	border-left-color: #CCCCCC;
	width: 319px;
	background-color: #FFFFFF;
	margin-top: 18px;
}

.maininfo_latestnews p {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.maininfo_latestnews table {
	padding-left: 40px;
}

.maininfo_latestnews_date {
	color: #7F4280;
}
.maininfo_latestnews_blogtitle {
	color: #7F4280;
	font-size: 10px;
	line-height: 17px;
}

.maininfo_latestnews a {
	color: #1d5c90;
	text-decoration: none;
}

.maininfo_latestnews a:hover {
	color: #7F4280;
	text-decoration: underline;
}
.maininfo_latestnews  a:active {
}
.maininfo_latestnews a:visited {
}

.maininfo_newsletter {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #986989;
	border-left-color: #CCCCCC;
	width: 319px;
	background-color: #FFFFFF;
	margin-top: 18px;
	margin-bottom: 18px;
}

.maininfo_newsletter ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

.maininfo_newsletter ul li {
	list-style-type: square;
	list-style-image: url(../images/square_bullet.gif);
	padding-top: 2px;
	padding-bottom: 2px;
}

.maininfo_newsletter a {
	color: #7F4280;
	text-decoration: none;
}

.maininfo_newsletter a:hover {
	color: #1d5c90;
	text-decoration: underline;
}

.maininfo_newsletter a:visited,a:active {
	color: #7F4280;
}

.maininfo_blog {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #6e8496;
	border-left-color: #CCCCCC;
	width: 319px;
	background-color: #FFFFFF;
}

.maininfo_blog p {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.maininfo_blog table {
	padding-left: 40px;
}

.maininfo_blog_date {
	color: #7F4280;
}
.maininfo_blog_blogtitle {
	color: #7F4280;
	font-size: 10px;
	line-height: 17px;
}

.maininfo_blog a {
	color: #1d5c90;
	text-decoration: none;
}

.maininfo_blog a:hover {
	color: #7F4280;
	text-decoration: underline;
}
.maininfo_blog  a:active {
}
.maininfo_blog a:visited {
}

.maininfo_contactus {
	width: 100%;
	border-top-width: 1px;
	margin-top: 10px;
}

.maininfo_contactus p {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.maininfo_contactus table {
	padding-left: 40px;
}

.maininfo_contactus a, a:active, a:visited {
	color: #1d5c90;
	text-decoration: none;
}

.maininfo_contactus a:hover {
	color: #7F4280;
	text-decoration: underline;
}

.maininfo_liketotalk {
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

.maininfo_liketotalk p {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.maininfo_liketotalk table {
	padding-left: 40px;
}

.maininfo_liketotalk a, a:active, a:visited {
	color: #1d5c90;
	text-decoration: none;
}

.maininfo_liketotalk a:hover {
	color: #7F4280;
	text-decoration: underline;
}

.1by1pixel {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.content_area {
	width:981px;
	padding-bottom:10px;
	background-color: transparent;
	padding-top: 20px;
	margin-bottom: 10px;
	padding-left: 0px;
}

.leftcolumn {
	width: 160px;
	margin-top: 16px;
	float: left;
}
.leftcolumn_contact {
	font-size: 10px;
	clear: both;
	padding: 0px;
	color: #828282;
	margin: 0px;
	display: block;
}
.leftcolumn_contact  p {
	padding-top: 28px;
	padding-bottom: 20px;
}
.leftcolumn_clienttype {
	font-size: 10px;
	clear: both;
	padding: 0px;
	color: #828282;
	margin: 0px;
	display: block;
}
.leftcolumn_clienttype p {
	padding-top: 28px;
	padding-bottom: 0px;
}

.navleftside {
	width: 160px;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #6e8496;
	border-left-color: #CCCCCC;
	float: left;
	clear: both;
	}
	
.listmenu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	width:160px;
}

.listmenu li a {
	color: #885277;
	display: block;
	height: 11px;
	text-decoration: none;
	background-color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-right: 2;
	padding-bottom: 9px;
	padding-left: 13px;
}

.listmenu li a:hover {
	background-color: #836A7C;
	color:#FFFFFF;
} 

#urhere {
	background-color: #DADADA;
	color:#1E5D91;
} 

#contentrightside {
	width: 770px;
	padding-top: 10px;
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 16px;
	letter-spacing: 0.001em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	float: right;
	padding-right: 20px;
}
		
#contentrightside p {
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 0px;
	padding-bottom: 6px;
}
		
#contentrightside a {
	color: #1d5c90;
	text-decoration: none;
}

#contentrightside a:hover {
	color: #7F4280;
	text-decoration: underline;
}

#contentrightside a:visited,a:active {
}

#contentrightside ul {
	list-style-type: square;
	margin-bottom: 8px;
	list-style-position: inside;
	margin-left: 15px;
        }
		
#contentrightside li {
	padding-top: 4px;
	text-indent: -15px;
    }
	
#contentrightside .textwrap_right {
	float: right;
	clear: both;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 18px;
}

#contentrightside .textwrap_left {
	float: left;
	clear: both;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.resources_heading{
	font-size: 14px;
	font-weight: bold;
	color: #5081AC;
	padding-top: 3px;
}


.tabbed_text {
	margin-left: 50px;
}
		

h1, h2, h3 {
	/* margin-top: 1em; */
	margin-bottom: 0.6em;
	font-weight: normal;
}

h4, h5, h6 {
	margin-bottom: 0.5em;
}

h1 {
	font-size: 21px;
	color: #467AA7;
	letter-spacing: 0.05em;
	padding-top: 5px;
	font-weight: normal;
	padding-bottom: 5px;
}

h2 {
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #885277;
	padding-top: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	color: #c97200;
	padding-top: 4px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #5081AC;
	padding-top: 3px;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #885277;
}

h6 {
	font-size: 9px;
	font-weight: normal;
	color: #C97200;
}

/********************/
/*  FOOTER SECTION  */
/********************/


.footer {
	clear:both;
	width:938px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-image: url(../images/page_footer_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 21px;
	height: 75px;
}

.footer p {
	line-height:17px;
	color:#7F4280;
	font-weight:normal;
	font-size:10px;
}

.footer a {
	color:#467AA7;
	text-decoration: none;
}
.footer a:hover {
	text-decoration:underline;
	color:#2A5A8A;
}
.footer a:visited {
	color:#467AA7;
	text-decoration: none;
}


/******************/
/*   Login Box    */
/******************/ 

.login_box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #885277;
	border-left-color: #CCCCCC;
	width: 100%;
	background-color: #FFFFFF;
}
.login_box_content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../images/Decideware_loginbox_bg.gif);
	background-repeat: repeat-x;
	padding: 6px;
}
.login_page_menu {
	width:981px;
	height:32px;
	background-image: url(../images/Decideware_menu_tab_bar_login.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 999;
}
