/* CSS Document */

/*Resets all padding and margins for all browsers*/
/* * {
   padding:0;
   margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 0.5em;
	text-align: left;
}
#intro {
	margin-left: 21px;
	margin-top: 15px;
	float: left;
	width: 345px;
	margin-right: 20px;
	display: inline;
	background-image: url(../images/Welcome.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}
#intro h1 {
	color: #333333;
}

#menu {
	float: right;
	margin-top: 15px;
	background-image: url(../images/index_products.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	width: 380px;
}

p.note {
	font-size: 11px;
	color: #666666;
}

a.note {
	font-size: 11px;
	text-align: right;
	display: block;
}

#container {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: none;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px 0px 13px;
	vertical-align: top;
}
span.empathsis{
	color: #B34040;

}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 11px;
	color: #0066CC;
}

a {
	text-decoration: underline;
	color: #983638;
}
a:hover {
	color: #C21B1F;
	text-decoration: none;
}
ul {
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-position: outside;
	padding-left: 25px;
	font-size: 11px;
	list-style-image: url(../images/bulletArrow.gif);
	color: #666666;
	margin-top: 0px;
}
li {
	margin-bottom: 5px;
}

#content {
	text-align: left;
	position: relative;
}*/
/*------------------footer info---------------------------*/
#footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#footer p {
	font-size: 9px;
	text-align: right;
	color: #CCCCCC;
	margin-top: 10px;
}
#footer a {
	color: #999999;
}
/*------------------Content areas---------------------------*/
/*
#content h1 {
	color: #B34040;
}
#bodyTxt {
	float: left;
	width: 336px;
	margin-right: 25px;
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 20px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	  width:314px;
}

html>body #bodyTxt {
  width:314px;
} 
* html #bodyTxt { 
	margin-right: 22px; 
}
#pageimage {
	width: 239px;
	float: left;
	display: inline;
}
#pageimage h1 {
	color: #999999;
	margin-top: 3px;
}

#col3 {
	width: 239px;
	float: left;
	display: inline;
	
}
#col3 ul {
	margin-top: 10px;
}
#col2 {
	float: left;
	display: inline;
	margin-bottom: 20px;
	margin-left: 26px;
	width: 599px;
}
#table {
margin-bottom: 20px;
}
#table td {
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	vertical-align: top;
}
#table td.title {
	font-size: 12px;
	color: #4976A3;
	border-top-width: 2px;
	border-top-color: #999999;
}
#table td.itemtitle {
	color: #004185;
	border-top-color: #cccccc;

}
#table td.itemsubtitle {
	color: #4576A7;
	border-top-style: dotted;
	border-top-color: #F0F0F0;
	padding-left: 10px;
}

#table td.itemvalue {
	color: #999999;
	border-top-color: #cccccc;

}
#table td.itemsubvalue{
	color: #999999;
	border-top-style: dotted;
	border-top-color: #E9E9E9;

}
#quicklinks {
	float: left;
	width: 173px;
	background-image: url(../images/quickLink_title.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	background-color: #F4F8FD;
	display: inline;
}
#quicklinks ul {
	margin-top: 30px;
	border: none;
	margin-bottom: 0px;
}
#quicklinks li {
	margin: 0;
	border-bottom: 1px solid #cccccc;
}
#quicklinks li#last {
	margin: 0;
	border-bottom: none;
}
#quicklinks li a {
	display: block;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
	width: 100%;
	margin-right: -5px;
}
html> body #quicklinks li a {
	width:auto;
	padding: 5px;
	margin-right: 0;
}
#quicklinks a:hover {
	background-color: #BBD3F2;
	color: #FFFFFF;
}
.note {
	font-size: 9px;
	color: #999999;
}
.note a {
	color: #999999;
}
.note a:hover {
	color: #666666;
}

br {
	clear: both;
}*/
