/* CSS Document */

* 	{
	margin: 0;
	padding: 0;
	}
	

body {
	background-color: #1F1F5C;
	font-family: Verdana, Helvetica, Arial, sans;
	font-size: 12px;
	color: #FFE404;
	text-align: center;
	background-image:url('/images/background.png');
	background-repeat: repeat-x;	
	}

#wrapper {
	margin: 0 auto -50px auto;
	width: 790px;
	text-align: left;
	background-image:url('/images/background_blueprint_02.gif');
	background-repeat: repeat-y;
/*	opacity:0.47;
	filter:alpha(opacity=47);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=47);
	-moz-opacity: 0.47;	*/
	}
	
#header {
	width: 790px;
	height: 124px;
	margin: 10px 0px 10px 0px;
	}
	
	#headerLogo {
		position: relative;
		left: 15px;
		top: 10px;
		width: 276px;
		height: 51px;
	}
	#headerText {
		position: relative;
		left: 540px;
		top: -7px;
		width: 219px;
		height: 16px;
	}

#headerNav {
	text-align: right;
	width: 100%;
	height: 76px;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}
	#headerHorizontalBar {
		height: 11px;
		background-image:url('/images/horizontal_bar.gif');
		background-repeat: no-repeat;
		background-position: center left;
		margin: 0px;
	}
		#ie7HeaderHack{
			margin: -22px 0 0 0;
		}
	#headerMenu {
		float: right;
		margin: 0px 32px 0 0;
	}

.topNavLayout {
	min-width: 65px;
		width:auto !important;
		width:65px;		
	height: 65px;	
	display: inline;
	float: left;
	margin: -4px 0 0 0;
	padding: 0px 0px 0px 0px;
}
	.topNavLayout a {
		color: #ffffff;
		text-decoration: none;
	}
	.topNavLayout a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

.pageTitle {
	width: 600px;
	font-weight: bold;
	font-size: 2.0em;
	color: #FFE404;
	margin: 20px 0 6px 19px;
}	
	.subTitle {
		/*	font-weight: bold;	*/
		font-size: 1.4em;
		color: #FFE404;
		letter-spacing: 1px;
		margin: 0px 0 10px 0px;
	}
		.titleName {
			margin: 0px 0 20px 0px;
		}			

#topPics {
	float: right;
	width: 771px;
	height: 110px;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
	.topPicsLayout {
/*		width: 80px;	*/
		height: 110px;	
		display: inline;
		float: left;
		margin: 0px 0 0 0;
		padding: 0px 0px 0px 0px;
	}

	#floatingText {
		position: absolute;
		top: 10;
		right: 10;
		text-align: right;
		width: 740px;
		z-index: 10;
		color: #FFE404;
		font-size: 2.4em;
		font-weight: bold;
		text-shadow: #fff;
	}


#content {
	margin: 0px 0px 0px 19px;
/*	border: 1px solid #999900;	*/
}
	
	#leftCenterRightContent {
		width: 741px;
		margin: 0px 15px 0px 15px;
		padding: 0px;
		line-height: 1.5em;		
	}	
	
	#leftContent {
		float: left;
		width: 229px;
		margin: 0px 15px 0px 15px;
		padding: 0px 0px 0px 0px;
/*		border: 1px solid #999900;	*/
		clear: left;
		line-height: 1.5em;		
	}
	
	#leftCenterContent {
		float: left;
		width: 479px;
		margin: 0px 15px 0px 15px;
		padding: 0px;	
/*		border: 1px solid #999900;	*/
		clear: left;
		line-height: 1.5em;
	}

	#centerRightContent {
		float: right;
		width: 479px;
		margin: 0px 15px 0px 15px;
		padding: 0px;	
/*		border: 1px solid #999900;	*/
		clear: right;
		line-height: 1.5em;
	}
	
	#rightContent {
		float: right;
		width: 229px;
		margin: 0px 15px 0px 15px;
		padding: 0px 0px 0px 0px;
/*		border: 1px solid #999900;	*/
		clear: right;
		line-height: 1.5em;
	}

		.contactRight {
			margin: 0;
			padding: 0;
/*			border: 1px solid #999900;	*/
			line-height: 1.5em;
			color: #ffffff;
		}

			a.contactRight {
				font-size: 1em;
				color: #ffffff;
				text-decoration: underline;
			}
			a.contactRight:hover {
				color: #757596;
				text-decoration: none;
			}

	.inlineContent {
		width: 227px;
		display: inline;
		float: left;
		margin: 0px 15px 0px 15px;
		padding: 0px 0px 0px 0px;
		line-height: 1.5em;
	}

		ul.mainMenu{
			list-style-type: none;	
		}
		li.mainMenuLine{
			margin-bottom: 14px;
		}
		

	a.content {
		color: #FFE404;
		text-decoration: underline;
	}
	a.content:hover {
		text-decoration: none;
	}		
	a.menuNav {
		color: #ffffff;
		text-decoration: none;
		letter-spacing: -1px;
	}
	a.menuNav:hover {
		color: #757596;
		text-decoration: underline;
	}
	.menuNavNoLink {
		font-size: 1em;
		color: #757596;
		text-decoration: none;
		letter-spacing: -0.1px;
	}		
		
	a.menuLink {
		font-size: 1em;
		color: #ffffff;
		text-decoration: none;
	}
	a.menuLink:hover {
		color: #757596;
		text-decoration: underline;
	}
	.menuNoLink {
		font-size: 1em;
		color: #757596;
		text-decoration: none;
	}
		
	a.liLink {
		font-size: 1em;
		color: #ffffff;
		text-decoration: none;
	}
	a.liLink:hover {
		color: #757596;
		text-decoration: underline;
	}		
		
	.faqAnswer {
		margin: 0 0 40px 0;
	}
	.faqTop {
		font-size: 0.8em;
		margin: 5px 0 0 0;
	}	
	a.faqTop {
		color: #ffffff;
		text-decoration: none;
	}
	a.faqTop:hover {
		color: #757596;
		text-decoration: underline;
	}

	.aboutImage {
		float: right;
		margin: 0px 0 10px 10px;
		clear: right;
	}
	.aboutDivider {
		clear: both;
	}
	
	ul {
/*		font-weight: bold;
		color: #8199A3;	*/
		line-height: 1.5em;
		margin: 5px 0px 0px 20px;
		padding: 0px;
		list-style-type: disc;
	}
	li {
		padding-left: 0px;
		margin-bottom: 6px;
	}	

	ul.customerList {
		font-weight: bold;
		color: #ffffff;
		line-height: 1.5em;
		margin: 10px 0px 0px 20px;
		padding: 0px;
		list-style-type: none;
	}
	li.customerList {
		padding-left: 0px;
		margin-bottom: 8px;
	}	


table.method {
	table-layout: fixed;
	width: 455px;
	font-size: 0.9em;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;	
	
}

	table.method th {
		background-color: #666;
/*		color: #000;	*/
		padding: 5px 3px 5px 3px;
		text-align: center;
/*		border: 1px #fff solid;	*/
	}
	table.method td {
		background-color: #CCC;
		color: #000;
		padding: 3px;
		text-align: left;
		border: 1px #fff solid;
	}



		.indent {
			padding: 0 0 0 10px;
		}

table.downloads {
	table-layout: fixed;
	width: 475px;
	font-size: 0.9em;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;	
	margin: 10px 0 10px 0;
}
	table.downloads th {
		background-color: #666;
/*		color: #000;	*/
		padding: 5px 3px 5px 3px;
		text-align: center;
		border-left: 1px #666 solid;
	}
	table.downloads td {
		background-color: #CCC;
		color: #000;
		padding: 3px;
		height: 36px;
/*		text-align: left;	*/
		border: 1px #fff solid;
	}
			a.downloads {
				font-size: 1em;
				color: #757596;
				text-decoration: underline;
			}
			a.downloads:hover {
				color: #FFE404;
				text-decoration: none;
			}
			

table.profileForm {
	table-layout: fixed;
	width: 475px;
	font-size: 0.9em;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;	
	margin: 10px 0 10px 0;
}
	table.profileForm td {
		background-color: #CCC;
		color: #000;
		padding: 3px;
		border: 1px #fff solid;
	}

	table.profileFormSub {
		table-layout: fixed;
		width: 100%;
		font-size: 0.9em;
		background-color: #666;
		border: 0px;
		border-collapse: collapse;
		border-spacing: 0px;	
		/*	margin: 10px 0 10px 0;	*/
	}
		table.profileFormSub td {
			background-color: #ccc;
			color: #000;
			/*	padding: 3px;	*/
			border: 1px #ccc solid;
		}
			

img {
	border: 0;
	}

.textBold {
	font-weight: bold;
}
.textItal {
	font-style: italic;
}
.textBoldBlack {
	font-weight: bold;
	color: #000000;
}
.textWhite {
	color: #ffffff;
}
.textBigger {
	font-size: 1.2em;
}
.textSmaller {
	font-size: 0.8em;
}
.textError {
	color: #ff0000;
}
.textRequired {
	color: #ff0000;
}

.center {
	text-align: center;
}
.textRight {
	text-align: right;
}

.clear {
	margin: 0;
	clear: both;
}



#footerNav {
	text-align: right;
	width: 100%;
	clear: both;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	font-size: 1.1em;
	color: #ffffff;
}
	
	#footerHorizontalBar {
/*		height: 11px;	*/
		background-image:url('/images/horizontal_bar_footer.gif');
		background-repeat: no-repeat;
		background-position: center right;
		margin: 0px 0 6px 0;
	}

	.inlineFooter {
		width: 227px;
/*		height: 60px;	*/
		display: inline;
		float: left;
		margin: 0px 15px 0px 15px;
		padding: 0px 0px 0px 0px;
		font-size: 0.8em;		
	}		
	
#footer {
	width: 790px;
	height: 140px;
	text-align: center;
	clear: both;	
	margin: 0px auto 200px auto;
	padding-top: 20px;
	font-size: .9em;
	color: #666666;
}



