#all {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 795px;
	margin: 0;
	padding: 0;
}
#all #leftcol a {
	color: #FFFFFF;
	text-decoration: none;
}
#header {
	height: 79px;
	width: 795px;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}
body {
	background-color: #EDEDED;
	margin: 0px;
}
#header-contact-info {
	background-image: url(images/About-Imagemark_02.jpg);
	height: 30px;
	width: 760px;
	color: #25426b;
	text-align: right;
	font-size: 11px;
	padding-right: 35px;
	padding-top: 5px;
}
#leftcol {
	background-image: url(images/About-Imagemark_03.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 796px;
	width: 165px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding: 20px 0 0 21px;
}
#leftcol-links {
	padding-left: 8px;
}

#leftcol-subscribe {
	font-size: 10px;
	color: #FFFFFF;
	height: 56px;
	padding: 0;
}
#all #header-contact-info a {
	color: #25426b;
}
#all #rightcol #rightcol-bodytext .style1 li {
	margin: 0px;
	text-indent: 0px;
}
#allcontent {
	background-image: url(images/content-repeat.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	width: 795px;
	height: 900px;
}



#rightcol {
	background-image: url(images/About-Imagemark_04.jpg);
	background-repeat: repeat-y;
	height: 816px;
	width: 609px;
	float: left;
	font-size: 11px;
	text-align: left;
	margin: 0 0 0 0;
}

#rightcol-bodytext {
	float: left;
	padding-right: 50px;
	padding-left: 15px;
	line-height: 18px;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	background-image: url(images/About-Imagemark_06.jpg);
	height: 34px;
	width: 795px;
	clear: both;
	float: none;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rightcol-bodytext-home {
	float: left;
	padding-right: 50px;
	padding-left: 15px;
	line-height: 16px;
	background-image: url(images/home-services-bg.jpg);
	background-repeat: repeat-y;
	width: 576px;
	height: 808px;
}
#footer-home {
	background-image: url(images/home-footer.jpg);
	height: 34px;
	width: 795px;
	clear: both;
	float: none;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 20px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 795px; /*For KHTML*/
	list-style: none;
	height: 50px;
}

ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	text-align: left;
}

ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 79px;
	left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
	width: 265px; /*controls width of level 1 dropdown*/
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EEE;
  color: #666;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	color: #FFF;
	background-color: #006666;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	color: #FFF;
	background-color: #999999;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

#nav-servicesbutton {
	display: block;
	height: 79px;
	width: 102px;
	padding: 0 0 0 0;
	border: 0px;
}
#all #header #navmenu-h #nav-imgmailerbutton a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}

#nav-solutionsbutton {
	display: block;
	height: 79px;
	width: 113px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
}
#nav-imgmailerbutton {
	height: 79px;
	width: 125px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#nav-getquotebutton {
	display: block;
	height: 79px;
	width: 120px;
}
#nav-aboutusbutton {
	display: block;
	height: 79px;
	width: 135px;
}
#all   #header #navmenu-h #nav-servicesbutton a    {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}
#all   #header #navmenu-h #nav-solutionsbutton a    {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}
#all #header #navmenu-h #nav-getquotebutton a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}
#all #header #navmenu-h #nav-aboutusbutton a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}
#nav-homebutton {
	display: block;
	height: 79px;
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
}
#navbar {
	background-image: url(images/btn-navbgrepeat.jpg);
	background-repeat: repeat;
}

#all #header #navmenu-h #nav-homebutton a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}
.style1 {color: #BC6F2E}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #c05515;
	font-size: 25px;
	font-weight: lighter;
	margin: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #355a92;
	font-size: 15px;
	font-weight: lighter;
	margin: 0;
}
#imagemailerflash {
	height: 300px;
	width: 585px;
	text-align: center;
	vertical-align: middle;
}
#variable-data-flash {
	height: 300px;
	width: 585px;
	text-align: center;
	vertical-align: middle;
}
#roi-flash {
	height: 117px;
	width: 585px;
	text-align: center;
	vertical-align: middle;
}
.style5 {
	color: #000000;
	font-weight: normal;
	font-size: 9px;
}
.style2 {
	color: #BC6F2E;
	font-weight: bold;
}
#popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 320px;
	height: 250px;
}
#nav-servicesbutton {
	display: block;
	height: 79px;
	width: 102px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
	background-image: url(images/btn-navbgrepeat.jpg);
	background-repeat: repeat;
}
#nav-solutionsbutton {
	display: block;
	height: 79px;
	width: 113px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
	background-image: url(images/btn-navbgrepeat.jpg);
	background-repeat: repeat;
}
#nav-imgmailerbutton {
	display: block;
	height: 79px;
	width: 125px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
	background-image: url(images/btn-navbgrepeat.jpg);
	background-repeat: repeat;
}
#nav-getquotebutton {
	display: block;
	height: 79px;
	width: 120px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
	background-image: url(images/btn-navbgrepeat.jpg);
	background-repeat: repeat;
}
#nav-aboutusbutton {
	display: block;
	height: 79px;
	width: 135px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
	background-image: url(images/btn-aboutusbg.jpg);
	background-repeat: repeat;
}
