/* 

STYLE SHEET FOR SCRANTON MANUFACTURING CORPORATION INC. WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

/* --------- 1. defaults  --------- */

* {margin: 0; padding: 0;}

body {
	behavior: url(css/csshover.htc);
	font-family: "Trebuchet ms", helvetica, arial, "sans serif";
	font-size: 11px;
	color: #4d4c4c;}
		  
/*  --------- 2. structure  --------- */

#wrapper {width: 993px; margin: 30px auto 0 auto;}

#top {
	width: 632px;
	margin-right: auto;
	margin-left: auto;}
		
#logo {float: left;}

#search {font-size: 10px;}

#search input {
	font-size: 11px;
	text-align: right;
	margin-right: 3px;
	padding-top: 2px;
	padding-right: 3px;
}

#search a{color: #4d4c4c; font-weight: normal;}

#flash {clear: both;}
.flashimg {clear: none; float: left;}
.floatRight {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
}

.flashimgtwo {float: right; clear: none;}

#content {
	width: 641px;
	background-image: url(../images/contentBkg.gif);
	background-repeat: repeat-y;
	margin-left: 176px;
	padding-left: 26px;
	padding-top: 16px;
	margin-top: -4px;
		}
#colone {
	width: 160px;
	padding-right: 35px;
	float: left;
	text-align: justify;
	margin-left: 15px;
}
#coltwo {
	width: 165px;
	float: left;
	padding-right: 35px;
	text-align: justify;
}
#colthree {
	width: 165px;
	float: left;
	text-align: justify;
}
#colfour {
	width: 160px;
	padding-right: 35px;
	float: left;
	text-align: justify;
	padding-left: 110px;
}
#colfive {
	width: 165px;
	float: left;
	padding-right: 35px;
	text-align: justify;
}
#careers {
	background-image: url(../images/career_top.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-left: 176px;
}
#careers p {
	padding-top: 50px;
	color: #F8F8F8;
	padding-left: 37px;
	padding-right: 315px;
	line-height: 1.4em;
	padding-bottom: 25px;
}
#careers a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#careers a:hover {text-decoration: underline;}

#footer {
	text-align: right;
	font-size: 10px;
	color: #969696;
	padding-right: 188px;}
	
#footer a {color: #969696; text-decoration: none; font-weight: normal;}
#footer a:hover {color: #4D4C4C;}


.separator {
	clear: both;
	height: 0;
	padding-bottom: 1em;
	border-top: 1px dotted #47809E;}
	
.colImg {padding-top: 5px;}

h1 {font-size: 14px;}
#news  h1 {
	margin-bottom: 4px;
}
#news h2 {
	margin-bottom: 9px;
}


h2 {font-size: 12px;}
h3 {font-size: 12px; color: #47809E;}
h4 {font-size: 11px; font-weight: bold; color: #47809E;}

p {padding-bottom: 1em;}

/* ---------- 3. links and navigation ---------- */
a {	text-decoration:none; font-weight: bold; color: #47809E;}
a:hover {text-decoration: underline;}
a.nobold {font-weight: normal;}
	
/* ---------- 4. fonts ---------- */
ul {list-style-type: none;} 

/* ---------- 5. images ---------- */
a img {border: 0;}

/* ---------- 6. hacks ---------- */
body	{ /* IE 5 centring bug fix */text-align: center;}
		
#wrapper {text-align: left;}  

/* hide from MacIE, \*/ 

* html #content { margin-top: -4px; } 

/* end hide */

#secMainContent ol, #vidMainContent ol {list-style-type: upper-alpha; margin-left: 15px;}
#secMainContent ol li, #vidMainContent ol li {list-style-type: decimal;}
#secMainContent ol li li, #vidMainContent ol li li{list-style-type: lower-alpha;}
#secMainContent ul, #vidMainContent ul {margin: -5px 0 0 17px;}
#secMainContent ul li, #vidMainContent ul li {
	padding-bottom: 3px;
}


/* Rollovers */

a.smclogo {
	height: 37px;
	overflow: hidden;
	width: 159px;
	background: url(../images/smcLogo.gif) no-repeat left top;
	display: block;
}
a.smclogo:hover {background: url(../images/smcLogo.gif) no-repeat left bottom;}

.rollover {margin: 4px auto; clear: none; outline: none;}

