/* dropdown menu 
div.sample_attach, a.sample_attach
{
  width: px;
  border-bottom: 1px solid #666666;
  background: #333333;
  padding: 5px;
  font-weight: normal;
  color: #FFFFFF;
}

a.sample_attach
{
  display: block;
  width:100px;
  border-bottom: ;
  text-decoration: none;
}

a:visited.sample_attach {
	color:#FFFFFF;
	}

a:hover.sample_attach, a:active.sample_attach {
	color:text-decoration: underline; 
	color: #4ba0ff;
	}
 dropdown menu */





body {
	margin: 0px;
	background-color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	line-height:150%;
}

td, th {

}

h2 {
	
}

h4 {
	font-size:14px;
	font-weight:bold;
	color:#666666;
	margin-top:10px;
	margin-left:15px;
	margin-bottom:5px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	line-height:150%;
}

ul {
	
}

li{
	
}



a { 
	font-size:12px;
	font-weight:bold;
	text-decoration: none; 
	color:#4191bf;
	}
a:visited { 
	text-decoration: none; 
	color:#4191bf;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #5ea6cf;
	}

#upper_lv1 {
	width:100%;
	height:506px;
	background-image:url(imgs/upper_bg.gif);
	background-repeat:repeat-x;
	border-top:1px solid black;
}

#upper_lv1_s {
	width:100%;
	height:px;
	background-image:url(imgs/upper_bg.gif);
	background-repeat:repeat-x;
	border-top:1px solid black;
}

#upper_lv2 {
	width:100%;
	height:506px;
	background-image:url(imgs/header_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#upper_lv2_s {
	width:100%;
	height:100px;
	background-image:url(imgs/header_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#upper_content {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	/*border-left:1px dashed #1d455c;
	border-right:1px dashed #1d455c;*/
}

#logo {
	float:left;
	display:inline;
	height:85px;
	margin-top:10px;
}

#nav {
	display:block;
	height:27px;
	margin-left:190px;
	padding-top:46px;
	padding-bottom:15px;
	}


#nav a {
	display:block;
	float:left;
	width:80px;
	height:27px;
	margin-right:10px;
	font-size:12px;
	color:#FFFFFF;
	line-height:210%;
	text-align:center;
	text-decoration:none;
	}

#nav a:hover, #nav a:active {
	color:white;
	text-decoration:none;
	background-image:url(imgs/nav_bg.gif);
	background-position:0 27px;
	}

#number {
	width:24px;
	height:13px;
	float:left;
	display:inline; /* fix the float issue in IE6 */
	margin-top:-30px;
	margin-left:110px;
	background-image:url(imgs/number.gif);
	background-repeat:no-repeat;
}

#code {
	width:14px;
	height:258px;
	float:right;
	display:inline; /* fix the float issue in IE6 */
	margin-top:-80px;
	margin-right:124px;
	background-image:url(imgs/code.gif);
	background-repeat:no-repeat;
}

#code_1 {
	width:258px;
	height:14px;
	float:right;
	display:inline; /* fix the float issue in IE6 */
	margin-top:5px;
	margin-right:15px;
	background-image:url(imgs/code_hor.gif);
	background-repeat:no-repeat;
}

#video_holder {
	width:710px;
	height:400px;
	margin-left:134px;
	background-color:black;
	border:1px solid #4191bf;
}



/*  */
#lower_lv {
	width:auto;
	margin-top:0px;
	background-color:#1c1f20;
	background-image:url(imgs/top_d_gray.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#lower_content_border {
	width:992px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(imgs/dash_pattern.gif);
}

#lower_content {
	width:990px;
	margin-left:1px;
	margin-right:1px;
	background-color:#1c1f20;
	background-image:url(imgs/top_d_gray.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#left_page, #right_page {
	width:270px;
	margin:20px;
}


#center_page {
	width:330px;
	margin:20px;
}

#center_page_1 {
	margin:20px;
	width:640px;
}

/*
ul.pages {
	margin:0px;
	padding:0px;
	display:inline;
}

ul.pages li {
	list-style:none;
	display:inline-block;
	
}

ul.pages li.left {
	width:300px;
}

ul.pages li.center {
	width:300px;
	background-color:#292d2e;
}
*/

td.center {
	background-color:#292d2e;
	background-image:url(imgs/top_l_gray.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.big_title {
	font-size:18px;
	
}

.small_title {
	font-size:14px;
}

.big_title, .small_title {
	color:#fff4c2;
	font-weight:bold;
	margin-bottom:15px;
}

.description {
	color:#999999;
	font-size:11px;
	font-weight:normal;
}

.image_holder {
	width:240px;
	height:135px;
	background-color:black;
	border:1px solid #4191bf;
	margin-bottom:10px;
}


.more_stuff {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #4191bf;
}

.sub_title a {
	font-size:12px;
	font-weight:bold;
	color:#fff4c2;
	text-decoration:none;
}

.sub_title a:hover, .sub_title a:active { 
	text-decoration: none; 
	color: #5ea6cf;
	}

.project_list {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #4191bf;
}

.project_info {
	float:right;
	width:385px;
}

#twitter_update_list {
	margin-left:0px;
	padding-left:15px;
}

#twitter_update_list li {
	margin-top:10px;
}

.goback {
	margin-top:45px;
}

.team_list {
	margin-top:20px;
	padding-top:20px;
}

.team_pics {
	width:120px;
	height:180px;
	background-color:black;
	border:1px solid #4191bf;
	margin-bottom:px;
}

.bio {
	float:right;
	width:505px;
}


.contact .field {
	margin-bottom:10px;
	width:250px;
}


/**/
#footer {
	color:#CCCCCC;
	font-size:11px;
	line-height:250%;
	}

#footer a {
	color:#CCCCCC;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	}

#footer a:hover, #footer a:active {
	color:#FFFFFF;
	text-decoration:none;
	}



