/* body pages layout */

body{
	margin: 0;
	padding: 0;
	text-align:center;
	font-size: 13px;
	/*color: #999B9E;*/
	color: #333;	
	font-weight: normal;
	font-family: helvetica, verdana, sans-serif;
	/*margin: 0 10px 0;*/
	padding: 0 15px 0 15px;
	}

#ft{
	clear:both;
	border-top: thin solid #D1D2D3;
	width:750px;
	padding-top: 2em;
	font-size: 11px; }
/**/
/* 750 centered, and backward compatibility */ 
#doc,.oms_index {
	margin:auto;
	text-align:left;
	width:57.69em;
	*width:56.3em;
	width:750px;
	}

/* below required for all fluid grids; adjust widths and margins above accordingly */

	/* to preserve source-order independence for Gecko */
	.yui-b{position:relative;}
	.yui-b{_position:static;} /* for IE < 7 */
	#yui-main .yui-b{position:static;} 

#yui-main {width:100%;}
.oms_index #yui-main{
	float:right;
	margin-left:-25em;
	/* IE: preserve layout at narrow widths */
	}

.oms_index .yui-b {
	float:left;
    width:13.8456em;*width:13.512em;}
    
.oms_index #yui-main .yui-b {
    margin-left:14.8456em;*margin-left:14.512em;
}

#yui-main .main
	{
	margin-left:14.8456em;*margin-left:14.512em;
	width: 570px;
	min-height: 300px;
	}

#yui-main .yui-b {
	float:none;
	width:auto;
	}

#bd:after
	{
	content:".";
	display:block;
	height:0;clear:both;
	visibility:hidden;
	}
#bd
	{
	zoom:1;
	max-width: 750px;
	}
	
/*Text format*/

a:link { 
	color: #30669C; 
	text-decoration: underline 
	}
	
a:active { 
	color: #30669C; 
	text-decoration: underline 
	}
	
a:visited { 
	color: #999B9E; 
	text-decoration: underline 
	}
	
a:hover { 
	color: #30669C; 
	text-decoration: underline 
	}

p 	{
	padding: 0 15px 0 15px;
	margin-top: 5px;
	}
	
h1	{
	font-size: 18px;
	color:  #167ABB;
	font-weight: 900;
	font-family: helvetica, verdana, sans-serif;
	margin: 0px 15px 0 15px;
	white-space: nowrap;
		
	}
	
h2	{
	font-size: 15px;
	/*color: #5584af;*/
	/*color: #999999;*/
	color: #666;
	font-weight: 900;
	font-family: helvetica, verdana, sans-serif;
	margin: 0 15px 0 15px;
	white-space: nowrap;
		
	}
	
.question {
	color: #306496;
	font-weight: bold;
	}

.testimonial_source {
	font-weight: bold;
	margin-left: 20px;
	}
	
.column_text {
	padding: 0 5px 0 15px;
	margin-top: 5px;
	}
	
.accesory a:link{
	text-decoration: none;
	}

.accesory a:hover{
	text-decoration: underline;
	}

/*.sub_column_a {*/
	/*padding: 0 5px 0 15px;*/
	/*margin-top: 5px;*/
	/*}*/
	
		
.form_text {
	color: #306497;
	font-size: 13px;
	padding: 5px 15px 0 15px;
	font-weight: normal; 
	}	
	
input.text {
	/*background-color: #AFB1B4;*/
	background-color: #ccc;
	color: #000000;
	}
	
/*Main navigation layout*/

#logo {
	float: left; 
	width: 260px;
	}
	
#nav_items {
	float: right;
	width: 490px;
	}
	
/*End main navigation layout*/
	
		
/*Main navigation*/

.main_nav {
	color: #999B9E;
	font-size: 13px;
	padding-bottom: 20px;
	padding-top: 15px;
	}
	
ul, li{
	margin:0;
	padding:0;
	}	
	
ul#bullets	{
	margin-bottom: 10px;
	}
	
ul#bullets li {
	margin-left: 40px;
	margin-top: 0;	
	}
	
ul#top_nav {
	list-style: none inside;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	text-align: center;
	height: 20px;
	float: right;
}

body ul#top_nav {
	float:none;
}

ul#top_nav li {
	float: right;
	display: block;
}

ul#top_nav li a {
	width: auto;
	margin: 3px 0 0 0;  /* a little top margin */
	padding: 0px 5px;
	border: 0;
	font-family: helvetica, verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #888888;
}


ul#top_nav li a:hover {
	color: #4466AA;
	text-decoration: underline;
}

ul#top_nav li a#current {
	color: #4466AA;
	font-weight: 600;
}

p#sn_subhead	{
	font-size: 14px;
	color: #666;
	font-weight: 900;
	font-family: helvetica, verdana, sans-serif;
	margin: 0;
	white-space: nowrap;
	text-align: left;
	padding: 0;
		
	}
	
ul#sub_nav  {
	list-style-type: none;
	}
	
ul#sub_nav li a {
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: helvetica, verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	/*display: block;*/
	color: #888888;
	font-weight: normal; 
}

ul#sub_nav li a#current {
	color: #5584AF;
	font-weight: 600;
}

ul#sub_nav li a:hover {
	color: #4466AA;
	text-decoration: underline;
}


/*End main navigation*/


/*Lightbox*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

/*End Lightbox*/