/* CSS Document */

body
{
	background-image:url(../Assets/page-bg.gif);
	background-repeat:repeat-x;
	background-color:#323232;
	text-align:center;
	margin-bottom:20px;
	font-size:13px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
}

.sup { font-size: 10px; position: relative; top: -3px; }

a
{
	color:#8a1421;
	outline: none;
}

a:hover
{
	text-decoration:underline;
}


.inline-label
{
	font-family:Arial,verdana;
	font-size:12px;
	color:#580100;
	font-weight:bold;
}

img.bottom-pad
{
	padding-bottom:10px;
}

.clear-float
{
	clear:both;
}

#wrapper
{
	
}

#page-container
{
	width:960px;
	text-align:center;
	background-image:url(../Assets/container-bg-round.png);
	background-repeat:repeat-x;
	background-color:#cd9a03;
	
	margin-top:30px;
	/*min-height:99%;
	height:auto !important;
	height:99%;*/
	
	padding-left:0px;
	padding-right:0px;
	
}

#page-content
{
	
	position:relative;
	margin: auto auto;
	top:-25px;

	width:920px;
	
	text-align:left;
	
}

#top-content
{
	background-image:url(../Assets/content-bg.png);
	background-repeat:repeat-x;
	background-color:#dce5e0;
}


#header
{
	padding-top:3px;
	padding-left:20px;
	margin-bottom:25px;
}

#column-top-round
{
	width:920px;
	height:5px;
	max-height:5px;
	background-image:url(../Assets/home-content-top-round.png);
	background-repeat:no-repeat;
	
	background-color:#dce5e0;
	
	padding:0px;
	margin:0px;
	
}

#column-bottom-round
{
	height:12px;
	width:920px;
	min-height:12px;
	background-image:url(../Assets/home-column-bottom-round.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#dce5e0;
	
	
	margin-bottom:20px;
	position:relative;
	
}

#home-column-left
{
	width:420px;
	float:left;
	padding-left:20px;
	padding-bottom:30px;
}

#home-column-right
{
	float:left;
	width:450px;
}

#home-image-caption
{
	margin-top:15px;
	margin-left:20px;
	margin-right:30px;
}

#newletter-overview
{
	margin-bottom:10px;
}

#newsletter-topics
{
	
}

#newsletter-topic
{
	padding-top:11px;
	padding-bottom:11px;
}

#newsletter-topic-headline
{
	margin-bottom:6px;
}

#newsletter-topic-subhead
{
	padding-left:20px;
	color:#333333;
	font-family:arial,verdana,sans-serif;
	font-size:12px;
	font-weight:bold;
}

#newsletter-download-box
{
	padding-top:35px;
	padding-left:20px;
	line-height:18px;
}

#learn-more
{
	height:37px;
	width:920px;
	background:url(../Assets/learnmore-bar.gif) no-repeat;
}

#footer
{
	margin-left:20px;
	margin-right:20px;
	text-align:left;
	height:30px;
	margin-top:25px;
	color:#ffffff;
	font-family:Arial,Verdana;
	font-size:11px;
}

#footer a
{
	color:#ffffff;
}
