@charset "UTF-8";
/* CSS Document */




/* GENERAL SITEWIDE STYLES*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #404041;
}
h1 {
	color: #104b7d;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
}
h2 {
	color: #104b7d;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 0.2em;
}
h3 {
	color: #104b7d;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 1em;
}
p {
	margin-bottom: 1.4em;
	line-height: 1.7em;
}
a:link, a:visited {
	color: #5080b9;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}
.nobreak {
	white-space: nowrap;
}







/* WRAPPER AND BORDERS */

#wrapper {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
body.home #wrapper_content {
	margin: 0px;
	padding: 0px;
	width: 900px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 425px;
}

#border_top {
	height: 21px;
	width: 900px;
	background-image: url(../images/border_top.gif);
	background-repeat: no-repeat;
	font-size: 0px;
}
#border_bottom {
	background-image: url(../images/border_bottom.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 900px;
	font-size: 0px;
}





/* HEADER AND NAV */

#header {
	height: 28px;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c9b678;
	border-left-color: #c9b678;
	text-align: right;
	padding-right: 29px;
	padding-top: 74px;
}
#header img.logo {
	position: absolute;
	left: 37px;
	top: 17px;
}
#header img.txt_annual_report {
	position: absolute;
	top: 45px;
	right: 36px;
}
#header ul {
	list-style-type: none;
}
#header li {
	display: inline;
}
#header li a {
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 72px;
}
#header li a:hover,
body.overview #overview a,
body.services #services a,
body.key_highlights #key_highlights a,
body.financial_highlights #financial_highlights a,
body.stockholders_letter #stockholders_letter a,
body.corporate_information #corporate_information a {
	color: #5080b9;
	text-decoration: none;
}
#anchor_nav {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}







/* CONTENT */

#wrapper_content {
	width: 742px;
	padding-top: 32px;
	padding-right: 36px;
	padding-bottom: 14px;
	padding-left: 120px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c9b678;
	border-left-color: #c9b678;
}
#content {
	width: 581px;
	position: relative;
	padding-top: 25px;
	padding-right: 61px;
	padding-bottom: 10px;
	padding-left: 100px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
body.services #content {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content_top, #content_bottom {
	font-size: 0px;
	background-repeat: no-repeat;
	height: 10px;
	width: 742px;
}


body.overview #content_top,
body.stockholders_letter #content_top {
	background-image: url(../images/contentBox_top_blue.gif);
}
body.overview #content,
body.stockholders_letter #content {
	background-color: #ddeaf3;
	background-image: url(../images/bg_blue.jpg);
}
body.overview #content_bottom,
body.stockholders_letter #content_bottom {
	background-image: url(../images/contentBox_bottom_blue.gif);
}


body.key_highlights #content_top,
body.financial_highlights #content_top,
body.corporate_information #content_top {
	background-image: url(../images/contentBox_top_green.gif);
}
body.key_highlights #content,
body.financial_highlights #content,
body.corporate_information #content {
	background-color: #d9ded8;
	background-image: url(../images/bg_green.jpg);
}
body.key_highlights #content_bottom,
body.financial_highlights #content_bottom,
body.corporate_information #content_bottom {
	background-image: url(../images/contentBox_bottom_green.gif);
}


img.inset {
	position: absolute;
	left: -120px;
}





/* CONTENT DIVIDERS */

hr {
	margin-bottom: 20px;
}
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	position: relative;
	margin-top: 25px;
	margin-bottom: 15px;
	width: 580px;
}
body.services .divider {
	width: 742px;
	margin-bottom: 10px;
}
.divider a {
	right: 0px;
	position: absolute;
	font-size: 10px;
	display: block;
	padding-left: 5px;
	color: #666666;
	top: 3px;
}
.divider a:link {
	color: #666666;
}
.divider a:hover {
	color: #5080b9;
	text-decoration: none;
}







/* FOOTER */

#footer {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	position: relative;
	height: 50px;
	width: 900px;
}
#footer ul {
	list-style-type: none;
	right: 25px;
	position: absolute;
	top: 10px;
}
#footer li {
	display: inline;
}
#footer a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666666;
	display: block;
	float: left;
}
#footer a:hover {
	color: #5080b9;
	text-decoration: none;
}
#pdf a {
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 17px;
}

