/***************************** links *****************************/

a:link, a:visited {
	color:#0FA2C6;
	font-weight: normal;
	text-decoration:none;
}
a:hover {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
a:active
{
	color:#11b7e1;
	font-weight: normal;
	text-decoration:none;
}

a.homepagelink {
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:7px;
	margin:0;
}

/***************************** body *****************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10pt;
	line-height:140%;
	margin: 0; 			/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#F9F1E6;
}

p, ul, ol, textarea, input, select {
	font-size:10pt;
}

/***************************** banner *****************************/

td#TopBanner {
	background-image:url(olsens_sub_top.jpg);
	background-repeat:no-repeat;	/* horiz, vertical */
	height:190px;
}

/****************************** top horiz menu ***************************/

.hNavLinks ul {
	font-size: 10pt;
	padding:0px;
	margin:0px;
}

.hNavLinks li {
	display: inline;
	float:left;

	width: 128px;
	height:52px;

	vertical-align:top;
	text-align:center;

	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;

	background-image: url(nav_divider.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.hNavLinks li.itemFirst {
	background-image: none;
}

.hNavLinks li.itemSelected {
	background-image: url(olsens_sub_tab2.gif);
	background-position:left top;
	color: #11B7E1;
	font-weight: bold;
	text-decoration:none;
}

.hNavLinks a:link, .hNavLinks a:visited, .hNavLinks a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:40px;
}

.hNavLinks a:hover {
	color: #333333;
}


/**************************** vertical right menu **************************/

.vNavBullets ul {
	font-size:10pt;
	font-weight:bold;
	line-height:120%;
	
	list-style-type:none;

	padding-top: 10px;
	padding-left: 0px;
	margin-left: 10px;
}

.vNavBullets a:link, .vNavBullets a:visited, .vNavBullets a:hover {
	font-weight:bold;
	text-decoration:none;
	color: #666666;
}

.vNavBullets a:hover {
	color: #11B7E1;
}

.vNavBullets li {
	background-image: url(arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 16px;

	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #11B7E1;

	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #11B7E1;

	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 30px;
/*
	margin-left: 0px;
*/
}

.vNavBullets li.itemFirst {
	text-decoration:none;
	font-weight: bold;
	border-top-style: none;
}

.vNavBullets li.itemSelected {
	color: #000000;
}

/****************************** footer horiz menu ***************************/

.footerhNavLinks ul {
	font-size: 10pt;
	padding:0px;
	margin:0px;
	padding-right:22px;
	float:right;
}

.footerhNavLinks li {
	display: inline;
	float:left;

	text-transform:lowercase;
	vertical-align:middle;
	padding: 0px 7px 0px 7px;
	border-left:1px solid #11b7e1;
}

.footerhNavLinks li.itemFirst {
	border-left:none;
}

.footerhNavLinks li.itemSelected {								/* menu item selected */
	color: #000000;
	text-decoration:none;
}

.footerhNavLinks a:link, .footerhNavLinks a:visited, .footerhNavLinks a:hover {
	color: #11b7e1;
	font-weight:normal;
	text-decoration:none;
}

.footerhNavLinks a:hover {
	text-decoration:underline;
}

/******************************** headings ****************************/

h1#SectionLink, h1#SectionLink a {
	margin:0px;
	padding:0px;
	font-size:12pt;
	font-weight:bold;
	color: #11b7e1;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

h1 {
	font-size:12pt;
	font-weight:bold;
}

h2 {
	font-size:12pt;
}

h3 {
	font-size:11pt;
}

h4 {
	font-size:10pt;
}

h5 {
	font-size:9pt;
}

h6 {
	font-size:8pt;
}

/***************************** footer *****************************/

a#Backtotop {
	font-size:8.5pt;
	color:#598BC0;
	text-decoration:none;
	background-image: url(top.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

.footer {
	background-image: url(olsens_sub_footer.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
