body {
	background: url(/_img/background_gradient.gif) repeat-x;
	padding: 0;
	margin: 0;
	border: 0;
}

img {
	border: 0;
}

#container-outer {
	background: url(/_img/background_white_box.png) no-repeat;
	height: 865px;
	width: 1045px;
	margin: 55px auto 0;
	padding: 0;
}

#container-inner {
	padding-top: 6px;
	padding-left: 9px;
}

#header {
	padding-bottom: 8px;
}

#content {
	height: 340px;
	width: 1021px;
    position: relative;
    z-index: 5;
}


#motioncontainer {
width: 1021px;
height: 340px; 
position: relative;
overflow: hidden;
z-index: 16;
}

#motioncontainer.projects {
background: #2C2C2C;
}

#motioncontainer.projects img{
margin-top: 48px;
margin-left: 16px;
}

#motioncontainer.projects img.first{
margin-top: 48px;
margin-left: 8px;
}

#motioncontainer.projects img.last{
margin-top: 48px;
margin-right: 8px;
}

#motioncontainer.projects a:hover img{
border: 2px solid white;
margin-top: 46px;
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#nav {
	width: 1021px;
	height: 200px;
	margin-top:  4px;
}


#contact {
	margin-top: 15px;
	font-family: Helvetica, Geneva, Arial,sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: .5px;
}

#contact a {
	font-family: Helvetica, Geneva, Arial,sans-serif;
	font-size: 8pt;
	color: #666666;
	letter-spacing: .5px;
	text-decoration: none;

}

#contact a:hover {
	border-bottom: 1px solid #c9c9c9;
}

#credits {
	font-family: Helvetica, Geneva, Arial,sans-serif;
	font-size: 7pt;
	text-align: center;
	color: #333333;
}

#credits a {
	font-family: Helvetica, Geneva, Arial,sans-serif;
	font-size: 7pt;
	text-align: center;
	color: #333333;
	text-decoration: none;
}

#credits a:hover {
	border-bottom: 1px solid #777;
}

#license {
	font-family: Helvetica, Geneva, Arial,sans-serif;
	font-size: 7pt;
	text-align: center;
	color: #333333;
}



#where img {
	float:  left;
}

#work img {
	float:  left;
}

#construction img {
	float:  left;
}

#login {
	height: 340px;
	width: 1021px;
	}
	


#login-left {
	background: transparent url("/_img/login_r1_c1.gif") no-repeat;
	float: left;
	height: 340px;
	width: 655px;
}

#login-right {
	float:left;
	height: 340px;
	width: 366px;
}

#login-left input {
	float: left;
	margin-top: 175px;
}

#login-left input.password {
margin-left: 313px;
margin-top: 177px;
padding-top: 7px;
padding-left: 2px;
width: 184px;
height: 24px;
background-color: #ccd2d6;
border:1px solid gray; 
float: left;
font-size: 14px;
}


p.clear {
	clear: left;
}

#clear-left {
clear: left;
}

#arrow-left {
  width: 58px;
  height: 350px;
  position: absolute;
  background: 
    transparent 
    url("/_img/left_arrow.png") 
    no-repeat 50% 50%;
  top: -2px;
  display: none;
  cursor: pointer;
  cursor: hand;
}

#arrow-right {
  width: 58px;
  height: 350px;
  position: absolute;
  background: 
    transparent 
    url("/_img/right_arrow.png") 
    no-repeat 50% 50%;
  top: -2px;
  display: none;
  cursor: pointer;
  cursor: hand;
  right: 0;
}

#news {
	float:  left;
	width:  1021px;
	height: 340px;
	background-color: #e9e6e1;
	}

#news_left {
	float:  left;
	width:  387px;
	}

#news_right {
	float:  left;
	width:  634px;
	
}

ul.news_items {
	list-style-type: none;
	padding-top:  8px;
	
}

ul.news_items li {
	font: 14pt Palatino, "Times New Roman", serif;
	padding-top:  18px;
}

ul.news_items li a {
	font: 10pt Palatino, "Times New Roman", serif;
	color:  #666;
}

ul.news_items li a:hover {
	color:  #333333;
}


.current {
background: url('/_img/bar.png') no-repeat;
}

#credits-page {
	height: 340px;
	width: 1021px;
	background: url(/_img/creditpage.jpg) no-repeat;
}

#credits-text {
	padding-top: 95px;
	padding-left: 275px;
	font: 10.5pt Palatino, "Times New Roman", serif;
	color: #fff;
}

#credits-text li{
	list-style-type: none;
	padding-bottom: 2px;
	margin-left: 20px;
}

#credits-text li.heading{
	margin-left: -15px;
	padding-bottom: 2px;
}

#credits-text li a{
	color: #fff;
	text-decoration: underline;
}

#credits-text li a:hover {
	color: #d3d3d3;
}

.hidden {
	display: none;
}





