/*
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: url(../Images/AboutusContentBkg.gif) center repeat-y;
	margin: 0px 10px 12px 12px;
}


/* 2. Left Navigation
--------------------------------------------------*/

#LeftColumn
{
	background: url(../images/LeftNavBkg_Flock.gif) top no-repeat;
	float: left;
	width: 211px;
}

#LeftNav
{
	list-style: none;
	float: left;
	padding-left: 35px;
	padding-top: 95px;
	width: 125px;
}

	#LeftNav a.For
	{
		background: url(../Images/LeftNav_Flock_For.gif);
		display: block;
		height: 42px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.For
	{
		background: url(../Images/LeftNav_Flock_For.gif) 0px -42px;
	}
	
	#LeftNav a.ChefClub
	{
		background: url(../Images/LeftNav_Flock_ChefClub.gif);
		display: block;
		height: 50px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.ChefClub
	{
		background: url(../Images/LeftNav_Flock_ChefClub.gif) 0px -50px;
	}
	
	#LeftNav a.Handbook
	{
		background: url(../Images/LeftNav_Flock_Handbook.gif);
		display: block;
		height: 48px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.Handbook
	{
		background: url(../Images/LeftNav_Flock_Handbook.gif) 0px -48px;
	}
	
	#LeftNav a.Contests
	{
		background: url(../Images/LeftNav_Flock_Contests.gif);
		display: block;
		height: 48px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.Contests
	{
		background: url(../Images/LeftNav_Flock_Contests.gif) 0px -48px;
	}

	
/* 3. Page Content
--------------------------------------------------*/
	
#RightColumn
{
	background: top no-repeat url(../Images/ContentBkgFlock.jpg);
	padding: 352px 0px 30px 0px;
	width: 597px;
}

#RightColumnPadding
{
	padding: 105px 30px 30px 30px;
}
	
#RightColumnHandbook
{
	background: top no-repeat url(../Images/ContentBkgFlockHandbook.jpg);
	padding: 105px 0px 30px 0px;
	width: 597px;
}

#RightColumnContests
{
	background: top no-repeat url(../Images/ContentBkgConstruction.jpg);
	margin-left: 189px;
	height: 669px;
	padding: 0px 30px 40px 30px;
	width: 529px;
}

#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 img.Chef
{
	margin-left: 150px;
}

#RightColumnLogin
{
	background: top no-repeat url(../Images/ContentBkgFlockLogin.jpg);
	margin-left: 189px;
	padding: 117px 30px 30px 30px;
	width: 529px;
}

#RightColumnLogin p
{
	line-height: 16px;
	padding-bottom: 18px;
}

/* CUSTOM STYLES
--------------------------------------------------*/

.handbooklinks {
font-family: arial;
font-size: 11px;
padding-left: 15px;
}

h2 {
	font-size: 1.8em;
	padding-bottom: 10px;
	line-height: 25px;
}

h3 {
	font-size: 17px;
	padding-bottom: 5px;
	padding-top: 15px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	padding-bottom: 7px;
	padding-top: 10px;
	line-height: 18px;
}



.handbook {
	width:100%;
	border-collapse: none;
	margin: 10px 0;
}

.handbook tr td {
	border: 1px solid black;
	padding: 4px;
}

table ul {
padding: 0px;
margin-left: 20px;
margin-top: 0px;
margin-bottom: 5px;
margin-top: 5px;
color: #000000;
}

table li {
margin-bottom: 5px;
margin-left: 20px;
color: #000000;
}



#EmployeeLogin {float: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;	
	}

#EmployeeLogin  .loginInput {width: 140px;}

#EmployeeLogin .loginButton	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #CC0066;
	color: #FFFFFF; 
	margin-right: 0px; 
	border: 1px solid #000000  ; 
}



#FlockError  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #FF0000;
	padding: 3px;
	margin-bottom: 20px;
}	



ol.handbook {list-style-type: decimal;}
ul.handbook {list-style-type: circle;}

	
	