@CHARSET "ISO-8859-1";
html, body
{
	height: 100%;
	width: 100%;
}
body
{
	background: white url(../Site_Gfx/page_background.gif) repeat-x;
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
}

a
{
	text-decoration: none;
	outline: none;
	color:#46166B;
}

div.container_basic
{
	margin: 0 -10px 0 -10px;
	padding: 20px 10px 0 10px;
	background: url(../Site_Gfx/border_dotted.gif) repeat-x 0 1px;
	border-top: solid 1px #fff;
	clear: both;
}
div.float_clear
{
	height: 1px; 
	clear: both;
}

/* text styles - BEGIN */
.intro
{
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 10px 0 20px 0;
}

h1
{
	font-size: 1.8em;
	line-height:1.2em;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;	
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
}
h2
{
	font-size: 1.4em;
	line-height:1.2em;	
	margin: 0 0 0 0;
	padding: 0 0 4px 0;	
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
}
a.more_info
{
	color: #46166b;
	padding: 0 10px 0 0;
	font-weight: bold;
	background: url(../Site_Gfx/callout_link_learn_more.gif) no-repeat 100% 50%;
}

/* text styles - END */


div#container
{
	width: 1020px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}


/* utility icons - BEGIN */
div#utility_icons
{
	text-align: right;
	width: 70px;
	float: right;
	display: inline;
}
div#utility_icons img
{
	cursor: pointer;
	border:0;
}
div#utility_icons img.print
{
	margin: 0 0 0 5px;
}
/* utility icons - END */


/* header links - BEGIN */
div#top_links
{
	height: 18px;
	text-align: right;
	padding: 10px 0 0 0;
	font-size: 11px;
}
div#top_links ul
{
	margin:0 0 0 812px;
	padding: 0;
}
div#top_links ul li
{
	list-style: none;
	float: left;
	padding: 0 7px 0 7px;
}
div#top_links ul li.first
{
	background: none;
	padding-left: 0;
}
div#top_links ul li.separator
{
	background: none;
	padding: 0;
}
/* header links - END */



/* top & bottom link styles - BEGIN */

div#bottom_links a, div#bottom_links a:visited,
div#top_links a, div#top_links a:visited
{
	color: #333;
	font-family: Myriad Pro, Verdana, Arial, sans-serif;
}

div#bottom_links a:hover, div#top_links a:hover
{
	text-decoration: none;
	color: #4b1c6f;
}

/* top & bottom link styles - END */


/* footer - BEGIN */
div#footer
{
	clear: both;
	height: 30px;
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #333;
	margin: 0 0 0 0;
}
div#copywright
{
	float: left;
	width: 780px;
}

div#bottom_links
{
	float: left;
	text-align: right;
}
div#bottom_links ul
{
	margin: 0;
	padding: 0;
}
div#bottom_links ul li
{
	margin: 0;
	float: left;
	list-style: none;
	padding: 0 4px;
}

div#bottom_links ul li.first
{
	background: none;
	padding-left: 0;
}
div#top_links ul li.separator
{
	background: none;
	padding: 0;
}
/* footer - END */

/*  ====================== */
/*  share this page -- BEGIN */
div#share_it
{
	background: transparent url(../Site_Gfx/bg_share_this.gif) no-repeat;
	display: inline;
	width: 116px;
	height: 104px;
	float: left;
	padding: 10px 18px 18px 18px;
	border: 0;
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	z-index:1000;
	color:#333;
	font-size:10px;
}

div#share_it input.input
{
	width: 106px;
}

div#share_it_submit
{
	line-height:20px;
}

span#response
{
	display: inline;
}
span .failure
{
	color: #f00;
}

/*  share this page -- END */
/*  ====================== */

