/* global rules */
/* #6B7A85; /* gray */
/* #F5CD41; /* gold (or #F8D669) */
/* #662D91; /* purple */
/* #0A1117; /* charcoal */
/* #2C2B6D; /* dk blue */
/* #49799A; /* teal */

body {
	background: #fff;
	color: #000;
	font-size: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 100%;
}

a:link {
	background: transparent;
	color: #49799A; /* teal */
}
a:visited {
	background: transparent;
	color: #49799A; /* teal */
}
a:hover,
a:focus,
a:active {
	background: transparent;
	color: #000;
}
/* must be specific for IE */
a img {
	border-color: #49799A; /* teal */
}
a:hover img,
a:focus img,
a:active img {
	border-color: #000;
}


img {
	vertical-align: middle;
}


.footer {
	clear: both;
	padding-top: 1em;
	padding-bottom: 1px; /* avoid margin collapse */
	font-size: 80%;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.8em;
}
.footer li {
	display: inline;
	margin: 0;
	padding: 0;
}
.footer li a {
	padding-right:.5em;
	margin-right: .2em;
	vertical-align: middle;
	white-space: nowrap; /* don't split link text across lines */
	line-height: 1em;
	border-right: 1px solid #000;
}
.footer li.last a {
	border-width: 0;
	padding-right: 0;
}

/* miscellaneous rules */
.header .tag {
	position: absolute; /* relative to .header */
	bottom: 5px;
	right: 10px;
	text-align: center;
	width: 250px;
	height: 110px;
/*	background: #ccc; /* for testing */
}

table.photo {
	width: 100%;
}
table.photo td {
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
}
table.photo td.pic {
	width: 100px; /* will stretch as needed */
}
table.photo .caption {
	background: #fff;
	color: #2C2B6D; /* dk blue */
	font-size: 85%;
	padding-left: 10px;
}
table.photo .title {
	text-transform: uppercase;
	background: #fff;
	color: #000;
	display: block;
	font-weight: bold;
}
div.photo {
	float: left; /* width will shrink-wrap to content */
	padding: 5px 3px;
	text-align: center;
}
div.photo img {
	display: block;
}
div.photo a {
	text-decoration: none; /* don't underline photo */
}
div.photo a span {
	text-decoration: underline; /* underline caption */
}
div.photo .caption {
	background: #fff;
	font-size: 75%;
}


.small9 {
	font-size: 9px;
}

.standard10 {
	font-size: 10px;
}

.medium12 {
	font-size: 12px;
}

.large14 {
	font-size: 14px;
}

.large24 {
	font-size: 24px;
}

.state {	color: #103990; /* style for U.S. state names on distributor lists */
	font-weight: bold;
}

/* clear floats to stretch column lengths */
.content:after,
.inner:after,
.midsection:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* zoom stretches float containers and generally aids styling in WinIE. */
.wrapper,
.header,
.content,
.inner,
.midsection {
	zoom: 1;
	position: relative;
}
/* end float clearing */


/* Used in conjunction with mailer script */
	.nojunkplease {
	visibility: hidden;
	}
/* END Used in conjunction with mailer script */     
     

/* end global rules */


/* screen only rules */
@media screen, projection {
html, body {
	margin: 0;
	padding: 0;
	background: #969caa; /* current matte color */
	color: #000;
}

.wrapper {
	width: 800px;
	margin: auto;
	background: #fff url(images/masthead_bg-inner.png) 0 0 no-repeat;
	color: #000;
}

.header {
	width: 100%;
	padding: 1px 0; /* avoid margin collapse */
	height: 236px;
}
.header h1 {
	margin: 0;
}

.midsection {
	background: #fff url(images/column_BG-inner.gif) 0 0 repeat-y;
	color: #000;
	width: 100%;
}
.inner {
	background-image: url(images/navbar_gradient.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.content {
	width: 544px;
	float: right;
	overflow: hidden;
	background: #fff;
	color: #000;
	padding: 1px 25px 1em 25px;
}
.content h2 {
	background: #fff;
	color: #2C2B6D; /* dk blue */
}

.menubar {
	width: 204px;
	float: left;
}

.footer {
	background: #F5CD41; /* gold */
	color: #000;
	padding-left: 1em;
}


/* miscellaneous rules */
form.subscribe div {
	padding: 1em 8px;  /* align with navigation */
	background: transparent;
	color: #fff;
}
form.subscribe input {
	vertical-align: middle;
}
form.subscribe input[type="text"] {
	width: 145px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	margin-right: 3px;
}


} /* end screen only rules */




/* print only rules */
@media print {
.menubar,
.footer ul,
.skiplinks {
	display: none;
}

.footer {
	border-top: 1px solid #000;
}
} /* end print only rules */
