* {
	margin:0;
	padding:0;
}

/*********************************************
	html tags
*********************************************/


body {
	background:#fff;
}

html, input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7c7c7c;
	line-height:16px;
}

input, select {
	vertical-align:middle;
	font-weight:normal;
}

img {
	border:0;
	vertical-align:top;
	text-align:left;
}

ul {
	list-style:none;
}

a:hover {
	text-decoration:none;
}

a {
	color:#7c7c7c;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0033cc;
	line-height:16px;
	padding:18px 0 6px;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0033cc;
	line-height:14px;
	/*padding:18px 0 6px;*/
}

/*********************************************
	global styles
*********************************************/

.clear {
	clear:both;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}
.imgPaddingDetail { 
	padding:18px 18px 18px 0;
}
.imgPadding { 
	padding:0 18px 18px 0;
}
.imgPaddingSolutions { 
	padding:0 20px 40px 0;
}
.contactUs {
	font-size:11px;
}
.contactUs .formBox {
	width:197px;
	height:19px;
	margin:-4px 10px 20px 20px;
}
.contactUs .formLabel {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:right;
	font-weight:bold;
	color:#0033cc;
	width:140px;
}
.contactUs .formTextArea {
	width:197px;
	height:103px;
	margin:0 10px 20px 20px;
	overflow:auto;
}
.contactUs .sendButton {
	float:right;
	width:92px;
	height:34px;
	margin:0 63px 0 0;
	border:none;
	cursor:pointer;
	background: transparent url(../img/bnButtonSend.gif) no-repeat;
}
.contactUs .sendButton:hover {
	background: transparent url(../img/bnButtonSendHover.gif) no-repeat;
}
.contactUs .clearButton {
	float:right;
	width:92px;
	height:34px;
	margin:0 16px 0 0;
	border:none;
	cursor:pointer;
	background: transparent url(../img/bnButtonClear.gif) no-repeat;
}
.contactUs .clearButton:hover {
	background: transparent url(../img/bnButtonClearHover.gif) no-repeat;
}


/*********************************************
	header
*********************************************/

.header {
	height:183px;
	width:100%;
}

.headerLeft {
	background: #2d2d2d url(../img/bnLogoLeft.gif) 0 25px repeat-x;
	float:left;
	height:183px;
	width:30%;
	z-index:1;
}
.headerLogoWrapper {
	background:none;
	float:left;
	height:183px;
	width:100%;
	margin-top:-183px;
	z-index:200;
}

.headerLogo {
	background: #2d2d2d url(../img/bnLogo.gif) 0 25px no-repeat;
	height:183px;
	width:965px;
	margin:0px auto;
	padding:0 0 0 40px;
}

.headerRight {
	background: #2d2d2d url(../img/bnLogoRight.gif) 0 25px repeat-x;
	float:right;
	height:183px;
	width:30%;
	z-index:1;
}

.headerBottom {
	/*background: #2d2d2d url(../img/bnHeaderBottom.gif) 0 0 repeat-x; dark background color causes a visual flash of black before gradient overlay*/
	background: #FFFFFF url(../img/bnHeaderBottom.gif) 0 0 repeat-x;
	float:left;
	height:125px;
	width:100%;
}

.header .headerNav {
	width:600px;
	padding:4px 0 0 0;
	float: left;
}

.header .headerNav ul {
	margin-left:0;
}

.header .headerNav ul li {
	display:inline;
	margin-right:23px;
}

.header .headerNav ul li a,
.header .headerNav ul li a:link,
.header .headerNav ul li a:visited,
.header .headerNav ul li a:active {
	color:#7c7c7c;
	font-size:12px;
	text-decoration:underline;
}

.header .headerNav ul li a:hover {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}

.header .headerNav ul li.selected a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}

/*********************************************
	content
*********************************************/

.content {
	float:left;
	height:auto;
	width:100%;
	margin:-130px 0 0 0;
}
.contentInner {
	height:100%;
	width:1005px;
	margin:0px auto;
}
.content .col_1 {
	float:left;
	width:420px;
	height:auto;
	padding:25px 0;
	margin:0 50px 0 40px;
}
.content .col_2 {
	float:left;
	width:420px;
	height:auto;
	padding:25px;
}
.content .newsStory {
	float:left;
	width:740px;
	height:auto;
	padding:25px 0;
	margin:10px 50px 0 40px;
}
.content .aboutCol_1 {
	float:left;
	width:260px;
	height:auto;
	padding:25px 0;
	margin:0 50px 0 40px;
}
.content .aboutCol_2 {
	float:left;
	width:580px;
	height:auto;
	padding:25px;
}
.content .bodyText {
	line-height:1.3em;
	padding:10px 0 0 0;
}
.content .bodyText  p{
	line-height:1.3em;
	padding:0 0 20px 0;
}
.content div.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0033cc;
	line-height:16px;
	padding:8px 0 6px 0;
}
.content #userName{
	display:inline;
}

.content .contentBlockWrapper {
	background: #f4f4f4;
	padding: 3px;
	margin: 0px 0 10px 0;
}
.content .contentBlock {
    width:350px;
	border:2px solid #fff;
	background:#f4f4f4;
	padding:30px;
}
.content .contentBlockAbout {
    width:510px;
	border:none;
	background:#f4f4f4;
	padding:30px;
	z-index:-1;
}
.content .contentBlockText {
    float:left;
    width:200px;
	padding:3px;
	margin:0;
}
.content .contentBlockTextWide {
    float:left;
    width:345px;
	padding:3px;
	margin:0;
}
.contentBlockAbout .contentBlockAboutText {
    float:left;
    width:400px;
	height:64px;
	overflow:visible;
	padding:3px;
	margin:0;
}
.contentBlockAbout .contentBlockClear {
	clear:both;
}
.content .contentBlockHead {
	color:#0033cc;
	font-size:1.08em;
	font-weight:bold;
}
.content .contentBlockBody {
	font-size:.86em;
}
.content a.contentBlockLink {
	float: right;
	font-size:.86em;
	color:#0033cc;
	font-weight:bold;
	font-style:normal;
}

ul.news {
	padding:10px 10px 10px 0px;
}
ul.news li {
	padding:0 0 5px 0;
}
ul.news h2 {
	font-size:.75em;
	line-height:1.1em;
	font-style:italic;
	font-weight:normal;
	padding:0 0 0 25px;
}
ul.news h3 {
	font-size:.85em;
	line-height:1.5em;
	height:auto;
	color:#0033cc;
	font-weight:bold;
	padding:0 0 0 25px;
	background:	transparent url(../img/markerBlue.gif) no-repeat 0 2px;
}
ul.news h3 a {
	color:#0033cc;
	text-decoration:none;
}
ul.news h3 a:hover {
	color:#cccccc;
}
ul.news h3.NewsTitle {
	font-size:1.12em;
	line-height:1.5em;
	height:auto;
	color:#0033cc;
	font-weight:bold;
	padding:0 0 0 16px;
	background:none;
}

ul.news .bodyText {
	width:105%;
	height:auto;
	overflow:hidden;
	font-size:.92em;
	line-height:1.3em;
	padding:0 0 0 16px;
}
ul.news .bodyTextNewsLead {
	width:90%;
	height:50px;
	overflow:hidden;
	font-size:.85em;
	line-height:1.5em;
	padding:0 0 0 25px;
}
ul.news .bodyText .bodyTextTitle{
	font-weight:bold;
}

ul.news .bodyTextNewsLead .bodyTextTitle {
	display:none;
}
ul.solutions {
	padding:10px 10px 60px 0px;
	margin-left: 50px;
}
ul.solutions li {
	list-style:disc;
	list-style-position:inside;
	color: #0033cc;
}
ul.solutions a {
	font-size:1.1em;
	line-height:3em;
	font-style:normal;
	font-weight:normal;
	padding:0;
	text-decoration:none;
	border-bottom:1px dotted #0033cc;
}
ul.solutions a:hover {
	color:#0033cc;
	border-bottom:none;
}
ul.solutionsDetail {
	padding:10px 10px 10px 0px;
	font-size:1em;
	line-height:1.5em;
	font-style:normal;
	font-weight:normal;
	color:#7C7C7C;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
ul.solutionsDetail li {
	list-style:disc;
	list-style-position:inside;
	color: #7C7C7C;
	padding-bottom: 5px;
}
ul.solutionsDetail li span.subPoint {
	font-style:italic;
	color: #0033cc;
}
div.contentBlock a {
	font-size:1em;
	line-height:1.5em;
	font-style:normal;
	font-weight:normal;
	padding:0;
	text-decoration:none;
	border-bottom:1px dotted #0033cc;
}
div.contentBlock a:hover {
	color:#0033cc;
	border-bottom:1px dotted #F4F4F4;
}
.content .contentBlock p {
	color:#7c7c7c;
	padding:0 0 0 10px;
}
.bodyText a {
	font-style:normal;
	font-weight:normal;
	padding:0;
	text-decoration:none;
	border-bottom:1px dotted #0033cc;
}
.bodyText a:hover {
	color:#0033cc;
	border-bottom:none;
}


/*********************************************
	Home Page Slider
*********************************************/

.content .pullQuoteBlock {
	overflow:hidden;
	background:#f4f4f4;
	padding:3px;
	margin:10px 0;
}
.content .pullQuoteSolutions,
.content .pullQuote {
	border:2px solid #fff;
	background:#f4f4f4  url(../img/bg_quote.gif) no-repeat 20px 20px;
	padding:40px 30px 39px 31px;
	margin:2px;
	width:363px;
	height:172px;
	z-index:-1;
}
.content .pullQuoteSolutions {
	border:2px solid #fff;
	background:#f4f4f4  url(../img/bg_quote.gif) no-repeat 20px 20px;
	padding:40px 30px 39px 31px;
	margin:2px;
	width:346px;
	height:172px;
	z-index:-1;
}
.content .pullQuoteHead {
	color:#0033cc;
	font-size:.92em;
	font-weight:bold;
}
.content .pullQuoteBody {
	font-size:.86em;
	padding:4px 0;
}
.content .pullQuoteName {
	font-size:.86em;
	color:#0033cc;
	font-weight:bold;
	font-style:normal;
	padding:16px 0 0 100px;
}
.content .pullQuoteTitle {
	font-size:.86em;
	color:#0033cc;
	font-weight:normal;
	font-style:italic;
	padding:0 0 0 100px;
}
.slider-wrap { 
display:none;
	width: 432px; 
	margin:0;
}			

.stripViewer { 
	float:left;
	clear:none;
	position:relative;
	margin:-30px 0 0 0;
	overflow: hidden;
	width: 432px; 
	height:260px;
	z-index:-1;
}
.stripViewer .panelContainer { 
	position: relative;
	left: 0;
	top: 0; 
}
  
.stripViewer .panelContainer .panel { 
	background:#f4f4f4;
	float: left; 
	height: 100%; 
	width: 432px;
 }
#movers-row	{
	float:left;
	clear:none;
	position:relative;
	width:432px;
	height:auto;
	margin:-15px 0 0 -1px;
	z-index:1000;
 }
#movers-row div {
	cursor:pointer; 
	width: 72px; 
	float: left; 
}

.nav-thumb { 
	border:1px solid #0033CC; 
	width:68px;
	height:20px;
	margin:0 0 0 2px;
}
.cross-link {
	float: right; 
	display: block; 
	width: 72px;
	padding: 10px 0 0 0; 
	text-decoration:none; 
}
.active-thumb { 
	background:transparent url(../img/arrow.png) no-repeat 2px 0; 
}
.stripNavL, .stripNavR, .stripNav { 
	display: none;
}

.contactus {
	width:180px;
	height:123px;
	padding:3px;
	margin-right:12px;
	background:#f4f4f4;
}
/*********************************************
	Media Page	
*********************************************/

.content .mediaBlockWrapper {
	background: #f4f4f4;
	padding: 3px;
	margin: 0px 0 10px 0;
	width:424px;
}

.content .mediaBlockWrapper .mediaBlock {
    width:420px;
	border:2px solid #fff;
	background:#f4f4f4;
}

.content .mediaBlockWrapper .mediaBlock .mediaContent {
	border:1px solid #0033cc;
	background:#fff;
	width:380px;
	height:400px;
	margin:10px;
	padding:10px;
	overflow-x:hidden;
	overflow-y:scroll;
}

ul.news h3.newsTitle {
	font-size:.92em;
	line-height:1.5em;
	height:auto;
	color:#0033cc;
	font-weight:bold;
	padding:0 0 0 16px;
	background:none;
}
ul.news .newsText {
	font-size:.86em;
	line-height:1.5em;
	padding:0 0 0 16px;
}

/*********************************************
	About Us Tabs
*********************************************/

.Tabs {
	float:left;
	font-weight:bold;
	margin:47px 0 0 0 0;
	height:50px;
	width:100%;
	z-index:1000;
}

.managementTab,
.advisorsTab,
.investorsTab {
	float:left;
	width:142px;
	height:14px;
	padding:16px;
	margin:0 0 0 14px;
	background:#f4f4f4 url(../img/investors.gif) no-repeat;
	font-weight:bold;
	cursor:pointer;
	border-top:thin solid #cccccc;
	border-left:thin solid #cccccc;
	border-right:thin solid #cccccc;
	border-bottom:none;
}
.managementTab:hover,
.advisorsTab:hover,
.investorsTab:hover {
	float:left;
	width:142px;
	height:14px;
	padding:16px;
	margin:0 0 0 14px;
	background:#f4f4f4 url(../img/investorsOver.gif) no-repeat;
	color:#0033cc;
	font-weight:bold;
	cursor:pointer;
	border-top:thin solid #cccccc;
	border-left:thin solid #cccccc;
	border-right:thin solid #cccccc;
	border-bottom:none;
}
.managementTab.selected,
.advisorsTab.selected,
.investorsTab.selected {
	float:left;
	width:142px;
	height:18px;
	padding:16px;
	margin:0 0 0 14px;
	background:#f4f4f4 url(../img/investorsOver.gif) no-repeat;
	color:#0033cc;
	font-weight:bold;
	cursor:pointer;
	border-top:thin solid #cccccc;
	border-left:thin solid #cccccc;
	border-right:thin solid #cccccc;
	border-bottom:none;
}

/*********************************************
	footer
*********************************************/

.footer {
	float:left;
	width:100%;
	height:100%;
	background-color: #fff;
	border-top: thin solid #e0e0e0;
}

.footer .footerText {
	width:965px;
	margin:0px auto;
	margin-top:25px;
	padding-bottom:25px;
	font-size:12px;
	color:#666666;
	text-align:center;
}

.footer .footerTextLink {
	width:965px;
	margin:0px auto;
	margin-top:38px;
	font-size:12px;
	color:#0033cc;
	text-align:center;
}

.footer .footerTextLink a {
	color:#666666;
	font:13px;
	text-decoration:none;
}

.footer .footerTextLink a:hover {
	text-decoration:underline;
}
/*********************************************
	LetMeKnow Page	
*********************************************/
.content .fullwidth {
	width:560px;
	height:auto;
	margin:30px 20px 10px 20px;
}
.content .fullwidth2 {
	width:933px;
	height:auto;
	margin:30px 20px 10px 20px;
}
.content .lmk_bodyText, .content .media_bodyText {
	margin-right: 1px;
}
.content .lmk_col_1 {
	float:left;
	width:560px;
	height:auto;
	/*padding:15px 0;*/
	margin:0 50px 0 40px;
}
.content .lmk_col_2 {
	float:left;
	width:280px;
	height:auto;
	padding:15px 0;
	margin-top: -195px;
}
div.lmkFeatures {
	width: 260px;
	height: auto;
	float: left;
}
ul.lmkFeaturesList {
	list-style-image: url(../img/lmk_badge.jpg);	
}
ul.lmkFeaturesList li {
	padding:5px;	
}
div.lmkBenefits {
	width: 270px;
	margin-left: 30px;
	height: auto;
	float: left;
}
div.lmkScope {
	width: 560px;
	height: 200px;
	margin-top: 20px;
	float: left;
	/*background-color:#999;*/
}
.lmkBanner {
	display: block;
	height: 200px;
	width: 560px;
	background: transparent url(../img/lmk_banner.png) no-repeat;
}
div.lmkFindOutMore {
	width: 280px;
	height: 105px;
	float: left;
	margin: 20px 0 1px 0;
}
.lmkBubble {
	display: block;
	height: 105px;
	width: 170px;
	/*float: right;*/
	background: transparent url(../img/lmk_bubble.png) no-repeat;
	margin-left: 60px;
}
.lmk_logo {
	background: transparent url(../img/lmk_logo-2.png) no-repeat;
	display: block;
	height: 90px;
}
ul.lmkBenefitsList {
	list-style-image: url(../img/lmk_check.jpg
						  );	
}
ul.lmkBenefitsList li {
	padding:5px;	
}
.contactUs .lmk_formLabel {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:right;
	font-weight:normal;
	color:#0033cc;
	/*width:140px;*/
}
.contactUs .lmk_formLabel2 {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	color:#0033cc;
	width:99%;
}
.contactUs .lmk_formBox {
	width:200px;
	height:19px;
	margin:-4px 0px 20px 15px;
}
.contactUs .lmk_formTextArea {
	width:200px;
	height:120px;
	margin:0 10px 20px 50px;
	overflow:auto;
	/*clear: left;*/
}
.contactUs .lmk_formSelect {
	width:197px;
	height:25px;
	margin:4px 0px 20px 58px;
}
.contactUs .lmk_formSelect option {
	padding: 3px;
}
.contactUs .lmk_sendButton {
	float:right;
	width:92px;
	height:34px;
	margin:0 23px 0 0;
	border:none;
	cursor:pointer;
	background: transparent url(../img/bnButtonSend.gif) no-repeat;
}
.contactUs .lmk_sendButton:hover {
	background: transparent url(../img/bnButtonSendHover.gif) no-repeat;
}
.contactUs .lmk_clearButton {
	float:right;
	width:92px;
	height:34px;
	margin:0 16px 0 0;
	border:none;
	cursor:pointer;
	background: transparent url(../img/bnButtonClear.gif) no-repeat;
}
.contactUs .lmk_clearButton:hover {
	background: transparent url(../img/bnButtonClearHover.gif) no-repeat;
}
.lmk_imgContainer {
	float: left;
	width: 99%;
	margin-bottom: 10px;
}
.lmk_emphasis {
	color: #0033CC;
	font-weight: bold;
}
/*********************************************
	press releases
*********************************************/
.newsBullets {
	list-style: disc;
	margin-left: 30px;
	padding: 1px 0 5px 0;
}
.newsBullets li {
	padding: 1px 0 5px 0;
}
.newsTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#666666;
}
.newsSubtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	color:#666666;
}
.logoContainer {
	height: auto;
	width: 140px;
	float: left;
}
.om100logo {
	background: transparent url(../img/OM100Badge.png) no-repeat;
	display: block;
	height: 141px;
	width: 125px;
}