﻿html,body
{
	width:100%;
	height:100%;
}

body 
{
	margin:0;
	background-color:#A6CCE0;
}

div#NavLayout
{
	background-image: url('../../images/layout/layout.jpg');
	width: 749px;
	height: 845px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}

div#NavContent
{
	position:relative;
	top: 185px;
	left:253px;
	width:426px;
	height:560px;
	/*border: solid 1px black;*/
	overflow:visible;
	
}

div#NavContentPadding
{

	padding:10px;
	font-family: Arial;
	font-size:10pt;
	height:560px;
}


div#FooterSiteMap
{
	position:absolute;
	top:800px;
	margin-left:50%;
	left: -310px;
	padding:15px;
}

a#HomeLink
{
	position:absolute;
	left: -261px;
	margin-left:50%;
	top:200px;
	/*border:solid 1px black;*/
	width:52px;
	height:22px;
	text-decoration:none;
}


a#WhoWeAreLink
{
	position:absolute;
	left: -280px;
	margin-left:50%;
	top:228px;
	/*border:solid 1px black;*/
	width:90px;
	height:24px;
	text-decoration:none;
}

a#WhatWeDoLink
{
	position:absolute;
	left: -285px;
	margin-left:50%;
	top:257px;
	/*border:solid 1px black;*/
	width:103px;
	height:24px;
	text-decoration:none;
}

a#SolutionsLink
{
	position:absolute;
	left: -280px;
	margin-left:50%;
	top:290px;
	/*border:solid 1px black;*/
	width:90px;
	height:23px;
	text-decoration:none;
}


a#ContactLink
{
	position:absolute;
	left: -292px;
	margin-left:50%;
	top:320px;
	/*border:solid 1px black;*/
	width:109px;
	height:23px;
	text-decoration:none;
}




a#WhoWeAreLink span,  a#HomeLink span, a#WhatWeDoLink span, a#SolutionsLink span, a#ContactLink span
{
display:none;
}


div.contactField
{
	font-weight:bold;
	font-size:8pt;
}

span.required
{
	color:Red;
	font-weight:bold;
	font-family:Arial;
	font-size:8pt;
}


a:link, a:visited
{
	color: #017DC3;
	font-weight:bold;
	text-decoration:none;
	font-size:12pt;
	font-family:Times New Roman;
}
a:hover
{
	color:#D4EAF7;
	font-weight:bold;
	text-decoration:none;
	font-size:12pt;
	font-family:Times New Roman;
}


img#Interact
{
	position: absolute;
	top:410px;
	margin-left:50%;
	left: -310px;
}

img#earncash
{
	position: absolute;
	top:525px;
	margin-left:50%;
	left: -310px;
}


span.highlight
{
	color:#2E556B;
	font-weight:bold;
}

span.position
{
	font-style:italic;
}
span.header
{
	font-size:12pt;
	color:#000099;
}

div#NavContent p
{
	font-size:9pt;
	font-family:Arial,Verdana,Times New Roman;
}

table.SiteMap a:link, table.SiteMap a:visited
{
	color: #017DC3;
	font-weight:bold;
	text-decoration:none;
	font-size:8pt;
	font-family:Arial, Times New Roman;
}

table.SiteMap a:hover
{
	color:#D4EAF7;
	font-weight:bold;
	text-decoration:none;
	font-size:8pt;
	font-family:Arial, Times New Roman;
}