@charset "UTF-8";
/* CSS Document */





a {
	text-decoration: none;
	/*color:#bbbbbb;*/
}



/*a:hover {color:#005954}*/
/*a:focus {text-decoration: none;color:#005954}*/
/*a:active {text-decoration: none;color:#005954}*/
/*a:visited {text-decoration: none;color:#bbbbbb}*/
/*a:link {text-decoration: none;color:#bbbbbb}*/

body {
	font: 11.0px/11.0px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/archon-back.jpg);
background-repeat:repeat-x;
	background-color: #000000; 
	overflow:hidden;
	/*opacity: 0.9;*/
}

/*Begin Breadcrumbs */

.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}
/*END Breadcrumbs */
#container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-color:#CCCCCC;*/
	background-color:#FFFFFF;
} 

* #container { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	padding-top: 70px;
	text-align:center;
	height: 66;
	background-image: url(images/archon_header_3.jpg);
	background-repeat:no-repeat;
}

div:hover #header {
	cursor:pointer;
}

#container #mainMenu {
	/*float: left;*/ /* since this element is floated, a width must be given */
	width: 650px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 75px;	
	
	/*text-transform: uppercase;*/
	/*border: 1px solid #000000;*/
}

#container #mainMenu UL {
	margin: 0;
	padding: 0;
}

#container #mainMenu LI {
	margin: 0px 5px;
	padding: 0;
	float:left;
	list-style-type:none;
	/*padding: 0px 13px;*/
	letter-spacing: 1px;
	/*
	cursor:pointer;
	outline:none;	
	border:thin;
	border-style:dashed;
	*/
}

#container #mainMenu a {
	display:list-item;
	padding: 0px 12px;
	color: #244C4C;
	/*border: 1px solid #000000; */
}

#container #mainMenu a:hover {
	color:#000000;
	text-decoration:underline;
}

#container #mainMenu a:active {
	color:#244C4C;
	text-decoration:none;
}

#container #mainMenu a:focus {
	color:#244C4C;
	text-decoration:none;
}


#container #contentHeader {
	margin: 0;
	padding: 0;
	width: auto;
	
	height: 292px;
	background-color:#FFFFFF;
	/*background-image: url(images/turnprofit.png);
	background-repeat:no-repeat;
	background-image: url(images/hook.png);
	background-repeat: no-repeat;*/
}

#container #contentHeader img {
	margin: 0;
	padding: 0;
}

#container #leftMenu {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	height: 360px;
	margin: 0 0 0 0;
	padding: 0px 10px 0px 0;
	/*background-image: url(images/backdropview.png);
	background-repeat: repeat-x;
	background-position: top left;*/
	background-image: url(images/backdrop_leftmenu.png);
	background-repeat: repeat-y;
	background-position: bottom;
	
	background-color:#CCCCCC;
	border:1px solid #244C4C;
}

#container #leftMenu UL {
	margin: 0;
	padding: 0;
	width:180px;
}

#container #leftMenu LI {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
	/*padding: 0px 13px;*/
	/*letter-spacing: 1px;*/
	color: #666666;
	font-size:11px;
	text-transform: uppercase;	
	/*
	cursor:pointer;
	outline:none;	
	border:thin;
	border-style:dashed;
	*/
}

#container #leftMenu a {
	display:list-item;
	color: #244C4C;
	/*border: 1px solid #000000; */
}

#container #leftMenu a:hover {
	color:#ffffff;
	/*text-decoration:underline;*/
	background-color:#005954;
	background-image: url(images/backdrop_leftmenu_hover.png);
	background-repeat: repeat-y;
	background-position: bottom;
}

#container #leftMenu a:active {
	color:#ffffff;
	text-decoration:none;
	background-color:#005954;
	background-image: url(images/backdrop_leftmenu_hover.png);
	background-repeat: repeat-y;
	background-position: bottom;
}

#container #leftMenu a:focus {
	color:#ffffff;
	text-decoration:none;
	background-color:#005954;
	background-image: url(images/backdrop_leftmenu_hover.png);
	background-repeat: repeat-y;
	background-position: bottom;
}

#leftMenu #ltmenu {
	margin: 0;
	padding: 15px;
	background-color:#CCCCCC;
	background-image: url(images/backdrop_leftmenu.png); /*url(images/leftmenubg.png);*/
	background-repeat: repeat-y;
	background-position: bottom;
	/*border-bottom: 2px solid #244C4C;*/
}

#leftMenu #ltmenu2 {
	margin: 0;
	padding: 0 25px 2px;
	/*background-image: url(images/leftmenubg.png);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

#ltmenu2 a:active {
	color:#000000;
	text-decoration:none;
}

#ltmenu2 a:focus {
	color:#000000;
	text-decoration:none;
}

#container #leftMenu2 {
	clear:both;
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	height: 40px;
	margin: 0;
	padding: 0px 10px 0px 0;
	/*background-image: url(images/backdropview.png);
	background-repeat: repeat-x;
	background-position: top left;*/
	background-image: url(images/backdrop_leftmenu_hover.png);
	background-repeat: repeat-y;
	background-position: bottom;
	
	background-color:#CCCCCC;
}
div #contactmenu  {
color: #ffffff;
	margin-left:0px;list-style-type: none; background-image: url(images/backdrop_leftmenu_hover.png);
	/*border: 1px solid #000000; */
	background-color: #244C4C;
	background-repeat: repeat-y;
	background-position: bottom;
	height: 40px;
	width: 165px;
	vertical-align:middle;
	  
}

div #contactmenu a {
	display:block;
	color: #ffffff;
	margin-left:15px;
	list-style-type: none; 
	
}

div #contactmenu a:hover {
	display:block;
	color:#ffffff;
	/*text-decoration:underline;*/
}

div #contactmenu a:active {
	display:block;
	color:#ffffff;
	/*text-decoration:none;*/
}
#container #newsLetter {
	clear:both;
	float: left; /* since this element is floated, a width must be given */
	/*margin: 4px 0 4px 0;*/
	padding: 10px 15px 5px 15px;
	font-size: 11px;
	line-height: 14px;
	width: 152px;
	height: 35px;
	color:#FFFFFF;
	background-color: #244C4C;
	background-image: url(images/backdrop_leftmenu_hover.png);
	background-repeat: repeat-y;
	background-position: bottom;
	/*border:1px solid #000000;*/
}
#container #contactList {
	clear:both;
	float: left; /* since this element is floated, a width must be given */
	/*margin: 4px 0 4px 0;*/
	font-size: 11px;
	color:#FFFFFF;
	background-color: #244C4C;
	font-weight:bold;
	/*border:1px solid #000000;*/
}
#container #contactListBG {
background-color: #F2FFF9
}
#container #contactListBGDark {
background-color: #244C4C;
font-color: #244C4C;
height:2px;
}
#container #customBullets{
background-color: #244C4C;
font-color: #244C4C;
line-height: 0pt;
}
#container #executive_leader_left {
	clear:both;
	float: left; /* since this element is floated, a width must be given */
	/*margin: 4px 0 4px 0;*/
	padding: 10px 0px 5px 5px;
	font-size: 11px;
	line-height: 14px;
	width:10px;
	height: 1px;
	color:#FFFFFF;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: bottom;
	/*border:1px solid #000000;*/
}
div #newsLetter a {
	display:block;
	color: #ffffff;
	/*border: 1px solid #000000; */
}

div #newsLetter a:hover {
	display:block;
	color:#ffffff;
	/*text-decoration:underline;*/
}

div #newsLetter a:active {
	display:block;
	color:#ffffff;
	/*text-decoration:none;*/
}

div #newsLetter a:focus {
	display:block;
	color:#ffffff;
	/*text-decoration:none;*/
}


#container #content {
	margin: 1px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	
	padding: 10px 40px 0 40px;
	
	width: auto;
	height: 402px;
	overflow:auto;
	/*border-left:1px solid #ababab;*/
	background-color:#FFFFFF;
		
	line-height: 15pt;
}


#container #content2 {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	
	padding: 10px 20px 0;
	width: auto;
	height: 390px;
	overflow:auto;
	/*border-left:1px solid #ababab;*/
	background-color:#FFFFFF;
	
	line-height: 15pt;
}

#container #headingTitle {
	color: #244C4C;
	font-style: normal;
	font-size:17px;
}

#press a {
	color: #244C4C;
	text-decoration:none;
}

#press a:hover {
	color:#000000;
	text-decoration:underline;
}


/* Talent */
#executiveLeft {
	margin: 0;
	padding: 0 10px 0 0;
	float:left;
}
#content p {
	margin: 0 0 0 123px;
	padding: 0;
}

#executiveTitle {
	clear:both;
	margin: 5px 0 0 0;
	padding: 0;
	float:left;
	width: 113px;
	font-size: 11px; 
	font-weight: bold;
	line-height: 8pt;
}

#content #executiveTitle span {
	font-weight: normal;
	font-size: 11px;
}

#executiveTitle a {
	color: #244C4C;
	text-decoration:none;
}

#executiveTitle a:hover {
	color:#000000;
	text-decoration:underline;
}

/* Contact */
#regionalleft {
	margin: 5px;
	float: left;
	width: 230px;
}

#regionalleft h5 {
	margin: 0;
	padding: 0;
}

#regionalright {
	margin: 5px;
	float: right;
	width: 170px;
}

#regionalright h5 {
	margin: 0;
	padding: 0;
}

#regionalheading {
	font-size:11px;
	font-weight:bold;
}

/* Acquistions */
#clearContent {
	clear: both;
}

#acquistionsleft {
	margin: 5px;
	float: left;
	width: 200px;
}

#acquistionsright {
	margin: 5px;
	float: right;
	width: 300px;
}

/* Portfolio */
#portfolioright {
	margin: 5px;
	margin-top: 15px;
	padding-left: 5px;
	float: right;
}

#portfoliogallerybody {
	margin-top: 10px;
	padding: 0;
}

#portfoliorightwidth {
	margin-top: 15px;
	float: right;
	width: 82px;
	/*font-size: 12px;*/
	line-height: 11px;
}

#portfoliorightwidth a {
	color: #666666;
	text-decoration:none;
}

#portfoliorightwidth a:hover {
	color:#000000;
	text-decoration:underline;
}

img.enlarged {
	position: absolute;
	z-index: 5;
	cursor:pointer;
}

#portfoliogallery {
	margin: 0;
	padding: 0;
	/*float: left;*/
	font-size:14px;	
	color: #666666;
}

#portfoliogallerylink {
	margin: 0;
	padding: 0;
	/*float: left;*/
	font-size:12px;	
	color: #000000;
	line-height: 11px;
}

#portfoliogallerylink a {
	color: #000000;
	text-decoration:underline;
}

#portfoliogallerylink a:hover {
	color:#244C4C;
	text-decoration:underline;
}

/* Footer */
#footer {
	margin: 0;
	padding: 0;
	float: left;
	font-size:11px;	
	color: #666666;
	width: 770px;
	
	/*background-color:#000000;*/
	background-image: url(images/bottom_border.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer p {
	margin: 40px 0 10px 0;
}

#container #footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#container #footer a {
	text-decoration: underline;
	color:#666666;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
/* border-bottom: 1px solid #ccc; */
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
visibility: hidden;
border: 1px solid #016259;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #f0f1f3;
padding: 10px 10px;
/*border: 1px solid #ccc;*/
border-bottom: 0;
line-height: 16px;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: yellow;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

#features {
	 float:left;  
	 margin: 50px 0px 0px 0px; 
	 font-size: 14px; 
	 list-style:none;	 
}
	
#features li a {
	 color:#006258;
	 line-height: 24px;
}
#features li a:hover {
	 color:#666;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
/* */
.thrColLiq #container {
  width: 80%;  /* this will create a container 80% of the browser width */
  background: #FFFFFF;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  border: 1px solid #000000;
  text-align: left; /* this overrides the text-align: center on the body element. */
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiq #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiq #sidebar1 {
  float: left; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 22%; /* since this element is floated, a width must be given */
  background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
  padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.thrColLiq #sidebar2 {
  float: right; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 23%; /* since this element is floated, a width must be given */
  background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
  padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.thrColLiq #sidebar1 p, .thrColLiq #sidebar1 h3, .thrColLiq #sidebar2 p, .thrColLiq #sidebar2 h3 {
  margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
  margin-right: 10px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiq #mainContent {
  margin: 0 24% 0 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
/**/
#bigImage{ display: none; left:50%; margin-left:-215px; position:absolute; top:75px; z-index:50; }
#print_frame { float: right; font: normal normal normal 10px arial, sans-serif; }
#print_frame a{color:#999999;}
