/* CSS Document */


/*--News Item--*/
#news{
	float: left;
	width: 100px;
	font: normal 12px Verdana, San Serif, Tahoma, Arial;
	/*background: url(../images/bgr.png);*/
}

#news_inner {
	margin: 0px;
  	border: 1px solid #cccccc;
	padding: 0px;
  	height: 150px !important;
  	overflow: hidden;
  	float: left;
}
#news li {
	list-style: none;
	list-style-image: url(../images/arrow.png) ;
	list-style-type: circle;
	line-height: 1.5em;
	padding-left: -1em;
	padding-top: 0px;
	text-indent: -1em;
}

#news li a{
	color: #000000; 
	text-decoration: none;
	line-height: 1em;
	font: normal 12px Verdana, San Serif, Tahoma, Arial;
}

#news li a:hover{
	color: #ff6600; 
	text-decoration: underline;
}

/*--End News Item--*/

/*--left menu bar--*/
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	color: white;
	font-weight: bold;
	background-image: url(../images/navybutton.gif);
	background-repeat: no-repeat;
	width: 95%;
	height: 25px;
	text-indent: 15px;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
	margin-bottom: 1px;
}
a.mainlevel:hover {
	color: #333333;
	text-decoration: underline;
}

/*--End left menu bar--*/

/*--Vertical menu bar--*/
#tabbuttons {
	padding: 0px 0px;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0px;
	font: bold 12px Verdana, Tahoma, Arial;
}
#tabbuttons li{
	list-style: none;
	display: inline;
	margin: 0px;
}

#tabbuttons li a{
	/*color: #990000;  red */
	color: #003366;
	text-decoration: none;
	padding: 10px; 0.5em;
	border: 1px solid #778;
	margin-left: 5px;
}

#tabbuttons li a:link, a:visited{
	/*color: #990000;  red */
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

#tabbuttons li a:hover{
	color: #ff6600; 
	background: white;
	text-decoration: underline;
	/*padding: 15px;
	margin-left: 5px;
	border: 1px dotted #778;
	background: #D7DFE7 url(../images/silver_background.jpg);*/
}

/*--Vertical menu bar--*/

/*--Globals--*/
.inputbox {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #343A58;
  background: #FFFFFF;
  border: 1px solid;
}

.button {
  color: #343A58;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  margin-top: 4px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  background: #f5f5f5;
  border: 1px solid #000066;
  height: 20px;
  cursor: pointer;
}

.box_beige{
	width:100%
	background-color: beige;
	border: 1px dotted gray;
	padding: 10px;
}

.box {
	width: 80%;
	background-color: white;
	border: 1px dotted gray;
	padding: 30px;
}

.dotted_product_summary {
	float: left;
	width: 750px;
	padding: 15px;
	border: 1px dashed #B7CBF0;
	background-color: #ECF7FF;
	bordercolor: #111111;
}

a:link, a:visited {
	color: #003366; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff6600;	text-decoration: underline;
	font-weight: bold;
}

.table_lpadded{
	margin-left: 15px;
}

.componentheading {
  font-family: Verdana, Helvetica, sans-serif, Arial;
  font-size: 16px;
  font-weight: bold;
  color: #003366;  /*orange  #EB6552;*/
  text-align: left;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	background: url(../images/contenthead.png) top left repeat-x;
	/*color: #EB6552; orange*/
	color:	#003366; /*blue*/
	text-indent: 15px;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	font: bold 14px Verdana, San Serif, Tahoma, Arial;
}

.contentheading a:link, a:visited{
	color: #003366; text-decoration: none;
	font-weight: bold;
}

.contentheading a:hover{
	color: #EB6552; text-decoration: underline;
	font-weight: bold;
}

/*-- Category Content Table ---*/
.sectiontableheader {
  background-color : #ACCAEA;
  color            : #333333;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F3F8FC;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: 3em;
  background-image:  url(../../../images/stories/contact/outlookmail.gif);
  background-repeat: no-repeat;
  background-position: 1% center;
}

.sectiontableentry2 {
  background-color : #E1EEFD;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: 3em;
  background-image:  url(../../../images/stories/contact/outlookmail.gif);
  background-repeat: no-repeat;
  background-position: 1% center;
}
/* -- End Category Content Table --*/

body{
	/*color: #47659B;*/
	color: #000000;
	font: 12px Verdana, San Serif, Tahoma, Arial;
}

td,tr,p,div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
 }
 
 li{
	list-style: none;
	list-style-image: url(../images/arrow.png) ;
	list-style-type: circle;
	line-height: 1.5em;
	padding-left: -1em;
	padding-bottom: 1em;
	text-indent: 0em;
}

/*--End Globals--*/