@charset "utf-8";
/* CSS Document */

.inputSmallCell input {
width:175px;
background-color:#FFDCAF;
color:#171819;
border:#996727 thin solid;
margin-left:0px;
}

.message textarea {
width:425px;
background-color:#FFDCAF;
color:#171819;
border:#996727 thin solid;
margin-left:0px;
}

.button {
font:Arial, Helvetica, sans-serif;
font-size:11px;
color:#171819;
background-color:#FFDCAF;
border:#996727 thin solid;
}

.imageC {
background-color:#000000;
border:#996727 thin solid;
}

/*declares body styles*/
.body {
background-color:#000000;
margin:0px;
text-align:center;
min-width:920px;
font-family:Georgia, "Times New Roman", Times, serif;
padding:0px;
color:#FFFFFF;
}

/*for centering in IE*/
.wrapper {
margin:0 auto;
width:920px;
text-align:left;
min-height:100%;
margin-bottom:1px;
}

/*used to align menu to the right*/
.mainMenuWrapper{
text-align:right;
}

/*contains the link styles for main menu*/
.mainMenu a:link, .mainMenu a:visited {
width:920px;
height:70px;
margin:0px;
text-align:right;
font-size:16px;
color:#FFFFFF;
text-decoration:none;
}

	.mainMenu a:hover, .mainMenu a:active {
	height:70px;
	margin:0px;
	text-align:right;
	font-size:16px;
	color:#996727;
	text-decoration:none;
	}
	
#current{
height:70px;
	margin:0px;
	text-align:right;
	font-size:16px;
	color:#996727;
	text-decoration:none;}

/*clear bars clear styles above and below for proper flow*/
.clearBarTop {
width:100%;
height:8px;
clear:both;
margin:0px;
}

.clearBarBottom {
width:100%;
height:10px;
clear:both;
margin:0px;
}

.clearBarMid {
width:100%;
height:3px;
clear:both;
margin:0px;
background-color:#000000;
}

/*contains the flash header*/
.flashHeader {
width:100%;
height:330px;
margin:0px;
text-align:center;
}

/*left and right container*/
.contentLeftRight{
background-image:url(../images/backgroundStripe.jpg);
background-repeat:repeat-y;
width:920px;
height:100%;
}

/*left content box*/
.contentLeft {
width:29.5%;
min-height:333px;
max-height:100%;
float:left;
margin:0px;
text-align:center;
}
	
	.contentLeftBackground{
	text-align:left;
	/*background-color:#0a0a0a;*/
	min-height:333px;
	max-height:100%;
	width:255px;
	margin-left:6px;
	margin-top:-11px;
	}

	.leftTitle {
	margin-left:15px;
	padding-top:25px;
	}
	
	.leftCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin-left:15px;
	margin-right:25px;
	line-height:18px;
	}

/*right content box*/
.contentRight {
width:70.5%;
min-height:333px;
max-height:100%;
float:left;
margin:0px;
border-top:#171819 medium solid;
border-bottom:#171819 thin solid;
padding-top:10px;
padding-bottom:10px;
/*background-image:url(../images/backgroundStripeInner.gif);
background-repeat:repeat-y;*/
}
	
	.rightBox{
	height:85%;
	min-height:333px;
	width:646px;
	margin-top:10px;
	margin-bottom:12px;
	background-color:#000000;
	border-right:#171819 medium solid;
	}
	
	.rightTitle {
	margin-left:15px;
	}
	
	.rightTitleNews{
	margin-top:-9px;
	margin-left:15px;
	}
	
	.homeTitle{
	margin-left:13px;
	margin-top:-2px;
	}
	
	.rightCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin-left:15px;
	margin-right:25px;
	line-height:20px;
	}
	
	.rightCopy a:link, .rightCopy a:visited{
	color:#996727;
	text-decoration:none;
	}
	
	.rightCopy a:hover{
	text-decoration:underline;
	color:#996727;
	}
		
	.rightCopyS {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:left;
		line-height:20px;
		color:white;
		text-decoration:none;
		}
		
		.rightCopyS a:link, .rightCopyS a:visited{
		color:white;
		text-decoration:none;
		}
		
		.rightCopyS a:hover{
		text-decoration:underline;
		color:#996727;
		}
		
		.rightCopyList {
		list-style-image:url(../images/arrow.gif);
		}
	
	.listItems{
	list-style:square;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	}
	
	.rightMidBox{
	float:left;
/*	border-right:#171819 thin solid;
	background-image:url(../images/backgroundStripeInner.gif);
	background-repeat:repeat-y;*/
background-color:#000000;
	min-height:333px;
	height:85%;
	width:391px;
/*	margin-top:12px;*/
margin:0px;
	}
	
	.rightMidSide{
	background-color:#171819;
/*	width:393px;*/
	height:85%;
/*	float:left;*/
	}
	
	.rightMidClear{
	width:2px;
	float:left;
	height:100%;
	}
	
	.rightFarBox{
	float:left;
/*	border-right:#171819 thin solid;*/
background-color:#000000;
min-height:333px;
	height:100%;
	width:253px;
/*	margin-top:12px;*/
margin:0px;
	}

	.side{
	background-color:#171819;
	height:100%;
	}

/*footer*/
.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
clear:both;
height:40px;
width:100%;
margin:0px;
}

	.footerLeft{
	float:left;
	width:50%;
	text-align:left;
	}
	
	.footerRight{
	float:left;
	width:50%;
	text-align:right;
	}
	
	.footerRight a:link, .footerRight a:visited {
	text-decoration:none;
	color:#FFFFFF;
	}
	
	.footerRight a:hover {
	text-decoration:none;
	color:#996727;
	}
	
.rolloverHome a:link, .rolloverHome a:visited{ 
width:92px;
height:28px;
background-image:url(../images/buttons_home.png);
background-repeat:no-repeat;
cursor:pointer;
float:right;
/*display:block;*/
}

	.rolloverHome a:hover
	{
	background-image:url(../images/buttons_homeRoll.png);
	}
	
.rolloverAbout a:link, .rolloverAbout a:visited{ 
width:92px;
height:28px;
background-image:url(../images/buttons_aboutUs.png);
background-repeat:no-repeat;
cursor:pointer;
float:right;
/*display:block;*/
}

	.rolloverAbout a:hover
	{
	background-image:url(../images/buttons_aboutUsRoll.png);
	}
	
.rolloverServices a:link, .rolloverServices a:visited{ 
width:92px;
height:28px;
background-image:url(../images/buttons_services.png);
background-repeat:no-repeat;
cursor:pointer;
float:right;
/*display:block;*/
}

	.rolloverServices a:hover
	{
	background-image:url(../images/buttons_servicesRoll.png);
	}
	
.rolloverGallery a:link, .rolloverGallery a:visited{ 
width:92px;
height:28px;
background-image:url(../images/buttons_photoGallery.png);
background-repeat:no-repeat;
cursor:pointer;
float:right;
/*display:block;*/
}

	.rolloverGallery a:hover
	{
	background-image:url(../images/buttons_photoGalleryRoll.png);
	}
	
.rolloverNews a:link, .rolloverNews a:visited{ 
width:92px;
height:28px;
background-image:url(../images/buttons_news.png);
background-repeat:no-repeat;
cursor:pointer;
float:right;
/*display:block;*/
}

	.rolloverNews a:hover
	{
	background-image:url(../images/buttons_newsRoll.png);
	}
	
.rolloverResources a:link, .rolloverResources a:visited{ 
width:92px;
height:28px;
background-image:url(../images/buttons_resources.png);
background-repeat:no-repeat;
cursor:pointer;
float:right;
/*display:block;*/
}

	.rolloverResources a:hover
	{
	background-image:url(../images/buttons_resourcesRoll.png);
	}
	
.rolloverContact a:link, .rolloverContacta:visited{ 
width:92px;
height:28px;
background-image:url(../images/buttons_contact.png);
background-repeat:no-repeat;
cursor:pointer;
float:right;
/*display:block;*/
}

	.rolloverContact a:hover
	{
	background-image:url(../images/buttons_contactRoll.png);
	}