/* - - - - - - - - - - - - - - - - - - - - - - - 
* Filename: main.css
* Version: 1.0.0 (2008-09-02) YYYY-MM-DD
* Website: www.whymckesson.com
* Author: Jacob Covington
* Description: Handles the site layout.

== STRUCTURE: ==============================
* Page width: 780 px
============================================
    
== INDEX: ==================================
_LAYOUT : all layout pictures and spacers
_NAVIGATION : all navigation elements
_CONTENT : main content
_SIDEBAR : sidebarish formatting
_FOOTER : footer stuff
============================================*/

/*=== _LAYOUT ===========================*/
html {overflow-y: scroll;}
body  {
	background-color:#ffffff;
	margin:auto;
	padding:0;
	width:780px;
	font-family:verdana;
	font-size:12px;
	color:#333333;
}
a {
	color:#054796;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.linkgrey {
	color: #666666;
	font-size: 10px; 
	float:right;
	margin:0 10px 7px 0;
}
a.linkgrey:hover {
	color: #0052A5; 
}
img.linkgrey {
	vertical-align:top;
	margin:0;
	padding:0;
}
p {
	font-family:verdana;
	font-size:12px;
	color:#333333;
	margin:0;
	padding:0 0 10px 0;
}
#wrapper {
	border:1px solid #666666;
	width:780px;
}
#topHeader {
	width:762px;
	height:54px;
	background-color:#ffffff;
	padding:15px 0 5px 10px;
}
#logo {
	float:left;
	text-align:left;
}
#contactUs {
	margin:20px 0 0 0;
	padding:0 10px 0 0;
	float:right;
	background-color:#ffffff;
	font-family:verdana;
	font-size:15px;
	font-weight:bold;
}
#contactUs img {
	padding:0 0 3px 6px;
	vertical-align:middle;
}
#titleBar {
	color:#ffffff;
	background:#003399 url(../images/recruitment_background.jpg);
	width:780px;
	height:125px;
	margin:0;
	padding:0;
}
#titleBar h1 {
	float:left;
	margin:0;
	padding:38px 20px 0 200px;
	font-size:38px;
	font-family:"verdana", verdana, Helvetica, sans-serif;
	font-weight:normal;
	color:#ffffff;
}
#titleBar img {
	float:right;
	height:170;
	width:109;
	padding:0;
	margin:0;
}

/*=== _NAVIGATION ===========================*/
.skipTo {
	display: inline; 
	position: absolute; 
	left: -200em;	
}
.skipTo a:focus {
	position: absolute; 
	left: 0.5em; 
	border: solid #333 2px; 
	color: #fff; 
	background: #555
}
#nav {
	margin:0 0 0 0;
	padding:7px 0 0 8px;
	width:772px;
	height:30px;
	background:#ffffff url(../images/nav/nav_shadow.jpg) bottom repeat-x;
	overflow:hidden;
}
#nav dl {
	display:inline;
}
#nav a { 
	color:#ffffff;
	vertical-align:middle;
}
#nav a:hover {
	text-decoration:none
}
#nav dt a {
	background:url(../images/nav/tab_off.jpg) no-repeat;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	width:105px;
	height:30px;
	text-align:center;
	float:left;
	padding:1px 0 0 0;
	margin:0 5px 0 0;
	line-height:13px;
}
#nav dt.open {
	background:url(../images/nav/tab_on.jpg) no-repeat;
	color:#054796;
	font-weight:bold;
	font-size:11px;
	width:105px;
	height:30px;
	text-align:center;
	float:left;
	padding:1px 0 0 0;
	margin:0 5px 0 0;
	line-height:13px;
}
#nav dt a:hover {
	background:url(../images/nav/tab_hover.jpg) no-repeat;
}
#nav dt.open:hover {
	background:url(../images/nav/tab_on.jpg) no-repeat;
}
#nav div.oneLine {
	padding-top:7px;
}


/*=== _CONTENT ===========================*/
#home {
	margin:10px 0 0 0;
	padding:10px 0 10px 15px;
	width:745px;
	float:left;
}
#content {
	margin:10px 0 0 0;
	padding:10px 0 10px 15px;
	width:745px;
	float:left;
}
#content_left {
	margin:10px 0 0 0;
	padding:10px 0 10px 15px;
	width:555px;
	float:left;
}
h1 {
	font-family:verdana;
	font-size:16px;
	font-weight:bold;
	color:#054796;
	margin:0 0 5px 0;
	padding:0;
}
h2, h3 {
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#054796;
	margin:15px 0 2px 0;
	padding:0;
}
p.indent {
	margin: 0 0 0 30px;
}
h3.indent {
	padding: 0 0 0 0 !important; /* change last value (left magin) to 30px to add definitions */
	margin: 0 0 0 0 !important; /* and comment this out */
}
	
.blueHighlight {
	background-color:#eaeaea;
	padding:5px;
}
.quote {
	font-style:italic;
	color:#666666;
	font-family:verdana;
	font-size:14px;
}
.button {
	height:21px !important;
	border:none !important;
	background: url("../images/Button_Left.gif") top left no-repeat !important;
	padding:0 0 0 8px !important;
	margin-top:15px;
	width:80% !important;
}
.button span {
	font-size:12px;
	background: url("../images/Button_Right.gif") top right no-repeat;
	padding:3px 20px 3px 12px;
	height:21px;
}
.button a {
	height:21px;
	line-height:21px;
	background: url("../images/Orange_Arrow.gif") right center no-repeat;
	padding-right:20px;
}
.back {
	float:right;
	padding-right:20px;
	clear:right;
	padding-top:17px;
}
.leftHeader {
	float:left;
	clear:left;
}
.next {
	font-weight:bold;
	color:#054796;
	font-size:14px;
}
img.next {
	vertical-align:text-top;
	border:0;
}
.caption {
	font-weight:bold;
	color:#054796;
	text-align:center;
}	

/* LISTS */
.orangeBullet {
	margin:0 0 0 12px;
	padding:0 0 10px 0;
	list-style:none;
}
.orangeBullet li {
	font-family:verdana;
	font-size:12px;
	padding:0 0 7px 12px;
	margin:0;
	color:#333333;
	background-image:url(../images/icn_link.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
}
.orangeBullet li li {
	padding:0 0 5px 12px;
}
.orangeBullet ul {
	margin:0;
	padding:3px 0 0 15px;
	list-style:none;
}
ol {
	margin:0 0  0 30px;
	padding:0;
}

/* GREY BOX */
.greyBox {
	float:left;
	margin:10px 0 20px 0;
	padding:0 0 12px 0;
	background:url(../images/grey_bottom.gif) no-repeat bottom left;
	width:240px;
}
html > body .greyBox {
	padding:0 0 11px 0;
	margin:10px 7px 20px 0;
}
.greyBox h2 {
	display:block;
	background:url(../images/grey_top.gif) no-repeat;
	width:240px;
	height:23px;
	font-size:16px !important;
	font-weight:bold;
	color:#054796 !important;
	margin:0 !important;
	padding:10px 4px 0 5px !important;
	text-align:left;
}
.greyBox h3 {
	display:block;
	background:url(../images/grey_top.gif) no-repeat;
	width:240px;
	height:23px;
	font-size:13px !important;
	font-weight:bold;
	color:#054796 !important;
	margin:0 !important;
	padding:10px 2px 0 5px !important;
	text-align:left;
}
.greyBox img {
	background-color:#f0f0f0;
	margin:2px 5px 3px 0px;
	float:left;
}
.greyBox p {
	background-color:#f0f0f0;
	width:231px;
	font-size:12px;
	padding:3px 3px 7px 6px;
}
.greyBox a {
	clear:all;
	display:list-item;
	list-style-type:none;
	background:url(../images/arrow_round.gif) no-repeat;
	margin:10px 0 0 0;
	padding:0 0 0 28px;
}
.greyBoxSmall {
	float:left;
	margin:10px 10px 0 0;
	padding:0 0 11px 8px;
	background:url(../images/grey_bottom_small.gif) no-repeat bottom;
	width:140px;
}
html > body .greyBoxSmall {
	padding:0 0 11px 0;
}
.greyBoxSmall h2 {
	display:block;
	background:url(../images/grey_top_small.gif) no-repeat;
	width:140px;
	height:27px;
	font-size:11px !important;
	font-weight:bold;
	color:#054796 !important;
	margin:0 !important;
	padding:10px 4px 0 4px !important;
	text-align:center;
}
.greyBoxSmall p {
	background-color:#f0f0f0;
	width:132px;
	font-size:11px;
	padding:0 3px 0 5px;
	height:139px;
}
.greyBoxSmall a {
	clear:all;
	display:list-item;
	list-style-type:none;
	background:url(../images/arrow_round.gif) no-repeat;
	margin:10px 0 0 10px;
	padding:0 0 0 28px;
}
/*=== FAQ ===========================*/
#faq_container li {
	cursor:pointer;
	color:#054796;
	font-weight:bold;
	margin:0 0 5px 0;
}
#content .answer {
	padding:0;
	width:452px;
	display:block;
	padding-bottom:5px;
	font-weight:normal;
}
#content .answer ul, #content .answer ol {
	margin-left:45px;
}


/*=== _SIDEBAR ===========================*/
#sidebar {
	width:200px;
	margin:10px 0 0 0;
	padding:10px 0 10px 10px;
	float:left;
}
#sidebar img {
	padding:0 0 5px 0;
}
#sidebar img.pic {
	margin:0 0 0 10px;
	border:none;
}
.sidebarTop {
	float:right;
	clear:right;
	background-image:url(../images/sidebar-top.gif);
	background-repeat:no-repeat;
	width:180px;
	height:8px;
	margin:0 5px 0 0;
	padding:0;
	overflow:hidden;
}
.sidebarMiddle {
	float:right;
	clear:right;
	background-image:url(../images/sidebar-middle.gif);
	background-repeat:repeat-y;
	width:180px;
	margin:0 5px 0 0;
	padding:0;
	overflow:hidden;
}
.sidebarBottom {
	float:right;
	clear:right;
	background-image:url(../images/sidebar-bottom.gif);
	background-repeat:no-repeat;
	width:180px;
	height:13px;
	margin:0 5px 15px 0;
	padding:0;
}
#sidebar h2 {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#ff6600;
	margin:0 12px 7px 10px;
	padding:0;
	text-transform:uppercase;
}
#sidebar p {
	font-family:verdana;
	margin:7px 12px 7px 10px;
	padding:0;
}
#sidebar ol {
	font-family:verdana;
	margin:7px 12px 7px 25px;
	padding:0 0 0 10px;
}
#sidebar li {
	padding:0 0 3px 0;
}
#sidebar img.left {
	float:left;
	margin:0 4px 2px 0;
}
#sidebar img.right {
	float:right;
	margin:2px 14px 0 0;
	position:relative;
	bottom:33px;
}
#sidebar p.quote {
	color:#666666;
	font-family:verdana;
	font-size:11px;
	display:block;
	width:158px;
}
#sidebar span.quote {
	font-style:italic;
	color:#666666;
	font-family:verdana;
	font-size:11px;
	text-align:right;
	display:block;
	position:absolute;
	width:158px;
}
.caseStudy a {
	clear:all;
	display:list-item;
	list-style-type:none;
	background:url(../images/icn_doc.gif) no-repeat 0 2px;
	margin:10px 0 0 0;
	padding:0 0 0 23px;
	width:85%;
}
.register a {
	clear:all;
	display:list-item;
	list-style-type:none;
	background:url(../images/Orange_Arrow.gif) no-repeat 0 4px;
	margin:0 0 0 0;
	padding:1px 0 0 12px;
	font-weight:bold
}
/*=== _FOOTER ===========================*/
#footer {
	background-color:#ffffff;
	width:762px;
	padding:8px 0px 10px 15px;
	margin:0;
	text-align:left;
}
#footer a:link, #footer a:visited {
	font-family:verdana;
	font-size:11px;
	color:#054796;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	font-family:verdana;
	font-size:11px;
	color:#054796;
	text-decoration:underline;
}
#copyright  {
	font-family:verdana;
	font-size:9px;
	color:#333333;
	margin:0 15px 0 30px;
}
.pipe {
	font-size:12px;
	color:#333333;
	margin:0 8px 0 8px;
}
#footerImage {
	background-image:url(../images/Footer.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:23px;
	padding:0;
	clear:both;
}
