/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------s------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		body {
			background: url(images/bg-bar.jpg) repeat-x #310915;
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 14px;
			}
		
		
		 
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		td.header {
			background-image: url(images/header.jpg);
			background-repeat: no-repeat;
			width: 740px;
			height: 303px;
			vertical-align: top;
			}
		  
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
	
		td.bgNav {
			background: url(images/bg-nav.jpg);
			background-repeat: repeat-y;
			width: 198px;
			vertical-align: top;
			}
			
		div.navigation {
			background: url(images/div-bg-nav.jpg);
			width: 198px;
			height: 574px;
			}
		
		div.navigation table tr td span {
			display:none;
			}
			
		a.imgRollOver-about-us {
			background-image: url(images/about-us-up.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 39px;
			display: block;		 
			}
			
		a.imgRollOver-about-us:hover {
			background-image: url(images/about-us-over.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 39px;
			display: block;
			}
			
		a.imgRollOver-bios {
			background-image: url(images/bios-up.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 39px;
			display: block;		 
			}
			
		a.imgRollOver-bios:hover {
			background-image: url(images/bios-over.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 39px;
			display: block;
			}
		
		a.imgRollOver-profile {
			background-image: url(images/profile-up.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 35px;
			display: block; 
			}
			
		a.imgRollOver-profile:hover {
			background-image: url(images/profile-over.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 35px;
			display: block;
			}
			
		a.imgRollOver-services {
			background-image: url(images/services-up.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 37px;
			display: block;
			}
			
		a.imgRollOver-services:hover {
			background-image: url(images/services-over.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 37px;
			display: block;
			}
			
		a.imgRollOver-ques-ans {
			background-image: url(images/ques-ans-up.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 35px;
			display: block;
			
			 
			}
			
		a.imgRollOver-ques-ans:hover {
			background-image: url(images/ques-ans-over.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 35px;
			display: block;
			}
			
		a.imgRollOver-partners-links {
			background-image: url(images/partners-links-up.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 34px;
			display: block;
			
			 
			}
			
		a.imgRollOver-partners-links:hover {
			background-image: url(images/partners-links-over.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 34px;
			display: block;
			}
			
		a.imgRollOver-quote {
			background-image: url(images/quote-up.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 35px;
			display: block;
			
			 
			}
			
		a.imgRollOver-quote:hover {
			background-image: url(images/quote-over.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 35px;
			display: block;
			}
			
		a.imgRollOver-press-media {
			background-image: url(images/press-media-up.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 35px;
			display: block;
			
			 
			}
			
		a.imgRollOver-press-media:hover {
			background-image: url(images/press-media-over.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 35px;
			display: block;
			}
			
		a.imgRollOver-contact-us {
			background-image: url(images/contact-us-up.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 35px;
			display: block;
			
			 
			}
			
		a.imgRollOver-contact-us:hover {
			background-image: url(images/contact-us-over.jpg);
			background-repeat: no-repeat; 
			width: 190px; 
			height: 35px;
			display: block;
			}


			
		 
		  
		 

		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		td.bgFooter {
			background-image: url(images/bg-footer.jpg);
			background-repeat: repeat-y;
			width: 542px;
			vertical-align: bottom;
			}
			
		span.pipe {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 10px;
			color: #858585;
			}
			
		td.rights {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 10px;
			color: #858585;
			}
		
		/*table.footer {
			position: relative;
			right: 30px;
			}
			*/
		td.contactLink {
			padding-top: 5px;
			}
		  
		 
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/

	td.bgContent {
		background: url(images/bg-content.jpg) repeat-y;
		width: 542px;
		vertical-align: top;
		}
	 
	
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		td.bgTitle {
			background-image: url(images/bg-title.jpg);
			background-repeat: no-repeat;
			width: 542px;
			height: 73px;
			}
			
		img.titleHome {
			position: relative;
			left: 40px;
			top: 7px;
			}
		

		  
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		 p {
		 	margin-left: 35px;
			margin-right: 20px;
			}
		
		p.paragraph {
			margin-left: 35px;
			margin-right: 20px;
			text-indent: 20px;
			}
		
		span.heading {
			margin-left: 35px;
			margin-right: 20px;
			font-weight: bolder;
			}
		
		
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		a.footerLink {
			font-size: 10px;
			color: #a11c43;
			text-decoration: none;
			}
			
		a.bannerview {
			font-size: 10px;
			color: #a11c43;
			text-decoration: none;
			}
			
		td.bgContent a {
			color: #5F1013;
		}
		
		td.bgContent a:hover {
			color: #666;
			text-decoration: none;
		}
		
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		 
		 img.bvLogo {
		 	float: left;
			position: relative;
			top: 5px;
		 	}
		 	
		.img {
			border:2px solid #5F1013;
			}
			
		.img:hover {
			border:2px solid #000000;
			}
		
		.imgBorder {
			border:2px solid #5F1013;
			}

		img.quote {
			border-style: solid;
			border-width: thin;
			border-color: #000000;
			}
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
		
		div.paragraph {
			margin-left: 25px;
			}
			
	.contactTable tr td {
		font-size: 12px;
	}

	.borderTable
	{

	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
		color: #900;
		font-weight: bold;
	}
	.textSmallerFont
	{
		font-size: 9px;
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		td.edgeBottom {
			background-image: url(images/edge-bottom.jpg);
			background-repeat: no-repeat;
			width: 740px;
			height: 14px;
			}
		
		ul.listImage {
			list-style-image: url(images/bullet-home.jpg);
			margin-left: 55px;
			line-height: 25px;
			}
			
		ul.listDecimal {
			list-style-type: decimal;
			margin-left: 70px;
			}
			
		ul.listCircle {
			list-style-type: circle;
			margin-left: 65px;
			}
		
		ul.list {
			margin-left: 65px;
			}

		ol.list {
			margin-left: 65px;
			}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/