@charset "UTF-8";
body  {
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg-top.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #5C5247;
}	

div#adbox {
	left: 528px;
	top: 319px;
	z-index: 9;
	position: absolute;
	height: 57px;
	width: 153px;
}
.twoColFixLtHdr #container {
	width: 812px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 2px solid #FFFFFF;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #D4D0C9;
	margin-top: 55px;
	background-image: url(images/left-box-top-bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 55px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 233px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #AEA99F;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4B433A;
	font-style: italic;
	line-height: normal;
	letter-spacing: normal;
	display: block;
}
a:link {
	color: #666666;
}
a:active {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #666666;
}
.footerText {
	color: #FFFFFF;
	font-size: 11px;
}
#footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AEA99F;
}
.pagetitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5C5247;
	text-indent: 5px;
}
.pagetitleText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0E1B43;
}
.pagetitleTextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.paragraphText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0a3a99;
	font-weight: normal;
	line-height: normal;
}
.subtitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: oblique;
}
.quoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0a3a99;
	font-weight: normal;
	line-height: normal;
}
.slogantext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.subnotetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: normal;
}
.cranetitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
}
.indentTextblock {
	font-weight: normal;
	margin-left: 10px;
}
.homepageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	top: 10px;
	line-height: 16px;
}
.LearnMorelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	font-weight: normal;
	line-height: normal;
	text-align: right;
}
div#superpagecontainer {
	width: 769px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div#subpagecontainer {
	width: 769px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin-left: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #D4D0C9;
	margin-top: 55px;
	background-image: url(images/left-box-top-bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	text-decoration: none;
	line-height: 22px;
}
div#globalmenu {
	background-color:#9d681a;
	text-align: center;
	height: auto;
	width: 812px;
}

div#yellowboxHeader{
	padding-top: 19px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/title-line-blur.jpg);
	background-repeat: no-repeat;
	background-position: 25px bottom;
}div#maincontentwrapper {
	margin-top: 0px;
	padding-top: 7px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 35px;
	background-repeat: repeat-y;
	background-position: left top;
}
div#mainimagewrapper{
	margin-top: 0px;
	width: 100%;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-y;	
}
div#contentwrappersubpage{
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-y;
}
div#pagetopslicewrapper{
	padding: 0px;
	margin: 0px;
}
div#footerlogobox{
	padding: 0px;
	margin: 0px;
	}
div#featurewrapper{
	padding: 0px;
	margin: 0px;
}
div#contentbottomwrapper{
	margin-top: 0px;
	width: 100%;
}
div#contentwrapper2{
	margin-top: 0px;
	width: 100%;
}
div#contentwrapper3{
	padding: 0px;
	margin: 0px;
}
div#contentwrapper4{
	margin-top: 0px;
	width: 100%;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-y;	
}div#footer2 {
	text-align:center;
	margin:10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.clientTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #967100;
	font-weight: bold;
	top: 10px;
	line-height: 16px;
}
.websiteLinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	top: 10px;
	line-height: normal;
}
.testimonialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	top: 10px;
	line-height: 15px;
}
.leftboxTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5E5D5C;
	line-height: 27px;
}
.mainboxTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5E5D5C;
	line-height: 27px;
	text-indent: 15px;
}

.leftmenuHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	width: 189px;
	background-color: #F4F0EA;
	margin-left: -9px;
	padding-left: 10px;
}

