@charset "utf-8";
/* CSS Document */

html, body{
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a{
	color: #00F;
}
iframe{
	z-index: 500;
	position: relative;
}
.header{
	font-size: 24px;
	margin: 0px;
}
.header2{
	font-size: 18px;
	margin: 0px;
}
.header3{
	font-size: 15px;
	margin: 0px;
	color: #666;
	font-weight: normal;
}
.camCatagory{
	font-weight: bold;
	color: #000;
	display: block;
	width: 310px;
	background-image: url(../images/bg-menu.png);
	background-position: center center;
	background-repeat: repeat-x;
	line-height: 22px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.divBar{
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#tableBody{
}
#tdHeader{
	background-image: url(../images/header.jpg);
	height: 157px;
	vertical-align: top;
}
#tdBody{
}

#tableContent{
}
#tdNavbar{
	background-color: #ccdef5;
	padding-bottom: 9px;
	vertical-align: top;
}
#tdContent{
	background-color: #f1f5fa;
	vertical-align: top;
	padding-top: 15px;
}

.divMenuHeader{
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	background-color: #657fa1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 156px;
	margin-left: 9px;
	height: 30px;
	line-height: 32px;
	padding-left: 7px;
	margin-top: 7px;
}
.tdFeatured{
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tdFeatured a{
	color: #000;
	text-decoration: none;
}

/* CONTENT BODY */

#tableColumns{
}
#tdColumns1{
	vertical-align: top;
}
#tdColumns2{
	vertical-align: top;
}
.footer{
	font-size: 11px;
	color: #717171;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
	text-align: center;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.tableSlideshow{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}

/* MENU BAR 1 */


ul#MenuBar1{
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: none;
}
/*
ul#MenuBar1 li a.MenuBarItemSubmenu{
}
*/
ul#MenuBar1 ul{
	width: 165px;
	margin: 0 0 0 95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
}
ul#MenuBar1 a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color:transparent;
}
ul#MenuBar1 li{
	width: 165px;
	background-image: url(../images/bg-menu.png);
}
ul#MenuBar1 li:hover{
	background-color: #000;
}
ul#MenuBar1 li a{
	color:#000;
}
ul#MenuBar1 li a:hover{
	background-color: #7f7f7f;
}
ul#MenuBar1 li li{
	background-color: #E7E7E7;
	background-image: none;
	border: none;
}
ul#MenuBar1 li li a{
	color:#000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
ul#MenuBar1 li li a:hover{
	/* sub hover */
	background-color: #7f7f7f;
}
ul#MenuBar1 li li li{
	/* sub hover */
	background-image: none;
	background-color: #4a4a4a;
}
ul#MenuBar1 li li li a{
	/* sub hover */
	color:#000;
}
ul#MenuBar1 a.MenuBarItemHover, ul#MenuBar1 a.MenuBarItemSubmenuHover, ul#MenuBar1 a.MenuBarSubmenuVisible{
	/* sub hover */
	color:#FFF;
	/* sub hover */
	background-color: #7f7f7f;
}
.divMenu1{
	margin-left: 9px;
}

/* MENU BAR 2 */
ul#MenuBar2{
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: none;
}
ul#MenuBar2 ul{
	width: 165px;
	margin: 0 0 0 95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
}
ul#MenuBar2 a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color:transparent;
}
ul#MenuBar2 li{
	width: 165px;
	background-image: url(../images/bg-menu.png);
}
ul#MenuBar2 li:hover{
	background-color: #000;
}
ul#MenuBar2 li a{
	color:#000;
}
ul#MenuBar2 li a:hover{
	background-color: #7f7f7f;
}
ul#MenuBar2 li li{
	background-color: #E7E7E7;
	background-image: none;
	border: none;
}
ul#MenuBar2 li li a{
	color:#000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
ul#MenuBar2 li li a:hover{
	/* sub hover */
	background-color: #7f7f7f;
}
ul#MenuBar2 li li li{
	/* sub hover */
	background-image: none;
	background-color: #4a4a4a;
}
ul#MenuBar2 li li li a{
	/* sub hover */
	color:#000;
}
ul#MenuBar2 a.MenuBarItemHover, ul#MenuBar2 a.MenuBarItemSubmenuHover, ul#MenuBar2 a.MenuBarSubmenuVisible{
	/* sub hover */
	color:#FFF;
	/* sub hover */
	background-color: #7f7f7f;
}
