﻿* { padding: 0px; 
    margin: 0px; }
html
{
	height: 100%;
	width: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../images/stripes_bg.jpg);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	text-align: center;
}
td
{
	text-align: left;
}
img
{
	border: none;
}
.grey
{
	color: #999;
	font-family: Arial, Sans-Serif;
	font-size: 14pt;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration:	none;
}
.orange
{
	color: #ff9933;
	font-family: Arial, Sans-Serif;
	font-size: 14pt;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration:	none;
}
h1
{
	color: #ff9933;
	font-family: Arial, Sans-Serif;
	font-size: 14pt;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration:	none;
}
h1 A:link
{
	color: #ff9933;
	font-family: Arial, Sans-Serif;
	font-size: 14pt;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration:	none;	
}
h1 A:visited
{
	color: #ff9933;
	font-family: Arial, Sans-Serif;
	font-size: 14pt;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration:	none;	
}
h1 A:active
{
	color: #ff9933;
	font-family: Arial, Sans-Serif;
	font-size: 14pt;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration:	none;	
}
h1 A:hover
{
	color: #ff9933;
	font-family: Arial, Sans-Serif;
	font-size: 14pt;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration:	none;	
}
#wrapper
{
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 950px;
}
#sheet_top
{
	background-image: url(../../images/sheet_top.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 19px;
	text-align: center;
}
#sheet_repeater
{
	background-image: url(../../images/sheet_bg.jpg);
	background-repeat: repeat-y;
	width: 950px;
	text-align: center;
	vertical-align: top;
}
#sheet_bottom
{
	background-image: url(../../images/sheet_bottom.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 19px;
	text-align: center;
}
#homepaper
{
	margin: 0 auto;
	background-image: url(../../images/paper_bg.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 900px;
	text-align: left;
	margin-top: 10px;
}
#workpaper
{
	margin: 0 auto;
	background-image: url(../../images/workpaper_bg.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 900px;
	text-align: left;
	margin-top: 10px;
}
#servicepaper
{
	margin: 0 auto;
	background-image: url(../../images/paper_bg.jpg);
	background-repeat: no-repeat;
	height: 490px;
	width: 900px;
	text-align: left;
	margin-top: 10px;
}
.content
{
	color: #666666;
	padding: 20px;
	font-size: 12px;
}
.content A
{
	color: #666666;
	font-size: 12px;
}
.menu
{
	text-align: left;
	padding-left: 17px;
}
#search
{
	text-align: right;
	padding-right: 5px;
}
#menuspacer
{
	height: 8px;
}
.searchbox
{
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px;
	font-family: Arial;
	font-size: 12px;
	color: #666;
	height: 20px;
	width: 175px;
}
.large, .small
{
	border: solid 5px #eee6d0;
}
#sidemenu
{
	width: 225px;
	vertical-align: top;
	padding-top: 28px;
}
#sidemenu1
{
	width: 225px;
	vertical-align: top;
	padding-top: 32px;
}
.sidemenu2 ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.sidemenu2 ul li a
{
	font: normal 11px Arial;
	color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px; /*link text is indented 8px*/
	text-decoration: none;
}
.sidemenu2 ul li a:hover
{
	background-image:url(../../images/orange_check.gif);
	background-position: 1px 5px;
	background-repeat:no-repeat;
}
.sidemenu2 ul li a.selected
{
	background-image:url(../../images/orange_check.gif);
	background-position: 1px 5px;
	background-repeat:no-repeat;
}
.bread
{
	font: normal 11px Arial;
	color: #666666;
}
.bread A
{
	font: normal 11px Arial;
	color: #666666;
}
.stepcarousel
{
	position: relative; /*leave this value alone*/
/*border: 1px solid #999;*/
	overflow: scroll; /*leave this value alone*/
	width: 660px;
	height: 315px;
/*width: 675px;*/ /*Width of Carousel Viewer itself*/
/*height: 300px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt
{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel
{
	width: 660px;
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
}
.contentspacer
{
	width: 25px;
}
#contentarea
{
	width: 600px;
	vertical-align: top;
}
#searcharea
{
	width: 400px;
	vertical-align: top;
}
#leadform
{
	width: 250px;

	vertical-align: top;
	padding-top: 45px;
	background-image:url(../../images/lead_bg.png);
	background-position: 1px 5px;
	background-repeat:no-repeat;	
}
.workspacer
{
	width: 25px;
}
#workcontent
{
	width: 660px;
	vertical-align: top;
}
#workdetail
{
	width: 460px;
	vertical-align: top;
	padding-top: 5px;
}
#worktags
{
	width: 175px;
	vertical-align: top;
}
.workthumb
{
	width: 75px;
}
.projecttags A
{
	font: normal 12px Arial;
	color: #666666;
}
.footer
{
	font: normal 11px Arial;
	color: #666666;
	text-align: center;
}
.footer A
{
	font: normal 11px Arial;
	color: #666666;
}
.leadtextbox
{
	background-color:Transparent;
	color: #999;
	font: normal 12px Arial;
	border: solid 0px #999;
	height: 25px;
	width: 200px;
	vertical-align: bottom;
	text-align:left;
	font-weight: bold;
}
.leadspacer
{
	padding-left: 15px;
}
