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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */

		html, body {
			font-family: Arial, Verdana, Sans-serif;
			font-size: 12px;
			color: #093499;
			background-color: #ffffff;
		}

		#headerStrip {
			height: 232px;
			background: url(images/header-bg.gif) repeat-x;
		}

		#navStrip {
			height: 33px;
			background: url(images/navbar-bg.gif) repeat-x;
		}

		#bodyStrip {
			background: url(images/contentBody-bg.gif) repeat-x top;
		}
		
		.widthLimit {
			width: 762px;
			margin: 0 auto;
		}
		
		.contentBackground {
			background: url(images/contentBackground.gif) repeat-y;
		}
		
		.topOverlap {
			background: url(images/topOverlap.gif) no-repeat top;
		}
		
		#text {
			padding: 20px 44px;
		}

		/*

			The following style permits full clearance on ie, minus the one
			blank line.  Usage: <div class="clear"></div>

		*/
		.clear {
			clear: both;
			display: block;
			height: 1px;
			line-height: 1px;
			margin-top: -1px;
		}

	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */

		/*
			Note: Image navigation images are dynamically created, first
			call creates, subsequent calls use created image.
		*/

		#navStrip .widthLimit a {
			display: inline;
			float: right;
			height: 25px;
			width: 200px;
			margin-left: 10px;
			margin-right: 15px;
			border-bottom: 3px solid #cddeff;
		}

		#navStrip .widthLimit a:hover {
			border-bottom: 3px solid #e5bf08;
		}

		#navStrip .widthLimit a span {
			display: none;
		}

		#navStrip .widthLimit a.home {
			width: 44px;
			background: url(imageNav.php?line=home) no-repeat top;
		}

		#navStrip .widthLimit a.about {
			width: 44px;
			background: url(imageNav.php?line=about) no-repeat top;
		}

		#navStrip .widthLimit a.services {
			width: 57px;
			background: url(imageNav.php?line=services) no-repeat top;
		}

		#navStrip .widthLimit a.products {
			width: 62px;
			background: url(imageNav.php?line=products) no-repeat top;
		}

		#navStrip .widthLimit a.contact {
			width: 57px;
			background: url(imageNav.php?line=contact) no-repeat top;
		}

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

		#footerInner {
			line-height: 1.5em;
			padding: 5px 0px 15px 0px;
			background: url(images/footerBottom-bg.gif) no-repeat bottom;
		}

		#footerInner table {
			background-color: transparent;
			margin: 0 auto;
		}

		#footerInner table tr td {
			color: #9c5801;
			font-family: Verdana;
			font-size: 11px;
		}

		#footerInner table tr td img {
			vertical-align: middle;
		}

		#footerInner table tr td a {
			color: #fff;
		}

		#footerInner table tr td a:hover {
			text-decoration: none;
		}

		#footerOuter {
			background: url(images/footer-bg.gif) repeat-y #e5bf08;
		}

/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		#text a {
			text-decoration: none;
			color: #e5bf08;
		}
		
		#text a:hover {
			text-decoration: underline;
			color: #cddeff;
		}
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
		.goldBorder {
			border: 3px solid #e5bf08;
			margin: 0px 5px;
		}
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
		border: 3px solid #cddeff;
	}

	.borderTable tr td {
		padding: 4px;
	}

	#text .tableRowHeader,#text .tableRowFooter,#text .blogTitle,#text .tableRowHeader a,#text .tableRowFooter a,#text .blogTitle a
	{
		color: #000;
		font-weight: bold;
		background-color: #e5bf08;
		text-decoration: none;
	}

	#text .tableRowHeader a:hover,#text .tableRowFooter a:hover,#text .blogTitle a:hover {
		color: #fff;
	}

	.textRequiredField
	{
		font-weight: bold;
		color: #900;
	}
	.textSmallerFont, .blogByLine
	{
		font-size: 10px;
	}
	
	.blogByLine {
		font-weight: bold;
	}

	.labelColumn
	{
		background-color: #cddeff;
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

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