/*  Sterling Consulting & Management Brochure Style Sheet */
/*  General definitions  */


#brochure {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-family:"Trebuchet", Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #5F6976;
	color: #505761;
	text-align:center;
}
a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;	
}

a:hover {
    color: #1F7CFF;
	text-decoration: underline;
}
#intro  {
	color:#FFFFFF; 
	background-color:#0d173f; 
	layer-background-color:#0d173f;
	font-size:10px; 
	text-align:center; 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	z-index:99;  
}
.skip_intro  {
	text-align:left;
}

#container {
	width: 760px;
	margin: 0px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	background-image: url(/images/Border_M.jpg);
	text-align:left;
}

#innercontainer {
	/*background-image: url(/images/SMCBackground.jpg);*/
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 0px;
}

/*  Content   */
#flash_highlight {
	height:200px;
	background:url(/images/flsh_bg.jpg);
	border-top: 24px solid #003366;
	border-bottom: 4px solid #C3CAD5;
	text-align:center;
	font-size:24px;
	color:#0066FF;
	z-index:1;
}
#title {
	margin-left: 9px;
	margin-right: 9px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:36px;
	padding-top: 30px;
	color:rgb(218,84,10);
}
#highlight_img {
	float:right;
	width:200px;
}
#container #title h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:28px;
	text-transform: uppercase;
	color: rgb(218,58,38);
}
#container #summary {
	margin:0px 30px 30px 30px;
	font-size: 14px;
	font-style:italic;
}
#container #content {
	margin:30px;
	padding-left: 50px;
	font-size:11px;
	color:rgb(218,84,10);
	font-style:italic;
	min-height:100%;
}
.content_sublist {
	color: #505761;
}

li {
	list-style: url(/images/blt_gry.gif);
	margin: 3px 0px 3px 0px;
	color: #E85C2D;
}
#even_col_left {
	position:relative;
	float: left;
	width: 300px;
}
#even_col_right {
	position:relative;
	float: right;
	width: 300px;
}
#stag_col_left {
	position:relative;
	float: left;
	width: 400px;	
}

#stag_col_right {
	position:relative;
	float: right;
	width: 200px;	
}
#tool_highlight {
	display:block;
	position:relative;
	float: right;
	width: 200px;	
	text-align:center;
	color: #505761;
}

#footer {
	clear:both;
	text-align: center;
	font-family:"Trebuchet", Arial, Helvetica, sans-serif;
	font-size:10px;
}
#footer #copywrite {
	padding-bottom: 12px;
	font-size: 8px;
}
.copywrite_text {
	font-size: 8px;
}
.footerpipe  {
	padding:8px;
}
#border_bottom {
	background-color: #5F6976;
	margin-bottom: 30px;
}

