

/*
----------------------------------------------------------
hamilton | reed styles
FileName: hr.css
Version: 2003.05.29
----------------------------------------------------------
*/


/* General Elements */
/* ----------------------------------------------------- */
body {
    margin: 0px 0px 0px 0px;
    color: #000000;
/*    background-color: #A88735; */
    background-color: #FFFFFF; 
    font-family: GillSans,Tahoma,Arial;
    font-size: 13px;
}
td {
    font-family: GillSans,Tahoma,Arial;
    color: #444444;
    font-size: 13px;
}
a:link {
    color: #AAAAAA;
	text-decoration: none;
}
a:visited {
    color: #AAAAAA;
	text-decoration: none;
}
a:hover {
    color: #859439;
	text-decoration: none;
}

input, select, textarea {
	font-family: GillSans,Tahoma,Arial;
    font-size: 13px;
}

hr {
	color: #CCCCCC;
	height: 1px;
	margin: 0px 0px 5px 0px;
}

/* Formatting Structure */
/* ----------------------------------------------------- */

table.main { width: 774px; height: 100%; }
td.sitename { 
	height: 34px; 
	vertical-align: middle;	
}
table.sitename { 
	margin: 0px 11px 0px 11px;
	width: 752px;
	height: 34px; 
}

td.logo { text-align: right; vertical-align: bottom; }

td.countryid {
	height: 30px;
	padding:  0px 11px 8px 11px;
	vertical-align: bottom;
	color: #666666;
	font-size: 10px;
}
td.imgband { height: 65px; }
td.vertnav {
	height: 20px; 
	border-bottom: solid 1px #999999;
	padding-left: 11px;
	vertical-align : middle;
	color: #000000;
    font-size: 11px;
	text-decoration: none;
}

td.content { 
	padding: 27px 11px 11px 11px; 
	width: 572px;
	height: 80%;
	vertical-align: top; 
} 
td.lhsash { 
	background-color: #F4F4F4;
	padding: 27px 11px 11px 10px; /* Ww */
	width: 159px; /* Ww */
	vertical-align: top;	
}
td.lhnav, td.lhnavbld {
	padding: 0px 0px 0px 1px; /* Ww */
}

td.footer { 
	padding: 16px 11px 11px 11px; 
	height: 26px;
	vertical-align: top; 
	color: #666666;
	font-size: 10px;
} 

td.langsel { padding: 22px 0px 0px 0px; }
td.promo { padding: 33px 0px 0px 0px; }
.promobox  { margin-bottom: 11px; }/* 11px space after promo boxes */


/* Navigation Links */
/* ----------------------------------------------------- */
.sitename, a.sitename, a.sitename:visited, a.sitename:hover  {
    color: #000000;
    font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
.lhnav {
    color: #000000;
    font-size: 11px;
	text-decoration: none;
}
a.lhnav, a.lhnav:visited {
    color: #AAAAAA;
	text-decoration: none;
}
a.lhnav:hover {
    color: #859439;
	text-decoration: none;
}
.lhnavbld {
    color: #AAAAAA;
    font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.lhnavbld, a.lhnavbld:visited {
    color: #AAAAAA;
	text-decoration: none;
}
a.lhnavbld:hover {
    color: #859439;
	text-decoration: none;
}
.ftnav, a.ftnav, a.ftnav:visited {
    color: #AAAAAA;
    font-size: 10px;
	text-decoration: none;
}
a.ftnav:hover {
	text-decoration: none;
}

.quote {
    font-family: GillSans,Tahoma,Arial;
    color: #663366;
    font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.quote_bold {
    font-family: GillSans,Tahoma,Arial;
    color: #663366;
    font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.page_normal {
    font-family: GillSans,Tahoma,Arial;
    color: #333333;
    font-size: 14px;
	font-weight: none;
	text-decoration: none;
}
a.page_normal {
    color: #660066;
}
a.page_normal:hover {
    color: #660066;
    text-decoration: underline;
}

.styled_quote {
    font-family: GillSans,Tahoma,Arial;
    color: #663366;
    font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}


/* DIV */
/* ----------------------------------------------------- */
div.clear { clear: both; } 
div.lh-purple {
	color: #7d4874;
	padding: 0px 4px 0px 1px; /* Ww */	
	font-size: 11px;
}/* purple '-' on the LHSash subnavigation */
div.lh-black {
	color: #000000;
	padding: 0px 4px 0px 1px; /* Ww */	
	font-size: 11px;
}/* black '-' on the LHSash subnavigation */


/* Text Formatting */
/* ----------------------------------------------------- */
.title { 
	color: #000000;
	font-weight: bold;
	font-size: 14px;
 }
 .pdf {
	color: #666666;
	font-size: 8pt;
	font-style : italic;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}

/* Images */
/* ----------------------------------------------------- */
img  { border: 0px; }/* remove border from image */
.img-left { 
	margin: 0px 11px 11px 0px;
	float : left;
}
.img-right  { 
	margin: 0px 0px 11px 11px;
	float: right;
}



