/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 100%;
	text-align: center;
	background-color: #898F2B;
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 70%;
	line-height: 160%;
}

a {
	color: #05415a;
	text-decoration: none;
    outline: none;
}

a:link {
	color: #05415a;
	text-decoration: none;
}

a:visited {
	color: #05415a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p {
	margin: 7px 0 7px 0;
}

ul {
	margin-top: 0;
	list-style-type: square;
}

ul li {
    padding: 3px 0 3px 0;
}

form {
	margin: 0px;
}

h1 {
	color: #665631;
	font-size: 160%;
	margin: 0 0 30px 0;
	padding: 0;
}

h2 {
	color: #665631;
	font-size: 125%;
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 0;
}

h3 {
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #665631;
	text-transform: uppercase;
}

h4 {
	font-size: 1em;
	padding: 0;
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #665631;
	font-weight: bold;
}


h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited {
	color: #665631;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mainWrapper {
	background-color: #F9FCE5;
	text-align: left;
	margin: 0 auto; /* align div to center */
	width: 939px;
	padding: 0;
}

#innerWrapper {
	width: 920px;
	margin: 0 9px 0 10px;
}

#topline {
	background-image: url(images/menu1_bg.gif);
	background-repeat: repeat-x;
	height: 36px;
}

#headerAnim {
	width: 920px;
	height: 132px;
}

#headerImg {
	width: 625px;
	height: 37px;
	float: left;
}

#subheader {
	clear: both;
	height: 37px;
}

#content {
	width: 920px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
	clear: both;
}

#leftCol {
	width: 205px;
	float: left;
	padding: 10px;
}

#centerCol {
	width: 450px;
	float: left;
	padding: 10px;
}

#rightCol {
	width: 205px;
	float: left;
	padding: 10px;
}


#footer {
	clear: both;
	height: 21px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10px;
	color: #9E9D6E;
	padding: 3px 10px 0 0;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#linksHeader {
	width: 310px;
	height: 26px;
	float: left;
	text-align: right;
	padding: 10px 10px 0 0;
	color: #92936C;
	font-size: 0.9em;
}

/***************** box1 ****************/

.box1 {
	margin: 0 0 20px 0;
}

.boxTitleLink {
	margin: 0;
	padding: 0;
	float: right;
}

.boxBody,
.boxBody2 {
	background: #EDF1CF;
	border-top: 1px solid #E5DAB3;
	padding: 10px 10px 10px 10px;
	color: #443410;
}

.boxBody2 {
	background: none;
	border: 0;
}


.boxPhoto 
{
    height: 185px;
	border: 3px solid #D7DDA4;
	background-color: #D7DDA4;
}

.box1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box1 ul li {
	padding: 2px 0 2px 0;
}

ul.ulista {
	margin: 10px;
	padding: 10px;
	list-style: square;
}

ul.ulista li {
	padding: 2px 0 2px 0;
}



/* -- */

/***************** slideshow ****************/

ul#slideshow {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#slideshow li {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 199px;
	height: 150px;
	visibility: hidden;
}

li img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
.caption 
{   
    font-weight: bold;
	clear: both;
	padding: 1em;
}


/* -- */


/***************** hMenu1 ****************/

#hMenu1 {
	width: 600px;
	height: 36px;
	float: left;
}

#hMenu1 ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	float: left;
}

#hMenu1 ul a {
	font-family: "Trebuchet MS", "Arial Narrow", Arial;
	font-size: 10px;
	display: block;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-image: url(images/menu_divider.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 7px 0 7px;
	margin: 5px 0 5px 0;
	float: left;
}

#hMenu1 ul a:link, #hMenu1 ul a:visited {
	color: #533C13;
}

#hMenu1 ul a.active:link, #hMenu1 ul a.active:visited {
	color: #533C13;
	text-decoration: underline;
}

#hMenu1 ul a:hover {
	color: #533C13;
	background-color: #E3E0C5;
}

#hMenu1 li {
 	display: inline; /* Removes gaps in IE/WIN */
}

/* -- */



/***************** hMenu2 ****************/

#hMenu2 {
	width: 295px;
	height: 37px;
	float: left;
	background-image: url(images/menu2_bg.jpg);
	background-repeat: repeat-x;
}

#hMenu2 ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	float: left;
}

#hMenu2 ul a {
	font-family: "Trebuchet MS", "Arial Narrow", Arial;
	font-size: 11px;
	display: block;
	height: 27px;
	line-height: 27px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-image: url(images/menu_divider2.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 8px 0 8px;
	margin: 5px 0 5px 0;
	float: left;
}

#hMenu2 ul a:link, #hMenu2 ul a:visited {
	color: #533C13;
}

#hMenu2 ul a.active:link, #hMenu2 ul a.active:visited {
	color: #533C13;
	text-decoration: underline;
}

#hMenu2 ul a:hover {
	color: #533C13;
	/*text-decoration: underline;*/
	background-color: #DAD7B4;
}

#hMenu2 li {
 	display: inline; /* Removes gaps in IE/WIN */
	height: 37px;
}

/* -- */

/***********  vertical scroller  **************/

#scrollingContainer {
	height:150px;
	overflow:hidden;	/* Hide overflow content */
}



/**************  pagination  *****************/

.pagination {
	margin: 20px 0 25px 0;
	clear: both;
}


UL.paging {
 	margin: 0; 
 	padding: 0; 
  	list-style: none;
	float: left;
}

UL.paging a {
	font-size: 11px;
	color: #686868;
	background-color: #EDF1CF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	text-align: center;
  	display: block;
 	width: 20px;
  	height: 20px;
 	line-height: 20px;
	float: left;
	margin: 0 4px 0 0;
}

ul.paging a:link, ul.paging a:visited {
	color: #533C13;
}
 
ul.paging a:hover {
    text-decoration: none;
	background-color: #DAD7B4;
}
 
ul.paging li {
 	display: inline; /* Removes gaps in IE/WIN */
}


UL.paging a.active, UL.paging a.active:visited {
	color: #fff;
  	background-color: #A3A276;
}



/*************** TBL01 style  *******************/

.tbl01 {
	border-collapse: collapse;
	border: 1px solid #E5DAB3;
}


.tbl01 td {
	background: #EDF1CF;
	padding: 3px;
	border: 1px solid #fff;
}

/*************** TBL02 style  *******************/

.tbl02 td {
	padding: 3px;
}



/***********************************************/
/* Misc                                        */
/***********************************************/


.thumb {
	border: 1px solid #fff;
	margin: 0 10px 0px 0;
	float: left;
}

.thumb2 {
	border: 10px solid #EDF1CF;
	margin: 0 25px 20px 0;
	float: left;
}


.icnSpace {
	margin-right: 5px;
	vertical-align: middle;
}


.clear {
	clear: both; 
	height: 1px; 
	font-size: 0.1px; 
	border: none; 
	margin: -1px 0 0 0; 
	padding: 0; 
	background: transparent;
} 

hr {
 	height: 1px;
	background-color: #e2dcd2;
	color: #e2dcd2;
	border: 0px;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hrDivider {
 	height: 2px;
	background-image: url(images/box_dividerLine_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1px;
}


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.nopadding {
	padding: 0px;
}


/***********************************************/
/* Colors                                      */
/***********************************************/


.lightGreenText, .lightGreenText a:link, .lightGreenText a:visited {
	color: #CBCCAA;
}

.greenText, .greenText a:link, .greenText a:visited {
	color: #92936C;
}

.brownText, .brownText a:link, .brownText a:visited {
	color: #B5A375;
}

.darkGrayText, .darkGrayText a:link, .darkGrayText a:visited {
	color: #333;
}



/***********************************************/
/* Forms                                       */
/***********************************************/


input, textarea, select {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	color: #464646;
	vertical-align: middle;
}

input.newsletter, 
input.nIgra,
textarea
 {
	width: 150px;
	background-color: #fff;
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #e7e7e7;
	padding: 3px;
}

input.nIgra {
	width:170px; 
	margin-bottom:5px; 
}

input.btnGeneral {
	color: #fff;
	font-weight: bold;
	height: 19px;
	border: 0;
	padding: 0 5px 0 5px;
	background-color: #A3A276;
	background-image: url(images/btn_general_bg.gif);
	background-repeat: repeat-x;
}


textarea {
	width: 300px;
}





