body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
#wrapper {
	position:relative;
	text-align: left;
	width: 930px;
	background: #fff url(/images/bg-top.gif) no-repeat;
	padding: 140px 0 0 0;
	margin: 10px 0 0 10px;
}
#wrapper a:link, #wrapper a:visited {
	color:#00f;
}
#wrapper a:hover {
	color:#F00;
}

#content {
	padding:15px 426px 15px 15px;
	background: #1C2574 url(/images/bg-bottom.gif) no-repeat;
	background-position: right top;
	color: #fff;
}
#content p {
	text-align:justify;
}
#content a:link, #content a:visited {
	color:#eef;
}
#content a:hover {
	background-color:#eef;
	color:#f00;
}
#content p.title {
	font-size:110%;
	font-weight:bolder;
}
#content ul {
	list-style:none;
}
#content li {
	margin-bottom: 20px;
}
#content li a:link, #content li a:visited {
	color: #eef;
}
#content li a:hover {
	background-color:#eef;
	color:#f00;
}
#content td p{
	text-align:left;
}
/*
Navigation - absolutely positioned within the wrapper div (relatively positioned)
*/
#homeLink {
	position:absolute;
	top:0;
	left:0;
}
#navigation {
	position:absolute;
	text-align:center;
	top: 40px;
	right: 150px;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
}
#navigation ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#navigation li {
	display:inline;
	width: 120px;
	margin: 0 8px 0 0;
	padding: 0;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#navigation a:link, #navigation a:visited {
	text-decoration:none;
	padding: 2px;
	color: #063;
}
#navigation a:hover {
	color: #f00;
}

.divider {
	color: #063;
	font-weight:bolder;
}

body#home li.home a:link, body#home li.home a:visited,
body#about li.about a:link, body#about li.about a:visited,
body#legal li.legal a:link, body#legal li.legal a:visited, 
body#links li.links a:link, body#links li.links a:visited,
body#map li.map a:link, body#map li.map a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited,
body#news li.news a:link, body#news li.news a:visited,
body#clients li.clients a:link, body#clients li.clients a:visited,
body#bios li.bios a:link, body#bios li.bios a:visited {
	color: #fff;
	background-color: #063;
}
body#home li.home a:hover,
body#about li.about a:hover,
body#legal li.legal a:hover,
body#links li.links a:hover,
body#map li.map a:hover,
body#contact li.contact a:hover,
body#news li.news a:hover,
body#clients li.clients a:hover,
body#bios li.bios a:hover {
	color: #f00;
}

/* Page Titles that hover over the globe */
#pageTitle {
	position:absolute;
	top: 200px;
	right:50px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.6em;
}
#pageTitle p.main {
	color:#FFF;
	margin-bottom:-1.2em;
}
#pageTitle p.sub {
	font-style:italic;
	color:#525B96;
	padding-left:1em;

}