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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		html {
			background-color: #444342;
		}
		
		html, td {
			color: #302E2D;
			font-family: 'Century Gothic', Arial, Sans-serif;
			font-size: 13px;
		}
		
		#outerShell {
			width: 1004px;
			margin: 0px auto;
			background: url(images/right.gif) top right no-repeat;
		}

		#topMap {
			height: 109px;
			background: url(images/topmap.gif) left no-repeat;
		}

		#pageShell {
			width: 846px;
		}

		#contentShell {
			background: url(images/worldwide.gif) top left no-repeat #e76711;
		}
		
		#footer {
			text-align: right;
			font-size: 12px;
			color: #9f9f9e;
			padding-right: 8px;
		}
		
		#footer a {
			color: #9f9f9e;
			text-decoration: none;
		}
		
		#footer a:hover {
			color: #9f9f9e;
		}

		.width70 {
			width: 70px;
		}

		.width30 {
			width: 30px;
		}

		.width15 {
			width: 15px;
		}

		.border5 {
			width: 5px;
			background-color: #e8af85;
		}
		
		.font18 {
			font-size: 18px;
		}
		
		#darkBox {
			width: 240px;
			font-family: 'Arial Black', Chicago, Sans-serif;
			font-size: 14px;
			color: #e76711;
			background-color: #754e33;
			padding-left: 12px;
		}
		
		#darkBox h2 {
			margin: 0px;
			padding: 0px;
			font-size: 18px;
			color: #fff;
		}
		
		.companies {
			color: #fff;
			font-family: 'Arial Black', Chicago, Sans-serif;
			font-size: 12px;
			text-align: right;
		}

		.darkHeader {
			height: 30px;
			line-height: 30px;
			font-size: 14px;
			color: #e76711;
			background-color: #444342;
		}
		
		.smallType tr td {
			font-size: 12px;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		table tr td h3 {
			height: 36px;
			line-height: 36px;
			font-size: 12px;
			font-family: 'Arial Black', Chicago, Sans-serif;
			text-align: center;
			color: #fff;
			background-color: #754e33;
			padding: 0px;
			margin: 0px 0px 12px 0px;
		}
		
		table tr td h2 {
			font-size: 18px;
			font-family: 'Arial Black', Chicago, Sans-serif;
			font-weight: bold;
			margin: 0px;
			padding: 0px;
		}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		#navigation {
			height: 36px;
			line-height: 36px;
			background: url(images/topbar.gif) no-repeat;
		}

		#navigation a {
			text-decoration: none;
			color: #e76711;
			padding: 2px 12px 0px;
			float: right;
		}

		#navigation a:hover {
			color: #9f9f9e;
		}

		#navigation a.homeLogo, a.homeLogo {
			display: block;
			width: 250px;
			height: 36px;
			float: left;
		}

		#navigation a.homelogo span, a.homeLogo span {
			display: none;
		}
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
	
	h1  {
		color:#000;
		font-size:22px;
	}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		a {
			color: #444342;
			text-decoration: none;
		}

		a:hover {
			color: #9f9f9e;
		}
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	.nmsTable {
		margin: 0px auto;
		width: 350px;
	}
	
	.nmsTableHeader {
		font-weight: bold;
	}
	
	.labelColumn {
		font-size: 13px;
		text-align: left;
	}
		
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

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