/*-- CSS--*/

	body {
		background: #ffffff;
		color: #000000;
		text-align: center;
		margin-top: 24px;
		}

	img {
		border-style: none;
		}
		
	a:link { 
		color: #c2c2c2;
		text-decoration: none;
		}

	a:visited {
		color: #c2c2c2;
		text-decoration: none;
		}

	a:active {
		color: #c2c2c2;
		text-decoration: none;
		}

	a:hover {
		color: #c2c2c2;
		text-decoration: underline;
		}

	p {
		margin: 0px 0px 0px 0px;
		}

	h1 {
		font-size: 17px;
		font-weight: bold;
		color: #6f6f6f;
		margin: 0px 0px 0px 0px;
		}

	h2 {
		font-size: 15px;
		font-weight: bold;
		color: #5a99ff;
		margin: 0px 0px 0px 0px;
		}

	h3 {
		font-size: 14px;
		font-weight: bold;
		color: #5a99ff;
		margin: 0px 0px 0px 0px;
		}

	ul.arrow {
		list-style-type: disc;
		list-style-image: url('../images/arrow.gif');
		list-style-position: outside;
		line-height: 24px;
		padding: 0px 0px 0px 24px;
		}

	ul.doublearrow {
		list-style-type: disc;
		list-style-image: url('../images/doublearrow.gif');
		list-style-position: outside;
		line-height: 18px;
		padding: 0px 0px 0px 24px;
		}

	#container {
		margin-left: auto;
		margin-right: auto;
		width: 965px;
		text-align: left;
		margin-top: -20px;
		}

	.center {
		text-align: center;
		margin-top: 16px;
		}

	.blueLink {
		color: #5a99ff;
		}

/*--  HEADER/NAV  --*/

	#logo {
		background: #ffffff;
		float: left;
		}
	
	#spacer_header {
		background: #ffffff;
		background-image: url('../images/spacer_header.jpg');
		background-repeat: no-repeat;
		width: 192px;
		height: 70px;
		float: left;
		margin-top: 7px;
		margin-right: -5px;
		}
	
	#spacer_header .pipe {
		color: #c2c2c2;
		}
	
/* Styling for language selection.*/	
	#spacer_header p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #444;
		font-weight: bold;
		margin-top: 40px;
		margin-left: 30px;
		}			

	#callfree {
		background: #ffffff;
		background-image: url('../images/callfree.jpg');
		background-repeat: no-repeat;
		width: 164px;
		height: 17px;
		float: left;
		margin-left: 75px;
		margin-top: 7px;
		}

/* Changed this from -1px to 0px to align the grey line without the links with the grey line for the nav*/
	#nav {
		margin-top: 0px;
		}

	.navlink {
		margin-left: 0px;
		border: none;
		float: left;
		}

/*--   END HEADER/NAV  --*/

	#tellmemore {
		margin-left: 735px;
		margin-top: -307px;
		margin-bottom: 10px;
		}
	
	#tellmemoretext {
		margin-top: -4px;
		border: none;
		}

	#signupwhite {
		margin-top: -5px;
		border: none;
		}

	#threecontent {
		margin-top: 12px;
		}

	#workswith {
		background: #ffffff;
		background-image: url('../images/workswith.jpg');
		background-repeat: no-repeat;
		width: 955px;
		height: 41px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		margin-top: 10px;
		}

/*-- SAFARI/OPERA HACK --*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#spacer_header {
			margin-top: 5px;
			}
		}
