html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* styles for this site */
/* This makes IE centre the table */
.tablecontainer {
	background: #FFFFFF;
	border: 10px solid #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
.footercontainer {
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
body {
	text-align:center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #302644;
	margin-top:15px;
	font-family: "Trebuchet MS", Arial, "San Serif";
	font-size: 11px;
}
ul {
	margin-top: 6px;
	margin-bottom: 12px;
}
li {
	margin-left: 10px;
	padding-left: 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	font-family: "Trebuchet MS", Tahoma, Sans-Serif;
}
td {
	vertical-align: top;
}
.logocell {
	padding-top: 10px;
	padding-bottom: 15px;
}
.topnav {
	text-align: right;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
}
.subbanner {
	padding-top: 5px;
	padding-bottom: 5px;
}
.subbannerbg {
	background-color: #F2B06C;
}
.subbannerwelcome {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	vertical-align: middle;
}
a:link {
	color: #E97700;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #E97700;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #1D1934;
	text-decoration: underline;
}
.topnav a:link {
	color: #050B26;
}
.topnav a:visited {
	color: #050B26;
}
.topnav a:hover {
	color: #E97700;
	text-decoration: none;
}
select {
	font-size: 11px;
}
.craneselector {
	text-align: right;
	padding-right: 7px;
	vertical-align: middle;
}

p {
	line-height: 14px;
	margin-bottom: 12px;
	font-family: "Trebuchet MS";
}
h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #FB772E;
	margin-top: 6px;
	text-transform: uppercase;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3A4F8B;
	margin-bottom: 6px;
}
.homecolumn_container {
	width: 430px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: 300px;
}
.pagecontainer {
	padding: 15px;
	height: 300px;
}
.sidebullets li {
	margin-bottom: 18px;
}
.rightcolumn {
	width: 420px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
}
.homecolumn1 {
	width: 185px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #E97700;
}
.homecolumn2 {
	width: 185px;
	padding-right: 45px;
	padding-left: 35px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #E97700;
}
.introtext1 {
	width: 185px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #E97700;
	padding-right: 20px;
}
.introtext2 {
	width: 210px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #E97700;
	padding-right: 15px;
}
.offer {
	padding: 5px;
	border: 2px solid #FB772E;
}
.intropic1 {
	width: 180px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E97700;
	border-left-color: #E87000;
	vertical-align: top;
	margin-left: 20px;
}
.sidebullets {
	width: 168px;
	padding-left: 25px;
	vertical-align: top;
}
.imagefloatright {
}
.imagepadding {
	padding-top: 10px;
}
.servicesheading {
	padding-top: 10px;
}

.footerleft {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
.footerright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.imagefloatleft {
	float: left;
	padding-bottom: 5px;
	padding-right: 15px;
}
.imagefloatright {
	padding-bottom: 5px;
	float: right;
	padding-left: 5px;
}
.rightcolumn {
	margin-left: 10px;
}
.footerright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footerright a:hover {
	font-weight: bold;
	color: #E97700;
}
.footerright {
	color: #FFFFFF;
	text-align: right;
	font-size: 10px;

}
.imagesside {
	padding-top: 10px;
	float: right;
	padding-right: 30px;
	padding-bottom: 10px;
}
.smlsideimagesright {
	padding-right: 10px;
}
#scrollingarea {
	height: 280px;
	width: 380px;
	padding-right: 20px;
	overflow: auto;
}
.formcell {
	padding: 3px;
}
.intropic1-new {
	width: 180px;
	padding-right: 10px;
	vertical-align: top;
}
.sidebullets-new li {
	margin-bottom: 22px;
}
.sidebullets-new {
	width: 199px;
	padding-left: 12px;
	vertical-align: top;
	border: 2px solid #FB772E;
	padding-right: 12px;
	padding-top: 5px;
}
.border {
	border: 1px solid #FB772E;
}
.home-pad {
	padding-top: 5px;
}
