/* layout
----------------------------------------------- */

*{ margin: 0; padding:0; }

body{
	font: 14px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #666;
	}
td {
	font: 14px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	margin-bottom: 0.2em;
	}

.box{
	float: center;
	margin: 5px;
	padding: 15px; 
	background-color: #fff;
	border: 1px solid #ced4ca;
	border-bottom: 3px solid #ced4ca;
	border-right: 3px solid #ced4ca;
	height: 300;
	font-size: 0.8em;
	}

.box2{
	float: center;
	margin: 5px;
	padding: 15px; 
	background-color: #fff;
	border: 1px solid #ced4ca;
	border-bottom: 3px solid #ced4ca;
	border-right: 3px solid #ced4ca;
    font-size: 0.8em;
	}

.box3{
    font-size: 0.8em;
    }
    
/* menu
----------------------------------------------- */

a.srollover1 {
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/icon1.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover1 {
    background-position: -25px 0;
} 

a:active.srollover1 {
    background-position: -50px 0;
}

a.srollover2 {
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/icon2.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover2 {
    background-position: -25px 0;
} 

a:active.srollover2 {
    background-position: -50px 0;
} 

a.srollover3 {
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/icon3.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover3 {
    background-position: -25px 0;
} 

a:active.srollover3 {
    background-position: -50px 0;
} 

/* typography
----------------------------------------------- */

h1,
h2

h1 { text-indent: -9000px; margin: 0; display: none;}
h2 { margin-top: 25px; margin-bottom: 0; font-size: 14px; }
h2 a { color: #63b4cd; }

ol, ul { line-height: 1.5em; margin: 1.2em 0 1.2em 2em;	}

ul li,
ol li{ margin-bottom: 0.2em; }

img, a img{ border:0px;}

a, a:hover { color: #8ab459; text-decoration: none; }
a:hover { color: #777; }

/* sidebars
----------------------------------------------- */

.sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #63b4cd;
	background: url(../images/arrow.gif) no-repeat center right;
	font-size: 1.0em;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.sidebar ul ul {
	margin: 1.0em 0 1.5em 0;
	border-top: 1px solid #dee4da;
	}
.sidebar ul ul li {
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #dee4da;
	}
.sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 2px 10px;
	} 
.sidebar ul ul li a:hover {
	background-color: #f3f3f3;
	}
	
/* motion
----------------------------------------------- */

#motioncontainer {
margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 240px; /* Set to gallery height */
}

#motioncontainer a img {
border: 0px solid #FFFFFF; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid gray; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 0px solid gray;
padding: 0px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

/* Opacity Change
----------------------------------------------- */

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=15);
-moz-opacity: 0.15;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}