/*******
  ____________________________________________________
 |                                                   |
 |  AUTHOR:           Greg Givan                     |
 |  STEEL CITY CAPITAL FUNDING                       |
 |  COPYRIGHT:        copyright@2008 www.pnc.com     |
 |  DATE:             2008.07.10                     |
 |  LAST MODIFIED:    2009.04.29                     |
 |___________________________________________________|
                                                      
********/


/******* includes *******/
@import "reset.css";
@import "global.css";

html{
	height: 100%;
	background-color: #e6e7eb;
	background-image: url(../images/steelcity_mastr_bkgrnd.png);
	background-position: center top;
	background-repeat: repeat-y;
}
body{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	color: #676566;
	background-color: #e6e7eb;
	height: auto;
	background-image: url(../images/steelcity_background_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#container{
	width: 960px;
	height: auto;
	background-color: #f3f7fd;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #acb1b7;
	border-left-color: #acb1b7;
}


#container #content {
	margin-top: 25px;
	background-color: #f3f7fd;
	margin-bottom: 10px;

}

#container #masthead { padding-top: 10px; }

#container #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 18px;
	/*height: 35px;*/
	padding: 25px 15px 15px 15px;
	text-align: center
}

#container #location_wrapper {
	height: 173px;
	background-image: url(../images/location_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#container #location_wrapper #locations {
	color: #f3f7fd;
	padding-top: 37px;
}


#container #location_wrapper #locations h3 {
	font-size: 2.3em;
	line-height: 27px;
	font-weight: normal;
	margin-bottom: 7px;
}

#container #location_wrapper #locations p { font-size: 1.4em; }

#container #location_wrapper #locations div {
	width: 190px;
	padding-left: 50px;
}

#container #location_wrapper #locations div#pittsburgh {
	width: 189px
}

#content #main_body { padding: 0px 40px; 
}


#container #navigation {
	background-image: url(../images/navigation_background.png);
	background-repeat: no-repeat;
	height: 58px;
	padding-top: 1px;
}

#container #navigation ul { margin-left: 22px; 
}
#container #navigation ul li {
	float: left;
	list-style-type: none;
	font-size: 1.8em;
	color: #003180;
	text-decoration: none;
	height: 35px;
	text-align: center;
}

#container #navigation li a {
	overflow: hidden;
	padding-top: 9px;
	height: 27px;
	display: block;
	text-decoration: none;
	color: #003180;
	background-repeat: no-repeat;
	background-position: 0px -36px;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 1px;

}
#container #navigation ul li a.current{
	background-position: 0px 0px;
}
#container #navigation ul li a:hover, #container #navigation ul li a.active{ 
	background-position: 0px 0px;
}

#container #navigation li.home a{
	width: 96px;
	background-image: url(../images/nav_home.png);
}

#container #navigation li.our_team a{
	width: 143px;
	background-image: url(../images/nav_ourteam.png);
}

#container #navigation li.financialsolutions a{
	width: 245px;
	background-image: url(../images/nav_financingsolutions.png);
}

#container #navigation li.portfolio a{
	width: 180px;
	background-image: url(../images/nav_transactions.png);
}

#container #navigation li.news a{
	width: 98px;
	background-image: url(../images/nav_news.png);
}

#container #navigation li.contactus a{
	width: 149px;
	background-image: url(../images/nav_contactus.png);
}

#content .steel_hr {
	background-image: url(../images/steelcity_hr.png);
	background-repeat: no-repeat;
	height: 22px;
	background-position: top center;
	clear:both;
	/*margin: 30px 0px 0px 0px;*/
}

#content #main_body h1 {
	font-size: 3.5em;
	color: #003180;
	padding-top: 15px;
	padding-bottom: 15px;
}

#content #main_body p, #content #main_body ul {
	font-size: 1.8em;
	line-height: 27px;
}

#content #main_body p{
	margin-bottom: 15px;
	font-weight: bold	
 }

#content #main_body ul{
	margin-left: 40px;


}

#content h2{
	color: #003180;
	font-size: 2.7em;
}

#content #main_body h2 {
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: normal
}


#home #container #content #main_body {
	width: 495px;
	background-image: url(../images/steelcity_main_vertrule.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 290px;
}

#home #container #content #news {
	width: 330px;
	padding: 50px 15px 0px 35px;
}

#home #container #content #news h2 {
	height: 41px;
	background-image: url(../images/steelcity_inthenews_icon_sm.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 5px;
	padding-right: 0px;
	width: 215px;
	font-weight: normal
}

#home #container #content #news .news_item h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

#home #container #content #news .news_item {
	background-image: url(../images/steelcity_news_hr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#home #container #content #news .news_item a {
	font-size: 1em;
	color: #ec8a13;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 16px;
}

#home #container #content #news .news_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#home #container #content #prods_services h2 {
	margin-bottom: 25px;
	margin-left: 25px;
	font-weight: normal
}

#home #container #content #prods_services {
	margin-top: 5px;
	margin-left: 15px;
	background-color: #F3F7FD;
	height: 225px;
	padding-bottom: 15px;
}

#home #container #content #prods_services .product_item {
	height: 135px;
	padding-top: 25px;
}

#home #container #content #prods_services #cash_flow {
	width: 285px;
	background-image: url(../images/cashflow_bkgrnd.png);
	background-repeat: no-repeat;
	margin-right: 30px;
}

#home #container #content #prods_services #junior_secured {
	width: 294px;
	margin-right: 30px;
	background-image: url(../images/juniorsecured_bkgrnd.png);
	background-repeat: no-repeat;
}

#home #container #content #prods_services #turnaround {
	background-image: url(../images/turnaround_bkgrnd.png);
	width: 289px;
	background-repeat: no-repeat;
}

#home #container #content #prods_services h4 {
	font-size: 2em;
	line-height: 25px;
	font-weight: normal;
	height: 50px;
}


#home #container #content #prods_services #cash_flow h4, #home #container #content #prods_services #cash_flow p { margin-left: 94px; }
#home #container #content #prods_services #junior_secured h4, #home #container #content #prods_services #junior_secured p { margin-left: 94px; }
#home #container #content #prods_services #turnaround h4, #home #container #content #prods_services #turnaround p { margin-left: 95px; }

#home #container #content #prods_services .product_item p {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	/*line-height: 17px;*/
	margin-top: 10px;
}

#home #container #content #prods_services .product_item a {
	/*margin-left: 5px;*/
	padding-top: 4px;
	color: #676566;
	/*height: 17px;*/
	font-weight: normal;
	text-decoration: underline
}

#home #container #content #prods_services .product_item img {
	vertical-align: middle;
	margin-right: 4px;
}

#aboutus #container #content #main_body li { margin-bottom: 10px; }

#container #content #main_body h4 {
	color: #6E7275;
	font-size: 1.8em;
	line-height: 26px;
}

#container #content #main_body table {
	font-size: 1.1em;
	background-color: #E5E7EA;
	color: #000000;
	border: 1px solid #d5d5d5;
	font-family: Arial, Helvetica, sans-serif;
}

#container #content #main_body table td {
	padding: 4px;
	vertical-align: top;
}



.content_box{ width: 892px; }

#container #content .styled_table {
	background-color: #eaf2fd;
	padding: 4px;
	border: 1px solid #d5d5d5;
	text-align: center;
	margin-bottom: 10px
}
/* #contactus #container #content #main_body .contact_name */
a {
	text-decoration: none;
	font-weight: bold;
	color: #003180;
}

#container #footer a {
	color: #676566;
	font-weight: normal;

}