/* MillSteel.com CSS */
/* Created by Kallman Consulting (business@kallmanconsulting.com) */
/* Colors: 
		#2453AA - Blue
		#1D4287 - Dark Blue
		#9D9D9D - Grey
*/

/* =General */
body {
	margin: 0 auto;
	text-align: center;
	padding:0px;
	background-color: #1D4287;
	font: .9em arial, helvetica, sans-serif;
	line-height: 130%;
}

h3, h4 { 
	font-family: 'arial black', arial, tahoma, helvetica, sans-serif;
	font-size: 22px;
	color: #1D4287;
}

#vision_mission .phone, #norms_values .phone {
	font-family: 'arial black', arial, tahoma, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-align: center;
	height: 28px;
}

.small { font-size: .85em; }

/* =Layout */

#container { 
	background: white; 
	margin: 25px auto 0 auto;
	text-align: center;
	width: 956px;
}

#content {
	background:#fff;
	padding: 8px;
	width: 700px;
	min-height: 650px;
	text-align: left;
	float: left;
}

#content.home {
	width: 530px;
}

#content.full_width {
	width: 930px;
}

#norms_values {
	float: left;
	width:190px;
	height: 650px;
	background:#fff;
	padding:5px;
}

#vision_mission {
	float: left;
	width:190px;
	height: 650px;
	background:#fff;
	padding:5px;
}

#vision_mission.main {
	width: 220px;
}

#banner {
	float:left;
	background:#fff;
	height:50px;
	margin: 10px 15px 10px 10px;
}

#navbox {
	background:#fff;
	height:20px;
	margin: 0;
	padding: 10px;
	text-align: center;
}
html>body #navbox {
	height:29px;
}
#imagebar {
	background:#fff;
	height:90px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:89px;
}
html>body #imagebar {
	height:89px;
}

#heading_image {
	text-align: center;
	background-color: #fff;
	color: #fff;
	width: 956px;
}

#heading_image.home {
	background-color: #000;
}

#news_heading {
	text-align: left;
	background-color: #000;
	margin:0;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 16px;
}

#rapid_response {
	margin-left: 56px;
}

#quick_tech {
	margin-left: 116px;
}

#news_info {
	margin-left: 55px;
}

#more_news a {
	color: #fff;
}

.news {
	color: #fff;
	background-color: #000;
	float: left;
	overflow: hidden;
	height: 60px;
	width: 239px;
	font-size: 12px;
}

.news a {
	display: block;
	width: 239px;
	height: 70px;
	color: #fff;
	padding: 8px 0 14px 0;
	border-left: 1px solid #424550;
	text-decoration:none;
}

.news a:hover {
	background-color: #2453AA;
}

#footer {
	width: 956px;
	height: 40px;
	margin: 2px auto;
	color: #9d9d9d;
	font-size: .85em;
}

#footer p {
	text-align: left;
}

/* =Navigation */

#nav {
	height: 20px;
}

#nav ul li a {
	/*padding-bottom:4px;*/
	display:block;
	text-decoration:none;
	color:#2453AA;
	padding: 2px 4px;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 11px;
}

#nav ul li a:hover {
	color: #fff;
	background-color:#2453AA;
}

#nav ul {
	margin: 10px 0 2px 0;
	padding: 0;
	display: inline;	
	float:left;
}

#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float:left;
	font-weight: bold;
	border-right: 1px #ccc solid;
}

/* =Formatting */
#content p {
	color: #666;
	line-height: 1.3em;
}

#norms_values h4, #vision_mission h4 {
	text-align: center;
	font-size: 16px;
}
#vision_mission p, #norms_values p {
	color: #666;
	font-size: 11px;
	line-height: 1em;
	text-align: left;
}

/* =Bullets */

#content ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	line-height: 130%;
	list-style-image: url(./images/arrow.gif);
	color: #666;	
}

#content ol {
	color: #666;
}

/* =Links */

#vision_mission a, #norms_values a {
	color: #2453AA;
	font-family: 'arial black', arial, tahoma, verdana, serif;
	font-size: 0.9em;
}

#vision_mission a:hover, #norms_values a:hover {
	color: white;
	background-color: #1D4287;
	text-decoration: none;
}

#content a {
	color: #2453AA;
}

#content a:hover {
	color: white;
	background-color: #1D4287;
	text-decoration: none;
}

#video a {
	color: #fff;
}

#video a:hover {
	background-color: #fff;
}

#footer a {
	color: #9D9D9D;
}

#footer a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}


.noborder a {
	border-style: none;
}

.gold {
	color: #F78638;
}