/**
* CSS
* 
* @version 2.0
* @author Joann Lee 
*/
body {
	font-size: 11px;
	font-family:  "Courier New", Courier, monospace;
	color:#000;
	line-height: 16px;
	overflow: auto;


}

a:link  {
	color: #000;
	text-decoration: none;
}


a:visited  {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	background-color: #ed1c24;
	text-decoration: none;
}


a:active {
	color: #FFF;
	background-color: #ed1c24;
}

		
#navigation {
	top: 45px;
	left: 35px;
	position: fixed;
	height: 90px;
	width: 100%;
	padding: 0 0 0 0;
	z-index: 3; 
	float: left;
	z-index: 2;
}

#navigation_menu {
	top: 0px;
	left: 12px;
	position: relative;
	width:1000px;
	height: 90px;
}



.navigation_menu_column1 {
	top: 0px;
	left: 0px;
	width: 150px;
	position: relative;
	float: left;
	height: 90px;
}

.navigation_menu_name {
	top: -25px;
	left: 0px;
	width: 150px;
	position: relative;
	float: left;
	height: 90px;
}

.navigation_menu_name a:hover {
background-color:#FFFFFF;
}

.navigation_menu_column2 {
	top: 0px;
	left: 0px;
	width: 150px;
	position: relative;
	float: left;
	height: 90px;
	padding: 0 0 0 40px;
}

#content {
	left: 240px;
	top: 0px;
	width: 700px;
	height: auto;
	padding: 175px 0 100px 0;
	position: absolute;
	z-index: 1;
	text-align: right;
}


#content_about {
	left: 240px;
	top: 0px;
	width: 700px;
	padding: 175px 0 0px 0;
	position: absolute;
	z-index: 1;
	text-align: right;
	color: #000;

}

.about_division {
	width: 300px;
	float: left;
	padding-top: 25px;
	padding-right: 38px;

}

#index_thumbs {
	left: 240px;
	top: 0px;
	width: 700px;
	height: auto;
	padding: 175px 0 100px 0;
	position: absolute;
	z-index: 1;
	text-align: right;
}

#copyright {
position:fixed;
left: 30px;
height: 75px;
bottom:30px;
width: 250px;
font-size:9px;
color: #ed1c24;
vertical-align: top;
}

	
img {
	border:none;
}

/*project title*/

h1 {
	font-size: 11px;
	font-family: courier;
	color:#000;
	font-weight: 300;
	text-decoration: underline;
	}
/*description info*/

#wrap2 {
	position: absolute;
	width: 250px;
	left: 960px;
	top: 170px;
	padding: 0;
	line-height: 14px;
}

#wrap2 a:hover{
	color: #ed1c24;
	background-color: #fff;
	text-decoration: none;
	}
	
   /* This CSS is used for the Show/Hide functionality. */
   .more {
      display: none;
}
   a.showLink, a.hideLink {
      text-decoration: none;
      color: #ed1c24;
	  }
/*   a.hideLink {
      background: transparent url(up.gif) no-repeat left; }
   a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px dotted #ed1c24; }
*


/*image gallery*/
.gallery li {
        display: inline;
        list-style: none;
        width: 250px;
        min-height: 175px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: left;
	}
	
.gallery a:hover {border:thin #F00;}
