/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/

		/* styles for body and tables contained on the template */

		html {
			overflow-y: scroll;
		}

		body {
			margin: 0;
			padding: 0;
			background: #ffffff url(images/bodyBG-green.gif) repeat;
			color: #662500;
			font-size: 13px;
			font-family: Verdana, sans-serif;
			letter-spacing: .04em;
			line-height: 20px;
		}

		#siteContainer {
			width: 960px;
			margin: 48px auto 0 auto;
			background: #ffffff;
			padding: 31px 0 0 0
		}

		.contentContainer {
			color: #662500;
			font-size: 13px;
			font-family: Verdana, sans-serif;
			padding: 0 69px 20px 69px;
			letter-spacing: .04em;
			line-height: 20px;
		}

		.contentContainerHome {
			color: #662500;
			font-size: 13px;
			font-family: Verdana, sans-serif;
			padding: 0 69px 20px 69px;
			letter-spacing: .04em;
			line-height: 20px;
			background: url(images/homeComingSoon.gif) no-repeat;
			background-position: top center;
		}

		.contentContainerNew {
			color: #662500;
			font-size: 13px;
			font-family: Verdana, sans-serif;
			padding: 0 69px 20px 69px;
			letter-spacing: .04em;
			line-height: 20px;
			background: url(images/homeComeJoinUs.gif) no-repeat;
			background-position: top center;
		}

		.homeContent {
			text-align: center;
			padding: 677px 0 0 0;
		}

		.jobTextContainer {
			height: 450px; /* should match the height of .jobTextBox below */
		}

		.jobTextBox {
			width: 600px;
			height: 440px;
			padding: 10px;
			background: #48B6AE;
			float: right;
			overflow: auto;
		}


	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/

		/* styles for header contained on the template */

		#header {
			width: 960px;
			height: 135px;
			margin: 0 0 24px 0;
			background: url(images/headerBG.gif) repeat-x;
		}

		#headerHome {
			width: 960px;
			margin: 0;
			background: url(images/headerBG.gif) repeat-x;
			background-position: top left;
		}

		a.logoLink {
			display: block;
			height: 135px;
			width: 135px;
			background: url(images/logo.gif) no-repeat;
			margin: 0 0 0 60px;
		}

		a.logoLink span {
			display: none;
		}

	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/

		/* styles for Links And Navigation contained on the template */

		#topNav {
			width: 360px;
			float: right;
			clear: none;
			margin: 39px 0 0 0;
		}

		#nav {
			margin: 0;
			padding: 0;
		}


		#nav td.divider {
			font-size: 14px;
		}

		#nav a {
			display: block;
			color: #662500;
			font-size: 14px;
			text-transform: uppercase;
			text-align: center;
			margin: 0;
			letter-spacing: 1px;
			text-decoration: none;
		}

		#nav a:hover {
			color: #662500;
			font-weight: bold;
		}

		#nav a.active {
			font-weight: bold;
		}

	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/

		/* styles for Footer And BVLOGO contained on the template */

		#footer {
			width: 960px;
			text-align: center;
			font-size: 10px;
			margin: 12px auto 0 auto;
			background: #ffffff;
			padding: 5px 0;
		}

		#footer a {
			text-decoration: none;
		}


/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/

		/* styles for Titles contained in the bodycontents */

		h1 {
			color: #FF850D;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 20px;
		}

		h2 {
			font-weight: bold;
			text-transform: uppercase;
			font-size: 14px;
			margin: 12px 0;
		}

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/

		/* styles for text contained in the bodycontents */


		p, ul, ol, li, table {
			color: #662500;
			font-size: 13px;
			font-family: Verdana, sans-serif;
			letter-spacing: .04em;
			line-height: 20px;
		}

		ul.noBull li {
			list-style-type: none;
		}

		ul.jobList li {
			list-style-type: none;
			margin-bottom: 15px;
		}

	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/

		/* styles for links contained in the bodycontents */

		a {
			color: #662500;
			text-decoration: underline;
		}

		a:hover {
			color: #48B6AE;
			text-decoration: none;
		}

		a.jobListLink {
			text-decoration: none;
			border-bottom: solid 1px #48B6AE;
			font-size: 14px;
			cursor: pointer;
		}

	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/

		/* styles for images contained in the bodycontents */

		.imgLink {
			border: none;
		}

		.imgBorder {
			border: 1px solid #000000;
		}

	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/

		/* styles for forms contained in the bodycontents */

	.mainTable {
		width: 100%;
	}

	.mainTableBorder {

	}

	.tableRowHeader {

	}

	.tableRowFooter {

	}

	.textRequiredField {

	}

	.labelColumn {
		width: 33%;
		text-transform: uppercase;
		text-align: right;
		padding-right: 20px;
	}


	.mainTable input.textField{
		width: 404px;
		height: 27px;
		border: 1px solid #ffa349;
		color: #662500;
		margin-bottom: 18px;
	}

	.mainTable textarea.textArea{
		width: 404px;
		height: 93px;
		border: 1px solid #ffa349;
		color: #662500;
		margin-bottom: 18px;
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/

		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
