BODY 
{
	margin:0;
	padding: 0;
	background-color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a
{
	color:#024D6E;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#contact
{
	position: relative;
	width:890px;
	height:25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom:-4px;
	text-align:right;
	color:#ffffff;
}

#contact a
{
	color:#ffffff;
	text-underline:none;
	font-size:10px;
	font-weight:bold;
}

#container
{
	position: relative;
	width: 913px;
	margin-left: auto;
	margin-right: auto;
	color:#666666;
	background-color:#ffffff;
	display:table;
	background:#ffffff url(images/left_shadow.gif) repeat-y top right;
}

#logo
{
	float:left;
	background:url(images/anagran4.gif) no-repeat;
	width:251px;
	height:231px;
}

#logo2
{
	float:left;
	width:251px;
	height:121px;
}

#banner
{
	float:left;
	background:url(images/banner.gif) no-repeat;
	width:648px;
	height:231px;
	margin:1px 1px 0 0;
}

#banner2
{
	float:left;
	background:url(images/banner2.gif) no-repeat;
	width:648px;
	height:121px;
	margin:1px 1px 0 0;
}

#search_box
{
	position: relative;
	float:left;
	width:249px;
	height:29px;
	background:url(images/search_bg.gif) repeat-x;
	margin:1px 1px 0 1px;
}

#search_field input.query
{
	border:1px solid #000000;
	padding:0;
	margin:0;
	height:15px;
	width: 180px;
}
#search_field
{
	margin: 5px 0 0 5px;
}
#search_button {
	position: absolute;
	right: 5px;
	top: 6px;
}

#nav
{

	float:left;
	width:646px;
	height:29px;
	/*
	background:url(images/nav_on.gif) no-repeat;
	margin:1px 0;
*/
}

/***** Main Menu *****/


ul#mainnav {
	background-image:url(images/nav_on.gif);
	width:648px;
	height:29px;
	margin:1px 0;
	padding: 0;
	position: absolute;
}

#mainnav a {
	display: block;
}

#mainnav LI {
	list-style-type:none;
	margin: 0;
	padding: 0;
	display: block; 
	position: absolute;
	height: 29px;
}

li#products 	{left: 0px; top: 0px; width: 107px; height: 29px;}
li#technology	{left: 108px; top: 0px; width: 107px; height: 29px;}
li#solutions	{left: 216px; top: 0px; width: 108px; height: 29px;}
li#news	{left: 324px; top: 0px; width: 108px; height: 29px;}
li#support	{left: 432px; top: 0px; width: 108px; height: 29px;}
li#company	{left: 540px; top: 0px; width: 108px; height: 29px;}

li#products a	{height: 29px;}
li#technology a {height: 29px;}
li#solutions a 	{height: 29px;}
li#news a 	{height: 29px;}
li#support a 	{height: 29px;}
li#company a 	{height: 29px;}

li#products a:hover, li#products.selected, li#products:hover, li#products.sfhover		{background: url(images/nav_on.gif) 0px -29px no-repeat;}
li#technology a:hover, li#technology.selected, li#technology:hover, li#technology.sfhover	{background: url(images/nav_on.gif) -108px -29px no-repeat;}
li#solutions a:hover, li#solutions.selected, li#solutions:hover, li#solutions.sfhover 		{background: url(images/nav_on.gif) -216px -29px no-repeat;}
li#news a:hover, li#careers.selected, li#careers:hover, li#careers.sfhover 			{background: url(images/nav_on.gif) -324px -29px no-repeat;}
li#support a:hover, li#support.selected, li#support:hover, li#support.sfhover			{background: url(images/nav_on.gif) -432px -29px no-repeat;}
li#company a:hover, li#company.selected, li#company:hover, li#company.sfhover 			{background: url(images/nav_on.gif) -540px -29px no-repeat;}

/* SUCKERFISH TOPNAV */


#mainnav li ul
{ 
	position: absolute;
	left: -999em; 
	z-index:1000;
	padding: 0;
	margin: 0;
	display: block;
	float: none;
}

#mainnav li li {
	position: relative;
}


  
#mainnav li:hover ul, 
#mainnav li.sfhover ul
{
	position: absolute;
	left: 0px;
	z-index:1000;	
	margin-left: 0px;
	margin-top: 0; 
	float: none;
}



#mainnav li ul li,
#mainnav li:hover ul li,
#mainnav li:hover ul li:hover
#mainnav li.sfhover ul li,
#mainnav li.sfhover ul li.sfhover
{
border-top:1px solid #ffffff;
	background:url(images/sub_menu_default.gif) repeat-x;
	z-index:1000;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:201px;
	height:20px;
	display: block;
	
}

#mainnav li#company ul li {
	width: 140px;
}


#mainnav li ul li a {

	padding: 3px 0 6px 15px;
	margin:0;
	height: auto;
	display:block;
	color:#666666;
	letter-spacing:-0.04em;
	float: none;
	text-align:left;
}

#mainnav li:hover li A,
#mainnav li.sfhover li A
{
	text-decoration:none;
	z-index:1000;

}


#mainnav li li:hover A,
#mainnav li li li:hover A,
#mainnav li li.sfhover A,
#mainnav li li li.sfhover A
{
	z-index:1000;
	background:url(images/sub_menu_hover.gif) no-repeat #024D6E;
	background-position: 5px 1px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#024D6E;
	

}

#main_content
{
	clear: both;
	height: auto;
	margin:0 0 1px 1px;
	background: url(images/grey.gif) repeat-y top left;
}

#quote_box
{
	float:left;
	width:249px;
	height: auto;
	font-size:17px;
	color:#626262;
	background-color:#cccccc;
}
#quote_box .underquote
{
margin-left: 20px;
margin-right: 20px;
display:block;
font-family:Arial;
font-size:11px;
}

#quote_box div
{
	margin:20px 0px 0px 10px;
}

#quote_box div div
{
	font-size:10px;
	float:right;
	margin:10px 0;
}

#quote_box p
{
	font-size:10px;
	margin:185px 10px 0 10px;
}
#quote_box_sub
{
background:url(images/quotebox-back.jpg) no-repeat;
width:229px;
background-position:bottom;
margin-top:20px;
margin-left: -3px;
overflow: hidden;
}
#quote_box_sub2
{
background:url(images/quotebox-back2.jpg) no-repeat;
width:229px;
background-position:bottom;
margin-top:20px;
margin-left: -3px;
overflow: hidden;
}
#quote_box_sub_middle
{
padding: 15px 20px 20px 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#024d6e;
}
#quote_box_sub_middle .name
{
margin: 0 0 0 65px;
font-size:9px;
font-weight:bold;
}
#quote_box_sub_middle .attribution
{
margin: 0 0 0 65px;
font-size:9px;
font-weight:bold;
line-height:11px;
}

#left_content
{
	float:left;
	width:249px;
	font-size:17px;
	color:#626262;
	background-color:#cccccc;
}

#left_content h1
{
	font-weight:normal;
	padding:0;
	margin:0;
	font-size:18px;
	color:#457c95;
	text-transform:uppercase;
}

#left_content ul
{
	margin:0;
	padding:0;
}

#left_content li
{
	margin:0;
	line-height: 29px;
	padding:0;
	list-style: none;
	width:249px;
	font-size:12px;
	border-top:1px solid #ffffff;	

}

#left-nav li a
{
	font-size:12px;
	color:#7f7f7f;
	font-weight:bold;
	letter-spacing:0px;
	padding: 0 0 0 5px;
	background:url(images/left_nav_bg_noarrow.gif) no-repeat center;
	display:block;
}

#left-nav li a:hover, #left_content li a.selected
{
	color:#024d6e;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:left;	
	background:url(images/left_nav_bg.gif) no-repeat center;
	display:block;
}
	
#left_content_div
{
	padding:30px 11px;
	background:url(images/left_nav_gradient.gif) no-repeat top;
	
}


#grey_box_top
{
	width:226px;
	height:21px;
	background:url(images/grey_box_top.gif) no-repeat;
	line-height:21px;
}

#grey_box_top h2
{
	margin:0 0 0 10px;
	padding:0;
	font-size:12px;
	color:#ffffff;
}

#grey_box_top2
{
	width:226px;
	height:37px;
	background:url(images/grey_box_top2.gif) no-repeat;
	
}

#grey_box_top2 p
{
	font-size:11px;
	padding:5px 15px;
	margin:0;
}

#grey_box_mid
{
	float:left;
}

#grey_box_mid ul
{
	margin:0;
	padding:0;
	width:226px;
}

#grey_box_mid ul li
{
	margin:0;
	padding:4px 8px 4px 30px;;
	list-style: none;
	width: auto;
	line-height: 1.2em;
	background:url(images/grey_box_mid.gif) no-repeat top left;
	font-size:10px;
	border-top:0;
	display:block;
}

#grey_box_mid ul a
{
	font-size:10px;
	color:#666666;
	font-weight:normal;
	letter-spacing:0;
	display: block;
	text-indent: 0px;
}
#grey_box_mid ul a:hover
{
	color: #024d6e;
	
	display: block;
}

#grey_box_bottom
{
	float:left;
	width:226px;
	display: block;
	height: 11px;
	background:url(images/grey_box_bottom.gif) no-repeat top;
}


#content
{
	width:648px;
	display:table;
	border-left: 1px solid white;
	/*margin-left: 249px;*/
	/*margin-left: 1px;*/
}

#content .AUpper
{
	/*text-transform:uppercase;*/
}
	

#content h1
{
	font-weight:normal;
	font-size:22px;
	color:#457c95;
	margin:0 0 5px 0;
	padding:0;
}

#content h2
{
	font-weight:bold;
	font-size:14px;
	vertical-align:top;
	color:#024d6e;
	margin:25px 0 0 0;
	padding:0;
}

#content h3
{
	font-weight:bold;
	font-size:13px;
	vertical-align:top;
	margin:0;
	padding:0 0 4px 0;
}

#content img
{
	display:block;
}

div#content-body, div#content-body2
{
	margin:40px 0 0 25px;
}	
#div-home {
	background-position: bottom-right;
	margin: 0;
	height:235px;
	width:648px;
	background-image: url(images/homepage2_opening_text.gif);
	
}

#div-home-inner {
	font-weight:300;
	font-family:Arial;
	font-size:13px;
	vertical-align:top;
	color:#024d6e;
	margin:0px 0 0 0;
	padding: 0 0px 0 24px;
	line-height: 1.4em;
}
.hometext2 {
	font-weight:bold;
	font-size:12px;
	vertical-align:top;
	color:#024d6e;
	margin:25px 0 0 0;
	padding:0;
}

div#content-body2 p
{
	margin:10px 40px 0 0;
	padding:0;
}

#content p
{
	margin:10px 0;
	padding:0;
	line-height:18px;
}

#content hr
{
   border-top: 1px;
   color: #666666;
}

.section1
{
	float:left;
	width:214px;
	height:207px;
	margin-right:1px;
	border-left:1px solid #b3b3b3;
	background: url(images/homepage_section_bg.gif) repeat-x center;
}

.section1 div
{
	padding:15px 5px 0 20px;
}

.section1 h4
{
	margin:0;
	padding:0;
	color:#024d6e;
	font-size:14px;
}

.section1 p
{
	margin:0;
	padding:0;
}

.section1 a
{
	font-weight:bold;
	font-size:11px;
}

.section1 span
{	
	text-align:right;
	display:block;
}

.section1 #more
{	
	text-align:right;
	display:block;
	background:url(images/more.gif) no-repeat center right;
	width:150px;
	margin-top: 0;
	padding-right:20px;
}

.section2
{
	float:left;
	width:214px;
	height:207px;
	margin-right:1px;
	border-left:1px solid #b3b3b3;
	background: url(images/homepage_section_bg.gif) repeat-x center;;
}

.section2 div
{
	padding:0 15px;
}

.section2 h4
{
	margin:15px 15px 5px 15px;
	padding:0;
	color:#024d6e;
	font-size:14px;
}

.section2 p
{
	margin:0;
	padding:0;
}

.section2 a
{
	font-weight:bold;
	font-size:11px;
}

.section2 img
{
	display:block;
	margin-left:15px;
}

.section2 strong
{
	color:#024d6e;
}

#section3
{
	float:left;
	width:215px;
	height:207px;
	border-left:1px solid #b3b3b3;
	background: url(images/homepage_section_bg.gif) repeat-x center;
}	

#section3 div
{
	padding:15px 20px 0 20px;
}

#section3 h4
{
	margin:0;
	padding:0;
	color:#024d6e;
	font-size:14px;
}

#section3 h5
{
	margin:10px 0 5px 0;
	padding:0;
	color:#024d6e;
	font-size:11px;
}

#section3 p
{
	margin:0;
	padding:0;
}

#section3 a
{
	font-weight:bold;
	font-size:11px;
}

#section3 span
{	
	text-align:right;
	display:block;
}

#section3 .download
{	
	text-align:right;
	display:block;
	background:url(images/more.gif) no-repeat center right;
	width:150px;
	padding-right:20px;
}
#section3 ul {
padding:0;
margin:0 5px 4px 5px;
}
#section3 li {
padding:0;
margin:3px 0 0 10px;
}

	
#shadow_bottom
{
	width:913px;
	height:11px;
	background:url(images/bottom_shadow.gif) repeat-x;
	text-align:right;
}

#footer
{
	position: relative;
	width: 913px;
	margin-left:-456px;
	padding-bottom:10px;
	left: 50%;
	color:#cecece;
	font-size:11px;
}

.gentable {
	border: none;
	margin: 10px 0 0 0 ;
	padding: 0;
}

.gentable TD {
	border-top: 1px dashed #cccccc;
	vertical-align: top;
	margin: 30px 0 0 0;
	padding: 10px 10px 40px 10px;

}

.gentablec1 {
	text-align: center;
}
 .gentablec2 {

}

#mid_col_table td {
	padding-top: 20px;
	padding-right: 20px;
}

#blue_text
{
	color:#024d6e;
	font-style:italic;
	font-weight:bold;
}

div.careers-divider {
	background: none;
	border-bottom: 1px dashed #cccccc;
	display: block;
	width: 93%;
	margin:0;
	padding: 0;
	height: 20px;
}

#content-body2 ul {
    color:#666666;
	/**list-style:square;**/
	padding-left:0px;
	padding-right:40px;
	margin-left:2em;
}
#content-body2 li {
    padding-left:0px;
	line-height: 1.5em;
}

#content-body2 {
line-height:18px;
}
.footer-right-nav {
color:#ffffff;
margin-left: 570px;
}
.footer-right-navChina {
color:#ffffff;
margin-left: 520px;
}
.footer-right-nav a {
color:#ffffff;
}
.style1 {
	color: #666666;
	font-weight: bold;
}
.style2 {
	color: #024d6e;
	font-weight: bold;
}




/** 
