@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/background-gradient.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
}
img
{  border-style: none;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	border-bottom-color: #CCC;
	color: #006;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

a.nav:link {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

a.nav:visited {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
a.nav:hover {
	text-decoration: none;
	color: #CCC;
}
a.nav:active {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
a.whitenav:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a.whitenav:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a.whitenav:hover {
	text-decoration: none;
	color: #999;
}
a.whitenav:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a.greynav:link {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
a.greynav:visited {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
a.greynav:hover {
	text-decoration: none;
	color: #F00;
}
a.greynav:active {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
p {
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #666;
}
p.bullets {
	font-size: 9px;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #666;
	line-height: 2em;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 0.8em;
}
.formtext{
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-right: 5px;
}
.twoColFixLt #container {
	width: 840px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/background-rigging.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 10px 10px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-left: 20px;
	height: 750px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 320px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#panel-top{
	height: 21px;
	background-image: url(../images/panel-top.png);
	width: 460px;
}
#panel-middle{
	background-image: url(../images/panel-mid.png);
	width: 420px;
	padding: 0px 20px 0px 20px;
}
#panel-nav{
	background-image: url(../images/panel-mid.png);
	width: 460px;
	height: 23px;
}
#panel-bottom{
	background-image: url(../images/panel-bottom.png);
	height: 21px;
	width: 460px;
}
#navbutton{
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	width: 440px;
	height: 22px;
	padding-bottom: 10px;
}
#navbutton-left{
	background-image: url(../images/tab-left.gif);
	width: 4px;
	height: 22px;
	float: left;
}
#navbutton-mid{
	background-image: url(../images/tab-middle.gif);
	height: 18px;
	padding-top: 4px;
	padding: 4px 2px 0px 2px;
	float: left;
}
#navbutton-right{
	background-image: url(../images/tab-right.gif);
	width: 4px;
	height: 22px;
	margin-right: 2px;
	float: left;
}
#pagetitle{
	border-bottom-color: #C0C0C0;
	padding-bottom: 5px;
	padding-top: 5px;
}
#underline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	padding-bottom: 20px;
}
#underline-bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	padding-bottom: 5px;
	padding-top: 20px;
}
#pagecontent{

}
#prop {
	height:730px;
	float:left;
	width:1px;
  }

#clearboth {
	clear:both;
	height:1px;  /* <---Solution for bug IE6 */
	color: #F00;
  }
#adbox {
	width: 300px;
	float: left;
	margin-top: 20px;
}
#callbox-spacer {
	width: 300px;
	height: 183px;
	
}
#callbox {
	width: 283px;
	float: left;
	background-image: url(../images/call-us-background.png);
	background-repeat: no-repeat;
	height: 23px;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 17px;
	background-position: 17px 0px;
	padding-top: 3px;
	margin-bottom: 10px;
}
#image-1-of-3{
	width: 80px;
	overflow: hidden;
	height: 100px;
	border: 1px solid #FFF;
	float: left;
	margin-left: 17px;
	margin-bottom: 17px;
	display: inline;
}
#credits{
	width: 460px;
	text-align: center;
	font-size: 9px;
	color: #999;
}
.smallprint {
	font-size: 10px;
}

