/*///operationsconcepts.com///*/
/* Created by: Nycole Evans: Last modified date unavailable */
/* Modified by: Drwe Reitano: 05/07/2007 */

@import "cssmenu.css";

/* Global Styles*/

body {
	margin:0;
	background: url(/images/bg_home_main.jpg) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	}
	
a {	color: #000066;
	text-decoration: underline;
	}
	
a:hover	{
	color: #333333;
	}
	
	
	
/* Layout: Left Column Navigation */

#container_left_column {
	background: url(/images/bg_left_column.jpg) no-repeat;
	width: 231px;
	}
	
#container_left_inside {
	padding: 5px 24px 0 13px;
	}

.header_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	line-height: 1.11em;
	color: #1D436D;
	}
	
.header_left_search {
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	line-height: 1.11em;
	color: #1D436D;
	}
	
#bullet ul {
	margin-top:0px;
	margin-left: 7px;
	margin-bottom:0;
	padding-left: 0;
	list-style: none;
	}
	
#bullet ul li {
	background: url(/images/misc_bullet.jpg) no-repeat;
	color: #333333;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style: none;
	padding-left: 10px;
	padding-top:10px;
	background-position: 0 13px;
	line-height: 1.15em;	
	}
	
#bullet ul li a{
	color: #333333;
	text-decoration: none;	
	}
	
#bullet ul li a:hover{
	color: #003399;
	text-decoration: none;
	}
	
#container_left_line {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.navlist_left_font {
	padding-top: 11px;
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333;
	line-height: 2.00em;
	}
	
.navlist_left_font a{
	color: #333;
	text-decoration: none;
	}
	
.navlist_left_font a:hover{
	color: #1D436D;
	text-decoration: none;
	}
	
.form_field {
	padding-top: 5px;
	}
	
.navlist_left_font_sitemap {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333;
	line-height: 2.00em;
	}
	
.navlist_left_font_sitemap a{
	color: #333;
	text-decoration: none;
	}
	
.navlist_left_font_sitemap a:hover{
	color: #1D436D;
	text-decoration: none;
	}
	
/* Content */

#conatiner_right_column {
	background: url(/images/bg_content_right.jpg) no-repeat;
	}
	
#container_right_column_logos {
	padding-top:19px;
	}

#container_right_column_logos img{
	padding-bottom: 15px;
	}
	
#container_content {
	padding: 12px 46px 0 22px;
	}
	
#container_content_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	line-height: 1.11em;
	color: #163353;
	}
	
#container_content_font {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	font-size: 12px;
	line-height: 1.35em;
	color: #363636;
	}
	
#content_footer_heaer {
	padding-top: 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1d4360;
	font-weight:bold;
	line-height: 1.11em;
	}

#content_footer_links {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.42em;
	color: #1d4360;
	text-decoration: none;
	}
	
#content_footer_links a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.32em;
	color: #1d4360;
	text-decoration: none;
	}
	
#content_footer_links a:hover{
	text-decoration: underline;
	}
	
/*The following are styles for the NAVLIST*/ 

.navlist_header {
	padding-top: 15px;
	font-weight:bold;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color: #BC8E16;
	}

ul.navlist {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0px;
	}
	
ul.navlist li {
	background: url(../images/misc_bullet_inside.jpg) no-repeat 0 11px;
	margin:0;
	padding: 5px 1px 5px 10px;
	line-height: 1.30em;
	}
	
ul.navlist li a{
	color: #1d436d;
	font-size: 13px;
	text-decoration: underline;
	}

ul.navlist li a:hover {
	text-decoration: none;
	}
	
#current {
	background: url(../images/misc_bullet_arrow_inside.jpg) no-repeat 0 9px;
	margin: 0;
	line-height: 1.30em;
	padding: 5px 1px 5px 10px;
	
	}
	
#current a {
	color: #666;
	text-decoration: none;
	}
	
#choose_text {
	color: #996600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.sidebar {
	padding-top: 20px;
	}
	
.sidebarheadline {
	font-weight:bold;
	}
	
.articletitle {
	color: #000033;
	font-weight: bold;
	}