#wrapper {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	
	
}
.logininfo {
	position: absolute;
	height: 30px;
	width: 250px;
	right: 8px;
	top: 8px;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
	color: #432F14;
}
.logininfo a {
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
	color: #432F14;
}

.left_column_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #FFF;
	padding-left: 25px;
	padding-top: 8px;
	position: relative;
	z-index: 2;
}

.right_column_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #FFF;
	padding-left: 10px;
	padding-top: 8px;
	position: relative;
	z-index: 2;
}

#home_button {
	position: absolute;
	height: 34px;
	width: 35px;
	right: 20px;
	bottom: 8px;
	z-index: 2;
}
.left_column_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	position: relative;
	z-index: 2;
	color: #2E7C9C;	
}

.left_col_subheader {
	color: #432F14;
	margin-left: 30px;
	position: relative;
	z-index: 2;
	margin-top: 18px;
	font-size: 11px;
}
.center_column_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #FFF;
	padding-left: 5px;
	padding-top: 8px;
	text-align: left;
	position: relative;
	z-index: 2;
}

#header {
	height: 65px;
	font-size: 18px;
	line-height: 25px;
	color: #060;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
}
#subheader {
	position: relative;
	height: 65px;
}

#footer_address {
	background-color: #2580B2;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: relative;
}
#footer_copyright {
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #444444;
	background-color: #C1E32E;
	position: relative;
}
#login_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	position: absolute;
	height: 112px;
	width: 100%;
	right: 22px;
	bottom: 35px;
	text-align: right;
	z-index: 2;
}
#admin_menu {
font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	position: absolute;
	height: 112px;
	width: 203px;
	right: 22px;
	bottom: 35px;
	text-align: left;
	z-index: 2;	
}
.admin_menu {
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	text-align: left;
	z-index: 2;	
}
#column_box {
	background-image: url(../images/main_background.jpg);
	background-repeat: no-repeat;
	width: 936px;
	height: 620px;
	position:relative;
	
}
#left_column {
	position: relative;
	float: left;
	width: 25%;
	height: 529px;
	
}

#left_column_bg {
	position: absolute;
	width: 219px;
	height: 541px;
	right: 0px;
	top: -5px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/left_background.png');
	z-index: 1;
}
#left_column_bg[id] {
	background-image: url(../images/left_background.png);
}

#center_column {
	position: relative;
	float: left;
	height: 531px;
	width: 50%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #432F14;
	text-align: center;
	
}
#center_column_bg {
	position: absolute;
	width: 480px;
	height: 541px;
	left: -5px;
	top: -5px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/center_background.png');
	z-index: 1;
}
#center_column_bg[id] {
	background-image: url(../images/center_background.png);
}
#right_column {
	position: relative;
	float: left;
	width: 24%;
	border: 1px none #639;
	font-size: 13px;
	line-height: 15px;
	margin-left: 3px;
	height: 529px;
}
#right_column_bg {
	position: absolute;
	width: 219px;
	height: 541px;
	left: 0px;
	top: -5px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/right_background.png');
	z-index: 1;
}
#right_column_bg[id] {
	background-image: url(../images/right_background.png);
}

.right_column_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	position: relative;
	z-index: 2;
	color: #2E7C9C;	
}

p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

ul {
	padding: 0px;
	margin: 0px;
}

.purple_box {
	border: medium solid #639;
	color: #000;
	padding: 5px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.tool_buttons {
	height: 155px;
	width: 92px;
	font-family: Verdana, Geneva, sans-serif;
	color: #1C4F63;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
}
#column_box #center_column .tool_buttons input {
	border: none;	
}

.tool_button_box1{
	position: relative;
	float: left;
	height: 155px;
	width: 154px;
}
#tools {
	text-align: center;
	margin-top: 30px;
	font-size: 13px;
	line-height: 15px;
	position: relative;
	z-index: 2;
	width:100%;
}
#please_login {
	text-align: center;
	margin-top: 30px;
	font-size: 13px;
	line-height: 15px;
	position: relative;
	z-index: 2;
}
.admin_lists {
	float: left;
	width: 150px;
	position: relative;
	list-style-image: none;
	list-style-type: none;
	margin-top: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #432F14;
	padding-left: 60px;
}
.admin_lists a {
 color: #2E7C9C;	
}

#footer {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 66px;
	color: #FFF;
	position: relative;
}
body {
	margin: 0px;
	margin-top:30px;
	margin-bottom: 30px;
	background-color: #4D4327;
	
}

#uploadform {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	width: 95%;
	height: 460px;
	position: relative;
	z-index: 2;
}
#jobstatus {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	overflow: auto;
	height: 475px;
	width: 96%;
	margin-top: 10px;
	position: relative;
	z-index: 2;
	
}
#pickup_request {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	overflow: auto;
	height: 475px;
	width: 96%;
	margin-top: 10px;
	position: relative;
	z-index: 2;
	
}

#admin_listings {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	width: 95%;
	height: 460px;
	position: relative;
	z-index: 2;
}
#quote_request {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	margin-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	overflow: auto;
	width: 95%;
	height: 465px;
	position: relative;
	z-index: 2;
}
#admin_content {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	width: 95%;
	height: 460px;
	position: relative;
	z-index: 2;	
}
.address_spacer {
	margin-left: 3px;
	margin-right: 3px;
}
#sblogo {
	background-image: url(../images/sblogo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 68px;
	width: 124px;
	left: 3px;
	top: 3px;
}
#cp_logo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/customerportal.png');
	background-repeat: no-repeat;
	position: absolute;
	height: 44px;
	width: 254px;
	right: 48px;
	top: -10px;
}
#cp_logo[id] {
	background-image: url(../images/customerportal.png);
}
.welcome_message {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #432F14;
	position: relative;
	width: 60%;
	padding-left: 20px;
	padding-top: 5px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#center_col_content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	position: relative;
	z-index: 2;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
	overflow: auto;
	height: 465px;
	width: 96%;
	margin-top: 10px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #2E7C9C;
	padding: 0px;
	margin: 0px;
}
#left_column .left_column_menu ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 5px;
	line-height: 20px;
	font-size: 11px;
	color: #2E7C9C;
	padding-left: 30px;
}
#right_column .right_column_menu ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #432F14;
	padding-left: 16px;
}
#right_column a {
	color: #432F14;
}
#left_column a {
	color: #2E7C9C;
}
#center_column #center_col_content p {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#column_box #center_column #quote_request textarea {
	height: 60px;
	width: 300px;
}
.req_text {
	font-size: 10px;
	font-style: italic;
	color: #F30;
}
.login_error {
	font-size: 16px;
	font-style: bold;
	color: #F30;
}

#column_box #center_column textarea {
	font-size: 13px;
	line-height: 15px;
	color: #432F14;
	vertical-align: top;
	border: 1px solid #3597BD;
}
#column_box #center_column input {
	font-size: 13px;
	color: #432F14;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	border: 1px solid #3597BD;
}
#center_column #quote_request a {
	text-decoration: none;
	background-image: url(../images/home_button.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 34px;
	display: block;
	background-position: center;
}
#home_shortcut {
	text-decoration: none;
	background-image: url(../images/home_button.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 34px;
	display: block;
	background-position: center;
}
#back_shortcut {
	text-decoration: none;
	background-image: url(../images/back_button.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 30px;
	position: absolute;
	background-position: center;
	right: 10px;
	top: 3px;
	
}




#wrapper #column_box #center_column #jobstatus a {
	color: #3597BD;
}
#wrapper #column_box #center_column #admin_listings a {
	color: #3597BD;
}



#corner_bl {
	background-image: url(../images/bottom-left.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 10px;
	width: 10px;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
#corner_tl {
	background-image: url(../images/top-left.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 10px;
	width: 10px;
	left: 0px;
	top: 0px;
}
#corner_tr {
	background-image: url(../images/top_right.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 10px;
	width: 10px;
	right: 0px;
	top: 0px;
}
#corner_br {
	background-image: url(../images/bottom_right.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 10px;
	width: 10px;
	right: 0px;
	bottom: 0px;
	z-index:2;
}
#login_page {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#4D4327;
	font-size: 11px;
	line-height: 13px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	border: 2px solid #3597BD;
	clear:both;
	
}
#login_sblogo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/sblogo.png');
	background-repeat: no-repeat;
	height:72px;
	width: 150px;
	margin-left:auto;
	margin-right:auto;
}
#login_cplogo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/customerportal.png');
	background-repeat: no-repeat;
	height: 44px;
	width: 254px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
#login_header {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
		
}
#login_cplogo[id] {
	background-image: url(../images/customerportal.png);	
}
#login_sblogo[id] {
	background-image: url(../images/sblogo.png);	
}
