a {
	color: #520000;
	text-decoration: none;
}

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

a:active {
	color: #353535;
	text-decoration: none;
}

a:hover  {
	cursor: pointer;
	color: #353535;
	text-decoration: none;
}

body {
  background-color: silver;
  /*background: url("images/bg_body.jpg") repeat-x;*/
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
  font-size: 9pt;
  color: white;
  padding: 0;
  margin: 0;
}

p a, p a:visited, #home_content_cont a, #home_content_cont a:visited {
	color: #EFEFEF;
	font-weight: bold;
}

p a:active, #home_content_cont a:active {
	color: #EFEFEF;
	font-weight: bold;
}

p a:hover, #home_content_cont a:hover {
	color: #CFCFCF;
}

#main_div {
	background: url("images/bg_med.jpg") repeat-x;
	border-left: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	border-right: 1px solid #3e3e3e;
	position: absolute;
	margin-left: -499px;
	width: 998px;
	height: 578px;
	left: 50%;
}

h1 {
	display: none;
}

em {
	font-size: 7pt;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}

.hide {
	display: none;
}

#top_bar {
	height: 34px;
	width: 998px;
	background: url("images/bg_top_bar.jpg") repeat-x;
	font-size: 10.5pt;
	cursor: default;
}

#top_bar_cont {
	padding-top: 8px;
}

#nav_bar {
	height: 39px;
	width: 998px;
	background: url("images/bg_nav_bar.jpg") no-repeat;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

#nav_bar_cont {
	padding-top: 7px;
}

#bg_sides_top {
	height: 23px;
	width: 998px;
	background: url("images/bg_merge_sides.jpg") no-repeat;
}

#bg_sides_mid {
	height: 420px;
	width: 719px;
	background: url("images/bg_sides.jpg") repeat-y;
	margin: 0px 0px 0px 144px;
	padding: 0px 10px 5px 10px;
}

#bg_sides_bot {
	height: 14px;
	width: 719px;
	background: url("images/bg_sides_bot.jpg") no-repeat;
	margin: 0px 0px 0px 144px;
}

#port_content_cont {
	padding: 110px 0px 0px 90px;
	margin: 0px;
}

#home_content_cont {
	/*height: 405px;*/
	width: 675px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	/*overflow: auto;*/
}

#home_blog {
	height: 240px;
	width: 675px;
	padding: 0 3px 0 0;
	margin: 0;
	border: 0;
	overflow: auto;
	position: relative;
	background: transparent;
}

#port_content {
	height: 137px;
	width: 521px;
	background: url("images/port_con_bg.jpg") no-repeat;
	cursor: default;
	padding: 7px 0px 0px 0px;
	margin: 0px;
}

#res_content_cont {
	padding: 110px 0px 0px 90px;
	margin: 0px;
}

#res_content {
	height: 137px;
	width: 521px;
	background: url("images/port_con_bg.jpg") no-repeat;
	cursor: default;
	padding: 7px 0px 0px 0px;
	margin: 0px;
}

#con_content_cont {
	padding: 65px 0px 0px 90px;
	margin: 0px;
}

#dls_content_cont {
  padding: 10px;
  margin: 0 20px 0 0;
  border: 1px solid gray;
  /*opacity: 50;*/
  background: #cccccc;
}

#con_content {
	height: 273px;
	width: 521px;
	background: url("images/con_con_bg.jpg") no-repeat;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

.con_content_fix {
	padding-top: 4px;
}

.con_launch_cont a {
	height: 27px;
	width: 144px;
	margin: 6px 0px 0px 25px;
	background: url("images/launch2_up.jpg") no-repeat;
	border: 0;
	float: left;
}

.con_launch_cont a:hover {
	background: url("images/launch2_over.jpg") no-repeat;
	margin-left: 25px;
	padding-left: 0px;
}

.launch_text {
	padding: 5px 0px 0px 7px;
	font-weight: bold;
	display: block;
}

.content1 {
	list-style-type: circle;
	list-style-position: outside;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.content2 {
	list-style-type: circle;
	list-style-position: outside;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.content3 {
	list-style-type: circle;
	list-style-position: outside;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.nav_link {
	list-style-type: none;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	margin: 0px;
	font-size: 9pt;
	display: inline;
}
.nav_link sup {
	color: #cf0000;
}

.mid {
	text-align: center;
}

.a_left {
	text-align: left;
	padding-left: 15px;
	float: left;
}

.a_right {
	text-align: right;
	padding-right: 15px;
	float: right;
}

.a_right .title { font-weight: bold; }

form {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 10pt;
}

.cform {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tfield {
  width: 100%;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 9pt;
	color: #353535;
	border: 1px solid #1F1F1F;
	background-color: silver;
	cursor: pointer;
}

.but {
	background: url('images/but1.jpg') repeat-x;
	/*background-color: silver;
	-moz-border-radius: 8px 8px 8px 8px;*/
	color: #333333;
	font-weight: bold;
	cursor: pointer;
}

.text {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 9pt;
	color: #353535;
	border: 1px solid #1F1F1F;
	background-color: silver;
	cursor: pointer;
}

.ctitle {
	width: 15%;
	cursor: default;
}

.qa {
	cursor: default;
}

.mail_sent {
	width: 100%;
}

.padded10 {
	padding: 0px 0px 5px 0px;
}

.error {
	font-size: 10pt;
	color: #520000;
	margin: 0px;
	cursor: default;
}

.link {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

.footer_img ul {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.link a {
  display: block;
}

.img_xhtml {
	height: 15px;
	width: 80px;
	margin: 2px;
	background: url('images/xhtml1-1_g.jpg') no-repeat;
	border: 0;
}

.img_ff {
	height: 15px;
	width: 80px;
	margin: 2px;
	background: url('images/ff_g.jpg') no-repeat;
	border: 0;
}

.img_neu {
	height: 15px;
	width: 102px;
	margin: 2px;
	background: url('images/neutral_g.jpg') no-repeat;
	border: 0;
}

.img_css {
	height: 15px;
	width: 80px;
	margin: 2px;
	background: url('images/css2_g.jpg') no-repeat;
	border: 0;
}

.img_php {
	height: 15px;
	width: 80px;
	margin: 2px;
	background: url('images/php_l_g.jpg') no-repeat;
	border: 0;
}

.footer {
	margin: 0 auto;
	text-align: center;
}

.footer_img {
	text-align: center;
	margin: 2px auto 0;
	padding-bottom: 0;
	width: 442px;
}

.footer_text {
	/*text-align: center;*/
	font-size: 7pt;
	padding-top: 4px;
	cursor: default;
}

.footer_text a, .footer_text a:visited {
	color: white;
	border-bottom: 1px dotted white;
}

.footer_text a:hover {
	color: silver;
}

.clear {
	clear: both;
}

#g1_main_top {
	height: 404px;
	padding: 0;
}

#g1_main_bot {
	height: 96px;
	background-color: silver;
	border-top: 2px solid gray;
	color: #3F3F3F;
	padding: 5px;
}

.g1_top_row {
	height: 203px;
	width: 803px;
	background: url('images/g1_top_row.jpg') no-repeat;
	padding: 0;
}

.g1_bot_row {
	height: 201px;
	width: 803px;
	background: url('images/g1_bot_row.jpg') no-repeat;
	padding: 0;
}

.pop_header {
font-variant: small-caps;
font-weight: bold;
}

#no_flash_cont {
	height: 100%;
	padding: 7px;
	background: url("images/bg_med.jpg") repeat-x;
}

.no_flash {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 10pt;
	font-weight: bold;
}

.no_flash a {
	color: silver;
	text-decoration: underline;
}

.no_flash a:hover {
	color: gray;
	text-decoration: none;
}

.shout_text {
	/*font-weight: bold;*/
}

.time {
	font-weight: bold;
	font-size: 7pt;
	color: #333333;
	display: block;
	margin-bottom: 5px;
}

.shout_name {
	padding: 5px;
	border: 1px dotted gray;
	margin: 5px 0px 5px 0px;
	/*background: url("images/launch2_over.jpg") no-repeat;*/
	background-position: left 30%;
	background-color: #666666;
	position: relative;
}

.proj_name {
	width: 100%;
	padding: 5px;
	border: 1px dotted gray;
	/*margin: 5px 0px 5px 0px;*/
	/*background: url("images/launch2_over.jpg") no-repeat;*/
	background-position: left 30%;
	background-color: #666666;
	position: relative;
}

#home_content_cont .title {
	color: gray;
	padding: 3px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #494949;
}

.list {
	list-style-type: square;
	font-weight: bold;
	padding: 0;
	margin-left: 10px;
	color: #dfdfdf;
}

.list a, .list a:visited {
	color: #dfdfdf;
}

.list a:hover {
	color: #bfbfbf;
}

.thumb_isth {
	background: url('images/thumb_isth.jpg') no-repeat;
	height: 115px;
	width: 120px;
	margin: 0;
	padding: 0;
}

.thumb_cth {
	background: url('images/thumb_cth.jpg') no-repeat;
	height: 115px;
	width: 120px;
	margin: 0;
	padding: 0;
}

.thumb_tbrc {
	background: url('images/thumb_tbrc.jpg') no-repeat;
	height: 115px;
	width: 120px;
	margin: 0;
	padding: 0;
}

.thumb_bt {
	background: url('images/thumb_bt.jpg') no-repeat;
	height: 115px;
	width: 120px;
	margin: 0;
	padding: 0;
}

.thumb_gmap {
	background: url('images/thumb_gmap.jpg') no-repeat;
	height: 115px;
	width: 120px;
	margin: 0;
	padding: 0;
}

.thumb_tiny {
	background: url('images/thumb_tp.jpg') no-repeat;
	height: 115px;
	width: 120px;
	margin: 0;
	padding: 0;
}
.thumb_mediamap {
	background: url('images/thumb_im.jpg') no-repeat;
	height: 115px;
	width: 120px;
	margin: 0;
	padding: 0;
}

.thumb_all {
	width: 120px;
	border: 1px solid gray;
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
}

.proj_details_right tr td { line-height: 1.2em; }

.earth {
	width: 99%;
	height: 800px;
}