@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	}
	
body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#EBF1FC;
	color:#000033;
	}
	
html {
	height:100%;
	}
	
/* general text formatting */
/* define links */

/* define link elements */

a, a:active, a:link, a:visited { 
	color:#000033;
	font-weight: bold;
	font-style:italic;
	text-decoration:none;
	outline-style:none;
	}

			
a:hover { 
	color:#CD7F32;
	font-weight:bold;
	font-style:italic;
	}
	
a img	{
	border:none;
	}

/* define lists */
	
ol, ol ol {
	line-height:150%;
	text-align:left;
	padding-left:3%;
	padding-bottom:3%;
	}
	
ul, ul ul {
	text-align:left;
	padding-left:3%;
	padding-bottom:3%;
	}
	
li, li li {
	font-size:1em;
	line-height:150%;
	padding-bottom:3%;
	}
	
/* define content */

h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	line-height:175%;
	}
		
h3, h4, p, ul, ol {
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	}
	
h1 {
	font-size:1.5em;
	text-align:left;
	}
	
h2 {
	font-size:1.3em;
	text-align:left;
	}
	
h3 {
	font-size:1.1em;
	text-align:left;
	line-height:300%
	}
	
h4 {
	font-size:1em;
	text-align:left;
	font-weight:bold;
	line-height:150%;
	padding-bottom:10px;
	}
	
h5 {
	font-size:.9em;
	text-align:left;
	font-weight:bold;
	line-height:150%;
	padding-bottom:10px;
	}
	
p {
	font-size:1em;
	padding-bottom:15px;
	line-height:150%;
	}
	
p.center {
	text-align:center;
	}
	
p.italics {
	font-size:1em;
	padding-bottom:15px;
	line-height:150%;
	font-style:italic;
	}
	
p.small	{
	font-size:.7em;
	padding-bottom:15px;
	line-height:150%;
	}
	
	
p.red {
	color:#CC0000;
	text-align:center;
	}
	
p.copyright {
	font-size:.9em;
	font-style:italic;
	}
	
/* highlight text in red */
	
span.highlight {
	color:#CC0000;
	}
	
/* page structure, specific ids and classes */

#wrap {
	position:relative;
	min-height:100%;
	width:100%;
	margin:0;
	background-image:url(newsletter_images/background_hdr.png);
	background-repeat:repeat-x;
	}
	
#container{
	position:relative;
	max-height:100%;
	width:90%;
	margin:0;
	}
	
/* header elements */

#header {
	width:100%;
	margin:0;
	margin-left:5%;
	padding-top:5%;
	}
	
#header img	{
	padding-left:1%;
	}
	
#header div.headerbox {
	position:absolute;
	font-size:.8em;
	width:100%;
	top:10px;
	left:1%;
	text-align:left;
	overflow:hidden;
	}
	
#header div.headerbox p {
	font-size:.80em;
	padding:0;
	color:#EBF1FC;
	}
	
#header a	{
	color:#EBF1FC;
	}

		
/* define content elements */

#content {
	position:relative;
	width:60%;
	min-height:100%;
	margin:3% 0 4% 0;
	padding-left:3%;
	float:right;
	border-left:3px double #CD7F32;
	}
	
.quote	{
	padding-left:5%;
	font-style:italic;
	}
	
/* content lists */

#content ul {
	text-align:left;
	padding-left:4%;
	padding-bottom:1%;
	}
	
#content li {
	font-size:1em;
	line-height:150%;
	padding-bottom:1%;
	}
		
/* sidebar elements */
		
.sidebar {
	position:relative;
	float:left;
	width:25%;
	margin:5% 0 0 6%;
	padding-bottom:3%;
	display:block;
	}
		
.sidebar div.sidebarsub {
	text-align:center;
	}
		
.sidebar div.sidebarsub h1 {
	font-size:1.1em;
	font-weight:700;
	text-align:left;
	padding-bottom:15px;
	color:#000033;
	}
	
.sidebar div.sidebarsub h2 {
	font-size:1em;
	font-weight:700;
	text-align:center;
	padding-bottom:8px;
	color:#000033;
	}
	
.sidebar div.sidebarsub p {
	font-size:1em;
	text-align:left;
	}
	
.sidebar div.sidebarsub p.smaller {
	font-size:.85em;
	}
	
.sidebar div.sidebarsub p.center {
	text-align:center;
	}
	
.sidebar div.sidebarsub p.red {
	text-align:center;
	font-weight:bold;
	color:#CC0000;
	}
	
.sidebar div.sidebarsub ul, div.sidebarsub li {
	margin-left:5%;
	text-align:left;
	line-height:175%;
	}
	
.sidebar div.sidebarsub ul {
	padding-bottom:15px;
	}
	
.sidebar div.sidebartest {
	margin:1% 1% 10% 1%;
	text-align:center;
	padding:10px;
	border:3px double #000033;
	}
	
.sidebar div.sidebartest p {
	font-size:1em;
	text-align:left;
	}
	
		
/* define sidebar links */

.sidebar a.sidebaritem, .sidebar a.sidebaritem:link, .sidebar a.sidebaritem:active, .sidebar a.sidebaritem:visited	{ 
	color:#CC0000;
	line-height:175%;
	text-align:center;
	text-decoration:none;
	}
	
.sidebar a.sidebaritem:hover {
	color:#CD7F32;
	text-align:center;
	}
	
.sidebar img {
	padding:10% 0;
	}
	
.sidebar img.pdf_icon {
	padding:10% 2% 0 0;
	}
		
/* footer elements */

#footer {
	position:relative;
	bottom:0;
	width:100%;
	height:130px;
	margin:0;
	background-image:url(newsletter_images/background_footer.png);
	background-repeat:repeat-x;
	}
	
#footer p.normalfoot, #footer p.italicsfoot {
	width:100%;
	font-weight:500;
	text-align:center;
	line-height:175%;
	color:#000033;
	padding:0;
	 }
	 
#footer p.normalfoot {
	font-size:.8em;
	}
	 
#footer p.italicsfoot {
	font-size:.8em;
	font-style:italic;
	}
	
#footer div.footerbox {
	width:100%;
	margin:0;
	text-align:center;
	}
	
/* various elements */

img.product {
	padding:3%;
	}
	
img.photo {
	padding:10px;
	float:left;
	}	
		
/* define tween (between) lines */

hr.tween {
	width:90%;
	height:2px;
	margin:10px auto 10px auto;
	color:#CD7F32;
	border:0;
	background-color:#CD7F32;
	text-align:center;
	}
	
/* cleaner - clears floats */

.cleaner {
	clear:both;
	height:1px;
	margin:0;
	border:none;
	padding:0;
	background:transparent;
	}
