body 
{
  background-color:#FFF;
  font-family:Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  line-height: 14px;
  color:#666666;
}

h1
{
	font-family: "Arial Black", arial, helvetica, sans-serif;
	font-size:16px;
	margin-bottom:18px;
}

h2,h3,h4,p
{
	font-family: Arial, helvetica, sans-serif;
}

h2
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

h3
{
	font-size: 12px;
	font-weight:bold;
	margin-bottom:2px;
}

h4
{
	font-size: 10px;
	font-weight:bold;
}

p
{
	font-size:12px;
	margin-bottom:4px;
	margin-top:15px;
}

a:hover
{
	text-decoration:underline;
}

.strong_text
{
	font-weight:bold;
	color: #333333;
}

#login img.print 
{
/*	background-image: url(/images/print_icon.gif);
	background-position:right 1px;*/
	float: right;
}

#wrapper
{
	background-position:left 151px;
	background-repeat:no-repeat;
	border: 1px solid;
	border: 1px solid #999999;
	margin-left:auto;
        margin-right:auto;
	margin-top:12px;
	width: 880px;	
}

#hmd
{
	width:880px;
	margin:0 auto;
	text-align:right;
	padding-top:5px;
	color:#666666;
}

#hmd a
{
	color:#666666;
	text-decoration:none;
}

#hmd a:link
{
	color:#666666;
	text-decoration:none;
}

#hmd a:visited
{
	color:#666666;
	text-decoration:none;
}

#hmd a:active
{
	color:#666666;
	text-decoration:none;
}

#wrapper.who
{
	background-image: url(/images/who_subnav_bg.gif);
}

.what
{
	background-image: url(/images/what_subnav_bg.gif);
}

.news
{
	background-image: url(/images/news_subnav_bg.gif);
}

.casestud
{
	background-image: url(/images/casestud_subnav_bg.gif);
}

.contact
{
	background-image: url(/images/contact_subnav_bg.gif);
}


#header 
{
  border-bottom: 1px dotted #67669a;
  height: 95px;
  margin-bottom: 6px;
  padding-bottom: 1px;
}

#header img
{
	float:left;	
}

/* main_nav definitions*/

#main_nav
{
	float: left;
	margin-left:46px;
	margin-top: 42px;
}

#main_nav ul
{
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;	

}

#main_nav li
{
  background-repeat:no-repeat;
  background-position: top center;
	float: left;
	height: 15px;
	line-height:15px;
	padding: 15px 11px;
}

#main_nav li.home_mnav
{
  background-image: url(/images/home_li_bg.gif);
}

#main_nav li.who_mnav
{
  background-image: url(/images/who_li_bg.gif);
}

#main_nav li.what_mnav
{
  background-image: url(/images/what_li_bg.gif);
}

#main_nav li.news_mnav
{
  background-image: url(/images/news_li_bg.gif);
}

#main_nav li.casestud_mnav
{
  background-image: url(/images/casestud_li_bg.gif);
}

#main_nav li.contact_mnav
{
  background-image: url(/images/contact_li_bg.gif);
}


/* main_nav selections */

#main_nav a
{
    text-decoration: none;
    color: #666666
}

.home #main_nav .home_mnav a
{
    color: #51548F;
}

.who #main_nav .who_mnav a
{
    color: #CC9900;
}

.what #main_nav .what_mnav a
{
    color: #0066FF;
}

.news #main_nav .news_mnav a
{
    color: #CC3399;
}

.casestud #main_nav .casestud_mnav a
{
    color: #339933;
}

.contact #main_nav .contact_mnav a
{
    color: #993333;
}

#main_nav .home_mnav a:hover
{
    color: #51548F;
}

#main_nav .who_mnav a:hover
{
    color: #CC9900;
}

#main_nav .what_mnav a:hover
{
    color: #0066FF;
}

#main_nav .news_mnav a:hover
{
    color: #CC3399;
}

#main_nav .casestud_mnav a:hover
{
    color: #339933;
}

#main_nav .contact_mnav a:hover
{
    color: #993333;
}

/* end main_nav definitions */


#login
{
	float:right;
	margin-top:17px;
}

#login ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
	margin-right: 5px;
}

#login li
{
	line-height:9px;
	margin-bottom:10px;
	padding:0;

}

#login li a:link, #login li a:visited
{
	color:#54bdcc;
  text-decoration: none;
}

#login li a:hover 
{
  color:#666666;
}

/* sub_nav definitions */

#sub_nav 
{
	height:48px;
	text-transform: uppercase;
}

.home #sub_nav 
{
	background-color: #51548F;
}

.who #sub_nav 
{
	background-color: #CC9900;
}

.what #sub_nav 
{
	background-color: #0066FF;
}

.news #sub_nav 
{
	background-color: #CC3399;
}

.casestud #sub_nav 
{
	background-color: #339933;
}

.contact #sub_nav 
{
	background-color: #993333;
}

#sub_nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}

#sub_nav li
{
	float:left;
	height:15px;
	line-height:15px;
	margin:0;
	color:white;
}

#sub_nav li.first
{
	list-style:none;
}

#sub_nav a
{
    color: #FFF;
    text-decoration: none;
}

.home #sub_nav a:hover
{
	color: #000; /*no sub nav*/
}

.who #sub_nav a:hover
{
	color:#51548F;
}

.what #sub_nav a:hover
{
  color: #CC9900;
}

.news #sub_nav a:hover
{
	color: #000; /*no sub nav*/
}

.casestud #sub_nav a:hover
{
	color: #333399;
}

.contact #sub_nav a:hover
{
	color: #000; /*no sub nav*/
}

#sub_nav span.bullet
{
	margin: 0 10px;
	color: #fff;
}


#sub_nav_items
{
	margin-left: 47px;
	padding-top: 8px;
}

.who #sub_nav_items
{
	width: 580px;
}

.what #sub_nav_items
{
	width:770px;
}

.casestud #sub_nav_items
{

	width:770px;
}

.home #sub_nav_items li.current a
{
	color: #000; /*no sub nav*/
}

.who #sub_nav_items li.current a
{
	color: #51548F;
}

.what #sub_nav_items li.current a
{
	color: #CC9900;
}

.news #sub_nav_items li.current a
{
	color: #000; /*no sub nav*/
}

.casestud #sub_nav_items li.current a
{
	color: #333399;
}

.contact #sub_nav_items li.current a
{
	color: #000; /*no sub nav*/
}

/* end sub_nav definitions */


.clear
/* clear div definition */ 
{
    clear: both;
    display: block;
    line-height: 0;
    font-size: 1px;
    overflow: hidden;
}
/* end clear div definition */


/* content definitions */
#content
{
	margin-top:11px;
}
/* main_body section*/

#main_body 
{
	display:inline;
	float:left;
	margin-bottom:15px;
	margin-left:90px;
	padding-top:7px;
	width:434px;
}

#main_body a
{
	text-decoration:none;
	font-weight:bold;
}

#main_body ul.list_bullets
{
	padding:0;
	margin:0;
}

#main_body ul.list_bullets li
{
	margin-left:1px;
	background: url(/images/li_img.gif) 0 5px no-repeat;
	padding-left: 8px;
}


#main_body ul.news_page
{
	padding:0;
	margin:0;
}

#main_body  ul.news_page li
{
	padding-top:20px;
	padding-bottom:20px;
	margin-left:1px;
	background: url(/images/li_img.gif) 0 26px no-repeat;
	padding-left: 20px;
}


.casestud #content h2
{
	color:#666699;
	font-size:16px;
	
}

.casestud #content h3
{
	
}


.what #content h2,
.what #content h3,
.who #content h2,
.who #content h3,
.contact #content h2,
.contact #content h3,
.contact #content h4
{
	color:#333;
}

.contact #content h4
{
	font-size:12px;	
}

/* highlight definitions  */
.who .highlight
{
	color:#CC9900;
	font-weight:bold;
	font-style:italic;
}

.what .highlight
{
	color:#0066FF;
	font-weight:bold;
	font-style:normal;
}

.what .highlight_1
{
	
	color:#333399;
	font-weight:bold;
	margin-bottom:15px;
}

/* end highlight definitions  */

.who #content h1
{
	color:#cc9900;
}

.what #content h1
{
  color: #0066FF;
}

.news #content h1
{
	color: #CC3399;
}

.casestud #content h1
{
	color: #339933;
}

.contact #content h3,
.contact #content h1
{
	color: #993333;
}

.who #main_body a
{
	color: #0066ff;
}

.who #main_body a
{
	color: #333399;
}

.what #main_body a
{
	color: #0066ff;
}

.casestud #main_body a
{
	color: #666666;
}

.news #main_body a
{
	color: #CC3399;
}

.who #main_body a:hover,
.what #main_body a:hover,
.casestud #main_body a:hover,
.casestud #main_body #casestud_nav a:hover,
.news #main_body a:hover
{
	text-decoration:underline;
}

.who .profiles_end img,
.who .profiles img
{
	float: left;
	padding-top: 3px;
}

.who .profiles_end p,
.who .profiles p
{
	margin-left:104px;
	margin-top:0;
	margin-bottom:0;
}



/* news section*/

#news_content
{
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	width:344px;
	color:#FFFFFF;
}

#news_content p
{
	margin: 0;
}

#news_content h4
{
	font-size: 12px;
	
	padding-top:5px;
	margin:0;
}

.contact #news_content h4,
#news_content a
{
	color:#FFFFFF;
}

#news_pix p
{
	color: #666666;
	font-size:12px;
	margin: 0 0 7px 0;
}

.who #news_pix
{

}

#news_letter,
#news_latest,
#news_doni
{
	background-position: top left;
	background-repeat: no-repeat;
	height:66px;
	margin-top:7px;	
	padding-left:22px;
}

#news_letter
{
	background-image: url(/images/news_letter.gif);
	font-weight:bold;
}

#news_letter a
{
	text-decoration: none;
}

#news_latest
{
	background-image: url(/images/news_latest.gif);
}

#news_doni
{
	background-image: url(/images/news_doni.gif);
}

/* end content definitions */

/* casestudy main_body navigation */
#casestud_nav
{
	border-bottom:1px solid #339933;
	height:35px;
	margin-bottom:14px;
	width:390px;
}

.casestud #casestud_nav a
{
	color:#339933;
}

#casestud_nav ul
{
  font-size:10px;
  font-weight:bold;
/*  list-style-type:none;*/
  margin:0;
  padding:0;
}

.casestud #casestud_nav li
{
	border-left:2px solid #339933;
	float:left;
	height:10px;
	line-height:10px;
	padding:0 7px;
}

.casestud #casestud_nav li.clear_style
{
	border:none;
	padding:0 7px 0 0;
}

/* home page definitions*/
.home #content h1
{
	color:#51548F;
	font-size: 18px;
	margin-top:0;
}

.home #content h2
{
	color:#51548F;
	font-size:16px;
	margin-bottom:2px;
}

.home #content h3
{

}

.home #content h4
{

}

.home #content p
{

}


.home #header
{
	margin-bottom:2px;
	padding:0px;
}

#banner
{
	border-bottom: 1px dotted #666666;
	margin-bottom:2px;
	padding-bottom: 1px;	
}

.home #content
{
	margin-top: 0;
}

#home_news_content
{
	width:427px;
	float:right;
	color:#FFFFFF;
}

#home_news_letter
{
	margin-top:0;
}

.home #main_body
{
	float:left;
	margin:0 0 20px 25px;
	padding-top:25px;
	width:425px;
	border:none;	
}


#home_news_letter,
#home_news_latest,
#home_news_doni
{
	background-position: top left;
	background-repeat: no-repeat;
	height:66px;
	margin-top:7px;
	padding-left:26px;
}

#home_news_letter
{
	background-image:url(/images/home_news_letter.gif);
	font-weight:bold;
	margin-top:0;
}

#home_news_latest
{
	background-image:url(/images/home_news_latest.gif);
}

#home_news_doni
{
	background-image:url(/images/home_news_doni.gif);
}

#home_news_content h4 
{
	font-size:12px;
	
	margin:0;
	padding-top:8px;
}

#home_news_content p 
{
	margin:0;
}

#home_news_content a 
{
	color:#FFFFFF;
}

#home_news_letter a 
{
	/*text-decoration:none;*/
}

.home #main_body ul.list_bullets
{
	padding:0;
	margin:0 0 10px 0;
	list-style-type:none;
}

.home #main_body ul.list_bullets li
{
	margin-left:1px;
	background: url(/images/li_img.gif) 0 5px no-repeat;
	font-size:14px;
	padding:2px 12px;
}

#contact_oz
{
	width: 204px;
	float:left;
	border-right:1px solid #666;
}

#contact_nz
{
	float:left;
	padding-left:10px;
	width:210px;
}

/* home contact definitions */

#home_contact
{
	border-top:1px dotted #666666;
	color:#67669A;
	height:120px;
}

#contact_info
{
	float:right;
	width:452px;	
}

#oplogo
{
	background-image:url(/images/oportunity_logo.jpg);
	background-position: 12% 12%;
	background-repeat: no-repeat;
	float:left;
	height:48px;
	width: 410px;
	border-right: 1px dotted #666666;
	padding-left: 14px;
	padding-right: 2px;
	padding-top: 72px;
}

#CNI
{
	background-image:url(/images/CNI_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
	height:99px;
	width: 425px;
}

#CNI p
{
	margin-left:146px;
	margin-top:31px;	
}

#CNI a
{
	color: #67669a;
	text-decoration: none;
}

#CNI a:hover
{
	text-decoration: underline;
}

.home #contact_info p
{
	font-size:14px;
	margin:13px 0 0 50px;
	color:#67669A;
}

.home_strong_text
{
	font-weight:bold;
	/*color: #67669a;*/
}

/* end home page definitions*/

/* footer definitions*/

#footer
{
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:880px;
}

#footer p
{
	margin:0;
	padding:0;
	font-size: 12px;
	text-align:center;
}

#copyright
{
	margin-top:18px;
}
#hmdHome
{
	margin-top:18px;
}

#hmdHome a
{
	 color:#666666;
	 text-decoration:none;
}

#locations a
{
	color:#666666;
	text-decoration:none;
}