body { 
	font-family: Verdana;
	font-size: 12px;
	background-color: #000000;
	margin-top: 0px;
}
a:link {
	color: #CC3300;
}
a:hover {
	color: #0099CC
}
a:visited {
	color: #CC3300
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.3em;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #007a99;
}

.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	color: #007a99
}

.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bolder;
	color: #3C5F84;
}

/*********** Homepage Header CTA area **********/

#home-header-cta-area { 
	background: url('images/lower-header-bg.jpg');
	width: 750px;
	height: 140px;
	font-size: 12px;
}

#home-header-cta-area p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#home-header-cta-area .textbox {
	width: 149px;
	border: 1px solid #444444;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

#specials-testimonials p {
	font-size: 11px;
}

h3 {
	font-size: 15px;
}

/*********** End Homepage Header CTA area **********/

li {
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.faq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #007a99;
}
.imgright {
	margin-left: 20px;
	padding-left: 20px;

}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-weight: bold;
}
.conversion {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}

.imgRightPad {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px
}
.imgLeftPad {
	margin-bottom: 15px;
	margin-left: 15px
}

#header_PremiereShielding {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: -3px;
	margin-bottom: -2px;
	color: #006699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 16px;
}

#header_Phone {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

/* All browsers */
.menu {
	z-index:1000;
	font-size:90%;
	margin-top: -14px;
	margin-left: -40px;
}

/* Modern Browsers */
html>/**/body .menu {
	margin-left: 0px;
}

/* IE6 and below */
* html .menu {
	margin-left: 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	list-style-type:none;
	width:167px;
	display: block;
}
.menu ul ul {
	padding:0;
	list-style-type:none;
	width:210px;
	border: 1px solid #cccccc;
	margin-left: 0px;
	display: block;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:0px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu ul li {
	position:relative;
	background: url('images/nav_bg.jpg');
	height:31px;
	margin: 0px;
	padding: 0px;
	outline: none;
	margin-top: 5px;
}

html>/**/body .menu ul li {
	margin-top: 0px;
}

* html .menu ul li {
	margin-top: -2px;
}

.menu ul li.red {
	background: url('images/nav_red_bg.jpg');
}

.menu ul ul li  {
	position:relative;
	background: #0099cc;
	height:22px;
	padding: 0px;
	border-bottom: 1px solid #555555;
	outline: none;
	margin-top: 0px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none;
	height:31px;
	line-height:31px;
	width:167px;
	color: #FFFFFF;
	text-indent:21px;
	border:0px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	outline: none;
}

.menu ul ul li a, .menu ul ul li a:visited {
	display:block; 
	text-decoration:none;
	height:22px;
	width:210px;
	line-height:22px;
	color: #FFFFFF;
	text-indent:2px;
	border: 0px solid #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	outline: none;
}

.menu ul li a:hover {
	color:#fff; 
	background: url('images/nav_bg_hover.jpg');
}

.menu ul ul li a:hover {
	color:#0099cc; 
	background: #cccccc;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:167px; 
	z-index: 2000;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul a:hover ul ul {
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul a:hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul a:hover ul :hover ul { 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

*:first-child+html .menu li {
	float:left;
}

#iso_heading {
	margin-top: -25px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

html>/**/body #iso_heading {
	margin-top: -30px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	padding-top: 0px;
	padding-left: 60px;
	color: #FFFFFF;
}

#header_bg {
	background: url('images/top_banner_no_text.jpg');
	width: 750px;
	height: 87px;
	border: 0px;
}

#header_title {
	font-size: 27px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

#vactec_reg {
	font-size: 14px;
	vertical-align: top;
}

#vti_bg {
	background: url('images/VTI_headingbg.jpg');
	width: 333px;
	height: 45px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#vti_text {
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-style: italic;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bullet-list ul li {
	list-style-image: url("images/bluesquare.gif");
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footerBlock { 
	width: 450px; 
	float: center; 
	padding: 15px 0; 
}

/****** Content Slider Style *****/

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
margin-bottom: 5px;
width: 100%; /*width of featured content slider*/
height: 200px;
font-size: 10px;
font-color: #333;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
}

.pagination a{
padding: 0 5px;
background: #f0f0f0;
text-decoration: none;
}

.pagination a:hover, .pagination a.selected{
text-decoration: underline;
}
