/* base
-----------------------------------------------*/

body { 
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	color:#666666;
	font-family:Verdana, Times;
	font-size: .8em;
}

/* links
----------------------------------------------- */

a {
	color:#485E4E;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

/* layout
----------------------------------------------- */
#wrapper { 
	clear:left;
	height:20em;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	width:780px;
	padding-top:20px;
position:relative;
}

#header {
	width:100%; 
	padding-bottom:5px;
}

#headerL {
	float:left;
	width:245px;
	height:54px;
	background:#485E4E;
	margin:5px;
}
#headerR {
	float:left;	
	width:500px;
	height:54px;
	line-height:54px;
	background:#C9CC83;
	text-align:center;
	margin:5px;
	font-size: 14px;
}

#bottom {
	width:100%; 
	padding-bottom:5px;
}

#bottomL {
	float:left;
	width:245px;
	height:77px;
	background:#C9CC83;
	margin:5px;
}

#bottomR {
	float:left;	
	width:460px;
	height:77px;
	background:#C9CC83;
	FONT: 12px/13px Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	PADDING-LEFT: 20px;
	PADDING-RIGHT: 20px;
	PADDING-TOP: 10px;
	PADDING-BOTTOM: 10px;
	TEXT-ALIGN: left;
	margin:5px;
}

#bottom_news {
	float:left;	
	width:715px;
	height:35px;
	background:#E8EFE2;
	FONT: 12px/13px Verdana, Arial, Helvetica, sans-serif;
	line-height:8px;
	margin:5px;
	PADDING: 20px;
	TEXT-ALIGN: left;
}



#subHeader_menu {
	float:left;
	clear:left;
	width:100%; 
	height:35px;
	margin:5px;
}

#footer { 
	clear:left;
	float:left;
	width:755px;
	margin:5px;
	text-align:right;
	font-size: .8em;	
}

#footer a { 
text-decoration: none	
}

#colWrapper{
	clear:left;
	float:left;
	position:relative;
	width:780px;
}


#slideshow {
	position: absolute;
	left: 5px;
	top: 5px;
}
#IEfix  #slideshow {
	left: 10px;
}

#colA {
	float:left;
	width:245px;
	min-height:332px;
	background:#fff;
	margin:5px;
}

#colB {
	float:left;
	width:245px;
	min-height:332px;
	background:#fff;
	margin:5px;
}

#colC {
	float:left;
	width:245px;
	min-height:332px;
	background:#fff;
	margin:5px;
}

H3
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0x;
	MARGIN: 0px;
	FONT: bold 14px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight: bold;
	PADDING-TOP: 0px;
}

H4
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0x;
	MARGIN: 0px;
	FONT: bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight: bold;
	PADDING-TOP: 0px;
}

H5
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0x;
	MARGIN: 0px;
	FONT: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#C60000;
	PADDING-TOP: 0px;
}


/* base
-----------------------------------------------*/

.ike-slideshow {
border-top: 0px #dddddd solid;
border-bottom: 0px #dddddd solid;
background:#8C9E94;
margin: 0px 0px;
padding-bottom: 30px;
}
.ike-slideshow ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.ike-slideshow ul li {
display: none;
margin: 0px;
padding: 0px;
list-style: none;
height: inherit;
line-height: inherit;
}
.ike-slideshow ul li.first {
display: block;
}
.ike-slideshow-image {
text-align: center;
padding: 0px;
font-size: 1px;
letter-spacing: 0;
}
.ike-slideshow-info {
margin-top: 10px;
text-align: center;
}
.ike-slideshow-caption {
float:left;
padding-left: 10px;
color: #fff;
font-size: 12px;
text-align: left;
}
.ike-slideshow-caption p {
margin: 0 0 10px 0;
}
.ike-slideshow-pagination {
font-size: 12px;
vertical-align: 2px;
padding: 2px 5px;
color: #fff;
font-weight: bold;
}
.ike-slideshow img {
border: 0px;
padding: 0px;
display: inline;
margin: 0px;

width:500px;
}
.ike-slideshow-controls {
text-align: right;
margin: 0 0 10px 0;
}
.ike-slideshow-controls a {
border: 0px;
padding: 2px 10px;
margin: 4px;
color: #fff;
font-size: 14px;
background:#8C9E94;
font-weight: bold;
text-decoration:none;
}


/* primary styles for hover menu
-----------------------------------------------*/
#menuList, #menuList ul {padding:0px; margin:0; list-style-type: none;}

#menuList li {float:left;position:relative;z-index: 10;}
#menuList a, #menuList a:visited {
	display:block;
	background: #485E4E;
	width:245px;
	height:35px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	line-height:34px;
	margin-right:10px;
}

#menuList li li a, #menuList li li a:visited {
	width:238px; /*minus 1 for the border*/
	height:24px;
	padding:3px;
	line-height:24px;

	text-align:left;
	text-indent:25px;
	background: #eef0da; 
	color:#485E4E;
	font-size:.9em;
	text-decoration:none;
	border-color: #caccb4;
	border-style: solid;
	border-width:0px 1px 1px 0px;

}

#menuList li ul {display: none;}

#menuList li:hover > ul {display:block; position:absolute; width:245px;}
#menuList li:hover > a{background:#62806a; color:#fff; border-color: #56705d;} /*hover for top level button (visible)*/
#menuList li li:hover > a{background:#62806a; color:#fff;}					/*hover for 2nd level items, inherits from the top level item*/

/* javascript file for IE6 applies this class to the menu */
#menuList li.hover ul {display:block; position:absolute; width:245px;}
#menuList li.hover a:hover{background:#62806a; color:#fff; border-color: #56705d;}
#menuList li li.hover a:hover{background:#62806a; color:#fff;}



/* entries are no longer necessary, but kept for reference
#menuList li a:hover{background:#62806a; color:#fff; border-color: #56705d;} 
#menuList li a:hover ul {display:block; position:absolute; width:245px;}
#menuList li li a:hover{background:#62806a; color:#fff; }*/


/* for hovering over the edge */
#menuList ul {
  background-image: url(http://65.109.11.116/design_images/empty.gif);	
  padding: 10px 30px 50px 30px;
  margin: -10px 0 0 -30px;
}