﻿/** 
{
	margin:0;
	padding:0;
}*/

body
{
	background-color:#f4f4f4;
	font: 12px "Lucida Sans", "Lucida Grande", Tahoma, Verdana, sans-serif;
	color:#616265;
}

#wrapper 
{
	width:1000px;
	position:relative;
	margin:0 auto;
	min-height:550px;
}

#topLine 
{
	height:4px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	background:url(/Images/topLine.png) repeat-x;
}

#header
{
	margin-top:4px;
	height:134px;
	position:relative;
	z-index:200;
}

#topMenu 
{
	background:url(/Images/MenuBackground.png) repeat-x;
	height:32px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:200;
}

#logo 
{
	width:233px;
	height:99px;
	background:url(/Images/logo.png) left no-repeat;
	position:absolute;
	left:-18px;
	top:30px;
}

#search 
{
	background:url(/Images/Search.png) no-repeat;
	width:259px;
	height:50px;
	position:absolute;
	right:-10px;
	top:40px;
}

#search input[type="text"] 
{
	border:0;
	position:absolute;
	top:11px;
	left:26px;
	padding: 6px 0 6px 0;
	background-color:Transparent;
	width:177px;
	color:#616265;
	font-size:14px;
}

#search .button 
{
	position:absolute;
	top:9px;
	right:22px;
}

#extraMenu 
{
	position:absolute;
	top:10px;
	right:-10px;
	text-align:right;
}

#extraMenu .item 
{
	font-weight:bold;
	display:block;
	float:left;
	margin-right:20px;
	text-transform:uppercase;
}

#extraMenu .langImage 
{
	margin-right:5px;
	border:0;
}

#content 
{
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
}

#footer 
{
	width:1000px;
	margin:0 auto;
	margin-top:10px;
	text-align:center;
}

/* GENERAL */

/*blockquote 
{
	margin-left:40px;
	margin-top:10px;
}

table td
{
	padding:2px;
}*/

/*li 
{
	margin-left:15px;
}

ul ul li,
ul ol li,
ol ul li,
ol ol li   
{
	margin-left:40px;
}*/

td 
{
	vertical-align:top;
}

.xmlList h2 
{
	/*background:url(/Images/RssIcon.png) no-repeat 0 5px;*/
	padding-left:0px;
	height:35px;
	margin-bottom:0;
}

.xmlList a 
{
	text-decoration:none;
	color:#616265;
}

.xmlList a:hover 
{
	text-decoration:underline;
}

.xmlList .news 
{
	margin-bottom:20px;
}

.xmlList .item 
{
	margin-left:5px;
	margin-bottom:3px;
}

.xmlList .title 
{
	background:url(/Images/PdfIcon.png) no-repeat;
	padding-left:20px;
}

.xmlList .date 
{
	color:#c0c0c1;
	margin-right:10px;
}

.navigate 
{
	cursor:pointer;
}

h1 
{
	margin:0;
	padding:0;
	margin-bottom:10px;
	color:#164f9a;
	font: 26px "Georgia";
}

h2 
{
	margin:0;
	padding:0;
	margin-bottom:10px;
	color:#164f9a;
	font: 24px "Georgia";
}

a 
{
	text-decoration:none;
	color:#616265;
	font-weight:bold;
}

a:hover 
{
	text-decoration:underline;
	color:#164f9a;
}

.separator 
{
	background:url(/Images/Separator.png) repeat-x;
	height:2px;
	margin-top:20px;
}

.border 
{
	width:100%;
	position:relative;
	z-index:170;
	padding:3px;
	background:#FFF;
	/*padding-bottom:20px;*/
	min-height:320px;
}

.border .bg 
{
	position:absolute;
	bottom:3px;
	left:3px;
	right:3px;
	height:136px;
	z-index:150;
	background:url(/Images/BottomBg.jpg) no-repeat bottom;
}

.border .top 
{
	background:url(/Images/BorderTop.png) repeat-x;
	height:3px;
	position:absolute;
	left:6px;
	top:0;
	right:6px;
	z-index:100;
}

.border .bottom 
{
	background:url(/Images/BorderBottom.png) repeat-x;
	height:3px;
	position:absolute;
	left:6px;
	bottom:0;
	right:6px;
	z-index:100;
}

.border .left 
{
	background:url(/Images/BorderLeft.png) repeat-y;
	width:3px;
	position:absolute;
	left:0px;
	top:6px;
	bottom:6px;
	z-index:100;
}

.border .right 
{
	background:url(/Images/BorderRight.png) repeat-y;
	width:3px;
	position:absolute;
	right:0px;
	top:6px;
	bottom:6px;
	z-index:100;
}

.border .topLeft 
{
	background:url(/Images/BorderTopLeft.png) no-repeat;
	height:6px;
	width:6px;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

.border .topRight
{
	background:url(/Images/BorderTopRight.png) no-repeat;
	height:6px;
	width:6px;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}

.border .bottomLeft 
{
	background:url(/Images/BorderBottomLeft.png) no-repeat;
	height:6px;
	width:6px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
}

.border .bottomRight 
{
	background:url(/Images/BorderBottomRight.png) no-repeat;
	height:6px;
	width:6px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:100;
}
	

/* TOP MENU */

#topMenu ul 
{
    list-style: none;
    position: relative;
    line-height:30px;
    font-size:11px;
    background-color:#f4f4f4;
    z-index:200;
    margin:0;
	padding:0;
}

#topMenu li 
{
	cursor:pointer;
	position:relative;
	z-index:200;
	margin-left:0;
	margin:0;
	padding:0;
}
	
#topMenu .top 
{
    float:left;
    margin-right:50px;
    position:relative;
    text-transform:uppercase;
    font-weight:bold;
}   

#topMenu .hasChildren 
{
	background: url(/Images/TopMenuArrowDown.png) no-repeat right center;
	padding-right:15px;
}

#topMenu li ul {
    position: absolute;
    left: 0px;
    top: 30px;
    display: none;
    width:186px;
    text-transform:none;
    font-weight:normal;
    z-index:200;
}

#topMenu .top li ul 
{
    left:186px;
    top:0px;
}

#topMenu ul li a {
    display: block;
    text-decoration: none;
}

#topMenu li ul li a 
{
    font-weight:normal;
}

#topMenu li ul li:hover 
{
    background-color:#FFFFFF;
}

#topMenu li ul li 
{
    padding: 1px 5px 1px 5px;
    position:relative;
    z-index:200;
    margin-left:0;
}

#topMenu ul li ul 
{
    display:none;
    border-top:0px;
    border-left:1px solid #cacac8;
    border-right:1px solid #cacac8;
    border-bottom:1px solid #cacac8;
}

#topMenu ul li ul li ul 
{
	border-top:1px solid #cacac8;
}

/* HOME */

#home 
{
	margin-bottom:20px;
}

#home .xmlList 
{
	float:left;
	padding:20px;
	background-color:#FFF;
	width:330px;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	height:299px;
	margin-bottom:20px;
}

#home .mainFlash 
{
	width:629px;
	height:339px;
	float:left;
	z-index:200;
	position:relative;
	border-bottom:1px solid #CCC;
}

#home #flashcontent 
{
	position:absolute;
	top:-3px;
	left:-3px;
	right:0px;
	bottom:0px;
}

#home .infoText  
{
	padding: 0 20px 20px 20px;
	width:370px;
	margin-bottom:20px;
	float:left;
	z-index:200;
	position:relative;
}

#home .stockTicker 
{
	width:220px;
	float:left;
	z-index:200;
	position:relative;
}

#home .stockTicker .content 
{
	background-color:#e5e4e3;
	border:3px solid #f4f4f4;
}

#home .stockTicker .content .alternating td
{
	background-color:#edeceb;
}

#home .stockTicker .content .value 
{
	font-weight:bold;
}

#home .stockTicker .content td 
{
	padding:5px;
} 

#home .subImage 
{
	border:3px solid #f4f4f4;
	float:right;
	margin-top:40px;
	margin-right:20px;
	z-index:200;
	position:relative;
}

/* VIEW PAGE */

.page 
{
	padding: 20px 40px 20px 40px;
	width:684px;
	z-index:200;
	position:relative;
	float:left;
}

.page .xmlList 
{
	margin-top:20px;
	margin-bottom:80px;
}

.subMenu 
{
	position:relative;
	float:left;
	width:196px;
	background-color:#f9f9f9;
	padding:20px;
	z-index:200;
	min-height:320px;
}

.subMenuContainer 
{
	position:absolute;
	top:37px;
	bottom:3px;
	left:3px;
	width:236px;
	z-index:200;
	background-color:#f9f9f9;
}

.subMenu .treeView 
{
	float:left;
}

.subMenu .tree 
{
	margin-left:-15px;
}

.subMenu h2 
{
	margin-left:10px;
}

.breadcrumb 
{
	height:33px;
	border-bottom:1px solid #ebebeb;
	line-height:33px;
	padding-left:32px;
	background:url(/Images/BreadcrumbBg.png) no-repeat 15px center;
}

.breadcrumb ul 
{
	height:33px;
	margin:0;
	padding:0;
	padding-left:20px;
}

.breadcrumb li 
{
	list-style:none;
	float:left;
	padding-right:14px;
	padding-left:14px;
	cursor:pointer;
	margin-right:0;
	margin:0;
}

.breadcrumb li.selected 
{
	cursor:default;
}

.breadcrumb .separator 
{
	width:11px;
	background:url(/Images/BreadcrumbSeparator.png) no-repeat top;
	height:33px;
	margin:0;
	cursor:default;
}

/* SEARCH RES */

#searchResults 
{
	z-index:200;
	position:relative;
	padding:20px 40px 40px 40px;
}

#searchResults td
{
	padding:10px;
	cursor:pointer;
}

#searchResults .item 
{
	
}

#searchResults .alternating td 
{
	border-top:1px solid #edeceb;
}


#searchResults tr:last-child td
{
	border-bottom:1px solid #edeceb;
}

#searchResults .url 
{
	color:#999;
	font-style:italic;
}

/* END SEARCH RES */

/* SITEMAP */

#sitemap 
{
	width:100%;
	z-index:200;
	position:relative;
	padding:20px 40px 40px 40px;
}

#sitemap h2 
{
	font-size:18px;
	color:#616265;
}

#sitemap a 
{
	font-weight:normal;
}

#sitemap li 
{
	list-style:none;
	margin-left:0;
}

#sitemap .sitemapNode 
{
	float:left;
	margin-right:40px;
}


/* END SITEMAP */

/* INVESTORS */

#investors 
{
	margin-bottom:40px;
}

#investors .xmlList 
{
	
}

#investors .stockTicker 
{
	z-index:200;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
}

#investors .stockTicker .content 
{
	background-color:#e5e4e3;
	border:3px solid #f4f4f4;
	text-align:center;
}

#investors .stockTicker .content .header td 
{
	background-color:#FFF;
}

#investors .stockTicker .content .alternating td
{
	background-color:#edeceb;
}

#investors .stockTicker .content .value 
{
	font-weight:bold;
}

#investors .stockTicker .content td 
{
	padding:5px;
} 

/* END INVESTORS */

/* START SHARE INFO */

#shareInformation 
{
}

#shareInformation .info 
{
	width:100%;
	height:950px;
}

/* END SHARE INFO

/* REPORTS */

#reports .annualReports 
{
	margin-bottom:20px;
} 

/* END REPORTS */

/* PRESENTATIONS */

#presentations .quaterlyPresentations 
{
	margin-bottom:20px;
}

/* END PRESENTATIONS */

/* START GALLERY */

#gallery 
{
	width:100%;
	background-color:#FFF;
	margin-bottom:80px;
	position:relative;
}

#gallery .category 
{
	float:left;
	height:170px;
	width:171px;
	position:relative;
	text-align:center;
	background:url(/Images/galleryFrame.png) no-repeat;
}

#gallery .category .imageWrapper 
{
	display:table-cell;
	vertical-align:middle;
	height:120px;
	width:171px;
	text-align:center;
	padding-left:4px;
	padding-right:7px;
	padding-top:4px;
	*padding-left:0px;
	*padding-right:0px;
	*margin-left:-3px;
}

#gallery .category .leftBorder 
{
	float:left;
	background:url(/Images/ImageFrameLeft.png) no-repeat;
	width:7px;
	height:115px;
}

#gallery .category .center 
{
	float:left;
	text-align:center;
	width:auto;
	background:url(/Images/ImageFrameCenter.png) repeat-x left;
	height:115px;
	min-width:100px;
}

#gallery .category .rightBorder
{
	float:left;
	background:url(/Images/ImageFrameRight.png) no-repeat;
	width:7px;
	height:115px;
}

#gallery .separator 
{
	width:50px;
	height:120px;
	float:left;
	background:none;
}

#gallery img 
{
	max-width:160px;
	max-height:120px;
	
}

#gallery .category .name 
{
	color:#164f9a;
	font-size:14px;
	font-family:Georgia;
	width:160px;
	position:absolute;
	bottom:0;
	left:0;
	vertical-align:top;
	height:40px;
}

.save 
{
	background:url(/Images/save.png) no-repeat;
	padding-left:20px;
	float:left;
	z-index:10000000;
	position:relative;
}

/* END GALLERY */
