/* CONVENIENCE CLASSES */

.centeralign, .centrealign { text-align: center; }
div.clear { clear: both; height: 0; font: 0/0; }
.floatright { float: right; clear: right; }

/* GENERIC RULES */
a img {
	border: none;
}

body {
	text-align: center;

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

h1 { font-size: 150%; }
h2 { font-size: 120%; }
#content h3 { font-size: 110%; margin: 10px 0; }
#content h4 { font-size: 100%; }
dt {font-weight: bold;}
p { margin: 4px 0; line-height: 140%; font-size: 100%; }
/*li { margin: 4px 13px; font-size: 100%; }*/
a { text-decoration: underline; color:   rgb(93, 116, 0); }

#content a:hover {
	text-decoration: none;
	color: #00ffee;
}

/* PAGE TEMPLATE */

#breadcrumbs {
	font-size: 85%;
	margin: 5px 0 5px 30px;
	color: #5d5d5d;
}

#breadcrumbs a {
	color: #5d5d5d;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: black;
}

#sidebar {
	width: 200px;
	float: left;
}

#sidemenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidemenu li {
	background: transparent url("/images/bullet_blue.gif") left 50% no-repeat;
	margin: 0;
	padding: 0 0 0 16px;
	font-size: 90%;
	margin: 8px 0;
}

#sidemenu a {
	color: white;
	text-decoration: none;
}

#sidemenu a:hover {
	color: #7aad0b;
}

#sidemenu {
	background: #22184c url("/images/bg_sidebar.jpg") left top no-repeat;
	padding: 10px 10px 10px 15px;
	color: white;
	font-weight: bold;
}

#sidead {
	background: #22184c url("/images/sister.png") 50% 50% no-repeat;
	height: 200px;
	margin: 10px 0;
	text-align: center;
	color: #a0a0a0;
}

#sidead1 {
	background: #22184c url("/images/lh-logo.jpg") 50% 50% no-repeat;
	height: 425px;
	margin: 10px 0;
	text-align: center;
	color: #a0a0a0;
}

#sidead2 {
	background: #22184c url("/images/ad_investor_INS.jpg") 50% 50% no-repeat;
	height: 200px;
	margin: 10px 0;
	text-align: center;
	color: #a0a0a0;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
	text-align: left;
	
}

#navigation ul {
	height: 25px;
	background: #50438b url("/images/bg_mainmenu.jpg") left top repeat-x;
}

#navigation ul li {
	line-height: 25px;
	list-style: none;
	display: inline;
}

#navigation ul li a {
	margin: 0 5px;
	text-decoration: none;
	color: white;
	display: block;
	padding: 0 4px;
	float: left;
}

#navigation ul li a:link { color: white; }
#navigation ul li a:visited { color: white; }
#navigation ul li a:link:hover, #navigation ul li a:visited:hover { color: white; }

#navigation ul li a.selected {
	background: #22184c;
	border-left: 1px #606060 solid;
	border-right: 1px #606060 solid;
}

#footmenu {
	background-color: #22184c;
	color: white;
	height: 31px;
}

#footmenu li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
}

#footmenu a {
	display: block;
	line-height: 31px;
	color: white;
	text-decoration: none;
	text-align: center;
	width: 180px;
	font-weight: bold;
}


#footmenu2 ul {
	height: 31px;
	text-align: center;
}

#footmenu2 li {
	display: inline;
	list-style-type: none;
	margin: 0 10px;
}

#footmenu2 a {
	line-height: 31px;
	text-decoration: none;
	color: black;
}

#footmenu .left_item {
	background: #22184c url("/images/bg_footer_l.png") left top no-repeat;
}

#footmenu .current a {
	background: transparent url("/images/bg_footer_hi.png") 50% bottom no-repeat;
}

#footmenu .right_item {
	background: #22184c url("/images/bg_footer_r.png") right top no-repeat;
}

#footer {
	text-align: center;
	padding-top: 5px;
	margin-top: 20px;
	font-size: 10px;
}

#header {
	background: transparent url("/images/bg_1px.jpg") right top repeat-x;
/*	margin-bottom: 10px; */
}

#header h1 {
	background: transparent url("/images/bg_header.png") right top no-repeat;
	height: 69px;
	padding-left: 10px;
}

#header h2 {
	height: 58px;
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 1.8em;
	line-height: 58px;
}

#h2wrapper {
	background: #22184c url("/images/bg_h1.jpg") left bottom no-repeat;
	color: white;
	padding-left: 30px;
}

#h2wrapper .type1 { background-image: url("/images/bg_h1_1.jpg"); }
#h2wrapper .type2 { background-image: url("/images/bg_h1_2.jpg"); }
#h2wrapper .type3 { background-image: url("/images/bg_h1_3.jpg"); }

#linkcontainer_wrapper, #featurecontainer_wrapper {
	float: right;
	clear: right;
	width: 200px;
	margin: 0 0 10px 10px;
}

.linkcontainer {
/*	background: #cccccc url("/images/bg_links.gif") right top no-repeat; */
	background-color: #cccccc;
	color: #22184c;
}

.linkcontainer h4, #quickcontact_wrapper h4 {
	color: #22184c;
	font-weight: bold;
	padding: 6px;
}

.linkcontainer dt {
	background: transparent url("/images/bullet_pink.gif") left 50% no-repeat;
	padding-left: 12px;
}

.linkcontainer dl {
	padding: 6px;
}

.linkcontainer dd {
	margin-bottom: 10px;
}

.linkcontainer a {
	color: #22184c;
	text-decoration: none;
	font-weight: normal;
}

#content {
	margin-left: 215px;
	background-color:#fff;

}

#content h1 {
	font-style: italic;
	color: #0071d1;
	font-weight: normal;
}

#column1 {
	width: 340px;
	float: left;
	margin-left: 10px;
}

#column2 {
	width: 340px;
	float: left;
	margin-left: 10px;
}

#column1 h1, #column2 h1 {
	color: #0071d1;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

.welcome_wrapper {
	padding: 1px;
	border: 1px #b0b0b0 solid;
}

.welcome {
	background: #fbfbfb url("/images/bg_infobox.jpg") right bottom no-repeat;
	padding: 6px;
	font-size: 12px;
	line-height: 18px;
}

.welcome h4{ color:   rgb(93, 116, 0); font-size:11px;}
.welcome h3{ color:   rgb(59, 70, 17); font-size:15px; margin:8px 0 8px 0;}
/* HOME PAGE LAYOUT */

td.homepage {  }
td.homepage h2, td.homepage h3 { text-align: center; border-bottom: 1px white solid; padding-bottom: 6px; margin-bottom: 6px; font-weight: bold; font-size: 12px; text-transform: uppercase; }
td.homepage li { list-style-type: none; background: transparent url("/images/check.gif") left 50% no-repeat; font-size: 12px; line-height: 25px; padding-left: 18px; margin-left: 0; }

.homepage_bigbox { width: 570px; float: left; background: #0071d1 url("/images/bg_calculator.jpg") right bottom no-repeat; color: white; height: 240px; margin-bottom: 10px; }






/* More buttons */
.button1 {
	background: transparent url("/images/bg_button1.gif") left 50% no-repeat;
	line-height: 24px;
	height: 24px;
	width: 147px;
	display: block;
	font-size: 12px;
	padding: 0 0 0 10px;
	margin: 10px;
	color: white;
	text-decoration: none;
}


dl.fixed_20em dt {
	display: block;
	width: 20em;
	float: left;
	margin-bottom: 4px;
	clear: left;
}

dl.fixed_20em dd {
	margin-left: 21em;
	display: block;
	margin-bottom: 4px;
}

dl.fixed_20em {
	clear: left;
}


/* SPECK CONTENT */



#speck_content h1, #speck_content h2 {
	color:   rgb(93, 116, 0);

	margin: 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 150%;
	font-family: "Verdana", sans-serif;
}

#speck_content h3{
		color:   rgb(93, 116, 0);
	
}

#speck_content em {
	font-size: 120%;
	line-height: 150%;
	display: block;
	margin-bottom: 20px;
}

#speck_content li {
	margin-left: 30px;
	line-height: 140%;
	margin-bottom:4px;
}

#speck_content ul {
	margin:10px 0 10px 0;
}

.article_display_content table { border-collapse: collapse; border: 1px #006633 solid; }
.article_display_content td { border: 1px #006633 solid; padding:3px 3px; vertical-align:middle; }

.force_white_links a { color: white; text-decoration: none; }
.force_white_links a:hover { color: white; text-decoration: underline; }



/** Squash the title on the article_single template **/
h2.article_display_title {
	display: none;
}

.article_display_image { float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 2px;
	border: 1px solid #b0b0b0}
	
	
.article_display_widgets {
	padding: 0 0 15px 0;
	margin: 0;
	margin-right: 15px;
	}
	
.article_display_pubdate { display: none; }
.article_display_print { background: transparent url("/images/printer.gif") left 50% no-repeat; padding-left: 12px; }
.article_display_email { background: transparent url("/images/email.gif") left 50% no-repeat; padding-left: 12px; }

p.form_errors {
	color: red;
	font-weight: bold;
}

ul.form_errors li {
	color: red;
}

#legal { text-align: center; padding-top: 5px; margin-top: 5px; font-size: 10px; clear: left; }
#legal a { text-decoration: none; color: #5d5d5d; }
#legal a:hover { text-decoration: underline; color: #7d7d7d; }

div.appsection_1 { background-color: #cfd7b0; padding: 10px; margin-bottom: 10px; }
div.appsection_2 { background-color: #9ac009; padding: 10px; margin-bottom: 10px; }
div.appsection_3 { background-color: #cfd7b0; padding: 10px; margin-bottom: 10px; }
div.appsection_4 { background-color: #9ac009; padding: 10px; margin-bottom: 10px; }
div.appsection_5 { background-color: #cfd7b0; padding: 10px; margin-bottom: 10px; }
div.appsection_6 { background-color: #9ac009; padding: 10px; margin-bottom: 10px; }
fieldset.appsection_1 { background-color: #cfd7b0; }
fieldset.appsection_2 { background-color: #9ac009; }
fieldset.appsection_3 { background-color: #cfd7b0; }
fieldset.appsection_4 { background-color: #9ac009; }
fieldset.appsection_5 { background-color: #cfd7b0; }
fieldset.appsection_6 { background-color: #9ac009; }
.appsection_1 legend span { background-image: url("/images/number_1.gif"); background-color: #cfd7b0; }
.appsection_2 legend span { background-image: url("/images/number_2.gif"); background-color: #9ac009; }
.appsection_3 legend span { background-image: url("/images/number_3.gif"); background-color: #cfd7b0; }
.appsection_4 legend span { background-image: url("/images/number_4.gif"); background-color: #9ac009; }
.appsection_5 legend span { background-image: url("/images/number_5.gif"); background-color: #cfd7b0; }
.appsection_6 legend span { background-image: url("/images/number_6.gif"); background-color: #9ac009; }

.appsection_1 h6, .appsection_2 h6, .appsection_3 h6 { color: #22184c; font-size: 20px; font-weight: bold; padding: 10px 0; margin: 0; }



* {
	margin: 0;
	padding: 0;
}


#left_blurbbox{background:#22184C;color:#ffffff;padding:20px 8px 8px 8px;margin-top:0px;}
#left_blurbbox a {color:red;}

