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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		body {
			margin: 0px;
			padding: 0px;
			font-family: Arial, Verdana, sans-serif;
			color: #000000;
			font-size: 12px;
			background-color: #382200;
		}

		.siteTop {
			height: 318px;
			border-bottom: 2px solid #c8cdd9;
			background: url(images/top-bg.gif) repeat-x;
		}
		
		.centerBand {
			background: url(images/white-shadow-top.gif) top #f7f3ea repeat-x;
		}

		.bottomWhiteShadow {
			height: 8px;
			background: url(images/white-shadow-bottom.gif) bottom #f7f3ea repeat-x;
		}
		
		.bottomSector {
			width: 960px;
			margin: 0px auto 0px auto;
		}

		.contentSector {
			width: 960px;
			/* background: url(images/brown-shadow-top.gif) top #F7F3EA repeat-x; */
			background: #F7F3EA;
			margin: 0px auto 0px auto;
		}
		
		.navCell {
			background: #382200 url(images/brown-shadow-top.gif) repeat-x;
			width: 260px;
		}

		.bottomBrownShadow {
			width: 260px;
			height: 8px;
			background: url(images/brown-shadow-bottom.gif) bottom #382200 repeat-x;
		}
		
		.content {
			float: right;
			padding: 24px 0px 16px 16px;
			width: 684px;
			background: url(images/white-shadow-top.gif) top #f7f3ea repeat-x;
		}

		.content p {
			line-height: 2em;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		.header {
			width: 800px;
			margin: 0px auto 0px auto;
			background: url(images/rraheaderholder.jpg) no-repeat;
		}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		.navBlock {
			width: 250px;
		}
		
		.quoteBlock {
			width: 250px;
		}
		.quoteBlock p, .quoteBlock div, .quoteBlock ul {
			color: #ffffff;
			margin: 0px auto;
			width: 200px;
		}
		
		.quoteBlock a {
			color: #738ea3;
			text-decoration: none;
		}
		
		.quoteBlock a:hover {
			color: #000000;
		}
		a.linkButton {
			display: block;
			width: 147px;
			height: 18px;
			padding: 7px 54px 0px 0px;
			margin: 10px auto 10px auto;
			border: 3px solid #738ea3;
			color: #738ea3;
			font-size: 10px;
			font-weight: bold;
			text-align: right;
			text-decoration: none;
			background: url(images/nav-button-bg-up.jpg) repeat-y;
		}

		a.linkButton:hover {
			color: #000000;
			background: url(images/nav-button-bg-over.jpg) repeat-y;
		}
		
		#nav li {
		 margin: 10px 0;
		}
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		.siteFooter {
			clear: both;
			padding-top: 28px;
			height: 85px;
			text-align: center;
			color: #ffffff;
			font-size: 10px;
			border-top: 2px solid #c8cdd9;
			background: url(images/bottom-bg.gif) repeat-x;
		}
		
		.siteFooter a {
			color: #ffffff;
		}
		
		.siteFooter a:hover {
			text-decoration: none;
		}
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		
		h1 {
			font-size: 22px;
			font-weight: bold;
			/* color: #8e866f; */
			color: #fff;
			margin: 0 0 8px 0;
			background: #382200;
			padding: 5px;
			border: #738EA3 solid 3px;
		}
		
		h2 {
			font-size: 18px;
			font-weight: bold;
			color: #8e866f;
			margin-bottom: 8px;
		}
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		.textTitle, .Content_Title {
			font-size: 22px;
			font-weight: bold;
			color: #8e866f;
			margin-bottom: 8px;
		}
		
		.tipsBox {
			float: right;
			width: 160px;
			padding: 2px;
			margin: 3px 0px 0px 8px;
			color: #ffffff;
			border: 3px solid #738ea3;
			background-color: #382200;
		}
		
		.tipsBox p {
			line-height: 14px;
		}

		.tipsTitle {
			color: #382200;
			font-size: 21px;
			font-weight: bold;
			text-align: center;
			background-color: #ffffff;
		}
		
		.handWritten {
			font-family: Arial, Verdana, Sans-serif;
			font-weight: bold;
			font-style: italic;
			font-size: 12pt;
		}
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		.content a, .content p a {
			color: #00008f;
			text-decoration: none;
		}

		.content a:hover, .content p a:hover {
			color: #748da3;
			text-decoration: underline;
		}
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
		.imgLink {
			border: none;
		}
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable, div.contactForms table.mainTableBorder
	{
		border: 1px solid #382200;
	}

	.tableRowHeader td {
		padding: 4px;
	}

	.tableRowHeader
	{
		color: #ffffff;
		background-color: #382200;
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
		font-weight: bold;
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	
	.bannerBeatListing .mainTable .tableRowHeader td a {
		color: #fff;
	}
	
	.searchForm {
		font-size: 12px;
		width: auto;
		margin: .7em 1em 0 470px;
		position: absolute;
	}
/* Killed 2010-02-03	
	.searchForm {
		float: right;
		width: 197px;
		height: 15px;
		border: 3px solid #738ea3;
		background-color: #382200;
		padding: 2px;
		margin-top: .3em;
		overflow: hidden;
		text-align: center;
	}

	.searchForm * {
		padding: 0px;
		font-family: Arial, Verdana, Sans-serif;
		vertical-align: top;
	}

	// Kludge on height thanks to ie6
	.searchForm .searchField {
		border: none;
		height: 14px !important;
		height: 10px;
		font-size: 10px;
		width: 150px;
		line-height: 14px;
	}

	.searchForm .searchSubmit {
		border: none;
		background-color: #eee;
		font-size: 10px;
		height: 14px;
		width: 43px;
		border-left: 1px solid #738ea3;
	}
*/
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */
		
		.news1left
		{
			width:6px;
			background: url(/resources/images/news1left.gif) repeat-y;
		}
		.news1right
		{
			width:6px;
			background: url(/resources/images/news1right.gif) repeat-y;
		}
		.news1top
		{
			height:6px;
			background: url(/resources/images/news1top.gif) repeat-x;
		}
		.news1bottom
		{
			height:6px;
			background: url(/resources/images/news1bottom.gif) repeat-x;
		}
		.newsmiddle1
		{
			width:169px;
			background: #382200;
			font-family:Arial,Verdana,Sans-serif;
			font-size:12px;
			color:#FFF;
			padding-left:12px;
			padding-right:12px;
			padding-top:6px;
			
		}
		
		
			.news2left
		{
			width:6px;
			background: url(/resources/images/news2left.gif) repeat-y;
		}
		.news2right
		{
			width:6px;
			background: url(/resources/images/news2right.gif) repeat-y;
		}
		.news2top
		{
			height:6px;
			background: url(/resources/images/news2top.gif) repeat-x;
		}
		.news2bottom
		{
			height:6px;
			background: url(/resources/images/news2bottom.gif) repeat-x;
		}
		
		.newsmiddle1 a
		{
			color:#FFF;
		}
		
		.newsmiddle2
		{
			width:169px;
			background: #fff;
			font-family:Arial,Verdana,Sans-serif;
			font-size:12px;
			color:#000;
			padding-left:12px;
			padding-right:12px;
			padding-top:6px;
		}
		.newsmiddle2 a
		{
			color:#000;
		}
		
		
		
		.news3left
		{
			width:6px;
			background: url(images/news3left.gif) repeat-y;
		}
		.news3right
		{
			width:6px;
			background: url(images/news3right.gif) repeat-y;
		}
		.news3top
		{
			height:6px;
			background: url(images/news3top.gif) repeat-x;
		}
		.news3bottom
		{
			height:6px;
			background: url(images/news3bottom.gif) repeat-x;
		}
		.newsmiddle3
		{
			
			background: #f7f3ea;
			font-family:Arial,Verdana,Sans-serif;
			font-size:12px;
			color:#000;
			padding-left:12px;
			padding-right:12px;
			padding-top:6px;
			
		}
		
		ol.core li {
			font-weight:bold;
			font-style:italic;
			margin-bottom:10px;
		}
		
		.blueBox {
			background: #382200;
			font-family:Arial,Verdana,Sans-serif;
			color:#FFF;
			padding: 12px;
			text-align: center;
			border: 5px solid #738ea3;
			font-weight: bold;
			margin: 0 0 10px 0;
		}
		
		.blueBox a {
			color:#FFF;
		}
		
		.rss_box {
			font-weight: bold;
		}
		
		.rss_box a {
			font-size: 14px;
		}
		

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