﻿body#Body {
	text-align:center;
	background-image:url('/resources/authorizer/images/Bg.gif');
	background-repeat:repeat;
}

div#Logo {
	background-color:#FFFFFF;
	height:50px;
	overflow:hidden;
	border-bottom:10px solid #183F80;
}

div#Logo h1 {
	padding:0;
	margin:0;
	width:950px;
	height:50px;
	overflow:hidden;
	margin:0 auto;
	text-align:left;	
	background-image:url('/resources/authorizer/images/TopLogo.jpg');
	background-repeat:no-repeat;
}

div#Logo h1 a {
	display:block;
	width:299px;	
	height:0;
	padding-top:50px;
	overflow:hidden;
}

div#SiteWpr {
	width:948px;
	overflow:hidden;
	border:1px solid #C2C2C2;
	border-top:0;
	margin:0 auto;
	text-align:left;
	background-image:url('/resources/authorizer/images/Header.jpg');
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position:relative;
}

div#Menu {
	padding-top:19px;
	padding-left:34px;
	padding-right:34px;
	width:880px;
	height:33px;
	position:absolute;
	left:0;
	top:0;
}

div#Splash {
	margin-top:52px;
	padding-top:31px;
	padding-left:34px;
	width:879px;
	height:298px;
	overflow:hidden;
}

div#Splash h2 {
	padding:0;
	margin:0;
	height:0;
	padding-top:298px;
	overflow:hidden;
	background-repeat:no-repeat;
}

div#Splash h2.item1 {	
	background-image:url('/resources/authorizer/images/Splash/Splash1.jpg');
}

div#Splash h2.item2 {	
	background-image:url('/resources/authorizer/images/Splash/Splash2.jpg');
}

div#FooterWpr {
	width:948px;
	overflow:hidden;
	background-image:url('/resources/authorizer/images/FooterCtr.jpg');
	background-repeat:repeat-y;
}

div#FooterWpr div#FooterSection {
	width:948px;
	overflow:hidden;
	background-image:url('/resources/authorizer/images/FooterBtm.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}

div#FooterWpr div#FooterSection div.Section {
	width:880px;
	overflow:hidden;
	background-image:url('/resources/authorizer/images/FooterTop.jpg');
	background-repeat:no-repeat;
	padding-top:43px;
	padding-bottom:16px;
	padding-left:34px;
	padding-right:34px;
}

div#FooterWpr div#FooterSection div.Section div.item1,
div#FooterWpr div#FooterSection div.Section div.item2,
div#FooterWpr div#FooterSection div.Section div.item3 {
	float:left;
	width:280px;
	overflow:hidden;
	color:#FFFFFF;
}

div#FooterWpr div#FooterSection div.Section p.content {
	display:block;
	margin:0;
	padding:0 30px;
}

div#FooterWpr div#FooterSection div.Section div.item1 {
	margin-right:20px;
}

div#FooterWpr div#FooterSection div.Section div.item2 {
	margin-right:20px;
}

div#FooterWpr div#FooterSection div.Section div.item3 {

}

div#FooterSpacer {
	background-color:#F3F3F3;
	height:34px;
	overflow:hidden;
	clear:both;
}

div#Content {
	margin:14px 34px;
	width:880px;
	overflow:hidden;
}

div#Content.Home {
	color:#7F7F7F;
}

div#Content.Home h2 {
	font-weight:normal;
	font-size:20pt;
}

div#Content.Internal {
	background-image:url('/resources/authorizer/images/Content.gif');
	background-repeat:repeat-y;
	background-position:233px 0;
}

div#Content div#Solutions {
	float:right;
	width:375px;
	padding:30px 48px;
	overflow:hidden;
	background-image:url('/resources/authorizer/images/Solutions.gif');
	background-repeat:no-repeat;
	background-position:48px 0;
}

div#Content div#Solutions ul,
div#Content div#Solutions ul li {
	list-style:none;
	padding:0;
	margin:0;
}

div#Content div#Solutions ul li a {
	background-image:url('/resources/authorizer/images/Arrow.png');
	background-repeat:no-repeat;
	background-position:0 3px;	
	padding-left:20px;
	color:#7F7F7F;
	font-weight:normal;
}

div#Content div.Section {
	float:right;
	width:635px;
	margin-left:12px; 
	overflow:hidden;
}

div#Content div#SideMenuWpr {
	float:right;
	width:221px;
	margin-right:12px;
	overflow:hidden;
	background-image:url('/resources/authorizer/images/SideMenu.jpg');
	background-repeat:no-repeat;
	border-bottom:1px solid #CDCDCD;
}

div#Content div#SideMenuWpr div#SideMenu {
	padding:10px;
	width:201px;
	overflow:hidden;
}

div#Content div#SideMenuWpr div#SideMenu h3,
div#Content div#SideMenuWpr div#SideMenu .menuBar .parent {
	padding:10px 10px 5px 10px;
	margin:0;
	color:#3851B9;
	font-size:13pt;
	font-weight: bold;
}

div#Content div#SideMenuWpr div#SideMenu ul,
div#Content div#SideMenuWpr div#SideMenu ul li {
	padding:0;
	margin:0;
}

div#Content div#SideMenuWpr div#SideMenu ul li {
	padding:0 10px;
	float:left;
	width:181px;
	list-style-type:none;
}

div#Content div#SideMenuWpr div#SideMenu ul li:hover,
div#Content div#SideMenuWpr div#SideMenu ul li.selected {
	background-image:url('/resources/authorizer/images/SideMenuItemsOn.jpg');
	background-repeat:repeat-y;	
}

div#Content div#SideMenuWpr div#SideMenu ul li a {
	display:block;
	float:left;
	width:181px;	
	font-weight:normal;
	color:#333333;
	padding:5px 0;	
	border-bottom:1px solid #CCCCCC;		
}

div#Content div#SideMenuWpr div#SideMenu ul li a:hover,
div#Content div#SideMenuWpr div#SideMenu ul li a.active {
	color:#3851B9;
	text-decoration:none;
	background-image:url('/resources/authorizer/images/Arrow.png');
	background-repeat:no-repeat;
	background-position:right 6px;
}

div#CopyRight {
	width:950px;
	height:15px;
	overflow:hidden;
	text-align:left;
	padding:8px 0;
	margin:0 auto;	
}

div#CopyRight h3 {
	padding:0;
	margin:0;
	width:135px;
	height:15px;
	float:left;	
	overflow:hidden;
}

div#CopyRight h3 a {
	display:block;
	height:0;
	padding-top:15px;
	overflow:hidden;
	background-image:url('/resources/authorizer/images/FooterLogo.png');
	background-repeat:no-repeat;
}

div#CopyRight div#Address {
	width:815px;
	height:15px;
	line-height:15px;
	float:left;
}

div#CopyRight div#Address span {
	display:block;
	line-height:15px;
	float:right;
	padding-left:15px;
	color:#7F7F7F;
	font-size:8pt;
}

div#TopLinks {
	position:absolute;
	width:209px;
	height:29px;
	top:-3px;
	right:1px;
	background-image:url('/resources/authorizer/images/TopLinks.jpg');
	background-repeat:no-repeat;
	z-index:1;
}
/*div#TopLinks {
	position:absolute;
	width:388px;
	height:29px;
	top:-3px;
	right:1px;
	background-image:url('/resources/authorizer/images/TopLinks.jpg');
	background-repeat:no-repeat;
	z-index:1;
}*/

div#TopLinks div.item1 {
	width:100px;
	height:29px;
	overflow:hidden;
	float:left;
}

div#TopLinks div.item1 a {
	display:block;
	height:0;
	padding-top:29px;
	overflow:hidden;	
}

div#TopLinks div.item2 {
	width:79px;
	height:29px;
	overflow:hidden;	
	float:left;	
}

div#TopLinks div.item2 a {
	display:block;
	height:0;
	padding-top:29px;
	overflow:hidden;
}

div#TopLinks div#Search {
	width:209px;
	height:29px;
	overflow:hidden;
	float:left;
}

div#TopLinks div#Search input {
	border:0;
	float:left;
	height:11px;
	margin-top:10px;	
}

div#TopLinks div#Search input.textBox {
	margin-left:50px;
	margin-right:6px;
	width:114px;
	font-size:8pt;
}

div#TopLinks div#Search input.submitImage {
	width:15px;
}

div#FooterLinksWpr {
	width:880px;
	height:60px;
	padding:0 34px;
	overflow:hidden;
	background-image:url('/resources/authorizer/images/FooterLinks.jpg');
	background-repeat:no-repeat;
}

div#FooterLinksWpr div.item1,
div#FooterLinksWpr div.item2,
div#FooterLinksWpr div.item3 {
	width:280px;
	height:38px;
	margin-right:20px;	
	float:left;
}

div#FooterLinksWpr div.item1 h4,
div#FooterLinksWpr div.item2 h4,
div#FooterLinksWpr div.item3 h4 {
	padding:0;
	margin:0;
	height:38px;
	overflow:hidden;	
}

div#FooterLinksWpr div.item3 {
	margin-right:0;
}

div#FooterLinksWpr div.item1 h4 a,
div#FooterLinksWpr div.item2 h4 a,
div#FooterLinksWpr div.item3 h4 a {
	display:block;
	height:0;
	padding-top:38px;
	overflow:hidden;
}
.NewsListing .NewArticle h1 
{
	font-size: 15px;
	color: #4F65C0;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
}
.NewsListing .NewArticle .ContentDate
{
	float:right;
	font-size: 11px;
	color: #676F8D;
}
.NewsListing .NewsListingInternal
{
	margin-top: 20px;
}
.NewsListing .ListSeparator
{
	margin: 15px 0 15px 0;
	border-bottom: dotted 1px;
}
.NewsListing .Category
{
	background: url('/resources/authorizer/images/category_bg.gif') no-repeat;
	height: 33px;
	padding: 5px;
}
.NewsListing .Category .title
{
	color: #5B6269;
}
.NewsListing .Category .list
{
	margin-left: 5px;
}
.NewsDetail h2
{
	font-size: 20px;
	color: #333333;
}
.NewsDetail .postedate
{
	color: #676F8D;
	font-size: 11px;
	padding-bottom: 5px;
}
.NewsDetail .body
{
	border-top: solid 1px #BFC0CC;
	border-bottom: solid 1px #BFC0CC;
	padding: 10px 0;
	display: block;
}
.NewsDetail .previousbutton
{
	background: url('/resources/authorizer/images/previous_bg.jpg') no-repeat;
	border: 0;
	margin-top: 10px;
	height: 20px;
	width: 111px;
}
div#Content div#SideMenuWpr div#SideMenu .menuBar .MenuTitle
{
	padding:10px 10px 5px 10px;
	margin:0;
	color:#3851B9;
	font-size:13pt;
	font-weight: bold;
}
#SiteWpr #Content .DynamicForm { width: 488px; margin-top:25px;}
#SiteWpr #Content .DynamicForm td
{
	padding-bottom: 10px;
}
#SiteWpr #Content .DynamicForm input
{
	border: solid 1px #4B7A98;
	width: 200px;
}
#SiteWpr #Content .DynamicForm .buttonSubmit input
{
	color: #3851B9;
	font-weight: bold;
	width: 100px;
}

#ctl00_Content_ctl02_frmDynamicForm_fld2499_ctl00, #ctl00_Content_ctl02_frmDynamicForm label { display: none; }

#SiteWpr #Content .DynamicForm #ctl00_Content_ctl02_frmDynamicForm input.jobname { border: 0; }