﻿/* begin affordances */
html {
	scrollbar-face-color: #AA0000;
}

body {
	margin: 10px;
	text-align: center;
	font-family: Verdana, Arial, Serif;
	background-color: #ffffff;
	color: #333333;
	padding: 0;
}

#outer {
	text-align: left;
	border: 0px solid #000000;
	width: 850px;
	margin: auto;
}

#header {
	height: 330px;
	width: 842px;
	background: #ffffff;
	color: #178714;
	border: 0px groove;
	border-color: black;
}

#bodyblock {
	width: 850px;
	height: 500px;
	background: #ffffff;
	color: #333333;
}

#l-column {
	float: left;
	padding: 30px;
	width: 25%;
	height: 100%;
	background: #ffffff;
	color: white;
}

#content {
	float: right;
	width: 75%;
	height: 100%;
	background: #ffffff;
	color: white;
	text-align: left;
	padding: 30px;
}

#footer {
	height: 400px;
	width: 830px;
	background: #ffffff;
	color: #333333;
	border: solid black;
	border-width: 0px 0 0 0;
	margin: 0px;
	padding: 10px;
}

#footer2 {
	width: 850px;
	height: 400px;
	background: #ffffff;
	color: #333333;
	border: #808080;
	border-width: 1px 0 0 0;
	margin: 0;
}

#tableone {
	margin: 0px;
	padding: 0px;
	width: 800px;
	border: 0pt none;
	border-collapse: collapse;
	border-spacing: 0pt;
}

#tableleft {
	margin: 0px 2px 5px 0px;
	padding: 0 8px 0 8px;
	border: 1px solid #336699;
	background-color: #000000;
	vertical-align: top;
	color: white;
	width: 210px;
	height: 100%;
}

#tableright {
	margin: 5px;
	padding: 8px;
	border: 1px solid #336699;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	vertical-align: top;
	width: 610px;
	height: 100%;
}

#tabletwo {
	margin: 0px;
	padding: 0px;
	width: 95%;
	border: 0pt black none;
	background-color: black;
	color: #C0C0C0;
	border-collapse: collapse;
	border-spacing: 0pt;
	border-color: black;
}

#tableportfoliocell {
	margin: 5px;
	padding: 5px;
	border: 1px solid #336699;
	background-color: black;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
	color: #C0C0C0;
	width: 33%;
	height: 100%;
}

#tablelinklogocell {
	margin: 5px;
	padding: 5px;
	border: 1px solid #336699;
	background-color: black;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
	color: #C0C0C0;
	width: 70%;
	height: 100%;
}

#tablelinkcell {
	margin: 5px;
	padding: 5px;
	border: 1px solid #336699;
	background-color: black;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	color: #C0C0C0;
	height: 100%;
}

.txtOldPrice {
	text-decoration: line-through;
	color: red;
	font-size: 13px;
}

dfn {
	font-style: italic;
	color: #336699;
	background: white;
}

em {
	font-style: normal;
	font-weight: bold;
	color: black;
	background: white;
}

strong {
	font-style: italic;
	background: white;
	font-weight: bold;
	color: black;
}

em strong, strong em {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bolder;
	background: white;
	color: red;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

.warning {
	text-transform: none;
	font-style: normal;
	font-weight: bolder;
	background: white;
	color: red;
}

del {
	text-decoration: line-through;
	background: #F66;
}

ins {
	text-decoration: underline;
	background: yellow;
}

var, cite, dfn, .note {
	font-style: italic;
}

address {
	font-style: normal;
	letter-spacing: .1em;
}

acronym {
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot {
	font-family: Verdana, Arial, Serif;
	color: #000000;
}

h1 {
	font-size: 40px;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
}

h2 {
	margin-top: .5em;
	margin-bottom: .33em;
	font-size: 24px;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
}

h3 {
	margin-top: 1.58em;
	margin-bottom: .33em;
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
}

h4 {
	margin-top: .1em;
	margin-bottom: 0em;
	font-size: 15px;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
}

h5 {
	margin-top: 1.17em;
	margin-bottom: .33em;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
}

h6 {
	margin-top: 1em;
	margin-bottom: .33em;
	font-size: 10px;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 13px;
	padding-left: 0px;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
}

p.footertext {
	width: 500px;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}

/*  =p.breadcrumb attributes  */
p.breadcrumbs {
	font-size: .9em;
	font-family: sans-serif;
	border-top: solid #7e7d74 1px;
	border-bottom: solid #7e7d74 1px;
}

p.breadcrumbs a:link {
	color: #000000;
}

p.breadcrumbs a:visited {
	color: #000000;
}

p.breadcrumbs a:hover {
	color: #eb0a3e;
}

.currentpage {
	color: #1e25eb;
	font-weight: bold;
}

span.separator {
	color: #eb11e4;
	font-size: .9em;
}

p.breadcrumbs {
	font-size: .7em;
	font-family: sans-serif;
}

p.breadcrumbs a:link {
}

p.breadcrumbs a:visited {
}

p.breadcrumbs a:hover {
}

.currentpage {
}

span.separator {
	font-size: .9em;
}

/*
ul {
	margin: 3px -20px 3px 20px;
	padding: 0 0 0 0;
	text-align: left;
}

ul li {
	background-image: url(images/bullet.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0 10px 0;
	background-repeat: no-repeat;
	background-position: 0px -20px 0px 0px;
	list-style: none;
	font-size: 12px;
}
  */
  
 ul
{
list-style-type: none;
padding: 0;
margin: 0 0 0 10px;
font-size: 12px;
}

li
{
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 10px;
}
 
hr {
	color: #000000;
}

hr.sidebar {
	color: #fff;
}

#colophon {
	display: none;
}

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: red;
}

a.offsite {
	text-decoration: none;
	font-weight: normal;
	color: #C00;
}

a.menu:link {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a.menu:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a.menu:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a.menu:hover {
	text-decoration: underline;
	color: #b8e176;
}

a.menu.offsite {
	text-decoration: none;
	font-weight: normal;
	color: #C00;
}

a.header:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a.header:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a.header:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a.header:hover {
	text-decoration: none;
	color: red;
}

a.header.offsite {
	text-decoration: none;
	font-weight: normal;
	color: #C00;
}

a.headertag:link {
	text-decoration: underline;
	font-weight: bold;
	background: #FFFF00;
	color: #FF0000;
}

a.headertag:visited {
	text-decoration: underline;
	font-weight: bold;
	background: #FFFF00;
	color: #FF0000;
}

a.headertag:active {
	text-decoration: underline;
	font-weight: bold;
	background: #FFFF00;
	color: #FF0000;
}

a.headertag:hover {
	text-decoration: underline;
	font-weight: bold;
	background: #FFFF00;
	color: #000000;
}

input.red {
	background-color: #cc0000;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

input.pink {
	background-color: #ffcccc;
}

input {
	font-size: 10px;
}

textarea.violet {
	background-color: #ccccff;
}

input.blue {
	background-color: #000000;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

input.textarea {
	background-color: #CCCCFF;
	background-image: url('images/shadeform.gif'); /* used a background image - not necessary though*/;
	border: 1px solid #006666;
	margin: 4px;
}

/* CSS Click Pop-up */
.spiderpic {
	position: relative;
	z-index: 0;
}

.spiderpic:hover {
	background-color: transparent;
	z-index: 50;
}

.spiderpic span {
	/*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -10px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.spiderpic span img {
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.spiderpic:hover span {
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: 20;
	left: -500px;
/*position where enlarged image should offset horizontally */
}

/* end affordances */

