/* THIS CSS CONTAINS THE SPECIFIC STYLING FOR THE CURRENT WEBSITE */


body {
	background: #222222;
	padding: 20px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#base p.odclink a:hover {text-decoration:none;color:#CCC;}
a span.odclink  {color:#222222;}

/* ----------- MAIN DIVS ------------------*/

/*#container div { to ensure float clearing 
	overflow: hidden;
	height:1%;
}*/
#bd  {/* to ensure float clearing */
	overflow: hidden;
	height:1%;
}




#container {
	
	width: 760px;
	margin: auto;
	position:relative;
}
#hd {
	//background-image: url(../base-images/banner_bg.jpg);
	//background-repeat: repeat-x;
}
#ImagePanel {
	height:210px;

}
#bd {
	background-color: #f5f8f9;
	padding: 17px;
	clear:both;
	min-height: 250px;
}
#left {
	height:250px;
	width:130px;
	float:left;
	margin-right: 15px;
}
#main {
	margin-left:10px;
	width:571px;
	float: left;
}
#main-right {
	width:130px;
	float:right;
}
#main-left {
	width:415px;
	float:left;
	padding-right: 15px;
	b//order-right-width: 1px;
	b//order-right-style: dotted;
	b//order-right-color: #0099CC;
}
#ft {
	height:20px;
	line-height:20px;
	color:0090AB;
	background-color: #B5DFE7;
	padding-top:2px;
	padding-right: 17px;
	padding-left: 17px;
	font-size: 10px;
	clear:both;
}
#base {
	bac//kground: url(../base-images/transparent1.png) no-repeat;
	height:20px;
	line-height:20px;
	clear:both;
	padding-top:2px;
}
#base a, #base a:visited {
	color: #555;
	margin: 0px;
}









/* ----------- END OF DIVS ------------------*/	
	
	

/* ----------- MAIN NAVIGATION MENU ------------------*/
#menu {
	background: #B5DFE7;
	height: 30px;
	padding: 0px;
	margin: 0px;
}
#menu ul {
	list-style-type:none;
	width:100%;
	position:relative;
	height:30px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0px 0 0 0;
}
#menu ul li {
	display:block;
	float:left;
	margin:0 0 0 0px;
	height:30px;
}
#menu ul li.left {
	margin:0;
}
#menu ul li a {
	display:block;
	float:left;
	color:#0090AB;
	background:#B5DFE7;
	line-height:30px;
	text-decoration:none;
	padding:0 50px 0 17px;
	height:30px;
}
#menu ul li a.right {
	padding-right:19px;
}
#menu ul li a:hover {
	background:#80C8D5;
}
#menu ul li a.current {
	color:#FFFFFF;
	background:#0090AB;
}
#menu ul li a.current:hover {
	color:#FFFFFF;
	background:#33A7BC;
}
#menubottom {
	background: #f5f8f9 url(../base-images/navShaddow.gif) repeat-x;
	height: 7px;
	min-height: 7px;
}










/* ----------- END OF NAVIGATION ------------------*/



/* ----------- SUB NAVIGATION MENU ------------------*/
/* Set up for WebYep */

/*
#left .subMenuItem {
	font-size: 12px;
	padding-top: 12px;
}
#left .subMenuItem.selected {
	font-weight: bold;
}
#left .divider {
	height: 1px;
	overflow: hidden;
	line-height: 1px;
	background-color: #4A521A;
	margin-top: 7px;
	margin-bottom: 7px;
}

#left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#left p {
	font-size: 11px;
	line-height: 15px;
}
#left li.WebYepMenuTitle {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #4A521A;
	font-weight: bold;
	background: url(images/submenu_bullet.gif) no-repeat left 50%;
}
#left li.WebYepMenuTitleExpanded {
	background: url(images/submenu_bullet_ex.gif) no-repeat left 1.2em;
}
#left li.WebYepMenuItem {
	font-weight: normal;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4A521A;
}
#left li li.WebYepMenuItem {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	padding-left: 10px;
}
#left li li.WebYepMenuFirstItem {
	padding-top: 10px;
}
#left li.WebYepMenuCurrentItem {
	font-weight: bold;
}
#left li li.WebYepMenuCurrentItem {
	font-weight: bold;
}
#left a:link {
	text-decoration: none;
}
#left a:visited {
	text-decoration: none;
}
#left a:active {
	text-decoration: none;
}
#left .subSubNav li.WebYepMenuItem {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: none;
}
#left .subSubNav li.WebYepMenuCurrentItem {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: none;
	font-weight: bold;
}
#left .subSubNav li.WebYepMenuTitle {
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top: 1px solid #4A521A;
	border-bottom: none;
	margin-left: 0;
	font-weight: bold;
	margin-top: 6px;
	color: gray;
}
*/

/* ----------- END OF SUB NAVIGATION ------------------*/


/* ----------- ELEMENT STYLING ------------------*/
#galleryWrap {
	background: #F5F8F9;
	padding:0px;
}
div #galleryThumb { /* Not used with new gallery*/
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	height:100px;
	overflow:hidden;
	text-align: center;
	padding-left: 5px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 7px;
	background: #B5DFE7;
}
div.WebYepGalleryImage a:link img {
	border: 1px solid #BBBBBB;
}
div.WebYepGalleryImage a:hover img {
	border: 1px solid #FFFFFF;
}

#newsItem img {
	float:left;
	margin-right:10px;
	margin-bottom:4px;
}

#left img, #main-left img, #main-right img {
	margin-bottom:15px;
}
#left img, #main-right img {
	clear:both;
	
}



#galleryWrap .WebYepGalleryContainer tr{
	
}


#galleryWrap .WebYepGalleryContainer td{
	padding:8px;
	vertical-align:middle;
	text-align: center;
	border: 4px solid #F5F8F9;
	background-color: #B5DFE7;
}

.clear {
clear:both;
display:block;
height:1%;
overflow:hidden;
}

#main-twoColContainer { background:url(../images/dots.gif) repeat-y ; }

#ImagePanelWrapper { 
height:210px;
background: #444;

}