﻿/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#5C4317;
	color: Black;
	background-image:url(../images/dark_bckgnd.gif);
	background-repeat:no-repeat;
	background-color: #0F0F0F;
}
body,td,th { /*-----Basic font and size of website text-----*/
font-size: 14px;
font-family: Helvetica, Verdana, Arial, sans-serif;
}
.error
{
	color: Maroon;
	font-weight:bold;
	font-size:12pt;
}

.read_more, .read_more a:link, .read_more a:active, .read_more a:visited {
	color: White;
	text-decoration: none;
}
.read_more a:hover {
	text-decoration: underline;
	color: #c8c8c8;
}

.sec, .sec a:link, .sec a:active, .sec a:visited {
	background-color:#5B4F41; /*-----Change Background Color of Footer-----*/
	color: #CCCCCC;
}
.sec a:hover {
text-decoration:underline;
}
.navTop, .navTop a:link, .navTop a:active, .navTop a:visited { /*-----Manipulates Navegation Styles-----*/
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 21px;
	background-color:#1E1F1B; /*-----Change Background Color of Links-----*/
	margin-left: 15px;
	margin-right: 15px
}
.navTop a:hover {
text-decoration:underline;
}
.foot, .foot, .foot a:link, .foot a:active, .foot a:visited, .foot a:hover { /*-----Change Style of Copyright Footer-----*/
	font-size:10px;
	text-decoration:none;
	color:#000000;
}
/*-----Change Color of Dropdown Links-----*/
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	color: #FFFFFF;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #B3B3B3;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#dropmenudiv a:hover{ /*hover background color*/
	color: #FFFFFF;
	text-decoration: underline;
}	
.imgbrds {
	border-style:solid;
	border-width: 3px;
	border-color: #1E1F1B;
}
.formstyle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
h1 { /*-----First P@ge Title-----*/
	font-size: 24px;
	font-weight: bold;
	color: #EDCA57;
}
h2 { /*-----Call of @ction-----*/
	font-weight:bold;
	color: #EDCA57;
	font-size: 18px;
}
.font12 {
	font-size:12pt;
	color: #FFF2CC;
}
.font10{
	font-size:10pt;
	color: #FFF2CC;
}
.font9{
	font-size:9pt;
	color: #FFF2CC;
}
/*-----Enable Colored Links-----*/
a:link, a:visited, a:active {
	color: #EDCA57;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #c8c8c8;
}
.deafultBody {
	padding: 10px;
	line-height: 150%;
}
.table_bg { /*-----Change Color of Background Color-----*/
	background-color:#745F40;
/*	background-image:url(../images/gray.gif);*/
}
.con_frm {
	color:#FFFFFF;
	font-size:12px;
	}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:url(../images/formbg.gif) repeat-x left top;
color:#000;
font-weight:bold;
padding: 1px 2px;
}
.deafultBody ul {
	list-style-position: outside;
	list-style-type: circle;
	/*list-style-image: url(../images/bullet.png);*/
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of <b style="color:black;background-color:#99ff99">Menu</b> Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level <b style="color:black;background-color:#99ff99">menu</b> items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub <b style="color:black;background-color:#99ff99">menu</b> width*/
top: 0;
visibility: hidden;
}

/* Sub level <b style="color:black;background-color:#99ff99">menu</b> links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: yellow;
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


#sidebar{
	width: 200px;
	float: left;
}
ul.navigation li a span{
	font-family:  AlexandriaFLF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	border: none;
	color: inherit;
}

.FAQ_pnl_bckgnds{
	background-color:#68553A;
	padding: 4px 2px 2px 4px; 
}

.faq a:active
{
	color:White;
	text-decoration:none;
}
	
