/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	font-size: 12px;
	color: #837f7c;
	line-height: 18px;
	margin: 7px 0px 7px 0px;
}

/* LINKS 
-------------------------------------------- */

.typography a { 
 	text-decoration: none; 
	color: #3E91C4;
}
	.typography a:hover { 
 		text-decoration: underline;
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
	clear: both;
}
	.typography tr {}
	
		.typography td {
			border:1px solid #999;
			padding:5px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 18px 24px;
	color: #666;
}
	.typography li {
		margin: 5px 10px;
	}
		.typography li li {
			font-size: 10px;
		}
		
html {
	margin:0;padding:0;	}
body 
{
	margin:0;padding:0;	
	font-family: Arial, Helvetica, sans-serif;	
	position: relative;
	font-size: 13px;
}
*
{
	z-index: 1;
}
h1
{
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	font-family: Georgia, Arial, Tahoma;
	color: #3078af;
	margin: 0 0 30px 0;
	
}
	h1.Blue
	{
		width: 300px;
		color: #3078af;	
	}
	h1.Orange
	{
		color: #ee973c;
	}
	h1.Teal
	{
		color: #38879a;
	}
	h1.Red
	{
		color: #c82e46;
	}
	h1.Green
	{
		color: #759d6b;
	}
	h1.Purple
	{
		color: #93598f;
	}
h2
{
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	font-family: Georgia, Arial, Tahoma;
	color: #837f7c;
	margin: 10px 0 10px 0;
}
h3
{
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	font-family: Georgia, Arial, Tahoma;
	color: #837f7c;
	margin: 5px 0 5px 0;
}
img
{
	border: 0px;
}
.clear_both
{
	clear: both;
}
.seo
{
	display: none; height: 0; padding: 0; margin: 0; width: 0;
}
.grey_hr
{
	width: 936px;
	height: 1px;
	background-color:#a7a3a1;
	overflow: hidden;
	clear: both;
}
#main
{
	position: relative;
	width: 936px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#header
{
	position: relative;
	min-height: 90px;
	height: auto !important;
	height: 90px;
}
#logo
{
	position: absolute;
	top: 0; left: 0;
}
#logo a
{
	background: Transparent url('../images/logo.jpg') no-repeat scroll;
	display:block;
	width: 663px;
	height: 90px;
}
#logo a span
{
	display: none;
}
#searchbox
{
	position: absolute;
	right: 10px;
	top: 20px;
	text-align: right;
	font-size: 12px;
	color: #1c599f;
}
	.d_input_wrap
	{
		background: Transparent url('../images/input_quicksearch_bg.jpg') no-repeat scroll 2px center;
		width: 195px;
		height: 20px;
		margin: 0px;	
		padding: 7px;
		border: 0;
		font-size: 11px;
	}
	.d_input
	{

		height: 17px;
		width: 192px;
		border: 0;
		font-size: 11px;
		background: none;
		float: left;
		margin-left: -3px;
		padding: 3px 5px 0px 5px;
	}
#mainmenu
{
	width: 936px;
	margin: 0 auto 0 auto;
}
#mainmenu ul
{
	list-style: none;
	margin: 0; padding: 0;
	float: right;
	font-size: 12px;
	font-weight: bold;	
}
#mainmenu li
{
	margin: 0; padding: 0;
}
#mainmenu li a
{
	
	padding: 0 8px 0 8px;
	text-decoration: none;
	color: #3078af;
	background: Transparent url('../images/mainmenu_vr.jpg') no-repeat scroll right center;
}
#mainmenu li a:hover
{
	text-decoration: underline;
}
#mainmenu li.Orange a
{
	color: #ee973c;
}

#mainmenu li.Teal a
{
	color: #38879a;
}
#mainmenu li.Red a
{
	color: #c82e46;
}
#mainmenu li.Green a
{
	color: #759d6b;
}
#mainmenu li.Purple a
{
	color: #93598f;
	background: none;
}
#mainmenu li a.current
{
	text-decoration: underline;
}
#content
{
	width: 500px; /*700-200*/
	float: left;
	padding: 50px 200px 0px 0px;
	font-size: 12px;
	color: #837f7c;
	line-height: 18px;
	position: relative;
}
#content p
{
	padding-bottom: 5px;
}
#content ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 35px;
}
#content li
{
	background: Transparent url('../images/li_square.jpg') no-repeat scroll left 7px;
	padding: 0 0 0 7px;
}
#side_panel
{
	width: 225px;
	float: left;
	padding-top: 50px;
}
	#prdc_panel_wrap
	{
		background: Transparent url('../images/prdc_panel_bg.jpg') repeat-y scroll;
		width: 217px;		
		padding-bottom: 0px;
		margin: 0 auto 0 auto;
	}
	#prdc_panel
	{
		width: 217px;
		background: Transparent url('../images/prdc_panel.jpg') no-repeat scroll;
		position: relative;
		min-height: 217px;
		height: auto !important;
		height: 217px;
		padding: 0 0 20px 0;
	}
	#prdc_panel_top
	{
		width: 217px;
		height: 79px;
		background: Transparent url('../images/prdc_panel_top.jpg') no-repeat scroll;
		padding-bottom: 15px;
	}
	#prdc_panel_top span
	{
		display: none;
	}
	#prdc_panel_bot
	{
		position: absolute;
		width: 217px;
		height: 137px;
		bottom: 0;
		left: 0;
		background: Transparent url('../images/prdc_panel_bot.jpg') no-repeat scroll;
		z-index: -1;
	}
	#prdc_panel ul
	{
		list-style: none;
		margin: 0; padding: 0;
	}
	#prdc_panel li
	{		
		width: 181px;
		height: 32px;
		background: Transparent url('../images/prdc_panel_item.jpg') no-repeat scroll;
		color: black;
		margin: 0 auto 3px auto;
		overflow: hidden;
	}
	#prdc_panel li a
	{
		text-decoration: none;
		width: 181px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		color: #837f7c;
		font-size: 12px;	
		display: block;		
		text-align: center;
	}
	#prdc_panel li a:hover
	{
		text-decoration: underline;
	}
	
#download_panel_wrap
{
	background: Transparent url('../images/download_panel_bg.jpg') repeat-y scroll;
	width: 217px;
	margin: 9px auto 9px auto;
}
	#download_panel
	{
		width: 217px;
		min-height: 217px; /*360 -... */
		height: auto !important;
		height: 217px;
		background: Transparent url('../images/download_panel.jpg') no-repeat scroll;
		position: relative;
		padding: 73px 0px 20px 0px;
	}
	#download_panel_arrow
	{
		width: 180px;
		height: 70px;		
		position: absolute;
		left: 19px; top: 5px;
		background: Transparent url('../images/download_panel_arrow_siteselect.jpg') no-repeat scroll left center;			
	}	
		#download_panel_arrow.Orange
		{
			background: Transparent url('../images/download_panel_arrow_siteselect.jpg') no-repeat scroll left center;			
		}
		#download_panel_arrow.Teal
		{
			background: Transparent url('../images/download_panel_arrow_life.jpg') no-repeat scroll left center;			
		}
		#download_panel_arrow.Red
		{
			background: Transparent url('../images/download_panel_arrow_starting.jpg') no-repeat scroll left center;			
		}
		#download_panel_arrow.Green
		{
			background: Transparent url('../images/download_panel_arrow_economic.jpg') no-repeat scroll left center;			
		}
	
	#download_panel_arrow a
	{
		display: block;
		width: 180px;
		height: 33px;
		margin-top: 13px;
		text-decoration: none;
		color: #837f7c;
		font-weight: bold;
		text-align: right;
		float: right;
		font-size: 12px;
	}
	#download_panel_arrow a:hover
	{
		text-decoration: underline;
	}
	#download_panel_arrow a span
	{
		width: 120px;
		display: block;
		float: right;
		padding: 3px 5px 0px 0px;
	}
	#download_icon
	{
		width: 175px;
		height: 162px;
		background: Transparent url('../images/download_icon.gif') no-repeat scroll center center;
		margin: 0 auto;
		padding: 5px 0 0 0;
	}
	#download_icon a
	{
		display: block;
		width: 175px;
		height: 162px;
	}
	#download_icon a span
	{
		display: none;
	}
	#download_panel ul
	{
		font-size: 12px;
		color: #837f7c;
		width: 165px;
		margin: 0 auto 0 auto;
		padding: 2px 0 0 22px;
		font-weight: bold;
		list-style-position: outside;
		list-style-type: disc;		
	}
	#download_panel ul a
	{
		text-decoration: none;
		color: #837f7c;
	}
	#download_panel ul a:hover
	{
		color: #837f7c;
		text-decoration: underline;
	}
	#download_panel li
	{
		padding: 0 0 19px 0;
	}
	#download_panel_bot
	{
		position: absolute;
		width: 217px;
		height: 192px;
		bottom: 0;
		left: 0;
		background: Transparent url('../images/download_panel_bot.jpg') no-repeat scroll;
		z-index: -1;
	}
#related_links_panel_wrap
{
	background: Transparent url('../images/related_links_panel_bg.jpg') repeat-y scroll;
	margin: 9px auto 9px auto;
	width: 217px;
}
#related_links_panel
{
	width: 217px;
	min-height: 104px; /*217 - 73*/
	height: auto !important;
	height: 104px;
	background: Transparent url('../images/related_links_panel.jpg') no-repeat scroll;
	position: relative;	
	padding: 73px 0px 20px 0px;
}
	#related_links_panel ul
	{
		list-style: none;
		font-weight: bold;
		text-align: center;
		margin: 0; padding: 0;
	}
	#related_links_panel li
	{
		padding: 7px 0 7px 0;
	}
	#related_links_panel li a
	{
		color:#837f7c;
		font-size: 12px;
		text-decoration: none;
	}
	#related_links_panel li a:hover
	{
		text-decoration: underline;
	}
	#related_links_panel_arrow
	{
		width: 180px;
		height: 69px;
		background: Transparent url('../images/related_links_panel_arrow.jpg') no-repeat scroll left center;
		position: absolute;
		left: 19px; top: 1px;
	}
	#related_links_panel_arrow a
	{
		display: block;
		width: 180px;
		height: 33px;
		margin-top: 13px;
		text-decoration: none;
		color: #837f7c;
		font-weight: bold;
		text-align: right;
		float: right;
		font-size: 12px;
	}
	#related_links_panel_arrow a:hover
	{
		text-decoration: underline;
	}
	#related_links_panel_arrow a span
	{
		width: 120px;
		display: block;
		float: right;
		padding: 3px 5px 0px 0px;
		line-height: 37px;
	}
	#related_links_panel_bot
	{
		position: absolute;
		width: 217px;
		height: 116px;
		bottom: 0;
		left: 0;
		background: Transparent url('../images/related_links_panel_bot.jpg') no-repeat scroll;
		z-index: -1;
	}
#location_panel
{	
	background: Transparent url('../images/location_panel.jpg') no-repeat scroll;
	position: relative;
	margin: 9px auto 9px auto;
	padding: 0px 0px 0px 0px;
	width: 217px;
	height: 222px;
}
#location_panel a
{
	display: block;	
	width: 217px;
	height: 222px;
}
#location_panel a span
{
	display: none;
}
#sitemap
{
	position:relative;
	padding: 45px 0 10px 0;
}
	#sitemap ul
	{
		list-style: none;
		margin: 0 auto; padding: 0;
		text-align: center;
		position:relative;
		clear: both;
	}
	#sitemap li 
	{
		display: inline;
		padding: 0px 7px 0px 7px;
		border-right: 1px solid #1c599f;
		line-height: 11px;
	}
	#sitemap li.last
	{
		border-right: none;
		padding-right: 0px;
	}
	#sitemap li a
	{
		text-decoration: none;
		color: #1c599f;
		font-size: 11px;
	}
	#sitemap li a:hover
	{
		text-decoration: underline;
	}
#footermenu
{
	position:relative;
	padding: 0 0 10px 0;
}
	#footermenu ul
	{
		list-style: none;
		margin: 0 auto; padding: 0;
		text-align: center;
		position:relative;
		clear: both;
	}
	#footermenu li 
	{
		display: inline;
		padding: 0px 7px 0px 7px;
		border-right: 1px solid #1c599f;
		line-height: 11px;
	}
	#footermenu li.last
	{
		border-right: none;
		padding-right: 0px;
	}
	#footermenu li a
	{
		text-decoration: none;
		color: #1c599f;
		font-size: 11px;
	}
	#footermenu li a:hover
	{
		text-decoration: underline;
	}
	#copyright
	{
		text-align: center;
		font-size: 11px; 
		color: #837f7c;
		margin: 0 auto;
		padding: 8px 0 50px 0;
	}

#SearchResults li
{
	border-bottom: 1px dotted #cecece;
	padding-bottom: 10px;
}
#carousel
{
	width: 936px;
}
#SearchResults ul
{
	list-style: none;
}
#SearchResults li
{
	min-height: 50px;
	height: auto !important;
	height: 50px;
	list-style-type:none;
	clear: both;
	display: block;
	margin-bottom: 25px;
}
#SearchResults li p
{
	min-height: 10px;
	height: auto !important;
	height: 10px;
	display: block;
	padding: 0; margin: 0;
}
#SearchResults li a.searchResultHeader
{
	font-size: 15px;
	font-weight: bold;
	position: relative;
	display: block;	
	list-style: none;
}
#PageNumbers
{
	text-align: center;
}