/*
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;
	overflow: hidden;
}


/* 2. Left Navigation
--------------------------------------------------*/

#LeftColumn
{
	width: 211px;
}

#LeftNav
{
	list-style: none;
	width: 125px;
	float: left;
	padding-left: 55px;
}

#LeftNav2
{
	list-style: none;
	width: 168px;
	float: left;
	padding-left: 33px;
}

/*	#LeftNav a.OurStory
	{
		background: url(../Images/LeftNav_Aboutus_OurStory.gif);
		display: block;
		height: 44px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav2 a:hover.OurStory
	{
		background: url(../Images/LeftNav_Aboutus_OurStory.gif) 0px -44px;
	}
*/
	#LeftNav2 a.OurMission
	{
		background: url(../Images/LeftNav_Aboutus_OurMission.gif);
		display: block;
		height: 88px;
		overflow: hidden;
		text-indent: -5000px;
		width: 168px;
		margin-bottom: -4px;
	}
	
	#LeftNav2 a:hover.OurMission
	{
		background: url(../Images/LeftNav_Aboutus_OurMission.gif) 0px -88px; margin-bottom: -4px;
	}
	
	#LeftNav a.CompanyNews
	{
		background: url(../Images/LeftNav_Aboutus_CompanyNews.gif);
		display: block;
		height: 49px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.CompanyNews
	{
		background: url(../Images/LeftNav_Aboutus_CompanyNews.gif) 0px -49px;
	}
	
	#LeftNav a.ContactUs
	{
		background: url(../Images/LeftNav_Aboutus_ContactUs.gif);
		display: block;
		height: 48px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.ContactUs
	{
		background: url(../Images/LeftNav_Aboutus_ContactUs.gif) 0px -48px;
	}


	
/* 3. Page Content
--------------------------------------------------*/
	
#RightColumn
{
	background: top no-repeat url(../Images/ContentBkgAboutus.jpg);
	padding: 117px 30px 20px 30px;
}

#ImageSpace
{
	float: right;
	height: 230px;
	width: 330px;
}

#RightColumn p
{
	line-height: 16px;
	padding-bottom: 18px;
}


#RightColumnMission
{
	background: top no-repeat url(../Images/ContentBkgMission.jpg);
	padding: 110px 30px 50px 30px;
}

#RightColumnMission p.Mission
{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 124px;
}

#RightColumnMission p.Values
{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 130px;
	width: 422px;
}

#RightColumnMission p.Belief
{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}


#RightColumnNews
{
	background: top no-repeat url(../Images/ContentBkgNews.jpg);
	padding: 105px 20px 50px 20px;
}

#RecentPosts
{
	float: right;
	padding-right: 20px;
	width: 140px;
	line-height: 12px;
}


#newsArchive {
	float: left;

}


#RecentPosts h1.PostsHeader
{
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}

#RecentPosts p.OlderEntries
{
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#RecentPosts ol, ul, #newsArchive ol, #newsArchive ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#RecentPosts li, #newsArchive li
{
	background: url(../images/news/blue_bullet.gif) no-repeat scroll 0 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 0px 10px 0px;
	padding-left: 15px;
}

#RecentPosts a
{
	color: #1876E0;
	text-decoration: none;
}

#RecentPosts a:hover
{
	color: #ED1D84;
}

#NewsPost
{
	margin-right: 160px;
	width: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#NewsPost, #NewsPost div, #NewsPost p, #NewsPost  li	{line-height: 14px;}

#NewsPost ol, #NewsPost ul
{
	list-style-position: inside;
	list-style-type: square;
	margin: 0px 0px 20px 20px;

}

#NewsPost li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	text-indent: -16px;
	line-height: 16px;		
}



#RightColumnNews h1
{
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 3px;
	line-height: 23px;
}

#RightColumnNews h2
{
	color: #999999;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 12px;
}


#newsArchive h2 {
	margin-top: 20px;
}

#RightColumnNews p
{
	line-height: 16px;
	padding-bottom: 18px;
}

.Padding10
{
	padding-bottom: 10px;
}

.Padding18
{
	padding-bottom: 18px;
}



#RightColumnFilbert
{
	background: top no-repeat url(../Images/ContentBkgFilbert2.gif);
	padding: 80px 0px 20px 0px;
	width: 597px;
	height: 680px;
}




/* OLD STYLE FOR (ask-filbert-old.asp)
#RightColumnFilbert
{
	background: top no-repeat url(../Images/ContentBkgFilbert.gif);
	margin-left: 189px;
	padding: 80px 30px 20px 30px;
	width: 529px;
}
*/


#RightColumnFilbertQuestions
{
	background: top no-repeat url(../Images/ask-filbert-questions.gif);
	padding: 250px 0px 20px 0px;
	width: 597px;
}

#RightColumnFilbertResponses
{
	background: top no-repeat url(../Images/ContentBkgAboutus2.jpg);
	padding: 103px 0px 20px 0px;
	width: 597px;
}

#askfilbert { 
color: #000000; 
font-size: 14px;
font-family: arial;
font-weight: 600;
}
#askfilbert a:link {color: #000000; text-decoration: none}
#askfilbert a:visited {color: #000000; text-decoration: none}
#askfilbert a:hover {color: #000000; text-decoration: underline}
#askfilbert a:active {color: #000000; text-decoration: none}

