/* General */

body {
	font-family: verdana;
	font-size: 11px;
	color:#333333;
	background-color:#272b29;/*2b3732*/
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}




/*********************************************************************************/
 
/*****               LINKS - NAVIGATION - MENU CONTROLS                     ******/

/*********************************************************************************/

a:link, a:visited {
	text-decoration:none;
	color:#719487;/*d4e5df - 4b645b*/
}

a:hover {
	color:#2b3732;
	text-decoration:underline;
}




#masterContainer{
	width:800px;
	text-align: left;
	padding:10px;
	margin:2% auto 0 auto;
	border:3px solid #719487;
	background-color:#fff;
}
#sliderContainer{
	width:796px;
	border:2px solid #000;
	z-index:-50;
}
#masterHeader{
	width:800px;
	height:100px;
	background-color:#fff;
	border-bottom:0px solid #000;
}

#masterMenu {
	border-top:5px solid #000;
	margin:0 0px;
	
}
#masterImages {
	padding:10px 0;
}

#masterCopy {
	padding:10px 20px;
	

}
#masterFooter {
	padding:13px;
	background-color:#719487;
	width:800px;
	margin:0 auto;
	font-size:9px;
	color:#2b3732;
}
#masterLang {
	padding:10px;
	background-color:#fff;
	width:60px;
	font-size:9px;
	color:#2b3732;
	border-top:1px solid #000;
}
#ulContainer{
	list-style:none;
	margin:0; padding:0px;	
}
.liContainer{
	padding:3px 0px;
	border-bottom:1px solid #eeeeee;
}

.evenTabLeft{
	width:513px;
	padding-right:20px;
	border-right:1px solid #eeeeee;
}
.evenTabRight{
	width:287px;
	padding-left:10px;
}

.indentmenu{
font: regular 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
border-width: 1px 0;
list-style:none;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #343434; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 0px solid #eeeeee; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #666;
}

.indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background-color:#000000;
}

.indentmenu ul li a:hover{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background-color:#FF0000;
}

/*********************************************************************************/
 
/*****               SLIDE MENU VISUAL  - MENU CONTROLS                     ******/

/*********************************************************************************/

#iconbar			{ margin:0px; padding:0;}
#iconbar li			{
	/*float:left;*/
	position:relative;
	margin-right:1px; margin-bottom:10px;
	background:#fff;
	border-bottom: 0px solid #d4e5df;
	overflow:hidden;
	list-style:none;
}
#iconbar a {
	text-decoration: none;
	outline: none;
	color:#d00000;
	display: block;
	width: 48px;
	padding: 10px;
	cursor:pointer;
}
#iconbar span	{
	width: 100px;
	height: 35px;
	position: absolute;
	display: none;
	line-height:110%;
	color:#719487;
	padding-left: 10px;
}






/*********************************************************************************/
 
/*****               GLOBAL NAVIGATION STYLES FROM PREV                     ******/

/*********************************************************************************/

/* General Classes */

/* General Type */


h1, h2, h3, h4, h5 {
	margin: 0 0 20px 0;

}
 

h5 {
	font-size: 13px;
	color: 586245;
	margin-bottom: 5px;
}
