body
	{
	behavior:url("csshover.htc");
	font-family:times;
	margin:0px;
	background-color:#f7efbe;
	color:#333;
	}

#backgroundholder
	{
	padding-top:60px;
	width:100%;
	height:1024px;
	background-image:url(graphics/paper4.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	}

#maincontainer
	{
	position:relative;
	top:0px;
	left:0px;
	width:920px;
	height:auto;
	margin:0 auto;
	background-color:transparent;
	}

#logocontainer
	{
	position:absolute;
	z-index:2;
	top:-25px;
	left:15px;
	width:279px;
	height:158px;
	background-image:url(graphics/logo.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-indent:-9000px;
	}

#logocontainer h3#since
	{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	text-indent:0;
	font-style:italic;
	font-family:times;
	font-size:14px;
	font-weight:normal;
	color:black;
	}

h3#tele
	{
	position:absolute;
	z-index:2;
	top:-23px;
	right:25px;
	width:auto;
	height:auto;
	text-indent:0;
	font-style:normal;
	font-size:16px;
	font-weight:bold;
	color:#324b00;
	}

img#homenfmthumbnail
	{
	border:solid 1px #fffeb0;
	position:absolute;
	z-index:3;
	top:150px;
	right:90px;
	}

h2#homesubscribenow a
	{
	position:absolute;
	z-index:20;
	top:350px;
	right:180px;
	width:145px;
	height:28px;
	text-indent:-9000px;
	outline:none;
	background:url(graphics/subscribeNow.gif) no-repeat;
	}

#navcontainer
	{
	width:890px;
	height:165px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	background-color:transparent;
	font-size:14px;
	word-spacing:.3em;
	}

#navcontainer ul#primarynav
	{
	display:block;
	margin-top:13px;
	text-align:right;
	}

#navcontainer ul#secondarynav
	{
	display:block;
	text-align:right;
	}

#header
	{
	position:absolute;
	z-index:1;
	top:80px;
	left:-4px;
	width:923px;
	height:115px;
	background-image:url(graphics/header2.png);
	background-position:top center;
	background-repeat:no-repeat;
	}

#content
	{
	width:100%;
	height:auto;
	background-image:url(graphics/greenSides.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	}

#contentfooter
	{
	width:100%;
	height:17px;
	background-image:url(graphics/greenBottom.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	}

#slideshow
	{
	padding-top:3px;
	margin-bottom:5px;
	}

#slideshow img
	{
	border: solid 1px #FFFEB0;
	}

#copycontainer
	{
	width:893px;
	height:auto;
	margin:0 auto;
	}

#copyheader
	{
	font-size:5px;		/* in IE the default font size is too large and creates a gap between the next element */
	width:100%;
	height:8px;
	background-image:url(graphics/copyBackTop.jpg);
	background-repeat:no-repeat;
	}
	
#copy
	{
	font-size:14px;
	min-height:600px;
	background-image:url(graphics/copyBackSides.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding:10px 30px 20px 30px;
	letter-spacing:.06em;
	}
	
#primarycolumn
	{
	float:left;
	width:595px;
	padding:0px;
	}

#primarycolumn p
	{
	line-height:180%;
	margin-right:30px;
	margin-left:20px;
	}
	
#secondarycolumn #scspacer
	{
	display:block;
	width:20px;
	height:45px;
	}
	
#secondarycolumn
	{
	float:right;
	width:230px;
	font-size:12px;
	line-height:140%;
	}

#copyfooter
	{
	width:100%;
	height:13px;
	background-image:url(graphics/copyBackBottom.jpg);
	background-repeat:no-repeat;
	}

#footer
	{
	font-size:11px;
	color:#324b00;
	line-height:150%;
	width:100%;
	height:auto;
	margin-top:20px;
	padding-bottom:40px;
	}

#footer img
	{
	margin-bottom:10px;
	}

/* ========================== miscellaneous styles ============================ */

input[type="text"]
	{
	border: solid 1px #333;
	}

.mini
	{
	font-size:10px;
	}

#articles
	{
	height:1%;		/* these 1% heights on these three elements are to make IE display the background image correctly. */
	padding:20px 0 0 10px;	/* they are then canceled out in firefox by the child selector, which ie doesn't recognize.	   */
	background-image:url(graphics/articles.jpg);
	background-repeat:no-repeat;
	}

#testimonials
	{
	height:1%;
	margin-top:30px;
	padding:30px 0 0 10px;
	background-image:url(graphics/testimonials.jpg);
	background-repeat:no-repeat;
	}

#ministore
	{
	height:1%;
	margin-top:30px;
	padding:30px 0 0 10px;
	background-image:url(graphics/store.gif);
	background-repeat:no-repeat;
	}
	
#secondarycolumn>div
	{
	height:auto;
	}

a img		/* get rid of borders on clickable images */
	{
	border-width:0px;
	}

.smalllogo
	{
	text-indent:-9000px;
	background:url(graphics/smallLogo.gif) no-repeat;
	display:block;
	width:172px;
	height:35px;
	}

form
	{
	display:inline;
	}

#tipbox
	{
	padding: 2px 6px;
	border: 1px solid #ff9;
	background: #ffc;
	font-size:12px;
	font-family:'helvetica newe', arial, sans-serif;
	color:#666;
	}

a.tip
	{
	font-style:italic;
	font-size:11px;
	}
