@charset "UTF-8";
/* CSS Document */
*{ outline:none; }
html, body
{
	font-family:Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color:#666666;
	background:#FFFFFF;
	padding:0px 0px 0px 0px;
}

#wrapper
{
	width:898px;
	height:auto;
	margin:0 auto;
	position:relative;
	padding: 40px 0px 0px 0px;
}

/*LEFT CONTAINER CSS*/

#leftCon
{
	width:174px;
	height:100%;
	float:left;
	display:inline; /*for ie6*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#logo
{
	width:174px;
	height:130px;
	background: url(../imgs/ari_logo.jpg) no-repeat;
	margin:0px 0px 65px 0px;
}

#nav
{
	background: #e7e7e7;
	width: 158px;
	min-height: 270px;
	height:auto;
	margin:0px 0px 0px 8px;
	colour: 0DFF00;
}

/*TOP CONTAINER CSS*/

#topCon
{
	width:720px;
	/*height:124px;*/
	height:auto;
	float:right;
	display:inline; /*for ie6*/
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}

.topBox
{
	width: 174px;
	height: 84px;
	background: #e7e7e7;
	float:right;
	display:inline; /*for ie6*/
	margin: 20px 0px 20px 8px;
	padding:2px 2px 2px 2px;
}

.topBox a:link, .topBox a:active, .topBox a:visited
{
	color:#00457C;
	text-decoration:none;
}

.topBox a:hover, .topBox a:visited:hover, .topBox a:focus
{
	color:#00457C;
	text-decoration:underline;
}

.topBox h2
{
	color:#333333;
	font-size:16px;
	margin: 10px 0px 0px 5px;
}

.topBox p
{
	margin: 10px 0px 0px 5px;
	font-size:11px;
}

.boxActive
{
	width: 174px;
	height: 84px;
	background: #00457C;
	float:right;
	display:inline; /*for ie6*/
	margin: 20px 0px 20px 8px;
	padding:2px 2px 2px 2px;
	color:#FFFFFF;
}

.boxActive h2
{
	color:#FFFFFF;
	font-size:16px;
	margin: 10px 0px 0px 5px;
}

.boxActive p
{
	margin: 10px 0px 0px 5px;
	font-size:11px;
}

p.topLink
{
	margin: 5px 0px 0px 5px;
}

/*img[alt=top_small_arrow]*/
img.top_small_arrow
{
	margin: 0px 5px 0px 0px;
}

/*CONTENT CONTAINER CSS*/

#contentCon
{
	width: 720px;
	height:auto;
	float:right;
	display:inline; /*for ie6*/
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contentNav ul
{
	/*width:740px;*/
	width:910px;
	height:auto;
	padding:0px 0px 0px 0px;
	/*margin:0px 0px 0px 0px;*/
	margin:0px 0px 0px -170px;
}

#contentNav li
{
	float:left;
	display:inline; /*for ie6*/
	list-style:none;
	list-style-type:none;
	border-bottom:2px solid #b5b5b5;
	/*width:174px;*/
	width:172px;
	height:44px;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
	color:#b5b5b5;
}

#contentNav p
{
	margin: 25px 0px 0px 0px;
}

#contentNav li a:link, #contentNav li a:active, #contentNav li a:visited
{
	color: #333333;
	text-decoration: none;
	font-weight:600;
}

#contentNav li a:hover, #contentNav li a:visited:hover, #contentNav li a:focus
{
	color: #333333;
	text-decoration: none;
	font-weight:600;
}

#contentNav li:hover
{
	border-bottom: 2px solid #00457C;
}

#contentNav li.navActive
{
	color: #333333;
	border-bottom: 2px solid #00457C;
	font-weight:600;
}	

#content
{
	background:url(../imgs/content_tile_bg.jpg) repeat-y;
	width:530px;
	min-height:260px;
	height:auto;
	float:left;
	display:inline; /*for ie6*/
	margin: 20px 0px 5px -5px;
	padding: 5px 5px 5px 5px;
}

#content a:link, div#newsCon a:link, #content a:active, div#newsCon a:active, #content a:visited, div#newsCon a:visited{ color:#00457C; text-decoration:underline; }
#content a:hover, div#newsCon a:hover, #content a:visited:hover, div#newsCon a:visited:hover,  #content a:focus, div#newsCon a:focus{ color:#999999; text-decoration:none; }

#content h2
{
	color:#333333;
	margin:10px 0px 5px 0px;
	font-size:16px;
}

#caseCon
{
	width:174px;
	min-height:260px;
	height:auto;
	background:#e7e7e7;
	float: right;
	display:inline; /*for ie6*/
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
}

#caseCon p
{
	margin:5px 0px 0px 5px;
}

#caseCon h2
{
	margin: 12px 0px 0px 0px;
	color:#333333;
	font-weight:550;
	font-size:16px;
}

/*img[alt=case_arrow]*/
img.case_arrow
{	
	float:left;
	display:inline; /*for ie6*/
	margin: 10px 5px 0px 8px;
}

/*img[alt=case_small_arrow]*/
img.case_small_arrow
{
	margin: 0px 5px 0px 5px;
}

#caseCon a:link, #caseCon a:active, #caseCon a:visited
{
	color:#00457C;
	text-decoration:none;
}

#caseCon a:hover, #caseCon a:visited:hover, #caseCon a:focus
{
	color: #00457C;
	text-decoration:underline;
}

/*SUBCON NAV CSS*/

#subConNav
{
	width:760px;
	height:auto;
	float:right;
	display:inline; /*for ie6*/
	margin: 0px -25px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
}

#subConNav ul
{	
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#subConNav li
{
	list-style:none;
	list-style-type:none;
	width:170px;
	height:15px;
	color:#FFFFFF;
	background:#b5b5b5;
	float:left;
	display:inline; /*for ie6*/
	margin:0px 0px 8px 8px;
	padding:2px 2px 2px 4px;
}

#subConNav a:link, #subConNav a:active, #subConNav a:visited, #subConNav a:hover, #subConNav a:visited:hover, #subConNav a:focus
{
	color:#FFFFFF;
	text-decoration:none;
}

#subConNav li:hover
{
	background: #00457C;
}

#subConNav li.subNavActive{ background:#00457C; color:#FFF; }

/*FOOTER CONTAINER CSS*/

#footerCon
{
	float:right;
	width: 720px;
	display:inline; /*for ie6*/
	height: 60px;
	border-top:1px solid #b5b5b5;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
}


#footerCon div
{
	color:#999999;
}

#footerCon font
{
	color:#00457C;
}

#footerCon a:link, #footerCon a:active, #footerCon a:visited
{
	color:#00457C;
	text-decoration:none;
}

#footerCon a:hover, #footerCon a:visited:hover, #footerCon a:focus
{
	color:#00457C;
	text-decoration:underline;
} 

p.copyText
{
	margin: -12px 0px 0px 0px;
}

p.addressText
{
	color:#999999;
	margin: 5px 0px 0px 0px;
}

/*CASE STUDY*/

.case-a{ width:520px; height:78px; /*background:#FF9999;*/ padding:3px 3px 3px 3px; margin-bottom:3px; float:left; display:inline; /*inline for ie6*/ color:#333; }

/*.case-a a:link, .case-a a:active, .case-a a:visited{ color:#000000; text-decoration:underline; }
.case-a a:hover, .case-a a:visited:hover, .case-a a:focus{ color:#666666; text-decoration:none; }*/

.case-b{ width:520px; height:78px; /*background:#E8E8E8;*/ padding:3px 3px 3px 3px; margin-bottom:3px; float:left; display:inline; /*inline for ie6*/  color:#333; }

/*.case-b a:link, .case-b a:active, .case-b a:visited{ color:#00457C; text-decoration:underline; }
.case-b a:hover, .case-b a:visited:hover, .case-b a:focus{ color:#999999; text-decoration:none; }*/

/*NAV CLASS 2 ETC*/

li.move{ margin:0px 0px 0px 8px;  }

img.page_img{/* width:356px; height:267px;*/ float:right; display:inline; /*for ie6!*/ margin:3px 3px 3px 3px; padding:0px 0px 0px 0px; }

.con li{ list-style:url(../imgs/ari_arrow.png); }

div#newsCon{ float:left; display:inline; background:url(../imgs/content_tile_bg2.jpg) repeat-y; margin:0px 0px 0px 8px; width:94%; padding:10px 0px 10px 10px; }

div.news_item p{ margin:0px 0px 0px 0px; }