@import  "style.css";


/*Start*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/
*
	{
	margin:0;
	padding:0;
	
	}

html
	{
	overflow: scroll;
	}
	
body
	{	
	text-align: center;
	background: url(../img/background_grad.jpg) repeat-x top #FFF;	
	}
	
#container
	{
	width: 914px;
	margin: 20px auto;
	text-align: left;
	}

/*nav*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/

#nav_container
	{
	background: url(../img/nav_back.jpg) repeat-y top;
	height: 102px;
	}
	
	
#logo
	{
	display: block;
	margin: 10px 0 0 10px;
	/*border: solid 1px #FFF;*/
	}
	
#txt_logo
	{
	display: none;
	}
	
#nav_container div.phone
	{
	float:right;
	color: #FFF;
	margin: 8px 0 0 0;
	width: 137px; height: 19px;
	/*border: solid 1px #fff;*/
	background: url(../img/phone.gif) no-repeat center center;
	}
	
#nav_container div.phone span
	{
	display: none;
	}
	


/*header*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/	


#content_header
	{
	margin: 0  auto;
	height: 200px;
	background: url(../img/header_back.gif) repeat top left;

	}
	
#top_img
	{
	width: 914px;
	height: 140px;
	/*-2px >> Firefox fix*/
	position: relative;
	margin: -2px  auto;
	}
	
#content_header div
	{
	float: right;
	margin: 30px 10px 0 0;
	}
	
#content_header div label
	{
	font:normal 1.1em arial,helvetica,sans-serif;
	color: #FFF;
	}

/*Main page header and search bar*/	
	
#header
	{
	margin: 1px 0 0 0;
	height: 262px;
	}
	
		
#flashcontent
	{
	left: 50%; margin: 0 0 0  -457px;
	position: absolute;

	}
	
#header .dots
	{
	display: block;
	height: 10px;
	
	background: url(../img/dot.gif) repeat-x center left; 
	}
	
#quick_search
	{
	width: 335px;	height: 180px;
	/*padding: 30px ;*/
	
	left: 50%; margin: 48px 0 0  -440px;
	position: absolute;
	z-index:1;
	}

#search_form label
	{
	color: #14263c;
	font-size: 1.1em;
	font-weight: bold;
	}
	
#search_form ul
	{
	/*border: solid 1px black;*/
	display: block;
	list-style: none;
	clear: right;
	margin:0 0 5px 0;
	}
	
#search_form li
	{
	display: inline;
	margin: 0 20px 0 0;
	/*border: solid 1px black;*/

	}
	
#search_form select
	{
	width: 150px;
	margin: 5px 0 5px 0;
	}


.submit
	{
	margin: 10px 0 0 240px;
	/*width: 82px; height: 22px;*/
	display: block;
	width:auto;
	background-color:#3d5f7a;
	color:#FFF;
	border:none;
	padding:2px 8px;
	font-size:1.2em;
	font-weight:bold;
	cursor: pointer;
	}
	

/*body*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/

/*main page*/

#body 
	{
	margin: 1px  0 0 0;
	background-color: #eeeeee;
	height: 450px;
	min-height: 450px;
	}
	
#main_text
	{
	width: 437px;
	left: 50%; margin-left: -457px ;
	position: absolute;
	
	border-right: solid 1px #FFF;
	}

#main_text div
	{
	padding: 15px 10px 10px 15px;
	height: 120px;
	border-top: solid 1px #FFF;
	}
	
#main_text img
	{
	float: left;
	}
		
#highlights
	{
	padding: 15px 10px 10px 15px;

	width: 450px;
	right: 50%; margin-right: -457px ;
	position: absolute;
	}

/*Contact us page*/


#branches
	{
	width: 437px;
	float: right;
	/*border-left: solid 1px #FFF;*/
	}

#branches img
	{
	margin: 10px 0 10px 15px;
	}
	
#branches div
	{
	padding: 10px 0 0 0;
	float: right;
	/*border: solid 1px black;*/
	width: 315px;
	
	}
	
 #contact_form
	{
	width: 450px;
	}



	
	
/*content pages - about us / investor relations */

#content_body
	{
	margin: 0 auto;
	background-color: #eeeeee;
	padding: 10px;
	}
	
#content_body #txt
	{
	width: 560px;
	padding: 0 10px 0 0;
	}
	
#content_body #txt_right
	{
	width: 300px;
	float: right;
	/*border: solid 1px black;*/
	}
	
#txt_right .date
	{
	display: block;
	text-align: right;
	margin:  0 0 10px 0;
	}


/*advisors page*/
	
#body_advisors
	{
	margin: 1px  0 0 0;
	background-color: #eeeeee;
	
	}
	
 #body_advisors div
 	{
 	margin: 10px 5px 10px 5px;
 	float: left;
 	}
 	
  #body_advisors div img
  	{
  	/*margin: 3px 0 3px 0;*/
  	}
 


/*footer*/
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/

#footer
	{
	margin: 1px 0 0 0;
	height: 51px;
	background: url(../img/nav_back.jpg) repeat-y top left;
	}
#footer ul
	{
	width: 580px;
	left: 50%; margin:18px 0 0 -447px;
	position: absolute;
	}

#footer li
	{
	display:inline;
	margin:0 0 0 5px;
	list-style:none;
	color: #FFF;
	}

#footer p
	{
	margin:18px 10px 0 0;
	float:right;
	}
	
