/* CSS Document */

body, html {
	background:url('../images/header-bg-chart.jpg');
	background-repeat:repeat-x;
/*	background:url('images/header-bg.png');
	background-repeat:repeat-x;*/
	color:#5a5a5a;
	font-family:Arial,Helvetica,sans-serif;
	font-size:76%;
	font-size-adjust:none;
	font-stretch:normal;
	line-height:1.6em;
	margin:0;
	padding:0;
}

img {
  border:0px;
}

.search-button {
width:57px;
height:23px;
background:url('../images/search-button.gif');
background-repeat:no-repeat;
border:none;
}

.page-bg-l {
}

.page-bg-r {
}

.header-bg {
width:512px;
height:100px;
}

.footer-bg {
height:39px;
background:url('../images/footer-bg.gif');
background-repeat:repeat-x;
background-position:top;
padding-top:24px;
padding-bottom:25px;
padding-left:24px;
}

.footer-bg-l {
width:16px;
height:88px;
background:url('../images/footer-bg-l.gif');
background-repeat:no-repeat;
background-position:top;
}

.footer-bg-r {
width:16px;
height:88px;
background:url('../images/footer-bg-r.gif');
background-repeat:no-repeat;
background-position:left top;
}

.left-column {
height:auto;
width:199px;
padding-top:22px;
padding-bottom:22px;
padding-left:25px;
padding-right:23px;
font-size:12px;
}

.center-container {
height:auto;
width:636px;
padding-top:22px;
padding-bottom:22px;
padding-left:16px;
padding-right:42px;
}

h2 {
font-size:12px;
font-weight:bold;
margin:0;
padding:0;
} 

hr {
height:1px;
background:#ACA899;
border:0;
padding:0;
margin-top:3px;
margin-bottom:3px;
}


.modulebg{
width:192px;
height:95px;
border:1px solid #DBDBDB;
background:url('../images/module-bg.gif') bottom left repeat-x;	
padding:4px;
}
.modulebg1{
width:178px;
height:85px;
background:url('../images/tech-alert.gif') top left no-repeat;
padding:10px 0 0 13px;	
}
.modulebg2{
width:178px;
height:85px;
background:url('../images/technopoll.gif') top left no-repeat;
padding:10px 0 0 13px;		
}
.modulebg3{
width:178px;
height:85px;
background:url('../images/be-member.gif') top left no-repeat;
padding:10px 0 0 13px;		
}
.module-head{
font-size:18px;
color:#365F8D;
margin-bottom:4px;
letter-spacing:-1px;

}
.moduletext{
color:#365F8D;
}
a.moduletext:link, a.moduletext:visited, a.moduletext:active{
text-decoration:underline;
}
a.moduletext:hover{
text-decoration:none;
}



/*----------primary links---located in header----------*/
#menu
{
	color:#fff;
	font-size:1.4em;
	font-weight:normal;
	height:24px;
	line-height:1.3em;
	letter-spacing:1px;
	margin: 0;
	padding:0;
	white-space:nowrap;
}

#menu ul
{
	/*float:right;*/
	list-style:none outside none;
	list-style-image:none;
	margin:0;
	padding:0;
}

#menu li
{
	background-image: none;
	display:inline;
	margin:0;
	padding: 0 0 0px;
}

#menu li a
{
	border:medium none;
	color:#ccc;
	font-weight:normal;
	padding:2px 5px;
	text-decoration:none;
}

#menu li a:hover, #menu li a.active 
{
	background:#30487F none repeat;
	border:medium none;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	color:#fff;
	padding-left:4px;
	padding-right:4px;
}
