/*
Description: Primary styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Container
2. Left Navigation
3. Page Content

*/


/* 1. Container
--------------------------------------------------*/

#Content
{
	background-color: #ffffff;
	margin: 0px 10px 12px 12px;
	overflow: hidden;
}


/* 2. Left Navigation
--------------------------------------------------

#LeftColumn
{
	background: url(../Images/LeftNavBkg_PrivacyPolicy.gif) top no-repeat;
	float: left;
	padding: 111px 0px 30px 0px;
	width: 189px;
}

#LeftNav
{
	float: left;
	list-style: none;
	margin-left: 33px;
	width: 125px;
}

	#LeftNav a.JoinOurFlock
	{
		background: url(../Images/LeftNav_Careers_JoinOurFlock.gif);
		display: block;
		height: 43px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.JoinOurFlock
	{
		background: url(../Images/LeftNav_Careers_JoinOurFlock.gif) 0px -43px;
	}
	
	#LeftNav a.OurMission
	{
		background: url(../Images/LeftNav_Careers_OurMission.gif);
		display: block;
		height: 48px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.OurMission
	{
		background: url(../Images/LeftNav_Careers_OurMission.gif) 0px -48px;
	}
	
	#LeftNav a.OnlineApplication
	{
		background: url(../Images/LeftNav_Careers_OnlineApplication.gif);
		display: block;
		height: 49px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.OnlineApplication
	{
		background: url(../Images/LeftNav_Careers_OnlineApplication.gif) 0px -49px;
	}
	
	#LeftNav a.ContactUs
	{
		background: url(../Images/LeftNav_Careers_ContactUs.gif);
		display: block;
		height: 48px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.ContactUs
	{
		background: url(../Images/LeftNav_Careers_ContactUs.gif) 0px -48px;
	}
*/
	
/* 3. Page Content
--------------------------------------------------*/
	
#RightColumn
{
	background: top no-repeat url(../Images/ContentBkgPrivacyPolicy.jpg);
	padding: 110px 30px 40px 0px;
	width: 748px;
}

#RightColumnThankYou
{
	background: top no-repeat url(../Images/ContentBkgThankYou.jpg);
	padding: 110px 30px 40px 0px;
	width: 748px;
}


#RightColumn h1
{
	color: #1860C2;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 16px;
}

#RightColumn p
{
	line-height: 16px;
	padding-bottom: 18px;
}

#RightColumn a
{
	color: #009EDA;
	text-decoration: none;
}

#RightColumn a:hover
{
	color: #D065F2;
}