﻿body,
html
{
	font-family: Arial, Sans-Serif;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

body
{
	background: url(images/bg-stripe1.jpg) left top repeat;
}

h1
{
	color: #0065A4;
	font-weight: normal;
	display: inline;
	font-size: 1.6em;
}

p
{
	line-height: 1.5em;
}

a
{
	color: #0065A4;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

#maincontainer 
{
	width: 1040px;
	height: auto;
	padding: 0 0 0 0;
	margin: auto;
}

/* HEADER */
#header
{
	background: url(images/header-bg-stripe.jpg) left bottom repeat;
	height: 192px;
	padding: 0;
	position: relative;
}

#logocontainer
{
	/*height: 160px;*/
	margin: 0;
	padding: 40px 0 0 40px;
	/*width: 301px;*/
}

#logo
{
	margin: 0;
	padding: 0;
}

#logo img
{
	height: 120px;
}


#strapcontainer
{	
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	left: 440px;
	position: absolute;
	top: 142px;
	color: #404041;
}

/* FOOTER */
#footer
{
	display: block;
	overflow: auto;
	padding: 20px 0 20px 0;
	width: 100%;
}

#footer-stripe
{
	background: url(images/footer-stripe.jpg) left bottom repeat-x;
	display: block;
	height: 50px;
}

#policy
{
	color: #0065A4;
	margin: 20px 20px 0 20px;
}

/* CONTENT */

#maincontainer
{
	background: white;
}

#content
{
	
}

#breadcrumbs
{
	list-style: none;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	padding: 0;
	margin: 0;
	
}

#breadcrumbs li
{
	font-size: 1.1em;
	float: left;
	padding: 10px 5px 6px 17px;
}

#breadcrumbs li a
{
	color: #000000;
}

#contentheader
{
	padding-top: 20px;
}

.colhead,
.subhead
{
 	
}

.colhead
{ 	
	height: 50px;
}

.subhead
{
	height: 40px;
}

.underline-stripe
{
 	background: url(images/stripe-divider.jpg) left bottom repeat-x;
}

#leftcol
{
	display: block;
	float: left;
	margin: 0 0 0 20px;
	width: 420px;
	height: 100%;
}

#contenttable
{
	margin: 0px 20px 0px 20px;
}

.lefttablecol
{
	display: block;
	float: left;
	margin: 10px 0 10px 0px;
	width: 420px;
	/*border: solid 1px black;*/
}

.leftcellbottom
{
	margin: 0 15px 0 15px;
	padding: 10px 0 10px 0;
}

#rightcol
{
	float: right;
	margin: 10px 20px 10px 0;
	width: 580px;
}

#rightcolhead
{
	float: left;
	margin: 6px 0 6px 0;
}

.left
{
	margin: 0 15px 0 15px;
}

.right
{
	font-size: 0.9em;
}

.bottom
{
	/*margin-top: 330px;*/
}

.indent
{
	margin-left: 35px;
}

.cell
{
	padding: 10px 0 10px 0;
	display: block;
}

.hyphenlist
{
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0;
	position: relative; /* ie6 hack to force li background images to display */
}

.hyphenlist li
{
	background:url(images/hyphenlist-marker.gif) left 2px no-repeat;
	padding:0px 0 0px 32px;
	line-height:1.5em;
}

#prodfeedcontainer
{
	width: 340px;
	display: block;
	position: relative;
}

#prodfeed
{
	list-style: none;
	list-style-image: url(images/bullet.png);
	margin: 0;
	padding: 10px 0 30px 25px;
}

#prodfeed li
{
	background: url(images/thin-stripe-divider.png) left bottom repeat-x;
	width: 280px;
	line-height:1.8em;
	margin: 0;
	padding: 0 0 0 10px;;
	
}

#prodfeed li a
{
	text-decoration: none;
	float: right;
}

#prodfeed li a:hover
{
	text-decoration: underline;
}
