/******************************************************************************
* Generic CSS
 *****************************************************************************/
body {
	font-family:Arial, Verdana,  sans-serif; font-size:11px; color:#cccccc;
	border:0px; margin:29px auto 0px auto; padding:0px 0px 0px 0px;
	text-align:center; background-color:#000000;
}

* html body { text-align: center; /* IE 5 centering */ }

/******************************************************************************
* GENERIC FORMATTING
*****************************************************************************/
p { line-height:16px; margin:0px 0px 15px 0px; }

a { }

h1 { font-size:18px; margin:0px 0px 15px 0px; }

h2 { font-size:14px; margin:0px 0px 15px 0px; }

h3 { font-size:12px; }

/******************************************************************************
* Normal Images
*****************************************************************************/
img { border:none; margin:0px; padding:0px; }

/******************************************************************************
* Normal Unordered List
*****************************************************************************/
ul.normal {
	display:block; float:left; list-style:none;
	padding:0px 0px 10px 0px; margin:0px 0px 0px 0px;
}

ul.normal li {
	display:block;
	margin:0px 0px 3px 0px; padding:0px 0px 0px 10px;
	background-image:url(../_images/ul_bullet.gif);
	background-repeat:no-repeat; background-position:0px 5px;
}

/******************************************************************************
* Accessibility Features
*****************************************************************************/
p#skipToMainContent { display:none; }

/******************************************************************************
* Misc
*****************************************************************************/
div.centered { text-align:center; }

/******************************************************************************
* wrapper
*****************************************************************************/
div#wrapper {
	width:800px; text-align:left; margin:0px auto 0px auto;
}

* html div#wrapper { text-align: left; /* Win IE 5 left align after centering */ }

div#wrapper-i {
	width:800px; float:left;
}

/******************************************************************************
* header
*****************************************************************************/
div#header {
	float:left; width:800px; height:146px; margin-bottom:20px;
	background-image:url(../_images/header-bg.jpg);
	background-position:top center;
}

div#header h1 span {
	display:none;
}

/******************************************************************************
* main-content
*****************************************************************************/
div#main-content {
	float:left; width:760px; padding:20px;
}

/******************************************************************************
* column
*****************************************************************************/
div.column {
	float:left; width:202px; height:620px; margin-right:20px; padding:0px 19px 0px 19px;
	background-image:url(../_images/column-bg.jpg);
	background-position:top center;
	text-align:center; background-repeat:no-repeat;
}

div#global {
}

div#overseas {
}

div#wealth {
	margin-right:0px;
}

div.column-graphic {
	width:202px; height:163px;
}

div.column h1 {
	display:block; width:202px; height:45px; margin-bottom:41px;
	background-position:top center; background-repeat:no-repeat;

}

div.column h1 a {
	display:block; width:202px; height:45px;
}

div.column h1 span { display:none; }

div#global h1 {
	background-image:url(../_images/column-heading-global.jpg);
}

div#overseas h1 {
	background-image:url(../_images/column-heading-overseas.jpg);
}

div#wealth h1 {
	background-image:url(../_images/column-heading-wealth.jpg);
}

div.column-copy {
	width:202px; height:240px;
}

div.column-contact {

}

div.column-contact p {

}

div.column-contact p.telephone {
	font-size:14px; font-weight:bold;
}

div.column-contact p.email {
	font-size:12px;
}

div.column-contact p.email a {
	text-decoration:none; color:#cccccc;
}

div.column-contact p.email a:hover {
	text-decoration:underline;
}

div.column-contact p.web {
	font-size:15px;
}

div.column-contact p.web a {
	color:#fbc512; text-decoration:none;
}

div.column-contact p.web a:hover {
	text-decoration:underline;
}

div.column-web {
	text-align:center;
	margin-top:40px;
}

div.column-web p {
	font-size:14px;
}

div.column-web p a {
	color:#ffffff; text-decoration:none;
}

div.column-web p a:hover {
	text-decoration:underline;
}

div.column p { margin-left:10px; margin-right:10px; }

/******************************************************************************
* footer
*****************************************************************************/
div#footer {
	float:left; width:800px; margin-top:60px; text-align:center;
}

div#footer p a {
	text-decoration:none; color:#172633;
}

div#footer p a:hover {
	text-decoration:underline;
}

/******************************************************************************
* debug
*****************************************************************************/
p.debug {
	background-color:red;	padding:2px; margin:0px;
}
