/************** LAYOUT BOXES *****************/
#wrapper {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	width: 761px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AECFC8;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AECFC8;
}

#header{
	padding: 0px;
	border-bottom: 1px none #cccccc;
	width: 761px;
	clear: both;
	height: 117px;
	background-image: url(../commonimages/headerbknd.jpg);
}

#leftbox_nav{
	float: left;
	width: 187px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px none #cccccc;
	border-bottom: 1px none #cccccc;
}

#leftbox{
	float: left;
	width: 126px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px none #cccccc;
	border-bottom: 1px none #cccccc;
}

#righbox{
	float:right;
	width: 150px;
	border-left: 1px none #cccccc;
	border-bottom: 1px none #cccccc;
	margin: 0px;
	padding: 56px 0px 0px;
}

#content{
	float: left;
	width: 534px;
 	height: 408px;
	padding-right: 40px;
}
#content_cadalign{
	float: left;
	width: 534px;
 	height: 100%;
	padding-right: 40px;
}
#content_concadalign{
	float: left;
	width: 534px;
 	height: 415px;
	padding-right: 40px;
}
#content_quote{
  float: left;
  width: 414px;
  height: 408px;
}
#content_overview {
  float: left;
  width: 524px;
  height: 408px;
}
#footer{
	clear: both;
	font-size: 11px;
	color: #595959;
	background-color: #B9D0D0;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 2px solid #FFFFFF;
	border-left: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
	height: 35px;
}
#bottombox {
	background-color: #DAE5E6;
	height: 10px;
}
/************** content *****************/
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.pagetitleimage {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/************** redefined tags *****************/
p {
	margin: 0px 0px 10px;


}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
	margin: 0px;
	padding: 0px;
	font-weight: bold;

}
body,html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.sidenavdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #6699CC;
	margin: 0px;
	padding-top: 27px;
	padding-left: 16px;
}

/************** mainnavigation *****************/
#navcontainer {
	position: relative;
	width: 761px;
	height: 45px;
	padding: 0;
	margin: 0;
	background-color: #B9D0D0;
	}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 45px;
	display: inline;
	overflow: hidden;
	width: 761px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 0 0 0 0;
	height: 45px
	}
	
#nav a:hover {
	background-position: 0 -45px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 0px;
	}

/************** main navigation - li for main pages *****************/


#phome a  {
        width: 58px;
		height: 45px;
        background: url(../commonimages/navimages/homebutton.jpg) no-repeat left top;
        }
#pabout a  {
        width: 106px;
		height: 45px;
        background: url(../commonimages/navimages/aboutbutton.jpg) no-repeat left top;
        }
#pproducts a  {
        width: 131px;
		height: 45px;
        background: url(../commonimages/navimages/productsbutton.jpg) no-repeat left top;
        }
#pbusiness a  {
        width: 150px;
		height: 45px;
        background: url(../commonimages/navimages/businessbutton.jpg) no-repeat left top;
        }
#pinvestor a  {
        width: 124px;
		height: 45px;
        background: url(../commonimages/navimages/investorbutton.jpg) no-repeat left top;
        }
#pnews a  {
        width: 47px;
		height: 45px;
        background: url(../commonimages/navimages/newsbutton.jpg) no-repeat left top;
        }
#pcareers a  {
        width: 61px;
		height: 45px;
        background: url(../commonimages/navimages/careersbutton.jpg) no-repeat left top;
        }
#pcontact a  {
        width: 84px;
		height: 45px;
        background: url(../commonimages/navimages/contactusbutton.jpg) no-repeat left top;
        }

/************** main navigation - li for home pages *****************/

#hhome a  {
        width: 60px;
		height: 45px;
        background: url(../images/navimages/homebutton.jpg) no-repeat left top;
        }
#habout a  {
        width: 116px;
		height: 45px;
        background: url(../images/navimages/aboutbutton.jpg) no-repeat left top;
        }
#hproducts a  {
        width: 149px;
		height: 45px;
        background: url(../images/navimages/productsbutton.jpg) no-repeat left top;
        }
#hbusiness a  {
        width: 164px;
		height: 45px;
        background: url(../images/navimages/businessbutton.jpg) no-repeat left top;
        }
#hnews a  {
        width: 118px;
		height: 45px;
        background: url(../images/navimages/newsbutton.jpg) no-repeat left top;
        }
#hcareers a  {
        width: 71px;
		height: 45px;
        background: url(../images/navimages/careersbutton.jpg) no-repeat left top;
        }
#hcontact a  {
        width: 83px;
		height: 45px;
        background: url(../images/navimages/contactusbutton.jpg) no-repeat left top;
        }

/************** home page div tags *****************/

#homecontainer {
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 761px;
}
#homeboxleft {
	background-image: url(../images/homeimage_left.jpg);
	margin: 0px;
	padding: 6px 31px 0px 30px;
	height: 191px;
	width: 450px;
	position: relative;
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 33px;
	font-size: 16px;
}
#homeboxright {
	background-image: url(../images/homeimage_right.jpg);
	margin: 0px;
	padding: 45px 78px 0px 16px;
	height: 152px;
	width: 156px;
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
.homenewstitle {
	color: #221F1F;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}
.homenewstext {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}




/************** about sub menu *****************/
#submenu li ul {
        position: relative;
        left: 0px;
        top: 0;
        }


#submenu ul li {
        position: relative;
			margin: 0px;
	padding: 0px;
        }


#submenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 149px;
        }


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#submenu {
	width: 149px;
	padding-top: 39px;
	padding-left: 16px;
	padding-bottom: 115px;
}
#submenu a {

	padding: 0 0 0 0;
	height: 22px
	}
#submenu li a {
	display: block;
}
#submenu li a:link {
	background-position: 0px 0px;
}
#submenu li a:visited {
	background-position: 0px 0px;
}
#submenu li a:hover {
	background-position: -149px 0px;
}
#submenu li a:active {
	background-position: 0px 0px;
}
#suboverview a  {
        width: 149px;
		height: 28px;
        background: url(../about/images/subnav/Overviewbutton.gif) no-repeat left top;
        }
#submanage a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/managementbutton.gif) no-repeat left top;
        }
#subboard a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/boardbutton.gif) no-repeat left top;
        }
#subadvisors a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/advisorsbutton.gif) no-repeat left top;
        }
#subinvestors a  {
        width: 149px;
		height: 28px;
        background: url(../about/images/subnav/investorsbutton.gif) no-repeat left top;
        }
#submanage_1 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/man1.gif) no-repeat left top;
        }
#submanage_2 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/man2.gif) no-repeat left top;
        }
#submanage_3 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/man3.gif) no-repeat left top;
        }
#submanage_4 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/man4.gif) no-repeat left top;
        }
#submanage_5 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/man5.gif) no-repeat left top;
        }
#submanage_6 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/man6.gif) no-repeat left top;
        }
#submanage_7 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/man7.gif) no-repeat left top;
        }
#submanage_8 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/man8.gif) no-repeat left top;
	}
#submanage_9 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/man9.gif) no-repeat left top;
        }
#submanage_10 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/man10.gif) no-repeat left top;
        }
#submanage_11 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/man11.gif) no-repeat left top;
        }
#submanage_12 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/man12.gif) no-repeat left top;
        }
#subboard_1 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/board1.gif) no-repeat left top;
        }
#subboard_2 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/board2.gif) no-repeat left top;
        }
#subboard_3 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/board3.gif) no-repeat left top;
        }		
#subboard_4 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/board4.gif) no-repeat left top;
        }		
#subboard_5 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/board5.gif) no-repeat left top;
        }		
#subboard_6 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/board6.gif) no-repeat left top;
        }		
#subboard_7 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/board7.gif) no-repeat left top;
        }
#subboard_8 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/board8.gif) no-repeat left top;
        }
#subboard_9 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/board9.gif) no-repeat left top;
        }
#subboard_10 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/board10.gif) no-repeat left top;
        }
#subboard_11 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/board11.gif) no-repeat left top;
        }
#subadv_1 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/adv1.gif) no-repeat left top;
        }				
#subadv_2 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/adv2.gif) no-repeat left top;
        }		
#subadv_3 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/adv3.gif) no-repeat left top;
        }		
#subadv_4 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/adv4.gif) no-repeat left top;
        }		
#subadv_5 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/adv5.gif) no-repeat left top;
        }		
#subadv_6 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/adv6.gif) no-repeat left top;
        }			
#subadv_7 a  {
        width: 149px;
		height: 22px;
        background: url(../about/images/subnav/adv7.gif) no-repeat left top;
        }		
		
#subhidden  {
	display: none;
        }
a:link {
	text-decoration: none;
	color: #479EA6;
}
a:visited {
	text-decoration: none;
	color: #479EA6;
}
a:hover {
	text-decoration: none;
	color: #3573A8;
}
a:active {
	text-decoration: none;
	color: #479EA6;
}
