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

/* A note to any developer that touches this site:

	You break it, you buy it.  Seriously.
	
*/

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

		/* styles for body and tables contained on the template */
		body {
			margin: 0px;
			padding: 0px;
			background-color: #003a1e;
			font-family: Tahoma, Helvetica, Arial;
			color: #ffffff;
			font-size: 14px;
		}
		
		table tr td {
			font-family: Tahoma, Helvetica, Arial;
			color: #ffffff;
			font-size: 14px;
		}

		.normalBG {
			background-color: #60b4a7;
		}

		.topSector {
			position: relative;
			z-index: 10;
			height: 338px;
			background: url(images/top-gradient.gif) #000000 repeat-x;
			
		}
		
		.siteLogo {
			display: block;
			width: 1000px;
			height: 338px;
			margin-left: auto;
			margin-right: auto;
			background: url(images/header.jpg) no-repeat;
		}
		
		.siteLogo span {
			display: none;
		}
		
		.contentTop {
			width: 800px;
			height: 16px;
			margin-top: -90px;
			margin-bottom: 0px !important;
			margin-bottom: -1px;
			margin-left: auto;
			margin-right: auto;
			background: url(images/content-box-top.gif) no-repeat;
		}
		
		.contentBox {
			width: 776px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px 12px 0px 12px;
			background: url(images/content-box-bg.gif) repeat-y;
		}

		.contentBottom {
			width: 800px;
			height: 15px;
			margin-left: auto;
			margin-right: auto;
			background: url(images/content-box-bottom.gif) no-repeat;
		}

		.contentLayer {
			position: relative;
			z-index: 20;
			margin-left: auto;
			margin-right: auto;
		}
		.grass {
			height: 562px;
			margin-top: -510px;
			margin-bottom: -20px;
			background: Url(images/grass.gif) repeat-x;
		}
		
		.slider {
			float: left;
			display: block;
			width: 183px;
			margin-right: 8px;
		}
		
		.sliderBody {
			background: url(images/sub-box-slide.gif) top no-repeat;
			text-align: center;
			font-size: 12px;
			font-weight: bold;
		}

		.sliderBodySub {
			background: url(images/sub-box-slide-sub.gif) top no-repeat;
			text-align: center;
			font-size: 12px;
			font-weight: bold;
		}

		.sliderBottom {
			height: 16px;
			background: url(images/sub-box-bottom.gif) no-repeat;
		}

		.sliderBottomSub {
			width: 183px;
			height: 16px;
			background: url(images/sub-box-bottom-sub.gif) no-repeat;
			margin-top: -16px;
		}
		
		.footer {
			position: relative;
			background-color: #003a1e;
			z-index: 30;
			width: 800px;
			margin-top: -35px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: -10px;
			text-align: right;
			font-size: 9px;
		}
		
		a {
			color: #f7f192;
		}
		
		a:hover {
			text-decoration: none;
		}
		
		.homeCol {
			float: left;
			font-size: 24px;
			text-align: center;
			width: 183px;
			margin-right: 8px;
		}
		
		.articleBox {
			color: #000000;
			background-color: #f8ee8d;
			border: 1px solid #ebc217;
			width: 608px;
			padding: 6px;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		.emphasis {
			font-size: 48px;
			font-weight: bold;
			color: #f7f192;
		}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		.navigationBox {
			float: right;
			position: relative;
			z-index: 40;
			left: 55px;
			width: 202px;
			margin-left: -150px;
			font-family: Arial, Helvetica, Verdana;
			font-weight: bold;
			font-size: 13px;
		}
		
		.navigationBox a {
			display: block;
			width: 186px;
			height: 31px;
			color: #000000;
			padding-top: 14px;
			text-align: right;
			text-decoration: none;
			padding-right: 16px;
			background: url(images/nav-button-up.gif) no-repeat;
		}

		.navigationBox a:hover {
			width: 170px;
			padding-right: 32px;
			background: url(images/nav-button-over.gif) no-repeat;
		}

		.navigationBox a .fore {
			color: #ffffff;
			margin-top: -16px;
			margin-right: 1px;
		}

		.navigationBox a .foreMulti {
			color: #ffffff;
			margin-top: -31px;
			margin-right: 1px;
		}

		.navigationBox a:hover .fore {
			color: #ffffff;
			margin-top: -17px;
			margin-right: 2px;
		}

		.navigationBox a:hover .foreMulti {
			color: #ffffff;
			margin-top: -32px;
			margin-right: 2px;
		}

		.navHead {
			position: relative;
			width: 237px;
			height: 368px;
			left: -35px;
			top: -250px;
			margin-bottom: -250px;
			margin-right: -35px;
			background: url(images/nav-top.png) no-repeat !important;
			background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://fengshui.bannerview.com/resources/default/images/nav-top.png', sizingMethod='scale');
		}
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		.quote {
			position: relative;
			z-index: 40;
			top: -26px;
			text-align: center;
		}
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		blockquote {
			font-size: 12px;
			font-style: italic;
		}
		
		p {
			width: 608px;
		}
		
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		
		.greenLink {
			color:#003a1e;
		}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

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