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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		* {
			margin: 0px;
			padding: 0px;
			font-family: georgia, times, arial;
			font-size: 9pt;
			color: #ffffff;
		}

		body {
			background-color: #000000;
		}

		.contentContainer {
			margin-left: auto;
			margin-right: auto;
			width: 740px;
			border-left: 1px solid #0e0e0e;
			border-right: 1px solid #0e0e0e;
		}

		.address, .imgLabel{
			font-family: geneva, arial, verdana;
			margin-left: 8px;
		}
		
		.contentCell {
			background: url(images/content-bg.gif) repeat-x #000000;
			padding: 10px 8px 10px 8px;
			
		}

	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		.header {
			display: block;
			width: 740px;
			height: 237px;
			background: url(images/header.jpg) no-repeat;
		}

	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		.navCell {
			padding-top: 4px;
			background: url(images/nav-bg.gif) repeat-y;
		}

		.navLink a {
			display: block;
			margin-left: auto;
			margin-right: auto;
			padding-top: 9px;
			padding-left: 60px;
			font-size: 11pt;
			text-decoration: none;
			width: 120px;
			height: 27px;
			background: url(images/nav-up.gif) no-repeat;
		}

		.navLink a:hover {
			background: url(images/nav-over.gif) no-repeat;
		}
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		.footer {
			height: 84px;
			background: url(images/footer-bg.gif) repeat-x;
			padding-right: 20%;
			text-align: right;
		}

		.footerText {
			font-size: 8pt;
		}
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/

	table.clients td {
		font-size: 15px;
	}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		.heading {
			font-size: 13pt;
			color: #ffdb00;
			padding: 5px;
		}

		.contentCell p {
			padding: 5px;
		}
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		a span {
			display: none;
		}

		.footerText a {
			color: #ffda00;
			font-size: 8pt;
			text-decoration: none;
		}

		.footerText a:hover {
			color: #ffda00;
			text-decoration: underline;
		}
		
		.contentCell a {
			color: #ffda00;
			text-decoration: none;
		}

		.contentCell a:hover {
			color: #ffda00;
			text-decoration: underline;
		}

	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	.formTable
	{
		border: 1px solid #404040;
	}
	.formTable table tr td, .formTable tr td
	{
		font-size: 12px;
	}
	.innerFormTable
	{
		padding: 10px;
	}
	.tableRowHeader td
	{
		padding: 5px;
		font-size: 13px;
		color: #FFFFFF;
		background: #000000;
		text-align: center;
	}
	.tableRowFooter td
	{
		padding: 2px;
		font-size: 12px;
		color: #000000;
		background: #000000;
		text-align: center;
	}
	.textRequiredField
	{
		font-size: 12px;
		font-weight: bold;
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	input {
		color: #000000;
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
	ul.services li  {
		font-size: 15px;
	}

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