/* CSS Document */

body {
	background-color:#727C94;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:12px;
	margin-top:25px;
}

.tnav, .tnavs, .tnava, .tnavsa {
	padding-left:10px;
	text-decoration:none;
	font-size:14px;
	color:#CCCCCC;
}

.tnavs, .tnavsa {
	padding-right:10px;
}

.tnav:hover, .tnavs:hover  {
	color:#FFFFFF;
}
.tnava, .tnavsa {
	color:#FFFF00;
}

.companyname {
	font-size:18px;
	padding-right:20px;
}

#textbox1, #textbox3, #textbox4, #textbox5 {
	width:255px;
	height:277px;
	background-image: url(images/box1.gif);
}

#textbox2 {
	width:326px;
	height:447px;
	background-image: url(images/box2.gif);
}

#textbox3 {
	background-image: url(images/box3.gif);
}

#textbox4 {
	background-image: url(images/box4.gif);
}

#textbox5 {
	background-image: url(images/box5.gif);
}

#textbox6 {
	width:225px;
	height:319px;
	background-image: url(images/boxempty.gif);
	padding:15px;
}

#textbox6keys {
	width:225px;
	height:319px;
	background-image: url(images/box6-keys.jpg);
	padding:15px;
}

#textbox6speedo {
	width:225px;
	height:319px;
	background-image: url(images/box6-speedo.jpg);
	padding:15px;
}

#textboxempty {
	width:255px;
	height:377px;
}

.emptybox {
	width:255px;
	height:339px;
	background-image: url(images/boxempty.gif);

}

#boxheading1, #boxheading2 {
	position: relative;
	top:5px;
	margin-right:20px;
	z-index:1;
	font-size:18px;
	color:#9999cc;
	text-align:right;
}

#boxheading2 {
	margin-right:100px;
}

#boxheading3 {
	position: relative;
	width:235px;
	height:33px;
	background-image:url(images/boxheader.gif);
	padding-right:20px;
	padding-top:5px;
	z-index:1;
	font-size:18px;
	color:#9999cc;
	text-align:right;
}

#boxheading3:hover {
	background-image:url(images/boxheader-o.gif);
	color:#FFFF00;
	cursor:pointer;
}


.boxheadinglinks {
	font-size:18px;
	color:#9999cc;
	text-align:right;
	text-decoration:none;
}

.boxheadinglinks:hover {
	color: #FFFF00;
}


.boxtext1, .boxtext2 {
	margin:10px;
	margin-top:25px;
	text-align:left;
}

.boxtext2 {
	margin-right:90px;
}

.boxtext3 {
height:300px;
width:235px;
	padding:10px;
}

.dispproj {
	padding:15px;
}

fieldset {
	text-align:left;
	margin-bottom:5px;
}

.continput {
	width:195px;
	font-family:Tahoma;
	color:#333333;
	font-size:12px;
}

.sendbut {
	background:url(images/send.gif);
	width:200px;
	height:29px;
	color:#ffffff;
	border:none;
}

.sendbut:hover {
	color:#FFFF00;
	cursor:pointer;
}

.footertxt {
	margin-top:10px;
	margin-bottom:20px;
	margin-right:5px;
	font-size:11px;
	color: #CCCCCC;
}

.projlist {
	display: block;
	border:solid 1px #666666;
	text-align:left;
	padding:4px;
	margin-bottom:4px;
}

.projlist:hover {
	border:solid 1px #FFFF00;
}

.navspacer {
	background-image: url(images/bg.gif);
}

.butbg {
	background-image: url(images/but-bg.gif);
}

.rightbg {
	background-image: url(images/right.gif);
}

.mtextboxbg {
	background-image: url(images/mtextbox.jpg);
}

#dropdownpanel{ /*Outermost Panel DIV*/
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	visibility:hidden;
}

#dropdownpanel .contentdiv{ 
	color:#FFFFFF;
	padding: 20px;
	padding-top:50px;
	width:735px;
	background-image:url(images/panelcontent.gif);
	text-align:left;
}



#dropdownpanel .control{ 
	height: 16px;
	width:200px;
	color:#CCCCCC;
	text-align: center;
	background: transparent url("images/panelbutton.gif") center center no-repeat;
	padding-bottom: 3px; 
	line-height: 18px;
}

#dropdownpanel .control:hover {
	background: transparent url("images/panelbutton-o.gif") center center no-repeat;
	color:#FFFFFF;
}
