﻿#maincontainer {
	/*width: 960px;*/
	width: 100%;
	margin: 0 auto;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#contentcolumn {
	/*margin: 12px 220px 0 200px;
	margin: 12px 0 0 200px;*/
	margin-left: 200px;
}

.text {
	margin: 0 0 15px 15px;
}

#leftcolumn {
	margin-top: 15px;
	float: left;
	width: 200px;
	margin-left: 100%;
	background-color: White;
}

#rightcolumn {
	margin-top: 0;
	float: left;
	width: 200px;
	margin-left: -200px;
}

/*
* html #leftcolumn { margin-top: 13px; } 
* html #maincolumn { margin-top: 10px; }
* html #rightcolumn { margin-top: 10px; }
*/

.innertube 
{
	margin: 10px;
}

#topsection
{
	font-family: 'Trebuchet MS' , Tahoma, Verdana;
	background-color: #ff9900;
	height: 60px;
	width: 100%;
}

#topsection h1 
{
	margin: 0;
	padding-top: 15px;
}

#adminfooter
{
	clear: left;
	width: 100%;
	color: #696969;
	text-align: center;
	padding: 4px 0;
	background-position: 0% 0%;
	border-top: #d3d3d3 thin solid;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
}

#adminfooter a
{
	color: #696969;
}



/****************************************************************************************
*** Begin Inquiry Manager Styles
****************************************************************************************/

#inquirywrapper
{
	width: 1000px;
}

#inquirywrapperleft 
{
	float: left;
	width: 220px;
	height: 100%;
}

#inquirywrapperright
{
	/*margin-left: 220px;*/
	float: right;
	width: 780px;
}

#inquirycontactinfo
{
}

#inquirycatsandrefs 
{
	clear: right;
	
}
#inquirycatsandrefs.inquiryleftcolumn
{
	
}

#inqurirycatsandrefs.inquiryrightcolumn
{
	
}

#inquirycomments
{
	
}

.inquiryleftcolumn
{
	position: relative;
	float: left;
	width: 375px;
}

.inquiryrightcolumn
{
	position: relative;
	float: right;
	width: 375px;
}

#inquiryresponse
{
	clear: both;
}

fieldset legend
{
	font-family: 'Trebuchet MS' , Tahoma, Verdana;
	font-size: medium;
	color: #009933;
	font-weight: bold;
}
fieldset
{
	
}


/****************************************************************************************
*** End Inquiry Manager Styles
****************************************************************************************/


p 
{
	clear: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

p label.lbl {
        float: left;
        width: 40%;
        font-weight: bold;
        font-size: 1em;
    }
    
    
#progressDiv
{
	border-right: #ff9900 thin solid;
	padding-right: 15px;
	border-top: #ff9900 thin solid;
	padding-left: 15px;
	left: -4px;
	padding-bottom: 15px;
	border-left: #ff9900 thin solid;
	padding-top: 15px;
	border-bottom: #ff9900 thin solid;
	position: relative;
	top: -4px;
	background-color: #ffffff;
	z-index: 999;
}

#progressShadow
{
	background-color: #a9a9a9;
	width: 350px;
	position: absolute;
	top: 40%;
	left: 40%;
	/*margin: 0 auto;*/
}

#progressText 
{
	font-family: Verdana, Tahoma, Arial;
	font-size: small;
	font-weight: bold;
}


.itemStyleResponded
{
	font-weight: bold;
	background-color: #ccff00;
}


h3
{
	font-weight: bold;
	font-size: medium;
	color: #696969;
	font-family: 'Trebuchet MS' , Tahoma, Verdana;
}
