@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	margin: 0px;
	font-family: "Adobe Garamond Pro","Times New Roman",Times;
	color: white;	
}

a {
	color: #CCCCFF;
}

.bold {
	font-weight: bold;
	color: #CCCCFF;
}

.text20 {
	font-size: 20pt;
}

.text18 {
	font-size: 18pt;
}

.text16 {
	font-size: 16pt;
}

.centered_text {
	text-align: center;
}

.right_justified {
	text-align: right;
}

select {
  color: white;
  background-color: #000523;
}

#header {
	position: relative;
	width: 100%;
	height: 175px;
	background: url(../images/header_gradient.png);
}

#logo {
	position: absolute;
	top: 15px;
	left: 25px;
	width: 100px;
	height: 93px;
	background: url(../images/nav_logo.png);
	cursor: hand;
}

#header_name {
	position: absolute;
	top: 15px;
	left: 150px;
	width: 250px;
	font-size: 24pt;
	text-align: right;
}

#header_desc {
	position: absolute;
	top: 15px;
	left: 410px;
	width: 450px;
	font-size: 24pt;
}

#nav_main_container {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
	min-width: 600px;
}

.nav_item_container {
	position: absolute;
	padding-left: 30px;
}

.nav_item {
	position: static;
	font-size: 18pt;
	font-weight: bold;
	float: left;
	margin: 10px 20px;
}

.nav_enabled {
  color: #CCCCFF;
}

.nav_disabled {
	color: #666699;
	cursor: hand;
}

#content {
	position: relative;
	min-width: 900px;
}

.container {
  position: relative; /* this is so that absolutely positioned child elements stay inside this <div> */
	margin: 15px;
	padding: 30px;
	background: #000523;
  min-width: 233px;
	font-size: 14pt;
}

.container_top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	background: url(../images/content_top_gradient.png);
}

.container_ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 116px;
	height: 25px;
	background: url(../images/content_ul.png);
}

.container_ur {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 116px;
	height: 25px;
	background: url(../images/content_ur.png);
}

.container_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 24px;
	background: url(../images/content_bottom_gradient.png);
}

.container_ll {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 20px;
	height: 24px;
	background: url(../images/content_ll.png);
}

.container_lr {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 20px;
	height: 24px;
	background: url(../images/content_lr.png);
}

#index_container {
	width: 50%;
	float: left;
}

#featured_container {
	width: 30%;
	float: left;
	text-align: center;
}

#category_container {
	position: absolute;
	top: 175px;
	left: 0;
	width: 250px;
	text-align: center;
}

#p_item_container {
	position: absolute;
	left: 330px;
	top: 175px;
	text-align: center;
}

.links_container {
	width: 262px;
	margin: 0 auto;
}

.link_container {
	width: 262px;
	float: left;
	text-align: left;
	margin-top: 15px;
	cursor: hand;
}

.select_container {
	width: 262px;
	float: left;
	text-align: left;
	margin-top: 15px;
}

.properties_table {
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.item_label {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding: 5px;
}

.item_value {
  text-align: left;
  padding: 5px;
}

.item_img {
  text-align: center;
  margin: 0 auto;
  cursor: hand;
}

.img_note {
  font-size: 9pt;
}

.item_text_link {
  text-decoration: none;
}

#resume_container {
}

.resume_label {
	width: 200px;
	text-align: right;
	color: #CCCCFF;
	font-weight: bold;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
}

.resume_value {
	vertical-align: top;
	padding-top: 20px;
}

.table_value {
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 20px;
}
