/*------------ Stylesheet Contents ----------------------------------------------------------

 - General Page Rules

 - Template Specific Rules

 - General CMS Rules

 - Blog Module Rules
 - Calendar Module Rules
 - Contacts Module Rules
 - Document Group Module Rules
 - FAQ Module Rules
 - Forum/Message Board Module Rules
 - Latest News Module Rules
 - Menu and Sub-Menu Rules (Non-slideout style)
 - Menu and Sub-Menu Rules (Slideout style)
 - Newsletter Module Rules
 - Pole Module Rules
 - Site Search Rules
 - Testimonial Module Rules

*/

/*------------ General Page Rules ----------------------------------------------------------*/

BODY { background:#591800 ; margin:0; height:100%; width:100%;}
BODY.blank { background:#fff; margin:0; height:100%; width:100%;padding:20px;}


A{ color: #000000;}

* img { behavior: url(iepngfix.htc) }

INPUT,TEXTAREA {font-family:Verdana, Arial, Helvetica, sans-serif;	color:#000; }

/*------------ Template Specific Rules ----------------------------------------------------------*/

/* Page Contatiner Rules */

#containerColour
{
position:relative;
background: #d3b597 url(../images/1/body_bg.gif) top repeat-x;
float: left;
width: 100%;
height: 100%;
}

#container
{
margin-left:auto;
margin-right:auto;
width:886px;
text-align:left;

}

#bgcontainer
{
width:886px;
float:left;
position:relative;
}

#content
{
position:relative;
width:846px;
padding: 0px 20px;
float:left;
background: url(../images/1/bg.jpg) repeat-y;
}

#video #content
{
position:relative;
width:846px;
padding: 0px 20px;
float:left;
background: url(../images/1/bg_white.jpg) repeat-y;
}

/* Header Rules */

#header
{
float:left;
width:846px;
margin: 0px 20px;
height: 133px;
background: url(../images/1/header_bg.jpg) top left no-repeat;
position:relative;
}

	#header .logo
	{
	position: absolute;
	top: 1px;
	left: -22px;
	}

	#header #headerLinks
	{
	position: absolute;
	top: 10px;
	right: 30px;
	color: #FFFFFF;
	}

	#header a
	{
	text-decoration: none;
	color: #FFFFFF;
	}

	#header a img
	{
	border: none;
	}

/* Header Nav Rules */

#headerNav
{
position:relative;
float: left;
width:846px;
padding: 0px 20px;
height: 57px;
background: url(../images/1/header_nav_bg.gif) top left no-repeat;
}

#video #headerNav
{
background: url(../images/1/header_nav_bg_white.jpg) top left no-repeat;
}

	#headerNav p
	{
	position:absolute;
	top: 8px;
	left: 32px;
	margin: 0;
	padding: 0;
	color: #d3b597;
	}

	#headerNav ul
	{
	position:relative;
	float:right;
	margin: 0;
	padding: 0;
	list-style-type:none;

	}

	#headerNav ul li
	{
	display:inline;
	padding:0;
	margin:0;
	}

	#headerNav ul li a
	{
	position:relative;
	display:block;
	float:left;
	line-height: 36px;
	height: 57px;
	text-decoration:none;
	color:#591800;
	font-size:12px;
	font-weight: bold;
	padding: 0px 15px 0px 15px;

	background: url(../images/1/header_nav_bg_item.jpg) repeat-x;
	}

	#headerNav ul li #first
	{
	padding: 0px 15px 0px 25px;
	}

	#headerNav ul li img
	{
	border: none;
	}

	#headerNav ul li a:hover
	{
	text-decoration: underline;
	color:#591800;
	}

	#headerNav ul li a .left
	{
	position:absolute;
	top: 0;
	left: 0;
	}

	#headerNav ul li a .right
	{
	position:absolute;
	top: 0;
	right: 0;
	}


/* Right Column Rules */

#rightCol
{
position:relative;
float:right;
width: 167px;
padding: 30px 0px 0px 0px;
}

	#rightCol .callout
	{
	margin: 0px 0px 0px 17px;
	}

	#rightCol .callout h2
	{
	margin: 0px 0px 12px -17px;
	padding: 0px 0px 0px 17px;
	background: url(../images/1/callout_half_bullet.gif) top left no-repeat;
	color: #591800;
	font-size: 16px;
	font-weight: bold;
	}

		#rightCol .callout h2 span
		{
		color: #f52206;
		}

	#rightCol .callout img
	{
	margin: 0;
	}

	#rightCol .callout p
	{
	margin: 10px 20px 10px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 2px dotted #a27966;
	}

/* Content Column Rules */

#contentCol
{
position:relative;
float:right;
width: 461px;
min-height: 480px;
margin: 30px 0px 0px 0px;
padding: 0px 20px 20px 20px;
border-right: 2px dotted #a27966;
}

#video #contentCol
{
position:relative;
float:left;
width: 805px;
min-height: 480px;
margin: 30px 0px 0px 0px;
padding: 0px 20px 20px 20px;
border-right: none;
}

#contentColSimple
{
/* with no rightCol */
position:relative;
float:right;
width: 628px;
min-height: 480px;
margin: 30px 0px 0px 0px;
padding: 0px 20px 20px 20px;
/* border-right: 2px dotted #a27966; */
}

/* Navigation Container Rules */

#navigationCol
{
position:relative;
width:176px;
}

#navigationCol img
{
margin: 30px 0px 0px 25px;
}

/* Footer Rules */

#footer
{
position:relative;
float: left;
width: 100%;
height: 83px;
background: url(../images/1/footer_bg.gif) top repeat-x;
}

#footerContainer
{
margin-left:auto;
margin-right:auto;
width:886px;
text-align:left;
}

#footerBgContainer
{
position:relative;
width:846px;
height: 83px;
padding: 0px 20px;
float:left;
color: #845543;
background: #6e3621 url(../images/1/footer_bg2.gif) top repeat-x;
}


#video #footerBgContainer
{
background: #6e3621 url(../images/1/footer_bg2_white.gif) top repeat-x;
}

#footerBgContainer a
{
color: #845543;
text-decoration:none;
}

#footerBgContainer a:hover
{
color: #845543;
text-decoration: underline;
}

	.left
	{
	position:absolute;
	top: 42px;
	left: 32px;
	}

	.right
	{
	position:absolute;
	top: 42px;
	right: 32px;
	}

/*------------ General CMS Rules ----------------------------------------------------------*/

	.contentPageTitle {
color:#272727;
font-size:19px;
font-weight:bold;
border-bottom:1px solid #272727;
margin:0 0 13px 0;
padding:0 0 5px 0;
}

	.textAndImagesTitle	{font-weight:bold;}

	.emailFormLabel {font-weight:bold}

	/* standard text input class */

	.ftxt {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; width: 20em; }
	.finttxt {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; width: 6em; }

	.ftxtarea {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10pt;width: 20em; }

	.ftxtquery {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; width: 10em;	}

	/* standard submit button */
	.fsub {width:8em; }

	/* standard select list */
	.fsel {width:15em; }


	/* DIV For email form and the likes */
	.buttonBar {text-align: left; padding-top:1em; }

/*------------ Blog Module Styles ----------------------------------------------------------*/

.blogEntry {/*border-bottom:solid #999999 1px;	*/}
.blogEntry HR {height:0.5px;color:#E3CBAF;background-color:#E3CBAF;/*	background-color:#999999;*/}
.blogDate {font-weight:bold; }
.blogTitle {font-weight:bold; }
.blogText{ }

/*------------ Breadcrumb Styles ----------------------------------------------------------*/

#breadCrumbs { margin: 0px 0px 10px 0px; color: #333; }

#breadCrumbs a { margin: 0px 0px 10px 0px; color: #666; }

/*------------ Calendar Module Styles ----------------------------------------------------------*/

.calendarOuterDay {background-color:#dddddd; }
.calendarInnerDay {height:60px;font-size:8pt;text-align:left; }
.calendarEarDate {font-size:8pt; font-weight:bold; color:#C54333; }
.calendarHeader { background-color:#efefef; text-align:center; padding:4px; font-size:8pt; }
.calendarDetailTitle {font-weight:bold;margin:0 0 1em 0;}
.calendarDetailDescription { /*width:60%; margin:0 0 2em 0;	border-bottom:1px solid #B3143A; padding-bottom:1em;*/}
.calendarDetailImage {border:solid 1px #000000;	margin:0 1em 1em 0; }
.calendarListDate { font-weight:bold; color:#7d5848; }
.calendarCurrentLink { font-weight:bold; }
.calendarBullets { color:#ac9b8c;}
.calendarTableBg { background-color:#F5EBE2;}
.calendarHeaderDateLinks {text-align:center;border-bottom:1px solid #B3143A;padding-bottom:1em;}
.calendarImageCell { padding:10px 0 0 10px;	width:110px; text-align:center; }
.calendarDateCell {	padding:10px 0 0 10px; width:110px;	vertical-align:top;}
.calendarTitleCell{	padding:10px 0 0 0;	vertical-align:top;	}
.categoryLinkHeader {text-align:center;}
.categoryLinkText {	text-align:center;}
.login-msg { color:#900;font-style:italic;	padding:10px 0 15px 0;}
.msg {/* status and error */color:#900;font-style:italic;	padding:5px 0 5px 0;text-align:center; }

/*------------ Contacts Module Styles ----------------------------------------------------------*/

/* container & elements of Contacts page */

.contactsIntro {}
.contactsRegionHeader {color:#999;	font-size:3; font-weight:bold; }
.contactsContactHeader {font-size:2;font-weight:bold;}
.required {color:#000000; font-weight:bold;}

 /*------------ Document Group Module Styles ----------------------------------------------------------*/

.documentGroupFiles {padding:2em 0 2em 0;line-height:2.0em;}
/* only when there's a single group on display - instead of SELECT element */
.documentGroupHeader {font-weight:bold;}

/*------------ FAQ Module Styles ----------------------------------------------------------*/

.faq-topic-header {font-weight:bold;}
.faq-question {color:#000000; font-weight:bold;}
.faq-answer {}

/*------------ Forum/Message Board Module Styles ----------------------------------------------------------*/

.forumName {font-weight:bold;}
.forumColumnHeader { font-weight:bold;border-bottom:solid #999999 1px;padding:3px;}
.forumColumnData1 {font-size:8pt;border-bottom:solid #cccccc 1px;padding:3px;}
.forumColumnData2 {font-size:8pt;border-bottom:solid #cccccc 1px;padding:3px;}
.forumViewSubject {font-weight:bold;text-transform:uppercase;}
.forumViewAuthorDate {font-size:8pt;}
.forumReplySubject {font-weight:bold;}

/*------------ Latest News Module Styles ----------------------------------------------------------*/

/* List of News title links for inserting into site pages */
.latestNewsComponent { padding: 4px 0px; text-decoration:none; text-align: left; font-size:8pt; }

.latestNewsComponent a { text-decoration:none; text-align: left; font-size:8pt;}

.latestNewsComponent a:hover { text-decoration:underline; text-align: left; font-size:8pt;}

/* container & elements of Latest News Page story */
.latestNews {}
.latestNewsDate {font-style:normal;	color:#999;}
.latestNewsTitle {font-weight:bold;	color: #cd171e;	font-size:11pt;}

/* text of displayed story */
.latestNewsSource {	margin-right:0;}

/* listing of story 'Links' on News Release Page */
.latestNewssListing {  }

/* Items within latestNews sListing */
.latestNewssListingItem {  }
.latestNewssListingItem A {text-decoration:underline;  }

/*------------ Latest News Directory Module Styles ----------------------------------------------------------*/

#latestNews #textContent
{
float:left;
width: 480px;
margin: -15px 30px 20px 30px;
}

#latestNews #textContent h2
{
font-size: 14px;
font-weight: bold;
color: #591800;
}

#latestNews #textContent .newsListing
{
border: 1px dashed #DDD;
border-width: 0px 0px 1px 0px;
padding: 15px 0px 20px 0px;
height: 94px;
}

#latestNews #textContent .newsListing h4
{
margin: 3px 0px 0px 0px;
padding: 0;
font-size: 12px;
font-weight: bold;
color: #591800;
}

#latestNews #textContent .newsListing h4 span
{
color: #591800;
}

#latestNews #textContent .newsListing img
{
float: left;
margin: 0px 10px 0px 0px;
}

#latestNews #textContent .newsListing p
{
margin: 5px 0px;
padding: 0;
}

#latestNews #textContent .newsListing p a
{
}

#topNewsContainer
{
position: absolute;
top: 0px;
right: -169px;
background:#fff url(../images/latestNewsDirectoryImages/right_news_container_1.jpg) top left no-repeat;
width: 180px;
height: 154px;
}

#topNewsContainer h3
{
margin: 12px 0px 22px 0px;
padding: 0px 0px 0px 53px;
font-weight: bold;
font-size: 13px;
color: #591800;
}


#topNewsContainer a
{
color: #591800;
}

#bottomNewsContainer
{
position: absolute;
top: 154px;
right: -169px;
background:#fff url(../images/latestNewsDirectoryImages/right_news_container_2.jpg) top left no-repeat;
width: 180px;
height: 350px;
}


#bottomNewsContainer h3
{
margin: 12px 0px 16px 0px;
padding: 0px 0px 0px 42px;
font-weight: bold;
font-size: 13px;
color: #591800;
}

#bottomNewsContainer form
{
margin: 0;
padding: 0;
}

#bottomNewsContainer p
{
margin: 0;
padding: 0;
color: #591800;
}

/*----------- Menu and Sub-Menu Rules (Non-slideout style) ----------------------------------------------------------*/

		/*------------ Menu Rules ----------------------------------------------------------*/
		/*
		.menu { color: #000000;	text-decoration: none;	}

		.menu:hover	{color: #000000;text-decoration: underline;	}

		.menuin	{color: #000000; text-decoration: none;}

		.menuin:hover {color: #000000; text-decoration: underline; }

		.submenu {color: #000000; margin-left: 25px; text-decoration: none;	}

		.submenu:hover {color: #000000; margin-left: 25px; text-decoration: underline;	}

		.submenuin {color: #000000; font-weight:bold; margin-left: 25px; text-decoration: none;}

		.submenuin:hover {color: #000000; font-weight:bold;	margin-left: 25px;	text-decoration: underline;	}
		*/

		/*------------ Secondary Menu Styles ----------------------------------------------------------*/
		/*
		.smenu {color: #000000;	text-decoration: none;}

		.smenu:hover {color: #000000; text-decoration: underline;}

		.smenuin {color: #000000; text-decoration: none; }

		.smenuin:hover { color: #000000; text-decoration: underline;}

		.ssubmenu {	color: #000000;	margin-left: 25px; text-decoration: none;}

		.ssubmenu:hover	{color: #000000; margin-left: 25px;	text-decoration: underline;	}

		.ssubmenuin	{color: #000000; font-weight:bold; margin-left: 25px; text-decoration: none; }

		.ssubmenuin:hover {	color: #000000;	font-weight:bold; margin-left: 25px; text-decoration: underline; }
		*/

/*----------- Menu and Sub-Menu Rules (Non-slideout style) ----------------------------------------------------------*/
		.menu	{
		border-top:1px solid #3b3b3b;
		}

		.menu:hover	{ text-decoration: none;}

		.menu { float: right; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; }

		.menu ul { z-index:500; padding:0; margin:0; list-style-type:none; width:176px	}

		.menu li {background:#9d6c1f url(../images/bg_nav.gif) repeat-x;  float:left; width:176px;}

		.menu_popup	{ position: absolute; left: -1000px; border:1px solid #3b3b3b; border-width: 1px 0 0 0; }

		.menu a, .menu a:hover{display:block;  text-decoration:none; line-height:14px; color:#fff;
		padding: 4px 5px 4px 15px; border:1px solid #3b3b3b; border-width: 0 1px 1px 0;	}

		* html .menu a, * html .menu a:visited 	{ width:165px; w\idth:148px;}

		/* TOPLEVEL */

		/* Items with no sub menu */

		.menu a:hover {	 background:#ca9c57 url(../images/bg_nav-hover.gif) repeat-x;}

		.menu a.selected, .menu .level1 a.selected:hover { font-weight: bold; color: #F58A20; background: #FFF;}

		.menu a.sub	{ background: #9d6c1f url(../images/bg_nav.gif) repeat-x;}

		.menu a.subtopselected,
		.menu a.subselected,
		.menu a.subtopselected:hover,
		.menu a.subselected:hover
		{ background: #9d6c1f; font-weight: bold;}

		.menu a.sub:hover { background: #9d6c1f url(../images/bg_nav.gif) repeat-x;}

		/* POPUP */

		.menu .menu_popup a	{ background: #c08b37;}

		.menu .menu_popup a:hover { background: #ca9c57;}

		.menu .menu_popup a.sub	{background: #c08b37;}

		.menu .menu_popup a.sub:hover { background: #ca9c57;}

		/* LEVEL 2 */

		.menu .level2 a	{ background: #9d6c1f; padding: 4px 5px 4px 25px;}

		.menu .level2 a:hover { background: #ca9c57; }

		.menu .level2 a.topselected	{ font-weight:bold;	background: #9d6c1f}


		.menu .level2 a.sub	{ background: #ca9c57;}

		.menu .level2 a.sub:hover { background: #ca9c57;}

		.menu .level2 a.subtopselected,
		.menu .level2 a.subselected,
		.menu .level2 a.subtopselected:hover,
		.menu .level2 a.subselected:hover
		{ background: #9d6c1f; font-weight: bold;}


		/* LEVEL 3 */
		.menu .level3 a,
		.menu .level3 a:hover { background: #9d6c1f; padding: 4px 5px 4px 45px;}

		.menu .level3 a:hover {}


/*------------ Newsletter Module Styles ----------------------------------------------------------*/

.newsletterError { font-weight:bold; color:#ff0000;}
.newsletterSuccess { font-weight:bold; color:#009900;}

/*------------ Poll Module Styles ----------------------------------------------------------*/

.pollName {font-weight:bold;padding-top:1em; color:#591800;}
.pollChoiceName {font-weight:bold;}
.pollChoiceDescription{}
.pollChoiceDescription p {margin: 0; padding: 0;}
.pollVoteButton { background-color:#ff6600; color:#ffffff; border:none; font-weight:bold; width:100px; cursor:pointer; }
.pollChoiceRow { border-bottom:solid 1px #cccccc; padding: 15px 0px; }

.pollComponentVoteButton { background-color:#317082; color:#ffffff; border:none; font-weight:bold; width:100px; cursor:pointer; }

/*------------ Site Search Styles ----------------------------------------------------------*/

.siteSearchContainer {float: left; margin: 20px 0px 0px 0px;}
.siteSearchContainer form { margin: 0; padding: 0;}
.siteSearchContainer input { margin: 0; padding: 0;}
.searchLabel { display: block; font-weight: bold; font-family:Verdana, Arial, Helvetica, sans-serif; color: #fff; margin: 0px 0px 3px 0px; padding: 0; }
.siteSearchInput { float: left; border: 1px #FFF solid; width: 145px; height: 17px; font-size: 11px; padding: 3px 3px 0px 3px; margin:0}
.siteSearchSubmit { float: left; position: relative; top: 0px; left: 0px;}

/*------------ Testimonial Module Styles ----------------------------------------------------------*/

.testimonials1 { width: 15px; height: 99px; }
.testimonialsphoto1 { width: 68px; height: 99px; }
.testimonialsread1 { width: 137px; height: 99px;  font-size:7pt; padding: 8px;}

.testimonials2 { width: 13px; height: 19px; }
.testimonialsphoto2 { width: 75px; height: 19px; }
.testimonialsread2 { width: 137px; height: 19px; font-size:7pt; padding: 8px;}

/*------------ Products Module Styles ----------------------------------------------------------*/



/*------------ Showcase Gallery Module Styles ----------------------------------------------------------*/

.productName
{
font-weight: bold;
color: #865138;
font-size: 14px;
margin: 5px 0px 15px 0px;
}

.productListing
{
text-align:left;
}

.productListingName
{

}

.productListing a
{
font-size: 11px;
color: #865138;
margin: 0px;
padding: 0px;
line-height: 18px;
}

.productListingName a
{
font-size: 14px;
color: #865138;
font-weight: bold;
text-decoration: none;
margin: 0px;
padding: 0px;
line-height: 18px;
cursor: pointer;
}

#productListingImage h2
{
position: absolute;
bottom: 0px;
left: 0px;
width: 194px;
margin: 0px;
padding: 0px;
background: #865138 ;
filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
color: #FFF;
text-decoration: none;
font-size: 13px;
padding: 5px 0px 6px 10px;
text-align: left;
cursor: pointer;
}



a #productListingImage
{
text-decoration: none;
}

#productListingImage
{
cursor: pointer;
}

#productListingImage img
{
position: absolute;
bottom: 8px;
right: 10px;
border: none;
cursor: pointer;
}

.productListingBorder
{
border-bottom: 1px solid #bfdced ;
padding: 18px 0px;
}

.dsBottom
{
position:relative;
background: url(../images/showcaseGalleryImages/ds_bottom.jpg) bottom repeat-x;
float: none;
padding: 0px 0px 8px 0px;
margin: 0px 15px 0px 0px;
}

.dsRight
{
position:relative;
background: url(../images/showcaseGalleryImages/ds_right.jpg) right repeat-y;
float: none;
padding: 0px 10px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* video_library */
#videoContent	{
margin:0;
padding:0;
}

#videoContent DIV	{
margin:0;
padding:0;
}

#videoPageWrap	{
width:736px;
margin:40px auto 0 auto;
}

#videoPageWrap p.description	{
width:425px;
font-size:12px;
line-height:15px;
color:#000;
}

#videoCategorySelect	{
margin-bottom:17px;
padding:17px;
}
#videoCategorySelect select	{
width:300px;
font-size:13px;
margin-top:20px;
}

#videoMain	{
width:425px;
float:left;
}

#videoCategories	{
width:300px;
float:right;
}
#videoCategories h2	{
background:url(../images/arrow_down.gif) no-repeat 0px 4px;
font-size:17px;
font-weight:normal;
margin:-3px 0 5px 0;
padding:0 0 0 15px;
}
#videoCategories #results	{
height:405px;
width:275px;
border:1px solid #ccc;
overflow:auto;
}
#videoCategories #results div	{
width:272px;
margin:7px 0 0 7px;
height:58px;
}
#videoCategories #results div div	{
float:left;
width:94px;
height:58px;
margin:0 9px 0 0;
padding:0;
}
#videoCategories #results div img	{
border:1px solid #999;
padding:1px;
}
#videoCategories #results div div #iconPlus	{
float:none;
width:93px;
height:15px;
margin:-19px 0 0 3px;
padding:0;
}
#videoCategories #results div div #iconPlus img	{
border:0;
padding:0;
}
#videoCategories #results div div #videoLength	{
float:none;
width:94px;
height:15px;
text-align:right;
margin:-13px 0 0 0;
padding:0;
opacity:0.7;
filter:alpha(opacity=70);
}
#videoCategories #results div div #videoLength span	{
float:none;
background:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#fff;
padding:1px 2px 2px 2px;
margin-right:3px;
}
#videoCategories #results div h1	{
font-size:11px;
line-height:14px;
color:#0033cc;
margin:0;
padding:0;
}
#videoCategories #results div h1 a	{
color:#0033cc;
text-decoration:none;
font-size:11px;
}
#videoCategories #results div h1 a:hover	{
text-decoration:underline;
}
#videoCategories #results div p	{
font-size:11px;
line-height:14px;
color:#666;
margin:0;
padding:0;
}
