/* CSS Document */
a:link {
	color: #0069ef;
	  text-decoration:  none;
}
a:visited {
	color: #0069ef;
	  text-decoration:  none;
}
a:hover {
	color: #0069ef;
	  text-decoration: underline;
}
a:active {
	color: #0069ef;
	  text-decoration: underline;
}

body {
	background-color: #3e3e3e;
}

.bodyhead { 
 font: 14px Arial, Helvetica, sans-serif; 
 font-weight:bold;
 color: #ffffff; 
 text-decoration: none;
  letter-spacing:1px;
   margin-left: 6px; 
}

.bodyhead2 { 
 font: 16px Arial, Helvetica, sans-serif; 
 font-weight:bold;
 color: #d3e6ba; 
 text-decoration: none;
  letter-spacing:1px;

}

.bodytext { 
 font: 11px Arial, Helvetica, sans-serif; 
 color: #ffffff; 
 margin-right: 0px;
 line-height: 13px;
 text-decoration: none;
} 
.bodytextbl { 
 font: 11px Arial, Helvetica, sans-serif;  
 color: #0069ef; 
 margin-right: 0px;
 line-height: 13px;
 text-decoration: none;
} 

a.bodytextbl:link    {
  text-decoration:  none;
   color: #0069ef; 
  } 
a.bodytextbl:visited {
  text-decoration:  none;
   color: #0069ef; 
  } 
a.bodytextbl:hover   {
   color: #0069ef; 
  } 
a.bodytextbl:active  {
   color: #0069ef; 
  } 
  
.smalltext { 
 font: 8px Helvetica, sans-serif; 
 color: #cccccc; 
 margin-right: 0px; 
 text-decoration: none;
 letter-spacing:3px;
} 

.smalllink { 
 font: 12px Helvetica, sans-serif; 
 color: #cccccc; 
 margin-right: 0px; 
 text-decoration: none;
} 
.medtext { 
 font: 11px Arial, Helvetica, sans-serif; 
 color: #330000; 
 margin-right: 0px; 
 text-decoration: none;
 
} 
.medtextt { 
 font: 13px Arial, Helvetica, sans-serif; 
 color: #ffffff; 
 margin-right: 0px; 
 text-decoration: none;
 
} 
.medtextt2 { 
 font: 13px Arial, Helvetica, sans-serif; 
 color: #cccccc; 
 margin-left: 6px; 
 text-decoration: none;
 
} 
.medtextw { 
 font: 13px Arial, Helvetica, sans-serif; 
 color: #330000; 
 margin-right: 0px; 
 text-decoration: none;
 
} 
.medtexth { 
 font: 13px Arial, Helvetica, sans-serif; 
 color: #330000; 
 margin-right: 0px; 
 text-decoration: none;
} 
a.medtextw:link    {
  /* Applies to unvisited links of class medtextw */
  text-decoration:  none;
  color:            #ffffff;
  } 
a.medtextw:visited {
  /* Applies to visited links of class medtextw */
  text-decoration:  none;
  color:            #ffffff;
  } 
a.medtextw:hover   {
  /* Applies to links under the pointer of class medtextw */
  text-decoration:  underline;
  color:            #ffffff;
  } 
a.medtextw:active  {
  /* Applies to activated links of class medtextw */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: black;
  color: white;
  } 

a.smalllink:link    {
  /* Applies to unvisited links of class medtextw */
  text-decoration:  none;
  color:            #cc6633;
  } 
a.smalllink:visited {
  /* Applies to visited links of class medtextw */
  text-decoration:  none;
  color:            #ffffff;
  } 
a.smalllink:hover   {
  /* Applies to links under the pointer of class medtextw */
  text-decoration:  none;
  color:            #ffffff;
  } 
a.smalllink:active  {
  /* Applies to activated links of class medtextw */
  text-decoration:  none;
  font-weight:      bold;
  } 

.thumbs{
border:1px solid white;

}

.thumbs {
	opacity: .25;
	filter: alpha(opacity=50);
}

a.thumbs:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: #00CC00;
	}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #660000;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 435px; /* Set to gallery width, in px or percentage */
height: 52px; /* Set to gallery height */
}

#motioncontainer a img {
border: 0px solid #ffffff; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid #b8de85; /* 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 */
}
/* End Gallery Styles */



a.info {border: 1px; border-color:#CCCCCC; text-decoration: none; } 
a.info:hover {position: relative;}
a.info span {display: none;}
a.info:hover span {display: block;position: absolute; top: 30px;  left: -10;
/* formatting only styles */
padding: 0px; margin: 10px; z-index: 100;background: #000000; opacity: 0.9; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#d3e6ba; /* end formatting */}-->

.rollover a { display:block; width:30px; opacity: .75;	filter: alpha(opacity=75); color:#CCCCCC;}
.rollover a:hover { opacity: 1; filter: alpha(opacity=100); color:#FFFFFF;}
.rollover a:link    {  text-decoration:  none;  color: #cc6633;} 
.rollover a:visited {	color: #CCCCCC; }
a:active {	color: #FFFFFF;
}