/* 

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

Notes

*/

/* --------- 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-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 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;
}
.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;
}
#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-width: 1px;
	border-top-style: dotted;
	border-top-color: #47809E;
		}
.colImg {
	padding-top: 5px;
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
	color: #47809E;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #47809E;
}



/* ---------- 3. links and navigation ---------- */

a {
	text-decoration:none;
	font-weight: bold;
	color: #47809E;
		}
		
a:hover {
	text-decoration: underline;
		}

p {
	padding-bottom: 1em;
}

		
/* ---------- 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 */
