/* CSS Document */


/***********************************************/
/* Main Area Style                             */
/***********************************************/ 

#main {
  background: #FFFFFF;
  margin: 0px auto;
  width: 978px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-color: #666666;
  border-left-color: #666666;
}



/************** #content styles **************/

#content {
  float: left;
  width: 570px;
  margin-right: 7px;
  padding-top: 7px;
}
#bcontent {
  float: left;
  width: 978px;
  clear: both;
}


/************** #headlines styles **************/

#headlines {
  float: right;
  width: 189px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
#headlines ul {
  list-style: none;
}

#headlines li {
  padding-bottom: 10px;
}


#headlines  p {
	padding: 5px 0px 5px 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*********** #navBar link styles ***********/

#navBar{
  margin: 0px 5px 0px 0px;
  padding: 7px 0px 0px;
  width: 197px;
  float: left;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
#navBar li {border-bottom: none;}


/*********** #topics styles *****************/
#topics{
  margin: 0px auto;
  padding:0px;
  width: 180px;
  color: #FFFFFF;
}
#topics h4 {
  font-size: 110%;
  color: #FFFFFF;
}

#topics ul {
  background: url(/img/tbb.gif) repeat-y 0px 100%;
  padding: 0px 10px 15px;
}
#topics a  {
  font-weight: bold;
  padding-bottom: 4px;
}
#topics a:link ,
#topics a:visited  {
  color: #ffd200;
  text-decoration: underline;
}
#topics a:hover {
  color:#dd0000;
  text-decoration: none;
}
#topics a:active {
  color:#dd0000;
  text-decoration: none;
  position: relative;
  left: 1px;
  top: 1px;
}
#topics #Topics-head {
  background: url(/img/tbt.gif) no-repeat 0px 0px;
  height: 12px;
  width: 180px;
}
#topics h1 {
  font-size: 1px;
  line-height: 1px;
  text-indent: -99999em;
}
#topics  h4 {
  display: block;
  padding-top: 8px;
  font-weight: bold;
}



#topics li {
  padding-top: 5px;
  padding-bottom: 10px;
}
#topics .tline {
  background: url(/img/tbl.gif) repeat-x 0px 0px;
  padding: 12px 0px;
}

#server   #topics .tline,
#website  #topics .tline,
#program  #topics .tline,
#solution #topics .tline,
#support  #topics .tline
{
  background: url(/img/tbl.gif) repeat-x 0px 0px;
  padding: 2px 0px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
  background: url(/img/tbs.gif) repeat-y 0px 100%;
  padding: 0px 10px 5px;
}

/*********** #customer styles *****************/
#customer{
  margin: 0px auto;
  padding:0px;
  width: 180px;
  color: #FFFFFF;
}
#customer  ul {
  background: url(/img/hbb.gif) repeat-y 0px 100%;
  padding: 0px 10px 15px;
}

#customer a {
  margin-bottom: 5px;
  font-size: 110%;
  font-weight: bold;
}

#customer a:link, 
#customer a:visited {
  color: #FFCC00;
  text-decoration: underline;
}

#customer a:hover {
  color:#dddddd;
  text-decoration: none;
}

#customer a:active {
  color:#dddddd;
  text-decoration: none;
  position: relative;
  left: 1px;
  top: 1px;
}

#customer #customer-head {
  background: url(/img/hbt.gif) no-repeat 0px 0px;
  height: 12px;
  width: 180px;
}
#customer h1 {
  font-size: 1px;
  line-height: 1px;
  text-indent: -99999em;
}
#customer  li {
  background: url(/img/hbl.gif) repeat-x 0px 0px;
  clear: both;
  padding-top: 5px;
}
#customer img {
  width: 54px;
  background: #FFFFFF;
  border: 1px solid #999999;
  height: 54px;
  padding: 2px;
  margin-right: 5px;
  vertical-align: top;
  display: block;
  float: left;
  margin-bottom: 5px;
}
#customer     .txt {
  float: left;
  font-size: 85%;
  width: 90px;
  margin-bottom: 5px;
}


/************* #siteInfo styles ***************/

#siteInfo{
  clear: both;
  border-top: 1px solid #cccccc;
  font-size: 75%;
  color: #cccccc;
  background-color:#555555;
  padding: 5px 10px 10px;
  margin: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#siteInfo a{
	color: #ffffff;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.command {
  padding: 5px;
  width: 95%;
  border: 1px solid #666666;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #FFFFFF;
  background: #000000;
}
#news dl {
  line-height: 1.8;
}

#news dt {
	float: left;
  	width: 7em;
  	font-weight: bold;
}
#news dd {
  margin-left: 7em;
}
