@charset "utf-8";
/* CSS Document */

/* Page Properties */

/*
html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000000;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
}


h1 {
	font-size:30px;
	color:#FFFFFF;
}

h2 {
	font-size:18px;
	color:#FFF;
}
*/

h3 {
	font-size: 18px;
	margin:.25em 0 0;
	color:#FFF;
}

/* Bold text Color */
strong {
	color:#FF4D00;
}
/* Bold text Color */
/*
li { 
	list-style-type: none;
	background: url(/images/landingpages/thevisionary/bullet.gif) no-repeat;
	padding-left: 1em;
	}

*/	
	a { 
	text-decoration:none; 
	color:#FF4D00; 
	font-weight: bold;
	}
	a:hover   {
	color: #FFFFFF; 
	font-weight: bold;
	}

	
/* Main Container */	
	.oneColFixCtr #wrapper {
		height:98%;
		text-align: center;
		margin: 0 auto;
		}
	.oneColFixCtr #container {
		width: 762px;
		height:720px;
		margin: 0 auto;
		text-align: left;
		}
/* Top Image Container */	
	.oneColFixCtr #contTop {
		width: 762px;
		height:73px;
		background-image:url(/images/landingpages/thevisionary/top.jpg);
		margin: 0 auto;
		text-align: left;
		}
/* Main Image Container */
	.oneColFixCtr #contImg {
		width: 762px;
		height:378px;
		background-image:url(/images/landingpages/thevisionary/mainImage.jpg);
		margin: 0 auto;
		text-align: left;
		}
/* Text Container */
	.oneColFixCtr #contTxt {
		width: 762px;
		height:100px;
		background-image:url(/images/landingpages/thevisionary/bg-txt.jpg);
		margin: 0 auto;
		text-align: left;
		}
/* Footer Disclaim */
	.oneColFixCtr #contDisclaim{
		width: 682px;
		height:55px;
		margin: 0 auto;
		text-align:left;
		font-size:10px;
		color:#999999;
		border-style:solid;
		border-width:2px;
		border-color:#333;
		padding: 5px;
		}
/* Footer Container */
	.oneColFixCtr #contFooter {
		width: 762px;
		height:34px;
		margin: 0 auto;
		text-align:center;
		font-size:10px;
		}
/* Text Container Center */
	.oneColFixCtr #txtCenter {
	float:center;
	position:relative;
	text-align: center;
	top: 24px;
	width:700px;
	height:50px;
	margin: 0 auto;
		}		
/* Text Container Center */
	.oneColFixCtr #txtLeft{
	float:left;
	position:relative;
	text-align: center;
	width:115px;
	height:50px;
	margin: 0 auto;
		}
/* Text Container Right */
	.oneColFixCtr #txtRight {
	float:right;
	position:relative;
	text-align: left;
	width:550px;
	height:45px;
	margin: 0 auto;
		}

