/* LAYOUT OF MASTER PAGE */
/* The container div is the outtermost container for all pages */

#container
{
}

#headerdiv
{
	float:left;
	height:96px;
	width:100%;
	border:solid 0px #000033;
	border-bottom: solid 1px #5bc6e8;
	background-color: #007DBA !important;
	background-image: url(images/CompanyLogo.gif);
	background-repeat: no-repeat;
	margin-bottom: -25px;
}
#helpandlogout
{
	background-color: transparent;
	text-align:right;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-left:0px;
}
#cpDiv H1.H1HeaderCenter
{
	display: none;
}

#content
{
	clear:both;
	float:left;
}

#footerContainer
{
	float:left;
	width:100%;
	clear:both;
	border-top:solid 1px #000033;
	overflow:hidden;
	margin:5px 0 0 0;	
}

#footerContainerLeft 
{
	margin:0 0 0 0;
	text-align:left;
	float:left;
}
#footerContainerRight
{
	margin:0 5px 0 0;
	text-align:right;
	float:right;
}

/* END LAYOUT OF MASTER PAGE */

/* LAYOUT OF MAIN PAGES */
#BreadCrumbs
{
	margin:0px 0px 0px 20px;
	text-align:left;
}
/* END OF LAYOUT OF MAIN PAGES */


/* LAYOUT OF WIZARD NAVIGATION */
#floatleft
{
    margin:0px 0px 0px 20px;
	float:left;
	display:block;
	width:950px;
}

#wizardNav 
{
	/*margin:0px 0px 0px 20px;*/
	/*float:left;*/
	/*border:solid 0px #000033;
	padding:0;
	margin-top:0px;
	text-decoration:none;
	background-color: #FFFFFF;*/
	/*clear: right;*/
}
.WizardStep
{

	margin-right:auto;
	margin-left:auto;
	width:600px;
	border:solid 1px #000000;
	text-align: left;
	padding-bottom: 1.25%;
	overflow:hidden;
/*		
	clear:both;
	text-align:center;
	text-align: -moz-center;
	border:solid 1px  #000000;
	background-color: #E4EEFC;
	vertical-align:top;
	height: 25em;
*/
}
/* To keep safari happy */
.WizardStep table
{
	margin-left:auto;
	margin-right:auto;
}

.WizardStep .H2Header
{
	padding-left: 10%;
	padding-right: 0;
	text-align: left;
}

/* END LAYOUT OF WIZARD NAVIGATION */


/* div */
#SelectionHeader
{
    float:none;
}

#SelectionDetail
{
    float:none;
}

/* end of div*/