 /* style sheet for screen */
#table_burst {
	background-image: url(/images/bg_burst.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #F3E4BD;
	width:100%;
	height:100%;
}

#table_trans {
	background-color: transparent;
}
.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.homepage_section_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.normal_bold_10 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.normal_bold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.normal_bold_blue {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000099; font-weight: bold; }
.bold_blue_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
.bold_blue_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}
.normal_bold_14 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
.normal_bold_18 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; }
.style6 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style12 {
	color: #333333;
	font-size: 10px;
}
.Page_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.ProjectListing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.schedule_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*** Table CSS ***/		
.tableFormat {border-collapse: collapse;}
.label {text-align:right;}
.tableFormat th {background-color: #d7bfd5; text-align:left; font-size: 1.1em; padding: .1em .1em 0em .4em;}
.tableFormat td {padding: 0em .8em 0em .8em; border-bottom: 1px solid #E3BB5B; border-left:1px solid #E3BB5B; size: 1.2em;}
.highlight {border: 1px dashed #d7bfd5; padding: .8em;}

/********* TAB CSS *********/
div.tabBox {}

div.tabArea {
  font-size: 13px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 1px 1px 2px 1px;
}

a.tab {
  background-color: #0019a9;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #6666ff #3333ff #3333ff #6666ff;
  -moz-border-radius: .1px 1px 1px 1px;
  border-radius-topleft: 1px;
  border-radius-topright: 1px;
  padding: 2px 2px 2px 2px;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #ccccff;
}

a.tab:hover {
  background-color: #000066;
  border-color: #6666ff #3333ff #3333ff #6666ff;
  color: #ffffff;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #000066;
  border-color: #000066 #7050a0 #7050a0 #000066;
  color: #ffffff;
}

a.tab.activeTab {
  padding-bottom: 6px;
  top: 1px;
  z-index: 102;
}

div.tabMain {
  background-color: #000066;
  border: 0px solid #000000;
  border-color: #000066 #7050a0 #7050a0 #000066;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius-topright: 0px;
  border-radius-bottomright: 0px;
  padding: 2px;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 760px;
  padding: 0px;
  border: 0px;
}

iframe.tabContent {
  background-color: #7050a0;
  border: 0px;
  width: 760px;
  height: 615px;
  padding: 0x;
}
/********* END TAB CSS *********/

.alignRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.AlignLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	float: left;
}
.table_pad {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
}

div#commentForm{
	position:absolute; 
	left:10; 
	top:300;
	z-index:100;
	padding:0px;
	margin:0px;
	display: block;
	}
/******** MENU *********/
/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #F3E4BD;
	width:776px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {
	width: 776px;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 0px 3px  3px 5px;
	border-right: 1px solid #333;
	font-size: 12px;;
	font-weight:bold;
	color: #000000;
}
#p7menubar a.trigger {
	padding: 5px 5px 5px 5px;
	background-color: #F3E4BD;
}
#p7menubar li {
	float: left;
	width: 245px;
}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 250px;
	background-color: #F3E4BD;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #C19674;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
#p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF !important;
}

img, div { behavior: url(/library/png/iepngfix.htc) }
