body {
   font-family: arial;
   margin: 0px;
   padding: 0px;
   font-size: 10pt;
}

img {
	border: 0px;
}

.photo {
	border: 1px solid #000;
	margin: 8px;
}

.bullet  {
	margin: 0;
	padding: 0 0 0 28px;
	list-style-type: none;
	line-height: 28px;
}

.bullet li {
	background: url(../images/gray-bullet.gif) 0px center no-repeat;
	padding: 0 0 0 16px;  /* Top, Right, Bottom, Left  */
} 

.footer {
	width: 100%;
	height: 20px;
	background: url(../images/footer.gif) center center no-repeat;
	background-color: #000;
	/* background-repeat: no-repeat; */
	/* background-position: center; */
}

.table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	width: 100%;
	height: 100%;
	/* background: #fff; */
	padding: 0px;
}

.table th, td {
	padding: 0px;
	border: none;
}

.timesheet {
	margin-top: 12px;
	font-size: 10pt;
	border: 1px solid #000;
	width: 100%;
	/* height: 100%; */
	padding: 5px;
}

.timesheet th, td {
	/* border: 1px solid #000; */
}

.container {
	padding: 8px 16px 0 16px; /* Top, Right, Bottom, Left  */
	background-color: #fff;
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
}

.content {
	font-size: 10pt;
	width: 100%;
	height: auto;
	border: none;
	border-collapse: collpase;
	border-spacing: 0px;
}

.textback {
	margin: 8px 8px 0 8px;
	padding: 8px;
	background: url(../images/back-text.png);
	background-repeat: repeat;
	background-position: left;
	border: 1px solid #999;
}

.map { /* No longer in use */
	width: 430px;
	height: 375px;
	border: 1px solid #000;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.hr { /* Horizontal rule */
	background: transparent;
	border-top: 1px solid #000;
	width: 750px;
	margin: 20px auto 20px auto;
	text-align: center; /* IE fix */
}

.home {
   font-family: arial;
   font-size: 10pt;
   color: #000;
}

.form {
	font-size: 10pt;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: none;
	border-collapse: separate;
	*border-collapse: expression('separate', cellSpacing = '10px');
	border-spacing: 10px;
}

.form #question {
	font-weight: bold;
	padding: 0 0 10px 0;
}

.form #answer {
	padding: 0 0 0 26px;
	line-height: 26px;
}

.formsend {
	width: 100%;
	height: 90%;
	text-align: center;
	background: url(../images/cvplogo-186px.gif) 5% 5% no-repeat;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

.formsend div {
	/* margin-left: auto; */
	/* margin-right: auto; */
	text-align: left;
	padding-top: 25px;
	font-size: 10pt;
	margin: 0 auto;
	width: 350px;
	line-height: 2.0;
}

.feedback  {
	text-align: center;
}

.link, .link:visited, .link:active {
   text-decoration: none;
   color: #000;
   font-size: 10pt;
}

.link:hover {
   text-decoration: underline;
   color: #ff3333;
}

.select {
	border: 1px solid #000;
	padding-left: 2px;
	padding-top: 2px;
	font-size: 12pt;
	background-color: #fff;
}

.text { /* Text box style */
   overflow: hidden;
   border: 1px solid #000;
   padding-left: 2px;
   padding-top: 2px;
   font-size: 12pt;
   background-color: #fff;
   color: #ff3333;
   /* overflow-y: scroll; */
   /* wrap: virtual; */
}

.textfocus { /* Text box focus */
   overflow: hidden;
   border: 1px solid #000;
   padding-left: 2px;
   padding-top: 2px;
   font-size: 12pt;
   background: url(../images/red-back.gif) bottom center repeat-x;
   background-color: #ff3333;
   color: #fff;
}

.btn {
   background: url(../images/red-back.gif) center center no-repeat;
   height: 32px;
   width: 86px;
   border: none;
   cursor: pointer;
   color: #fff;
   text-align: center;
   line-height: 32px;
   *padding-top: 8px;
   _padding-top: 8px;
}

.btnhover {
   background: url(../images/gray-item.gif) center center no-repeat;
   height: 32px;
   width: 86px;
   border: none;
   cursor: pointer;
   color: #fff;
   text-align: center;
   line-height: 32px;
   *padding-top: 8px;
   _padding-top: 8px;
}

.btn img {
	padding-bottom: 2px;
	*margin-bottom: 2px;
	_margin-bottom: 2px;
}

.btnhover img {
	padding-bottom: 2px;
	*margin-bottom: 2px;
	_margin-bottom: 2px;
}



.chromestyle {
	/* width: 99%; */
	width: 562px;
	/* font-weight: bold; */
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	/* height: 0; */
	clear: both;
	visibility: hidden;
}

.chromestyle ul {
	/* border: 1px solid #000; */
	width: 100%;
	background: url(../images/red-back.gif) center center repeat-x; /*THEME CHANGE HERE*/
	*padding: 10px 0;
	_padding: 10px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	height: 36px;
}

.chromestyle ul li {
	display: inline;
	/* font: 12px; */
	line-height: 36px; /* Firefox fix */
	/* font-size: 12px; */
}

.chromestyle ul li a {
	color: #fff;
	padding: 4px 7px;
	margin: 10px;
	text-decoration: none;
	border-right: 1px solid #000;
	font-size: 10pt;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/red-hover.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	/* font:normal 12px Verdana; */
	font-size: 10pt;
	line-height: 34px;
	z-index: 100;
	background-color: #fff;
	/* background: url(../images/red-back.gif) center center repeat-x; */
	width: 150px;
	visibility: hidden;
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 12px;
	border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
	/* padding: 2px 0; */
	text-decoration: none;
	/* font-weight: bold; */
	color: #fff;
	height: 35px;
	background: url(../images/red-back.gif) center center repeat-x;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	/* background-color: #F0F0F0; */
	background: url(../images/gray-item.gif) center center repeat-x;
	color: #fff;
}