body{
	margin: 0;
	padding: 4px 0 15px;
	background: #cfae7f url(../../images/site/background.jpg) repeat-x top;
	font-family: Verdana;
	font-size: 11px;
	width: 100%;
}

#container{
	margin: 0 auto;
	width: 980px;
	background: #fff;
}
 
/* @group header */

#header{
	position: relative;
	height: 132px;
	background: #d3812b url(../../images/site/header/background.png) repeat-x;
	z-index: 100;
}

#header *{line-height: 1em;}

#header h1{	
	margin: 10px 0 0 10px;
	font-size: 40px;
}
#header .logo{
	margin-left:20px;
	color: #000;
}
#header .logo span{
	margin-left:20px;
	font-family: verdana;
	font-size: 12px;
	color:white;
	font-weight: bold;
}
/* @group ul#biz-nav */

ul#biz-nav{
	position: absolute;
	top: 50px;
	right: 7px;
	height: 1em;
	margin: 7px 0;
	z-index: 102;
}

ul#biz-nav, ul#biz-nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: x-small;
	line-height: 1em;
	white-space: nowrap;
}

ul#biz-nav li{
	margin: 0;
	padding: 0 7px;
	float: left;
	height: 1em;
	border-left: 1px solid #fff;	
	position: relative;
}

* html ul#biz-nav li{}

ul#biz-nav a{
	display: inline-block;
	position: relative;
	margin: -6px 0;
	padding: 6px 9px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

ul#biz-nav li:hover a,
ul#biz-nav li.hover a{	
	color: #000;
}

ul#biz-nav li:hover a.no-pointer,
ul#biz-nav li:hover a:hover,
ul#biz-nav li.selected a,
ul#biz-nav li.hover a:hover{
	color: #d14f04;
}

ul#biz-nav li:hover a,
ul#biz-nav li.hover a,
ul#biz-nav li.selected a,
ul#biz-nav div,
* html ul#biz-nav ul{
	background: url(../../images/site/header/biz_nav_background.png) 0 0;
}


/* @group bevel */

ul#biz-nav span.bevel{
	position: absolute;
	display: block;
	height: 1px;
	visibility: hidden;
}

ul#biz-nav span.bevel{
	right: 1px;
	width: 100%;
	height: 1px;
	background: url(../../images/site/header/biz_nav_background.png) no-repeat 2px 0;
}

ul#biz-nav span.bevel.top{
	top: -1px;
}

ul#biz-nav span.bevel.bottom{
	bottom: -1px;
}

ul#biz-nav span.bevel.bottom.for-dropdown{
	left: 0;
	padding-right: 1px;
	background-position: 0 0;
}

ul#biz-nav div span.bevel.top{
	background-position: 1px 0;
}

/* @end */

/* @group dropdown */

ul#biz-nav div{
	margin: 8px 0 0;
	padding: 3px 6px;	
	position: absolute;
	top: 1em;
	left: 7px;	
	display: none;
}

ul#biz-nav li:hover div{
	display: block;
}

ul#biz-nav ul li{
	float: none;
	border-left: none;
	margin: 1px;
	padding: 0;
	position: static;
	height: auto;
	border-top: 1px solid #bbb;
}

ul#biz-nav ul a{
	display: block;
	margin: 0;
	padding: 6px 3px;
}

ul#biz-nav li:hover ul a,
ul#biz-nav li.hover ul a{
	background: none;
}

ul#biz-nav li:hover span.bevel{
	visibility: visible;
}

/* @end */



/* @group ie6 */

* html ul#biz-nav ul{
	display: none;
	position: absolute;
	top: 1em;
	margin-top: 6px;
	left: 7px;
	width: 50px;
	padding: 3px 6px;
}

* html ul#biz-nav ul li{
	border-top: none;
}

/* @end */

/* @group firefox */

ul#biz-nav span.bevel, x:-moz-any-link{
	background-image: none;
}

ul#biz-nav span.bevel, x:-moz-any-link, x:default{
	background-image: url(../../images/site/header/biz_nav_background.png);
}

ul#biz-nav div, x:-moz-any-link{
	margin-top: 7px;
}

ul#biz-nav div, x:-moz-any-link, x:default{
	margin-top: 8px;
}

/* @group ul#nav */

ul#nav{
	position: absolute;
	left: 20px;
	bottom: 9px;
	margin: 0;
	padding: 14px 0 10px 12px;
	width: 645px;
	height: 21px;
	background: url(../../images/site/header/nav/background.jpg) no-repeat 0 3px;
	list-style-type: none;
}

ul#nav li{
	margin: 0;
	padding: 0;
	float: left;
	height: 21px;
	line-height:16px;	
	border-left: 1px solid #be914f;
	position: relative;
}


ul#nav li#home{
	border-left: none;
}

ul#nav a{
	display: block;
	position: relative;
	top: -13px;
	height: 21px;
	line-height: 12px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 101;
}

ul#nav li:hover a,
* html ul#nav li.hover a,
ul#nav li.selected a{
	background-position: 0 100%;
}

#header ul a.no-pointer,
#header li.selected a{
	cursor: default;
}


#header li#professionals.selected a,
#header li.selected ul a{
	cursor: pointer;
}

ul#nav a span{
	display: block;
	/*font-weight: bold;*/
	color: #000;
	margin: 17px auto auto 15px;
}
ul#nav li:hover a span,
ul#nav li.selected a span{color:#fff;}

ul#nav div{
	position: absolute;
	top: 25px;
	width: 170px;
	display: none;
	background: url(../../images/site/header/nav/dropdown_shadow.png) no-repeat 100% 100%;
}

ul#nav li:hover div,
ul#nav li.hover div{
	display: block;
}

ul#nav ul{
	position: relative;
	top: -5px;
	left: -3px;
	margin: 0;
	padding: 10px 20px 10px;
	width: 130px;
	background: url(../../images/site/header/nav/dropdown_background.png) no-repeat 100% 100%;
	list-style-type: none;
}

ul#nav ul li{
	border-left: none;
	border-top: 2px solid #517582;
	float: none;
	height: auto;
	position: static;
	
}

ul#nav li:hover ul a,
ul#nav li.hover ul a{
	background-image: none;
	
}

ul#nav li ul li:hover a{
	/*background-color: #fff;*/
}

ul#nav ul a{
	position: static;
	left: 0;
	top: 0;
	padding: 5px;
	height: auto;
	color: white;
	text-decoration: none;
	width: auto;
	background: none;
}

ul#nav ul a:hover{
	color: #ff7022;
}

/* @group ie6 */

* html ul#nav a{
	position: static;
	top: 0;
	left: 0;
	width: auto;
	height: 21px;
}

* html ul#nav ul{
	display: none;
	background: #18485b;
	position: absolute;
	top: 21px;
	left: 0;
	padding: 10px 12px;
}

* html ul#nav ul li,
* html ul#nav ul li a{
	height: 1em;
	background-repeat: no-repeat;
	background-position: 0 0;
}

* html ul#nav li.hover ul{
	display: block;
}

/* @group form#search-form */

form#search-form{
	position: absolute;
	right: 20px;
	bottom: 12px;
	top: 77px;
	margin: 0;	
	padding: 9px 0 0 14px;
	width: 236px;
	height: 28px;
	background: url(../../images/site/header/search/background.jpg) no-repeat;
}

form#search-form label{
	color: #fff;
	line-height: 20px;
	font-size: x-small;
}

form#search-form.overlabel label{
	position: absolute;
	top: 9px;
	left: 24px;
	z-index: 1;
	color: #864b00;
}

form#search-form.overlabel.focus label{
	visibility: hidden;
}

.adv{
	margin: 5px 0 0 0;
}
.adv a{	color: #fff;}
input#search-input{
	border: 1px solid #fffaf0;
	/*background: #d3a562 url(../../images/site/header/search/input_background.gif) repeat-x 0 0;*/
	color: #000;
	width: 160px;
	height: 16px;
	font-size: small;
	line-height: 16px;
}

form#search-form.focus input#search-input,
input#search-input:focus{
	/*background-color: #c29553;*/	
	background: #fffaf0 url(../../images/site/header/search/input_focus_background.gif) no-repeat;
}

form#search-form input#search-button{
	position: absolute;
	top: 5px;
	left: 180px;
}

/* @end */

/* @end */

/* @group footer */

#footer{
	margin: 15px auto;
	width: 980px;	
	text-align: center;
	font-size: x-small;
	color: #742e08;
}

#footer a,
#footer a.static:hover{
	color: #742e08;
}

#footer a{
	padding: 0 ;
	text-decoration: none;
}

#footer a.static{
  text-transform: none;
}

#footer a:hover{
	color: #af6139;
}

/* @group .content */

h2, h2 a, h2 a:hover{
	color: #000;
	font-size: 17px;
}


.content{
	padding: 25px 30px;
	color: #7f4c17;
	line-height: 1.4em;
}

/* @group left-sidebar */

.left-sidebar{
	float: left;
	width: 950px;	
	padding: 0 5px 25px 20px;
	/*background-color: #fff;*/	
}

.home-layout{
	background: url(../../images/site/bg.gif);
	height: 360px;
	padding-top:2px;
}

/* @group investor-relations */


/* @group right-sidebar */

.right-sidebar{
	float: right;
	width: 150px;
	padding: 0 10px 15px 0;
	color: #732d09;	
	font-size: 100%;
	line-height: 1.2em;
}

.right-sidebar a,
.right-sidebar li.selected li a{
	color: #00009d;
	text-decoration: none;
	cursor: pointer;
}

.right-sidebar a:hover,
.right-sidebar li.selected li a:hover{
	color: #2a0002;
}


/* @group buttons */

button.brown{
	margin: 0;
	border: none;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 10px;
	background: none;
	cursor: pointer;
}

a:hover button.brown{
	color: #fff1cd;
}

button.brown span{
	display: block;
	padding-right: 12px;
	background: url(../../images/buttons/brown/right.png) no-repeat 100% 0;
}

button.brown span span{
	padding: 0 3px 1px 15px;
	line-height: 26px;
	background: url(../../images/buttons/brown/left.png) no-repeat 0 0;
}

/* @end */

/* @group misc */

span.clear{
	display: block;
	clear: both;
}


a{
	color: #00009d;
	text-decoration: none;
}

a:hover{color: #993600;}

a.disabled{	color: #dfdfdf;}

a img{border: none;}


li.first{border: none !important;}

p{margin: 0 0 1em;}

blockquote{
	margin: 1em 0;
	border-left: 2px solid #e9ab71;
	padding: 0 1em;
	color: #a16a34;
}

.asterick{
	font-weight: bold;
	color: #ff00a8;
	padding: 0 2px;
}

abbr.asterick{
	cursor: help;
	border-bottom: none;
}

span.nowrap{
	white-space: nowrap;
} 
li#home { width:  60px; }
li#browse { width:  70px; }
li#manimenu { width: 80px; }
li#guide { width: 130px; }
li#submit,li#info { width: 100px; }
li#reg,li#login {width:80px;}

li#manimenu div { left: -5px;}
li#browse div { left: -34px; }
li#submit div,li#info div { left: -34px; }
li#guide div { left:  -7px; }
textarea{font-size: 11px;}
input { font-size: 11px}
select{ font-size: 11px}
.fontSizer{float: right;position: absolute;top: 114px;right: 5px}

.bpdf{color: #0000ff}
.cpdf:click{color: #000000}


