﻿
/******************************************************************************/
/**********************       HTML Tag Defaults     ***************************/
/******************************************************************************/

body 
{
	text-align: center;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 12px;
	background-color:#C0C0C0;
	margin-top: 0;
	padding-top: 0;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

a
{
	color: #990000;
	text-decoration: underline;	
}

a:hover
{
	text-decoration: none;	
}

img
{
	border: none;
}

/******************************************************************************/
/**********************       clearfix for FF       ***************************/
/******************************************************************************/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */


/*******************************************************/
/*					Site Styles						   */
/*******************************************************/

/* Holds any text that is supposed to be de-emphasized */
.SmallInstructions
{
	font-size: 10px;
	font-weight: normal;
}

/* Holds everything but the body tag, primarily used for centering the page */
#AllContent
{
	width: 760px;
	padding: 10px 20px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
}


/* Holds company logo and main contact info */
#Header
{
	margin-bottom: 20px;
	margin-right: 20px;
}

/* Company Logo */
#companylogo
{
	float: left;
}

#amerisourcelogo
{	
	float: right;
	width: 300px;
	text-align: center;
}

/* Contact Info */
#Header h3, #Header h4
{
	text-align: right;
}

/* Pat's info - all this does is make sure the <hr /> below the Header div clears the bottom of the floated image */
#Header h4
{
	margin-bottom: 55px;
}

/* #ApplyNow Holds the Apply, Small instructions, and Links just before the form in between the to <hr />'s */
#ApplyNow h3
{
	float: left;
	margin: 0;
}

#ApplyNow a
{
	float: right;
	margin-left: 10px;
	margin-top: 2px;
}

/* Holds the form itself, styles should probably be controlled from form.css */
#FormForm
{
	/*Styles go here*/
}