/* LSR main style sheet */



/* base rules */
html, body, * 
{
	font-family: Arial, Verdana, Georgia, Sans-Serif;
	margin: 0;
	padding: 0;
}

html, body { height: 100%; /* needed for container min-height */ }

body 
{
	background: #fff;
	font-size: 62.5%;
}

p { margin-bottom: 1em; }
img, fieldset, input { border: none; }
ul, ol { list-style-type: none; }
a { text-decoration: none; }
fieldset { float: left; }
label { cursor: hand; cursor: pointer; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

div#maincontent ul,
div#maincontent ol
{
	margin: 1em 0 1em 2em;
}

/* table styles */

table 
{
	/* background: transparent url("../images/bg-table-top.gif") no-repeat 0 0; */
	border-bottom: solid 3px #ff7f00;
	border-collapse: collapse;
	float: left;
	font-size:1.2em;
	margin-bottom: 1.5em;
	/* width: 450px; */
}
caption
{
	display: none;
	text-align: left;
}

th,
td
{
	border-right: solid 1px #fff;
	padding: 4px 10px;
	text-align: left;
}



td.leftHeader
{
	color:White;
	font-weight:bold;
	background-color:#ff7f00; 
	background-image:url("/upload/Table/tableleftcorner.gif");
	background-position:left top;
	
}
td.midHeader
{
	color:White;
	font-weight:bold;
	background-color:#ff7f00;
}
td.rightHeader
{
	color:White;
	font-weight:bold;
	background-color:#ff7f00;
	background-image:url("/upload/Table/tablerightcorner.gif");
	background-position:right top;
	
}

th,
td h3 { color: #fff; }

td h3 { margin-bottom: 1em; }
td { border-bottom: solid 1px #ff7f00; }

table.unstyled
{
	border-style:none;
	border:none;
	border-width:0;
}
table.unstyled th
{
	border-style:none;
	border:none;
	border-width:0;
}
table.unstyled td
{	
	border-right: 0;
	padding: 0px 0px;
	border-bottom: solid 0px #ffffff;

}
table.unstyled tr
{	
	border-right: 0;
	padding: 0px 0px;
	border-bottom: solid 0px #ffffff;

}


/* form styles */
fieldset
{
	float: left;
	width: 100%;
}

fieldset p label
{
	color: #ff7f00;
	float: left;
	margin-right: 10px;
	text-align: right;
	width: 130px;
}

fieldset p input,
fieldset p textarea
{
	border: solid 1px #ff7f00;
	float: left;
	margin-bottom: 5px;
	width: 245px;
}

fieldset p input.btnSubmit
{
	border: none;
	margin-left: 140px;
	width: auto;
}

/* search form styles */
div#searchfield fieldset p label 
{
	text-align: left;
	width: auto;
}

div#searchfield fieldset p input
{
	padding: 2px;
	width: auto;
}

div#searchfield fieldset p input.searchBtn
{
	margin-left: 5px;
	padding: 1px;
}

/* headings */
h1, h2, h3 { font-weight: normal; }

h1
{
	border-bottom: dotted 1px #ff7f00;
	color: #f60;
	font-size: 2.6em;
	clear: both;
	padding: 19px 0;

}

h2 
{
	color: #f60;
	font-size: 130%;
	font-weight: bold;
}

h3 
{
}



a.pdf
{
	background: transparent url("../images/icons/icon_pdf.gif") no-repeat 0 60%;
	padding-left: 16px;
}

a.swf
{
	background: transparent url("../images/icons/icon_swf.gif") no-repeat 0 60%;
	padding-left: 16px;
}

a.webcast
{
	background: transparent url("../images/icons/icon_webcast.gif") no-repeat 0 60%;
	padding-left: 16px;
}

a.go
{
	background: transparent url("../images/btn-go.gif") no-repeat 0 60%;
	padding-left: 18px;
	padding-bottom: 2px;
}

p.mid-link
{
	float:left;
	margin-top: 15px;
	margin-left: 235px;
}

p.mid-link a { text-decoration: none !important; }

/* main layout */
div#wrap
{
	margin: 0 auto;
	width: 960px;
}

div#top
{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 100% 0;
	float: left;
	padding: 24px 0 0 0;
	width: 960px;
}

div#top a#logolink { float: left; margin-top: -25px; }


div#top #functions
{
	float: right;
	margin-right: 20px;
	width: 120px;
}

div#top #quicksearch 
{
	float: left;
	width: 100%;
}

div#top #quicksearch .quicksearchInput
{
	float: left;
	font-size: 1em;
	padding: 3px 2px;
	width: 96px;
}

div#top #quicksearch .quicksearchBtn 
{
	background: transparent url("../images/btn-arrow-right.gif") no-repeat 0 0;
	float: left;
	position: relative;
	left: 6px;
	top: 2px;
	width: 14px;
}

div#top ul#functionlinks
{
	float: left;
	width: 100%;
}

div#top ul#functionlinks li
{
	line-height: 1.2em;
	margin-top: 1em;
}

div#top ul#functionlinks li a
{
	color: #fff;
	font-size: 1.2em;
}

div#menucontainer
{
	background: transparent url("../images/bg-menucontainer.gif") 100% 0 no-repeat;
	float: right;
	margin-top: 28px;
	padding-right: 30px;
	width: 680px;
}

ul#topmenu
{
	float: left;
}

ul#topmenu li 
{
	background: transparent url("../images/topmenuitem-right.gif") no-repeat 100% 0;
	float: left;
}

ul#topmenu li a
{
	background: #fff;
	border-bottom: solid 1px #dadada;
	color: #000;
	display: block;
	font-size: 1.2em;
	margin-right: 6px;
	padding: 0.65em 0.85em;
}

ul#topmenu li.haschildren a { }
ul#topmenu li.last { background: none; }
ul#topmenu li.last a { margin-right: 0; }

ul#topmenu li a:hover { color: #f60; }
ul#topmenu li.active a { color: #f60; }

ul#topmenu li.first span { width: 100px !important; }
ul#topmenu li.last a {}


/* content container layout */
div#content
{
	border-right: solid 1px #dadada;
	border-left: solid 1px #dadada;	
	float: left;
	padding: 0 20px;
	position: relative;
	top: -1px;
	width: 920px;
}

div#leftarea
{
	float: left;
}

div#content-bg
{
	background: transparent url("../images/bg-top-content.gif") no-repeat 0 0;
	float: left;
	position: relative;
	left: -21px;
	height: 109px;
	width: 254px;
}

div#content a 
{
	color: #f60;
	text-decoration: underline;
}
	
/* leftmenu and left container layout */
div#leftmenu,
div#leftcontainer
{
	border-top: dotted 1px #ff7f00;
	clear: left;
	float: left;
	position: relative;
	top: -10px;
	width: 215px;
}

div#leftcontainer 
{
	border-top: none;
	padding-bottom: 5px;
}

div#leftcontainer #info 
{
	border-bottom: dotted 1px #ff7f00;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

div#leftcontainer p
{
	margin: 0.7em 0;
}

div#leftcontainer a 
{
	font-size: 1.1em;
	text-decoration: none;
}

div#leftmenu a
{
	font-size: 1.3em;
	text-decoration: none;
}

div#leftmenu li a
{
	border-bottom: dotted 1px #ff7f00;
	display: block;
	padding: 0.6em 0;
	width: 215px;
}

div#leftmenu li.haschildren a
{
	border-bottom: none;
	padding-bottom: 0.3em;
}

div#leftmenu li.haschildren ul,
div#leftmenu li ul
{
	padding-bottom: 0.3em;
	border-bottom: dotted 1px #ff7f00;
}

div#leftmenu li ul li a
{
	border-bottom: none;
	color: #000;
	padding: 0.3em 0 0.3em 1.4em;
	width: 195px;
}

	/* breadcrumbs */
	div#content div#breadcrumbs
	{
		border-bottom: solid 1px #dadada;
		float: left;
		padding: 8px 0;
		width: 680px;
	}
		
	div#content div#breadcrumbs ul 
	{
		margin: 0;
		padding: 0;
	}
	
	div#content div#breadcrumbs ul li
	{
		float: left;
		padding: 0;
		padding-right: 2px;
	}
	
	div#content div#breadcrumbs a 
	{
		color: #000;
		text-decoration: none !important;
	}
	
/* main content layout */
div#maincontent
{
	float: left;
	margin-left: -15px;
	width: 680px;
}

div#maincontent #main
{
	float: left;
	width: 445px;
}

div#related
{
	float: right;
	margin-top: 35px;
	width: 215px;
}

div#maincontent p
{
	font-size: 1.2em;
}

div#maincontent p#introduction 
{
	font-size: 1.4em;
	padding: 0.5em 0 0.2em 0;
}

div#maincontent a { text-decoration: underline; }


	
/* footer container layout */
div#footer
{
	background: transparent url("../images/bg-footer.gif") no-repeat 100% 0;
	border-left: solid 1px #dadada;
	float: left;
	font-size: 0.9em;
	padding-top: 80px;
	width: 961px;
}

div#footer ul
{
	float: left;
	width: 900px;
	border-bottom: solid 1px #dadada;
}
div#footer ul li 
{
	background: transparent url("../images/footermenuitem-right.gif") no-repeat 100% 0;
	float: left;
}

div#footer ul li.last { background-image: none; }
div#footer ul li.extender span { width: 180px; }

div#footer ul li a,
div#footer ul li span
{
	background: #fff;
	border-top: solid 1px #dadada;
	color: #000;
	display: block;
	font-size: 1.2em;
	margin-right: 6px;
	padding: 0.65em 0.95em;
}


/* startpage styles */
div#startpage
{
	float: left;
	width: 445px;
}

div#startpage h1 
{
	border-bottom: none;
	font-size: 4.8em;
}

div#startpage p#introduction
{
	font-size: 1.8em !important;
}

div#startpage a { text-decoration: none; }

div#startpage #main
{
	/*height: 245px;
	max-height: 240px;*/
	margin-bottom: 8px;
	border-bottom: dotted 1px #ff7f00;
}

div#startpage #leftcolumn p,
div#startpage #rightcolumn p
{
	font-size: 1.1em;
}

div#startpage #leftcolumn 
{
	float: left;
	width: 49%;
}

div#startpage #rightcolumn
{
	float: right;
	width: 49%;
}

div#startpage img { margin-top: 8px; }

/* boxes (right column) */
div.box
{
	float: left;
	margin-bottom: 15px;
}

div.box h2
{
	border-bottom: solid 1px #ff7f00;
}

div.box p.link
{
	border-top: solid 1px #ff7f00;
}

div.box a { text-decoration: none !important; }

div.box-top
{
	background: transparent url("../images/box-bg-top.gif") no-repeat 0 0;
	float: left;
	height: 10px;
	width: 215px;
	overflow: hidden;
}

div.box-mid 
{
	border-left: solid 1px #ff7f00;
	border-right: solid 1px #ff7f00;
	width: 213px;
}

div.box-mid h2,
div.box-mid h3
{
	padding: 0 5px 7px 5px;
}

div.box-mid h3
{
	color: #f60;
	font-size: 1.1em;
	line-height: 0.1em;
	margin: 1.4em 0 0 0;
}

div.box-mid p
{
	border-bottom: dotted 1px #ff7f00;
	font-size: 1.1em !important;
	margin: 0;
	padding: 5px;
}

div.box-mid strong { float: left; font-weight: normal; width: 70px; }
div.box-mid span { color: #ff7f00; }

div.list p
{
	border: none;
	line-height: 0.1em;
	margin: 0;
}

div.box p.noborder { border: none !important; }

div.box-mid p.link 
{
	line-height: normal;
	margin-top: 2px;
	margin-bottom: -2px;
	padding-top: 10px;
	width: 203px;
}

div.list p.link { margin-top: 8px; }

div.link .box-mid p
{
	padding: 0 5px;
}

div.list p a { color: #000 !important; }

div.box-bottom
{
	background: transparent url("../images/box-bg-bottom.gif") no-repeat 0 0;
	float: left;
	overflow: hidden;
	height: 10px;
	width: 215px;
}


/* lists */
div#main ul
{
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}

div#main ul li
{
	border-bottom: dotted 1px #ff7f00;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	width: 445px;
}

div#main ul h2
{
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 2px;
}

div#main ul li img
{
	float: left;
}

div#main ul li .item
{
	float: left;
	margin-top: 10px;
	width: 445px;
}

div#main ul li .item div
{
	float: right;
	width: 350px;
}

div#main ul li .item div a { color: #ff7f00; }
div#main ul li div h2
{
	color: #000;
	font-size: 1.4em;
	margin: 0;
}

div#main ul li p a 
{
	color: #000;
	background-position: 0 0;
	text-decoration: none;
}

/* board of directors details */
div#details
{
	border-bottom: dotted 1px #ff7f00;
	float: left;
	padding: 0 0 10px 0;
	width: 100%;
}

div#details img
{ float: left; }

div#details div
{
	float: right;
	width: 445px;
}

div#details div h2
{
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
}


/* sitemap styles */
ul#sitemap
{
	font-size: 1.1em;
}

/* classes */
.whitestrip
{
	background-color: #fff;
	height: 31px;
	position: absolute;
	margin: 116px 0 0 150px;
	width: 100px;
}

#pageFull h2
{
    font-size: 130%;
    margin-bottom: 10px;
    margin-top: 10px;
}

#pageFull h3
{
    font-size: 150%;
    font-weight: bold;
}

#pageFull
{
}