/*Normal black font*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*Normal white font*/
.styleNormalWhite {color: #FFFFFF; text-align:left; margin-bottom:8px;}
/*Links and rollovers*/
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #C5C58B;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #C5C58B;
}
/*Slogan*/
.styleSlogan {
	font-size: 30px;
	font-family: Garamond;
	font-style: italic;
	color: #314C9B;
}
/*BackLayer*/
#BackLayer {
	position:relative;
	height:100%;
	z-index:1;
	top:0px;
	left:0px;
}
/*Navagation Bar*/
#NavLayer {
	position:relative;
	width:665px;
	height:40px;
	z-index:4;
	top:-60px;
	left:290px;
}
/*Flash header*/
#FlashLayer {
	position:relative;
	width:100%;
	height:40px;
	z-index:2;
	top:-50px;
	left:0px;
}
/*Page description - "Providing businesses with the resources..."*/
#DescriptionLayer {
	position:relative;
	width:350px;
	height:50px;
	z-index:3;
	top:30px;
	left:25px;
}
.styleDescription {
	color: #FFFFFF;
	font-size: 18px;
	font-style: italic;
}
/*Left box - "The Offshore Solution"*/
#LeftboxLayer {
	position:relative;
	width:483px;
	height:219px;
	z-index:5;
	top:50px;
	left:0px;
}
/*Left box 2 - "The Offshore Solution"*/
#LeftboxLayer2 {
	position:relative;
	width:483px;
	height:40px;
	z-index:5;
	top:-30px;
	left:0px;
}
/*Right box*/
#RightboxLayer {
	position:relative;
	width:421px;
	height:486px;
	z-index:6;
	left:533px;
	top: -333px;
	
}
/*Full box (new)*/
#FullboxLayer {
	position:relative;
	width:930px;
	height:400px;
	z-index:5;
	left:20px;
	top: -316px;
}
/*Full text (new)*/
#FulltextLayer {
	position:relative;
	width:930px;
	height:400px;
	z-index:6;
	left:0px;
	top: 70px;
}
/*Box headers*/
.styleWhiteHeader {color: #FFFFFF; font-weight: bold; font-size: 18px; }
.styleGreenHeader {color: #76C242; font-weight: bold; font-size: 18px; }
/*Box below the right box - "Call (877)..."*/
#CallLayer {
	position:relative;
	width:390px;
	z-index:7;
	top: -440px;
	left: 540px;
}
#CallLayer2 {
	position:relative;
	width:500px;
	z-index:7;
	top: -345px;
	left: 20px;
}
.styleCall {font-size: 16px;
	color: #FFFFFF;
}
/*Main content below*/
#ContentLayer {
	position:relative;
	width:393px;
	height:0px;
	z-index:7;
	top: -450px;
	left: 12px;
}
/*Main content blow 2*/
#ContentLayer2 {
	position:relative;
	width:393px;
	height:0px;
	z-index:7;
	top: -350px;
	left: 12px;
}
.styleContentHeaderBlue {
	color: #213369;
	font-size: 24px;
}
.styleContentHeaderGreen {color: #76C242; font-size: 24px; }
.styleQAHeader {color: #76C242; font-weight: bold; font-size: 18px; }
.styleQuestion {font-size: 18px}
/*Copywright and company name*/
.styleCopywright {
	color: #314C9B;
	font-weight: bold;
}
