html
{
	font-size:large;
	background-image:url(/images/page_background.png);
}

body
{
	font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",helvetica,verdana,arial,sans-serif;
	color: #464646;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3em;
	font-size-adjust:none;
	font-stretch:normal;
    font-size: 14px; 
	-x-system-font:none;
}

.top {
  background-image: url(/images/wide_top.png);
  display: block;
  height: 29px;
}

.middle {
  background-image: url(/images/wide_middle.png);
  background-repeat: repeat-y;
}

.bottom {
  background-image: url(/images/wide_bottom.png);
  display: block;
  height: 29px;
}

body #doc
{
	margin-left: auto;
	margin-right: auto;
}

body #doc #hd,body #doc #bd,body #doc #ft
{
	background-repeat:no-repeat;
	width:800px;
}

body #doc #ft
{
	margin-bottom: 30px;
}

body #doc #hd
{
	background-image:url(/images/header_background.png);
	height:184px;
	font-size:10pt;
	padding-top:20px;
	padding-bottom:0;
	margin-bottom:0;
	position:relative;
}

body #doc #bd #main div
{

}

body #doc #bd #main strong
{
	color: #0060B1;
}

body #doc #bd #main .header_image
{
	margin:auto;
}

body #doc #bd #main p
{
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}


body #doc #bd #main p img
{
	margin: none;
	padding-right: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body #doc #bd #main .middle h2
{
	color: #fff;
	background-color: #ccc;
	padding: 5px;
	margin: 20px;
	margin-bottom: 5px;
}

body #doc #bd #main .middle h3
{
	color: #fff;
	background-color: #ccc;
	padding: 5px;
	margin: 20px;
	margin-bottom: 5px;
}

body #doc #bd #main .middle h4
{
	color: red;
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
}

body #doc #bd #main .middle ul
{
	text-indent: 15px;
	padding: 6px;
	margin-left: 30px;
}

body #doc #bd #main .middle ul li 
{
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
}

body #doc #bd #main .middle .vendor_list
{
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	width: 40%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

body #doc #bd #main .middle .vendor_list ul
{
	margin-left: -30px;
	padding-left: 20px;
}

body #doc #bd #main .middle .vendor_list ul li
{
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

body #doc #bd #main .middle .vendor_list ul li a
{
	margin-left: -15px;
	text-decoration: none;
	text-transform: uppercase;
}

body #doc #bd #main .middle .vendor_list ul li p
{
	padding-bottom: 5px;
}

body #doc #bd #main .middle .one
{
	margin-right: 30px;
	float: right;
	display: block;
}

body #doc #bd #main .middle .two
{
	margin-left: 35px;
	display: block;
}

.horizontal_line
{
	width: 100%;
	border-bottom: 1px solid #EEE;
	display: block;
	padding-top: 15px;
}

.rep_profile
{
	display: block;
	padding-bottom: 30px;
	min-height: 150px;
}

.rep_profile img
{
	float: left;
	margin-left: 60px;
	display: block;
}

.rep_profile p
{
	padding-top: 15px;
	padding-left: 250px;
}

#toolbar_horizontal ul
{
	position:absolute;
	top:144px;
	left:20px;
	width:760px;
}

#toolbar_horizontal a
{
	font-weight:700;
	font-size:0.9em;
	text-decoration:none;
	height:35px;
	line-height:35px;
	float:left;
	position:relative;
	padding:0 7px;
	border-right:1px solid #ddd;	
}

#toolbar_horizontal ul li a:hover,#toolbar_horizontal ul li a:active
{
	text-decoration:none;
	border-top-width:medium;
	border-bottom-width:medium;
	border-left-width-value:medium;
	border-left-width-ltr-source:physical;
	border-left-width-rtl-source:physical;
	border-top-style:none;
	border-bottom-style:none;
	border-left-style-value:none;
	border-left-style-ltr-source:physical;
	border-left-style-rtl-source:physical;
	border-top-color:#-moz-use-text-color;
	border-bottom-color:#-moz-use-text-color;
	border-left-color-value:0;
	border-left-color-ltr-source:physical;
	border-left-color-rtl-source:physical;
	border-right-width-value:1px;
	border-right-style-value:solid;
	border-right-color-value:silver;
	border-right-width-ltr-source:physical;
	border-right-width-rtl-source:physical;
	border-right-style-ltr-source:physical;
	border-right-style-rtl-source:physical;
	border-right-color-ltr-source:physical;
	border-right-color-rtl-source:physical;
	color:#17baf6;
}

#toolbar_horizontal ul li.normal a:hover,#toolbar_horizontal ul li.normal a:active
{
	color:#17baf6;
}

#main strong,#main ol li em
{
	font-weight:700;
}

a:link,a:visited,code,#toolbar_horizontal ul li.normal a:link,#toolbar_horizontal ul li.normal a:visited
{
	color:#007bbb;
}