/* @override 
	http://extranet.imagebox.com/steelcityre/development/main.css
	http://steelcityre.com/main.css
*/

/* - - - - - - - - - - - - - - - - - - - - -

Title : STEEL CITY RE
Author : Anthony Bruno
Company: Imagebox Productions Inc
URL : http://www.steelcityre.com

- - - - - - - - - - - - - - - - - - - - - */

* {
	padding: 0;
	margin: 0;
}

body {
	background: url(images/background.jpg) #e5e5e5 repeat-x;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

#sub {
	background: url(images/sub_background.jpg) #e5e5e5 repeat-x;
}

/* Container */

#wrapper {
	margin: 0 auto;
	width: 850px;
}

/* Layout Elements */

#topnavigation {
	color: #333;
	float: right;
	height: 40px;
	width: 850px;
	overflow: hidden;
}

#header {
	float: left;
	height: 200px;
	width: 850px;
	margin-top: 10px;
	overflow: hidden;
}

/* Main Navigation */

#mainnav {
	float: left;
	width: 850px;
	height: 175px;
	clear: both;
}

#subpagenav {
	float: left;
	width: 850px;
	height: 50px;
	clear: both;
}

#nav_left, #nav_middle, #nav_right {
	height: 175px;
	float: left;
}

#subpage_nav_left, #subpage_nav_middle, #subpage_nav_right {
	height: 50px;
	float: left;
}

#nav_left, #subpage_nav_left {
	width: 283px;
	background: #DC9938;
}

#nav_left {
	background: #dc9938 url(images/title_ideas.gif) no-repeat 30px 30px;
}

#nav_middle, #subpage_nav_middle {
	width: 284px;
	background: url(images/nav_middle_bg.gif) no-repeat left center #BA0000;
}

#nav_right, #subpage_nav_right {
	width: 283px;
	background: url(images/nav_right_bg.gif) no-repeat left center #7A0001;
}

#clear {
	clear: both;
}

#subpage_content #nav_left {
	float: left;
	width: 283px;
	background: #ccc;
}

/* end nav */

/* subpage navigation */

#subpage_secondary_nav{
	width: 270px;
}

#subpage_secondary_nav ul {
	width: 235px;
	float: left;
	padding: 0 0 0 30px;
	margin-bottom: 0;
	margin-top: 67px;
	margin-right: 0;
}

#subpage_secondary_nav li{
	border-bottom: 1px solid #999;
	width: 195px;
	padding: 10px 0;
}

#subpage_secondary_nav li#bottom{
	border: none;
}


#content, #subpage_content {
	background: #fff;
	color: #333;
	display: inline;
	float: left;
	min-height: 380px;
	width: 850px;
}

#content_left {
	float: left;
	width: 428px;
	/* IE6 DUPLICATE CHARACTERS FIX */
	margin-right: -6px;
}

#contentleft{
	float: left;
	width: 428px;
	padding-right: 0;
	margin-right: 0;
}

div#contentleft.homepage {
	padding-left: 40px;
	width: 388px;
}

#contentright {
	float: right;
	width: 400px;
	padding-right: 15px;
	padding-top: 50px;
}

#subpage_content #content_left {
	float: left;
	width: 283px;
}

#subpage_content #content_right {
	float: right;
	width: 480px;
	padding: 0 87px 20px 0;
}



/* news */

#news {
	padding-top: 20px;
	margin: 0 auto;
	clear: both;
	width: 770px;
}

#news_left, #news_middle, #news_right {
	float: left;
	margin-bottom: 30px;
}

#news_left {
	width: 222px;
	padding: 20px 10px 0 0;
	min-height: 100px;
	border-right: 1px solid #999;
}

#news_middle {
	width: 224px;

	border-right: 1px solid #999;
	min-height: 80px;
	padding: 20px 10px 0 40px;
	min-height: 100px;
}

#news_right {
	width: 222px;
	padding: 20px 0 0 30px;
}

#footer {
	clear: both;
	color: #333;
	width: 850px;
	padding-bottom: 20px;
}

#footleft {
	color: #333;
	float: left;
	width: 425px;
	padding-top: 0;
	padding-bottom: 30px;
}

#footright {
	color: #333;
	float: right;
	width: 425px;
}

/* Links */

a:link, a:visited {
	color: #BA0000;
	text-decoration: none;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}

a:hover, a:active {
	color: #BA0000;
	text-decoration: underline;
}

a:visited, a:active {
	color: #BA0000;
}

#mainnav a:link, #mainnav a:visited {
	color: #ffffff;
}

#news a:link, #news a:hover, #news a:visited {
	color: #333;
}




#topnavigation a {
	font-size: 1.3em;
	color: #333;
}

#footer a {
	color: #333;
}

#subpage_secondary_nav a{
	color: #666;
	font-size: 1.3em;
}

#subpage_secondary_nav #yellowover a{
	color: #dc9938;
}

/* Text */

p {
	color: #333;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	text-decoration: none;
}

#mainnav p {
	color: #fff;
	padding-left: 30px;
	line-height: 14px;
	padding-right: 12px;
	padding-top: 10px;
}



#content p {
	width: 385px;
	line-height: 14px;
	padding: 0 0 10px 40px;
}

div#contentleft.homepage p {
	padding-left: 0;
	float: none;
}

#content_right p {
	width: 480px;
	line-height: 14px;
	padding-bottom: 15px;
}

#contentleft p {
	width: 365px;
	line-height: 14px;
	padding-bottom: 15px;
	float: left;
}



span {
	width: 175px;
	color: #BA0000;
	font-weight: bold;
	font-size: 1.4em;
}

#news p {
	width: 200px;
	padding: 0 0 20px;
}

#footer p {
	color: #333;
	font-size: 1.1em;
	padding: 5px 5px 20px;
}

#footright p {
	float: right;
	padding-right: 10px;
}

#news p{
	color: #BA0000;
}

/* Headings */

h1 {
	font: bold 2.4em "Trebuchet MS", Helvetica, Verdana, sans-serif;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 20px 0 5px;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 50px;
}

#content h1 {
	width: 290px;
	color: #ba0000;
	padding: 40px 0 20px 40px;
}

div#contentleft.homepage h1 {
	padding-left: 0;
}

#content_right h1 {
	width: 480px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#ideas {
	color: #DC9938;
}

#clientservices{
    color: #BA0000;
}

#aboutus{
	color: #7a0001;
}

#subpage_secondary_nav #li_co, #subpage_secondary_nav #li_si, #subpage_secondary_nav #li_pu, #subpage_secondary_nav #li_we  {
	border-bottom: none;
}

/* Lists */

ul {
	list-style-type: none;
}

#topnavigation ul {
	display: block;
	float: right;
	margin-bottom: 15px;
}

#topnavigation li {
	float: left;
	padding-right: 10px;
	border-left: 1px solid #999;
	line-height: 55px;
	padding-left: 10px;
}

#mainnav ul {
	color: white;
	list-style-type: disc;
	padding-left: 45px;
	font: normal 1.2em/14px "Trebuchet MS", Helvetica, Verdana, sans-serif;
	padding-top: 5px;
}

#content_right ul{
	list-style-type: disc;
	list-style-position: inside;
	font-size: 12px;
	margin-left: 10px;
	line-height: 14px;
	padding-bottom: 20px;
}

#content_right ul{
	list-style-type: disc;
	list-style-position: inside;
	font-size: 12px;
	margin-left: 10px;
	line-height: 14px;
	padding: 0 0 20px;
}

#content_right li{
	padding-top: 10px;
}


/* Images */

#nav_left img, #nav_middle img, #nav_right img, #nav_middle img a:hover {
	padding-top: 30px;
	padding-left: 30px;
	text-decoration: none;
}



#subpage_nav_left img, #subpage_nav_middle img, #subpage_nav_right img {
	padding-top: 17px;
	padding-left: 30px;
}

#tagline {
	padding: 50px 0 10px 40px;
}

#graph {
	float: right;
	padding-top: 80px;
	width: 385px;
	margin-right: 15px;
}


/* Rules */

hr{
	width: 45%;
	margin-bottom: 5px;
}