body, table, td, tr, p, div, th, span {
	font-family: arial;
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	background: url('../images/background.gif');
}

img {
	border: none;
	opacity:0.9;
	filter:alpha(opacity=90)
}

div.img
{

  border: 1px solid #FFFFFF;

}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #C5000B;}

input {
	border: 1px solid #a0a0a0;
}

.footmsg {
	color: #000000;
}

.heading1 {
	color: #fd831e;
	text-transform: uppercase;
	font-weight: 900;
}

.bltitle {
	color: #000000;
	text-transform: uppercase;
	background-color: #b7daf6;
	padding: 5px;
	font-weight: 900;
}

.blfooter {
	background-color: #b7daf6;
	line-height: 5px;
}

.searchMenu {
	color: #ff821b;
	text-transform: uppercase;
	border-top: 1px solid #b7daf6;
	border-bottom: 1px solid #b7daf6;
	font-weight: 900;
	line-height: 20px;
	cursor: hand;
	cursor: pointer;
	padding: 0 10px 0 10px;
}

.searchMenuCurrent {
	color: #ff821b;
	text-transform: uppercase;
	background-color: #414141;
	border-top: 1px solid #b7daf6;
	border-bottom: 1px solid #b7daf6;
	font-weight: 900;
	line-height: 20px;
	cursor: hand;
	cursor: pointer;
	padding: 0 10px 0 10px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #407fcc;
	text-decoration: none;}
a:active {color: #0000FF}

a.menu {
	color: #000000;
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;

}

a.black {
	color: #000000;
	font-weight: 900;
}

.leftMenu ul {
	padding: 4px 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
	list-style-position: outside;
	border: none;
	width: 100%;
}

.leftMenu ul li {
	display: block;
	background-color: #ff831d;
	padding: 3px 0 3px 15px;
	border-bottom: 1px solid #ffffff;
}

.leftMenu ul li.sub {
	display: block;
	background: #f3f3f3 url('../images/leftsub.gif') repeat-y;
	padding: 3px 0 3px 30px;
	border-bottom: 1px solid #ffffff;
}

.leftMenu ul li a {
	color: #ffffff;
	font-size: 12px;
}

.leftMenu ul li a.sub {
	color: #000000;
	font-size: 12px;
}

.tab {
	background: transparent url('../images/tabbg.gif') repeat-x;
	width: 100%;
	padding: 5px 0 4px 10px;
	height: 25px;
	vertical-align: middle;
	font-weight: 900;
	color: #000000;
	text-transform: uppercase;
}

.tab a {
	color: #000000;
}

.newsothers {
	color: #ff831d;
}

.viewmore a {
	color: #006bc2;
	text-decoration: underline;
	float: right;
}

.btn {
	background-image: url('../images/button.jpg');
	color: #ffffff;
	border: 0;
	cursor: pointer;
	cursor: hand;
}

h4 {
	font-weight: 900;
	font-size: 14px;
}
input.text {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.dropmenudiv{
 
position:absolute;
top: 0;
border: 1px solid #F8F9F8; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:18px;
z-index:100;
background-color: #F8F9F8;
color: #000;
width: 200px;
visibility: hidden;
text-align: left;
}

.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px;
padding-left: 30px;
text-decoration: underline;
font-weight: bold;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F8F9F8;
}
.menuleft, a.menuleft { 
	color: #000000; 
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
}
#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 99%; /* Set to gallery width, in px or percentage */
height: 109px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}