@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #999999;
	text-align: center;
	padding: 0px;
	margin: 10px;
}
#ContainerBody {
	background-color:#FFFFFF;
	text-align:center;
	width: 990px;
}
#HeaderBlock {
	background-color:#FF9900;
	height: 130px;
	width: 100%;
	color: #333333;
	text-align: left;
	font-weight: bold;
	float: none;
}
#HeaderBlock a {
	color: #000000;
}
#HeaderBlock a:hover {
	color: #000000;
	text-decoration: none;
}
#MenuBlock {
	text-align: left;
	width: 100%;
	height: 31px;
	position:relative;
	font-size: small;
	background-image: url(images/menu-slice.jpg);
	background-repeat: repeat-x;
}
#MenuBlock #MenuLeft {
	text-align: left;
}
#MenuBlock #MenuLeft ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#MenuBlock #MenuLeft li {
	display:inline
}
#MenuBlock #MenuLeft a {
	color:#000000;
	text-decoration: none;
	padding: 5px;
}
#MenuBlock #MenuLeft a:hover {
	color:#666666;
	text-decoration: underline;
}
#MenuBlock #MenuRight {
	text-align: right;
}
#MenuBlock #MenuRight ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#MenuBlock #MenuRight li {
	display:inline
}
#MenuBlock #MenuRight a {
	color:#000000;
	text-decoration: none;
	padding: 5px;
}
#MenuBlock #MenuRight a:hover {
	color:#666666;
	text-decoration: underline;
}
#ContainerContent {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#ContainerContent #HomeLeft {
	background-color:#000000;
	/*border-right: solid 1px #CCCCCC;
	width: 710px;*/
}
#ContainerContent #HomeLeftBottom {
	vertical-align:bottom;
	background-color:#000000;
	/*border-right: solid 1px #CCCCCC;*/
}

#ContainerContent #Left {
	background-color:#FFFFFF;
	width: 710px;
}

#ContainerContent #LeftBottom {
	vertical-align:bottom;
	background-color:#FFFFFF;
}
#ContainerContent #Right {
	background-color:#EEEEEE;
	text-align: center;
	width: 280px;
}


#FooterBlock {
	font-size: x-small;
	width: 100%;
	background-color:#CCCCCC;
}
#FooterBlock #Copyright {
	padding: 5px;
	margin: 0px;
	text-align:left;
}
#FooterBlock #Menu {
	padding: 5px;
	margin: 0px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
#FooterBlock #Menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#FooterBlock #Menu li {
	display:inline
}
#FooterBlock a {
	color:#000000;
	text-decoration: none;
	padding: 5px;
}
#FooterBlock a:hover {
	color:#666666;
	text-decoration: underline;
}


#ErrorBlock {
	color: #FF0000;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}


#GuidanceRegulations {
	font-size: small;
	background-color:#000000;
	color:#FFFFFF;
	padding: 15px 5px 20px 10px;
	margin: 0px;
}
#GuidanceRegulations h1 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: medium;
	color: #FF6633;
}
#GuidanceRegulations h2 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: small;
	color: #FF6633;
}
#GuidanceRegulations tr {
	vertical-align: top;
}
#GuidanceRegulations th {
	font-weight: normal;
	width: 45%;
}
#GuidanceRegulations th a {
	color: #FF6633;
	text-decoration: underline
}
#GuidanceRegulations th a:hover {
	color: #FF6633;
	text-decoration: none;
}
#GuidanceRegulations td {
	color: #FF6633;
	width: 55%;
	padding: 0px 0px 0px 0px;
}

#GuidanceRegulations td ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
#GuidanceRegulations td li {
	margin-left: 20px;
	margin-bottom: 5px;
}

/*#GuidanceRegulations td li a {
	color: #FF6633;
	text-decoration: none;
}
#GuidanceRegulations td li a:hover {
	color: #FF6633;
	text-decoration: underline;
}
*/
#GuidanceRegulations .white {
	color:#FFFFFF;
}
#GuidanceRegulations a {
	color: #FF6633;
	text-decoration: none;
}
#GuidanceRegulations a:hover {
	color: #FF6633;
	text-decoration: underline;
}
/*
**
*/
#Guides {
	font-size: small;
	background-color:#000000;
	color:#FFFFFF;
	padding: 15px 5px 20px 10px;
	margin: 0px;
}
#Guides h1 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: x-large;
	color: #FF6633;
}
#Guides h2 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: small;
	color: #FF6633;
}
#Guides table {
	margin-top: 20px;
}
#Guides tr {
	vertical-align: top;
}
#Guides td {
	color: #FFFFFF;
	width:33%;
	padding: 0px 10px 0px 0px;
}
#Guides td a {
	color: #FF6633;
	text-decoration: none;
}
#Guides td a:hover {
	color: #FF6633;
	text-decoration: underline
}

#Guides a {
	color: #FFFFFF;
	text-decoration: none;
}
#Guides a:hover {
	color: #FFFFFF;
	text-decoration: underline
}

#Guides .white {
	color:#FFFFFF;
}
/* 
// Form
*/
#FormLayout {
	text-align: center;
}
#FormLayout h1 {
	font-size: smaller;
	color:#FF9900;
	margin: 0px;
	padding: 0px;
}
#FormLayout * {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#FormLayout table {
	margin-top: 0px;
	margin-bottom: 10px;
}
#FormLayout table tr {
	vertical-align: top;
	text-align: left;
}
#FormLayout table th {
	text-align: right;
	width: 150px;
}
#FormLayout table td {
	width: 400px;
}
#FormLayout a {
	color: #666666;
	text-decoration: underline;
}
#FormLayout a:hover {
	color: #666666;
	text-decoration: none;
}
#FormLayout .Required {
	background-color:#FFE2C6;
}
#FormLayout .ReadOnly {
	background-color:#EEEEEE;
}


/*
// Page title
*/
#Title {
	height:60px;
	width:100%;
	background-color:#FFFFFF;
	background-image:url(images/titlefade-60x10.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	float: none;
}
#Title h1 {
	margin: 0px; /*20px 0px 5px 10px;*/
	padding: 20px 0px 0px 10px;
	font-size: xx-large;
	color: #FFFFFF;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
#Title .Orange {
	color:#FF9900;
}
#Title a {
	color:	#FFFFFF;
	text-decoration: none;
}
#Title a:hover {
	text-decoration: underline;
}

#InfoBlock {
	background-color:#FFFFFF;
	padding: 10px;
	margin: 0px;
}
#InfoBlock a {
	color:#FF9900;
	text-decoration: underline;
	font-weight: bold;
}
#InfoBlock a:hover {
	text-decoration: none;
}
#InfoBlock h1 {
	font-size: large;
	color:#FF9933;
}
#InfoBlock h2 {
	font-size: large;
	color:#FF9933;
}
#InfoBlock h2 a {
	color:#FF9933;
	text-decoration: underline;
}
#InfoBlock h2 a:hover {
	text-decoration: none;
}
#InfoBlock h3 {
	font-size: medium;
	color:#FF9933;
	margin: 0px;
	padding: 0px;
}
#InfoBlock h4 {
	font-size: small;
	color:#FF9933;
}

#Account {
	padding: 5px 5px 20px 20px;
	margin: 0px;
	background-color:#DDDDDD;
}
#Account h1 {
	font-size: medium;
}
#Account table {
	width:auto;
	background-color:#DDDDDD;
}
#Account table a {
	color:#000000;
}
#Account table a:hover {
	color:#000000;
	text-decoration:none;
}


#Search {
	background-color:#666666;
	color:#FFFFFF;
	padding: 5px 5px 5px 20px;
}
#Search .Orange {
	color:#FF9933;
}
#Search a {
	color:#FF9933;
	text-decoration: none;
}
#Search a:hover {
	text-decoration: underline;
}

#SelectAZ {
	color:#FFFFFF;
	text-align:center; 
	background-color:#333333; 
	padding:5px;
}
#SelectAZ a {
	color:#FF9933;
	text-decoration: none;
}

#NewsMarquee {
	background-color:#EEEEEE;
	font-size:small;
	padding-left:10px;
	padding-right:10px;
	margin-top: 10px;
	text-align: left;
}
#NewsMarquee a {
	color: #666666;
}

#InTheNews {
	margin: 10px;
	font-size: small;
	font-weight: normal;
	text-align: left;
}
#InTheNews a {
	color:#666666;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
#InTheNews a:hover {
	color:#666666;
	text-decoration: underline;
}
#BrandingRightBlock {
	text-align: center;
	font-weight: bold;
	font-size: medium;
	width: 280px;
	
	background-repeat:no-repeat;
	float: none;
}
#BrandingRightBlock IMG {
	padding: 5px;
}
#BrandingRightBlock H1 {
	padding: 10px 5px 10px 5px;
	text-align: left;
	font-size: medium;
}
#BrandingRightBlock H1 A {
	text-decoration: none;
	color: #333333;
}
#BrandingRightBlock .Orange {
	color:#FF9900;
}

/* Used to wrap the worldpay payment icons */
#WorldPay {
	padding: 0px;
	margin: 0px;
	width: 500px;
}
#WorldPay IMG {
	padding: 0px;
	margin: 0px;
}
