/* Neutralize styling: 
   Elements we want to clean out entirely
   and we reset the base font-size to 10px
---------------------------------------------------------------- */
html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font: normal 100.01%/1.5em Arial, Helvetica, sans-serif;
}
html { font-size: 62.5%; } /* 1em = 10px */
html { font-size: 86%; } /* override it ... go bigger */

/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0; }

html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	font: 80%/1.4em Arial, Helvetica, sans-serif;
	color: #4B4A43;
	background: #fff url(css-images/body-bg.jpg) center repeat-y;
	}

.clear {clear:both;}
.cls {
    clear: both;
    height: 0;
    line-height: 0;
    display: none;
    font-size: 1px;
}
/* Headers and Paragraphs:
------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
    font-family: "Century Schoolbook", Georgia, Times, serif;
    font-weight: normal;
    line-height: 1.5em;
    color: #000065;
    padding-bottom: 3px;
	margin: 6px 0 0;
	padding: 0;	
}


h2, h2.dotted-border {
	background: url(images/dotted-border.gif) 0 1.6em repeat-x;
	padding-bottom: .6em !important;
	font-size: 210%;
	color: #000065;
}
h3, p.callout {
	font-size: 130%;
    font-family: "Century Schoolbook", Georgia, Times, serif;
	color: #ff5800;
	line-height: 1.12em;
	margin: 6px 0 0;
}
h4, p.sub-head {
	font-weight: bold;
	text-transform: uppercase;
	color: #696863;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 6px 0 2px;
	padding: 0;
	clear: both;
}

p { margin: 0 0 1em; }



/* Top Drop Menu
------------------------------------------------ */
/* size and position the menu wrapper */
#main-menu {
    background: url(images/menu-bg.jpg) repeat-x;
    height: 23px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #000065;
    margin: 0;
    padding: 6px 0 0;
    position: relative;
    z-index: 10000;
}
/* abs pos the top level */
#main-menu ul.topnav {
    position: absolute;
    left: 0;
    margin: 0 0 0 30px;
    bottom: 1px !important;
    bottom: 0;
    height: 20px;
}

#main-menu ul, #main-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topnav li {
    float: left;
    display: block;
    position: relative;
    z-index: 10000;
}
.topnav a, .topnav .parent ul a,
.topnav span, .topnav .parent a,
.topnav li.active a {
    float: left;
    display: block;
    height: 20px;
    position: relative;
    width: auto !important;
    line-height: 20px;
    height: 20px;
    padding: 0 1.1em;
    width: 1%;
    white-space: nowrap;
    cursor: default;
    z-index: 10000;
}

.topnav li.active a { cursor: default; }
.topnav li.active li a, .topnav a, .topnav .parent ul a {
    cursor: pointer;
    cursor: hand;
    text-decoration: none !important;
}

/* hover zones */
.topnav div {
    position: absolute;
    left: -3000px;
    top: auto;
    width: 220px;
    background: url(../images/bgfix.gif);
    z-index: 10000;
}

.topnav li:hover div, 
.topnav li.sfhover div {
    left: -20px;
    top: 19px;
}
/* drop downs */
#main-menu .topnav ul {
    width: 170px;
    margin: 2px 30px 50px;
    background: #eee;
    position: relative;
    top: 0;
    left: 0;
    z-index: 11000;
    border-top: 1px solid #555555;
}
#main-menu .topnav li.last:hover div {
    left: -110px;
}
#main-menu .topnav li li {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #555;
    background: #fff url(../images/hovernav.gif) repeat-x 0 50%;
    margin: 0;
}
#main-menu .topnav ul a,
#main-menu .topnav ul a:visited {
    display: block;
    float: none;
    height: auto;
    padding: .1em 0 0 7px;
    width: 100%;
    text-decoration: none;
    color: #555;
}
/* link colors */
#main-menu a { 
    color: #000065;
}
#main-menu .topnav .active a {
    color: #777;
}
#main-menu .topnav a:hover {
    color: #4B4A43;
}
#main-menu .topnav ul a:hover {
    color: #fff !important;
    background-color: #777;
}
#dropnav li.active li.active a:hover,
#dropnav li.active a, #dropnav li.active li.active a {
    color: #ff5800 !important;
    background-color: transparent;
}
#dropnav li.active li a {
    color: #555 !important;    
}



/* Everything! :P
------------------------------------------------ */
ul.featureList li {
	font-size: 130%;
    font-family: "Century Schoolbook", Georgia, Times, serif;
	color: #ff5800;
	line-height: 1.12em;
	margin: 0 0 0;
}
ul.featureList {
    margin: 0 0 1em;
    list-style: none;
}
/*
ul.doublecol li {
    width: 45%;
    float: left;
}*/

.by {
    margin: -1em 0 1em;
    padding: 0 0 1em;
    border-bottom: 1px solid #bbb;
}

.largeImg,
.fullwidthImg {
    position: relative;
    width: 231px;
    height: 140px;
    float: left;
    margin: 0 1px 0 -7px;
}
.fullwidthImg { 
    width: 325px;
    margin: 0 1px 15px -2px;
    clear: both;
    float: none;
}

.bioImg { 
    position: relative;
    display: block;
    width: 170px; 
    margin: 2px -5px;
    clear: both;
}

.largeImg img,
.fullwidthImg img,
.bioImg img { /* the real image... make this 197px by 107px */
    margin: 12px 0 0 13px;
    z-index: 100;
    position: absolute;
}
.fullwidthImg img { margin-left: 15px;}
.bioImg img { margin-left: 14px; }
.largeImg img.frame,
.fullwidthImg img.frame,
.bioImg img.frame {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 50;
}

dt {
    float: left;
    clear: both !important;
    display: block;
    width: 65px; 
    padding-bottom: 10px;
    font-weight: bold;
}
dd {
    float: left;
    display: block;
    width: 250px;
    padding-bottom: 10px;
}

.process-nav dt { width: 70px; font-weight: normal; }
.process-nav dd { width: 100px }
#processFlash {
    width: 515px;
    height: 140px;
    margin-left: 0;
}
h4.process { 
}
.processText {
    float: left;
    width: 320px;
    margin-left: 20px !important;
    margin-left: 10px;
}
#container {
	background: #EAE8E2;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	}
	
#header {
	background: transparent url(images/header-bg.jpg) repeat-x;
	height: 64px;
	}
#logo {
	float: left;
	}

#logo h1 {
	margin: 0;
	padding: 0;
	}

#logo h1 a {
	display: block;
	width: 187px;
	height: 64px;
	margin-left: 18px;
	text-indent: -9999px;
	background: url(images/insource-logo.jpg) no-repeat;
	}

#tagline {
	text-align: right;
	padding-top: 10px;
	padding-right: 40px;
	color: #666559;
	}

#tagline .tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	}

#tagline .tel-no {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4B4A43;
	}
	
#hoverLogo {
    
}
#hoverClients a, #hoverClients a:visited {
    text-decoration: none;
    color: #555;
    display: block;
    float: left;
    width: 100px;
}
#hoverClients a:hover {
    text-decoration: underline;
}
#orangebar {
    height: 67px;
    background: #FF5800 url(images/orange-bg.jpg) repeat-x;
    font-family: "Century Schoolbook", Georgia, Times, serif; 
    font-weight: normal; 
    font-size: 300%; 
    letter-spacing: 2px;
    margin: 0; 
    color: #fff; 
    z-index: 1;
    position: relative;
}

#content {
	padding: 0 5px 0 5px;
	margin: 0;
}

#h-col-wrapper { /* used in homepage */
	background: url(css-images/homepage-3-column-bg.jpg) bottom no-repeat;
	margin-bottom: 10px;
}
	
#col-wrapper {
	background: url(css-images/content-2-column-bg.jpg) bottom no-repeat;
	padding-bottom: 10px;
}
	
/*#col-wrapper p,
#col-wrapper h1,
#col-wrapper h2,
#col-wrapper h3 {
	padding-left: 5px;
	padding-right: 5px;
	}
*/

#leftcol, #centercol, #rightcol {
	float: left;
	width: 225px !important;
	width: 224px;
	/*background: url(images/col-bg.jpg) no-repeat bottom;*/
	height: auto !important;
/*	height: 400px; /* TEMP */
/*	min-height: 400px;
/*	margin: 0 5px !important;
	margin: 0 6px 0 3px;
*/	padding: 0 10px 0 15px;
	zoom:1;
}

#leftcol p, #centercol p, #rightcol p {
}

#centercol {
	/*background: url(images/col-bg.jpg) no-repeat bottom;*/
}

#rightcol {
	/*background: url(images/col-bg.jpg) no-repeat bottom;*/
	margin-right: -6px;
}

#footer, #cfooter {
	margin: 12px 8px 0 8px;
	padding: 0 5px 10px 5px;
	background: #F8F8F7;
	clear: both;
}

#cfooter {
	text-align: center;
	background: none !important;
}

#f-leftcol {
	float: left;
	width: 230px;
	padding-right: 10px;
	}

#f-rightcol {
	float: left;
	width: 470px;
	padding-left: 10px;
	}

/*#cleftcol {
	float: left;
	width: 199px !important;
	width: 188px;
	padding: 0 5px 0 5px;
	margin: 0 4px 0 5px;
	background: url(images/c-leftcol-bg.jpg) no-repeat bottom;
	}

#crightcol {
	float: right;
	width: 513px !important;
	width: 512px;
	background: url(images/c-rightcol-bg.jpg) no-repeat bottom;
	padding: 0 5px 0 5px;
	margin: 0 5px 0 4px;
	}
*/

#cleftcol {
	float: left;
	width: 179px !important;
	width: 178px;
	/*background: url(images/c-leftcol-bg.jpg) no-repeat bottom;*/
	padding: 0 10px 0 20px;
	height: auto !important;
	/*height: 400px;  TEMP 
	min-height: 400px;*/
	}

#crightcol {
	float: left;
	width: 510px !important;
	width: 512px;
	/*background: url(images/c-rightcol-bg.jpg) repeat-x bottom;*/
	padding: 0 5px 0 9px;
	margin: 0 5px 0 5px;
	margin-right: -6px;
	height: auto !important;
/*	height: 400px;
	min-height: 400px;
*/	}

#crightcol-leftcol {
	float: left;
	width: 330px;
	padding-left: 8px;
	}

/*#crightcol-leftcol p {
	padding-left: 10px;
	padding-right: 10px;
	}
*/
#crightcol-rightcol {
	float: right;
	width: 155px;
	padding-right: 5px;
	padding-left: 5px;
	}

#cleftcol h3,
#crightcol h3 {
    margin-bottom: 1em;
}

a, a:link, a:visited {
	color: #FF5800;
	}
a:hover {color: #cc3300;}

.left {
	float: left;
	}

.right {
	float: right;
	}

ul, li {
    margin-left: .5em;
    padding-left: .5em;
}
li {padding-left: .25em;}

/* Hover Client Application
------------------------------------------------ */
#hoverClients {
    background: url(../images/clients/amerisource.png) no-repeat 1px 0;
    padding: 0 0 0 70px;
}
#hoverClients:hover {
    background-image: none;
    background-color: transparent;
}
#hoverClients a { 
    text-decoration: none !important; 
    background-color: transparent !important;
}
#hoverClients img {
    border: 0;
}
#hoverClients a span {
    width: 0;
    height: 0;
    margin: 0 0 0 -70px;
    overflow: hidden !important;
    display: block;
    float: left;
    position: absolute;
    background-color: transparent !important;
    border: 0 !important;
}
#hoverClients a:hover span {
    width: 65px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
}
/* Contact form
------------------------------------------------ */
#contact {
	float: left;
	width: 500px !important;
	width: 499px;
	/*background: url(images/col-bg.jpg) no-repeat bottom;*/
	height: auto !important;
/*	height: 400px; /* TEMP */
/*	min-height: 400px;
/*	margin: 0 5px !important;
	margin: 0 6px 0 3px;
*/	padding: 0 0px 0 0px;
	zoom:1;
}

