@charset "utf-8";
/* CSS Document That controls they styling for the nav menu*/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 99
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px helvetica;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	color: #cccccc;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	color:#ffcc00

}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	z-index: 90;

}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 100px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #333;
	color: #fff;
	font: 13px arial;
	border-bottom:0px solid #000;

}

#sddm div a:hover
{	background: #000;
	color: #ffcc00;
	border-bottom:0px solid #000;
}


.quoteInputForm, .quoteInputForm tr, .quoteInputForm tr td
{
	background-color: white;
	color: black;

}

.OverlayForm
{

}


.RQInputData
{
	width: 100px;
	font-size: 5 em;
	color: blue;
}

.RQTextBox
{
	width: 200px;
	font-size: 5em;
}

#ContactInfo
{
	width: 280px;
	float: left;
	font-size: 0.9em;
}

#ContactInfo td, #ProjectInfo td
{
	padding-right: 5px;
}

#ProjectInfo
{
	width: 470px;
	float: left;
	font-size: 0.9em;
}

#submitFormRow
{
	display: inline;

}

.inlineform
{
	float: right;
	clear; right;
	width: 300px;
}






