@charset "utf-8";
/* CSS Document */

/* everything default to 0; */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	margin: 0;
	text-align: center;
	background-color: #5F5E41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/bk-lt-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #2A2C2B;
}
ul {
	padding-left: 20px;
	padding-top: .25em;
}

/* Container for all content */	
#wrapper {
	width: 990px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3D0B00;
	border-bottom-color: #3D0B00;
	border-left-color: #3D0B00;
}
#AcralyteImage {
	padding-right: 8px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.BorderDkBlue {
	border: 1px solid #05254B;
}
.borderWhite {
	border: 1px solid #FFFFFF;
}
.borderGold {
	border: 2px solid #783C06;
}



/* Clearing a float */

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#topRightBox {
	height: 276px;
	color: #A9A756;
	background-color: #000000;
}
#topRightBox p {
	color: #A9A756;
	padding-right: 20px;
	padding-left: 20px;
}
.buttonBkgrnd a {
	background-image: url(images/wood-button.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
}
.buttonBkgrnd a:hover {
	background-image: url(images/wood-button-mo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
}
#lowerBoxLeft {
	background-color: #9f9e72;
	width: 412px;
	padding-top: 14px;
	padding-bottom: 14px;
}
#lowerBoxLeft p {
	padding-left: 12px;
	padding-right: 12px;
	color: #2A2C2B;
}
#lowerBoxLeft a {
	color: #57562D;
}
#lowerBoxLeft a:hover {
	color: #884720;
}
#lowerBoxRight {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	width: 578px;
}
#lowerBoxRight p {
	color: #A9A756;
	padding: 12px;
}
#navBkgrnd {
	background-image: url(images/backgrnds/middleNavBkgrnd2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3D0B00;
	border-bottom-color: #3D0B00;
}
#blackNavBox1 {
	font-size: 12px;
	font-weight: bold;
	width: 878px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}
#blackNavBox1 a:hover {
	color: #ECEC00;
	background-color: #000000;
}
#blackNavBox2 {
	font-size: 12px;
	font-weight: bold;
	width: 909px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#blackNavBox2 a:hover {
	color: #E6E380;
}
#blackNavBox2Submenu {
	font-size: 12px;
	font-weight: bold;
	background-color: #121212;
	white-space: nowrap;
	border: 1px solid #FFFFFF;
}
#blackNavBox2Submenu a:hover {
	color: #E6E380;
	background-color: #000000;
}
#searchBox {
	float: right;
	width: 160px;
	color: #D9D66C;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* this css moves the actual href itself and not the descriptive tag */
/* li a {
	position: relative;
	text-decoration: none;
} */
ul {	
	position:relative;
}
li a span {display: none;} 
li a:hover {font-size: 100%;} /* IE/Win (Bug Fix) requires some link change on hover in order to show the tooltips */
li a:hover span { /*the span will display just on :hover state*/
	display: inline !important;
	position: absolute;
	top: -36px;
	left: -50%;
	background-color: #000;
	padding: 10px;
	font-size: 0.8em;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #5F5E41;
	border-right-color: #5F5E41;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5F5E41;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#descript {display: none;} 
#descript a:hover {font-size: 100%;} /* IE/Win (Bug Fix) requires some link change on hover in order to show the tooltips */
#descript a:hover  div { /*the span will display just on :hover state*/
	display: inline !important;
	position: absolute;
	top: -36px;
	left: -50%;
	background-color: #000;
	padding: 10px;
	font-size: 0.8em;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #5F5E41;
	border-right-color: #5F5E41;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5F5E41;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
li.test1 a {z-index: 3;} /* use these labels to control overlap issues */
 
li.test2 a {z-index: 2;} /* use these labels to control overlap issues */
 
li.test3 a {z-index: 1;} /* use these labels to control overlap issues */



/* Footer bar navigation container */
#footerNav {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height: 30px;
	width: 990px;
}
#footerNav a {
	color: #CCCCCC;
	text-decoration: none;
}
#footerNav a:hover {
	color: #FFFFFF;
}
/* copyright */
#footerLeft {
	text-align: left;
	width: 160px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #9F9E72;
	float: left;
}
#footerLeft a {
	color: #CCCCCC;
	text-decoration: none;
}
#footerLeft a:hover {
	color: #FFFFFF;
}
/* gulfnetwork link */
#footerRight {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	width: 160px;
	float: right;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #9F9E72;
}
#footerRight a {
	color: #9F9E72;
	text-decoration: none;
}
#footerRight a:hover {
	color: #CCCB9F;
}


/* text styles */
.textBlue {
	color: #0F2763;
	font-weight: bold;
}
.textSmall {
	font-size: x-small;
}
.textWhite {
	color: #FFFFFF;
}
.textLightGrey {
	color: #A1A1A1;
}
.medGrey {
	color: #919191;
}
.blackReplacement {
	color: #2A2C2B;
}
.textLtGreen {
	color: #CCCB9F;
}
.textLowerRight {
	color: #A9A756;
}

.textBoxLtGreen {
	background-color: #CCCB9F;
	width: 350px;
	border: 2px solid #5F5E41;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 8px;
}
.textTopRight {
	width: 300px;
}
.leftTdBorder {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #3D0B00;
}
a {
	color: #696836;
	text-decoration: none;
}
a:hover {
	color: #884720;
}
p {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: small;
}
.blogEntry {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
}

#topRightBox h1, #topRightBox h2, #topRightBox h3, #topRightBox h4, #topRightBox h5, #topRightBox h6 {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.125em;
	padding-left: 0em;
	color: #696836;
}
#lowerBoxRight h1, #lowerBoxRight h2, #lowerBoxRight h3, #lowerBoxRight h4, #lowerBoxRight h5, #lowerBoxRight h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.125em;
	padding-left: 0em;
	color: #B4B16B;
}
#lowerBoxLeft h1, #lowerBoxLeft h2, #lowerBoxLeft h3, #lowerBoxLeft h4, #lowerBoxLeft h5, #lowerBoxLeft h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.125em;
	padding-left: 1em;
	color: #696836;
}

#thumbDiamond {
	background-image: url(images/thumbs/diamond-box.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 8px;
	left: 3px;
	height: 50px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#thumbDiamond:hover {
	visibility: hidden;
}
#thumbExotic {
	background-image: url(images/thumbs/exotic.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 8px;
	left: 3px;
	height: 50px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#thumbExotic:hover {
	visibility: hidden;
}
#thumbDomestic {
	background-image: url(images/thumbs/domestic.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 8px;
	left: 3px;
	height: 50px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#thumbDomestic:hover {
	visibility: hidden;
}
#thumbGame {
	background-image: url(images/thumbs/game-board.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 8px;
	left: 3px;
	height: 50px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#thumbGame:hover {
	visibility: hidden;
}
#thumbRecon {
	background-image: url(images/thumbs/reconstituted.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 8px;
	left: 3px;
	height: 50px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#thumbRecon:hover {
	visibility: hidden;
}
#thumbFancy {
	background-image: url(images/thumbs/fancy.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 8px;
	left: 3px;
	height: 50px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#thumbFancy:hover {
	visibility: hidden;
}
