/*General Elements*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
body
{
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

body.Home
{
	background: url(../images/bg.png) no-repeat center 0 #114273;
	min-width: 960px;
}

/*Headings*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
h1
{
	font-size: 60px;
	line-height: 60px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
}

.h1_Subhead
{
	font-size: 21px;
	line-height: 18px;
	color: #358ED8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}

.h1_Small
{
	font-size: 30px;
	line-height: 40px;
	color: #358ED8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 35px 0 0 0;
}

h2
{
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 12px 2px 12px;
    text-decoration: none;
    text-transform: uppercase;
	background: #00599F;
}

h3
{
	font-size: 15px;
	line-height: 18px;
	color: #00599F;
	font-weight: bold;
	text-transform: uppercase;
}

/*Paragraphs*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
p
{
}

p.Footnote
{
	font-style: italic;
	font-size: 12px;
    line-height: 15px;
    margin: 8px 0;
	color: #999;
}

p.PullQuote
{
	font-style: italic;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #B2C7E4;
}

p.LargeGrey
{
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	color: #999;
}

.NoTopMargin
{
	margin-top: 0;
}

#CorporateInfo p
{
	font-size: 13px;
	line-height: 18px;
}

/*Links*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
a:link, 
a:visited
{
	text-decoration: underline;
	color: #004B8B;
	outline: none;
}

a:active
{
	text-decoration: underline;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

.h1_Cornerstone
{
	font-size: 48px;
	line-height: 75px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
	float: left;
}

a.h1_Cornerstone
{
	text-decoration: none;
}

a img,
a:link img,
a:hover img,
a:visited img,
a:active img
{
	outline: none;
	border: none;
}

.Right a img,
.Right a
{
	margin-right: 0;
}

h2 .NoLink, 
h2 .NoLink:link, 
h2 .NoLink:visited, 
h2 .NoLink:active,
h2 .NoLink:hover
{
	text-decoration: none;
	color: white;
}

.Home h2 .NoLink, 
.Home h2 .NoLink:link, 
.Home h2 .NoLink:visited, 
.Home h2 .NoLink:active
{
	text-decoration: none;
}

.Home h2 .NoLink:hover
{
	text-decoration: underline;
}

a.FnNumber
{
	color: #666;
	font-weight: bold;
}

table.LineTable sup a,
table.BlueTable sup a
{
	color: #53A7EF;
	text-decoration: none;
	font-weight: bold;
}

table.BlueTable tr.PropertyTableHeader sup a,
table.LineTable tr.PropertyTableHeader sup a
{
	color: #00599F;
}

table.LineTable sup a:hover,
table.BlueTable sup a:hover
{
	text-decoration: underline;
}

/* General Custom/Misc */
/*------------------------------------------------------*/
/*------------------------------------------------------*/



/* Tables */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
table td
{
	padding: 8px 0;
	vertical-align: top;
	font-size: 13px;
	line-height: 16px;
}

table.BlueTable td
{
	padding: 8px 8px;
	/*padding: 0;*/
}

table.LineTable td
{
	border-bottom: solid 1px #CCC;
	padding: 3px 8px 3px 0;
}

.PropertyTableHeader td
{
	background: #B2C7E4;
	vertical-align: middle;
	color: black;
	font-size: 11px;
	font-style: italic;
}

table.LineTable .PropertyTableHeader td
{
	padding: 8px 8px;
}

.PropertyTableHeader td .Capitalize,
table.LineTable .Capitalize
{
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 13px;
	font-style: normal;
	color: black;
}

table.LineTable .Capitalize
{
	letter-spacing: 0;
	color: #333;
}

.BlueRow td
{
	background: #D8E3F1;
}

.Indent
{
	padding-left: 25px;
	/*padding-left: 0;*/
}

table.LineTable td.CountryHead
{
	color: #00599F;
    font-size: 15px;
    font-weight: bold;
    height: 100px;
    text-transform: uppercase;
    vertical-align: middle;
	border-bottom: solid 1px #999;
	padding-top: 25px;
	border-bottom: none;
}

table.LineTable .CountryThumb
{
	text-align: center;
    vertical-align: middle;
	border-bottom: solid 1px #999;
	border-bottom: none;
}

.CellBottomBorder td,
td.CellBottomBorder
{
	border-bottom: solid 1px #666;
}

td.Blue
{
	color: #00599F;
}

.BottomAlign td
{
	vertical-align: bottom;
}

table.PrincipalProperties td
{
    color: #999999;
    padding: 5px 10px 5px 0;
	border-bottom: 1px solid #CCCCCC;
}

table.PrincipalProperties td.BoldCell
{
	color: #333;
}


