/*
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
{
	background: url(../images/LeftNavBkg_Locations.gif) top no-repeat #009EDA;
	padding-bottom: 30px;
	padding-top: 109px;
}

#LeftNav
{
	list-style: none;
	width: 125px;
	float: left;
	padding-left: 55px;
}

	#LeftNav a.Feedback
	{
		background: url(../Images/LeftNav_Contactus_Feedback.gif);
		display: block;
		height: 44px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.Feedback
	{
		background: url(../Images/LeftNav_Contactus_Feedback.gif) 0px -44px;
	}
	
	#LeftNav a.Team
	{
		background: url(../Images/LeftNav_Contactus_Team.gif);
		display: block;
		height: 48px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.Team
	{
		background: url(../Images/LeftNav_Contactus_Team.gif) 0px -48px;
	}
	
	#LeftNav a.Office
	{
		background: url(../Images/LeftNav_Contactus_Office.gif);
		display: block;
		height: 49px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.Office
	{
		background: url(../Images/LeftNav_Contactus_Office.gif) 0px -49px;
	}
	
	
/* 3. Page Content
--------------------------------------------------*/
	
#RightColumnForm
{
	background: no-repeat url(../Images/ContentBkgContactus.jpg);
	padding: 105px 25px 40px 15px;
	width: 550px;
}

#RightColumnTeam
{
	padding: 105px 15px 40px 15px;
	width: 550px;
}

#RightColumnOffice
{
	background: top no-repeat url(../Images/ContentBkgCorpOffice.jpg);
	padding: 128px 30px 40px 30px;
	width: 529px;
}

#RightColumnTeam h2
{
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 18px;
}

#RightColumnTeam p
{
	line-height: 16px;
	padding-bottom: 18px;
}

#RightColumnTeam a
{
	color: #009EDA;
	text-decoration: none;
}

#RightColumnTeam a:hover
{
	color: #D065F2;
}