/* ------------------------------------------------------------------------
CSS sheet for Fox Valley Safety and Training, Inc.
Author: Tim Kadlec
Date Created: 4/27/2007

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Red In Nav - #E60000;
Blue in nav - #011A89;
Green in Nav - #007917;
Orange in Nav - #F58807;

------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/

*{
	margin: 0px;
	padding: 0px;
}
a{
	outline: none;
}
body{
	font: normal 11px/1.5em "lucida grande", verdana, sans-serif; 
	text-align: center;
	background: url(../images/wrapbg.png) top center repeat-y #F2EFD8;
}
#wrap{
	width: 760px;
	margin: auto;
	text-align: left;
	background: #fff;
	color: #505050;
	position: relative;
}
h1{
	display: block;
	text-indent: -9999px;
	font-size: 75%;
	overflow: hidden;
}
#flash{
	z-index: 5000;
	width: 760px;
	height: 150px;
	background: url(../images/headeragain.jpg) no-repeat;
}
h2{
	color: #C90606;
}
h6{
	color: #C90606;
	font-size: 17px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
p{
	margin: 0 0 1.5em 0;
	padding: 0 6px;
}

/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
ul#nav {
	background: #cc0000;
	height: 30px;
}
ul#nav li {
	position: relative;
	float: left;
	display: block;
}
ul#nav li a {
	padding: 0px 26px;
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}
ul#nav li a:hover {
	color: #000;
}
ul#nav ul {
	display: none;
}
ul#nav li:hover ul {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 200px;
	background: #cc0000;
	white-space: nowrap;
	display: block;
	float: none;
}

/*ul.navigation{
	clear: both;
	list-style-type: none;
	display: block;
	width: 100%;
	height: 21px;
	background: #cc0000;	
}
ul.navigation li{
	float: left;
	text-align: center;
	display: block;
	vertical-align: bottom;
	position: relative;
}
ul.navigation li.home{
	width: 6%;
	margin-left: 19px;
}
#wrap > ul.navigation li.home{
	margin-left: 38px;
}
ul.navigation li.training{
	width: 9%;
	margin-left: 33px;
}
ul.navigation li.products{
	width: 9%;
	margin-left: 30px;
}
ul.navigation li.van{
	width: 20%;
	margin-left: 27px;
}
ul.navigation li.outsourcing{
	width: 12%;
	margin-left: 23px;
}
ul.navigation li.bullex{
	width: 7%;
	margin-left: 28px;
}
ul.navigation li.contact{
	width: 8%;
	margin-left: 22px;
}
ul.navigation a{
	display: block;
	float: left;
	text-align: center;
	font-size: 12px;
	width: auto;
	margin-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
ul.navigation a:hover{
	color: #333;
}
ul.navigation li ul{
	display: none;
	list-style-type: none;
}
ul.navigation li:hover ul, ul.navigation li.hover ul{
	display: block;
	position: absolute;
	top: 100%;
	left: -30px;
}
ul.navigation li ul li, ul.navigation li ul a{
	float: none;
	color: #F2C5C5;
	margin: 0px;
	font-size: 12px;
	font-weight: 100;
	text-indent: 0;
	text-align: left;
	width: 120px;
	display: block;
	padding: 0;
	height: 20px;
	font-weight: bold;
}
ul.navigation li ul li a{
	background: #cc0000;
	margin: 0;
	text-decoration: none;
	width: 120px;
	padding-top: 5px;
	height: 20px;
	color: #fff;
	text-align: center;
}
ul.navigation li ul li a:hover{
	color: #000;
}
ul.navigation li ul li{
	height: 20px;
	width: 120px;
}*/

/* -----------------------------------------------------------------------
CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	clear: both;
	width: 100%;
	padding: 9px 0px 0px 0px;
}
ul.compliance{
	display: block;
	width: 400px;
	margin-left: 20px;
}
ul.compliance li{
	width: 49%;
	float: left;
}
ol.compliance{
	display: block;
	margin: 0px 0px 0px 25px;
}
h3.listheading{
	padding-left: 5px;
	font-size: 15px;
}
.safetycats{
	display: block;
	margin: 15px 0px 0px 20px;
	clear: both;
}
.safetycats ul.left{
	float: left;
	list-style-type: none;
	width: 49%;
	padding: 0px 0px 20px 0px;
	display: block;
}
.safetycats ul.right{
	padding: 0px 0px 20px 0px;
	float: right;
	list-style-type: none;
	width: 49%;
	display: block;
}
p.printer{
	clear: both;
	margin-top: 20px;
}

/* -----------------------------------------------------------------------
INDEX ELEMENTS
-------------------------------------------------------------------------*/
#content > #indexleft{
	width: 500px;
}
p.contactpara {
	font-size: 12px;
}
p.contactpara a {
	color: blue;
	text-decoration: none;
}
p.contactpara a:hover {
	text-decoration: underline;
}
#indexright {
	width: 231px;
	background: url(../images/rightmiddle.png) top center repeat-y;
	float: right;
	margin-right: 10px;
}
#indexright h3 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(../images/righttop.png) top center no-repeat;
}
ul.indexright{
	padding: 0px 20px 18px 40px;
	line-height: 14px;
	list-style-type: disc;
	background: url(../images/rightbottom.png) bottom center no-repeat;
}
ul.indexright li{
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dashed black;
}

/* -----------------------------------------------------------------------
FIRST AID VAN SERVICES ELEMENTS
-------------------------------------------------------------------------*/
ul.list li.indentedli{
	margin: -5px 0px 0px 20px;
}
p.callnow{
	font-weight: bold;
	background: #cc0000;
	clear: both;
	color: white;
	height: 18px;
	font-size: 13px;
	text-indent: 20px;
}
body.index p.callnow{
	margin-top: 130px;
	width: 748px;
}
p.callnow a{
	color: #fff;
}
p.callnow a:hover{
	color: #333;
}
.phonenumber{
	margin-left: 20px;
}
img.rightimg{
	margin: 0px 100px;
	float: right;
}
img.vanimg{
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
/* -----------------------------------------------------------------------
BULLEX ELEMENTS
-------------------------------------------------------------------------*/
p.red{
	text-align: center;
	color: #E60000;
}
h5.grayheading{
	text-align: center;
	width: 370px;
	background: gray;
	font-size: 15px;
	padding: 3px 0px 3px 0px;
	color: white;
}
h4.red{
	margin: 0px 0px 0px 3px;
	color: #E60000;
}
p.bullexpara{
	padding: 0px 0px 0px 20px;
	width: 300px;
	margin: 0px 0px 0px 0px;
}
ul.bullexlist{
	width: 300px;
	padding: 0px 0px 0px 20px;
	list-style-image: url(../images/bullet.jpg);
}
#rightside{
	float: right;
}
#rightside img {
	display: block;
	margin: 0px 0px 50px 0px;
}
.by {
	font-style: italic;
	padding-left: 20px;
	display: block;
}
sub {
	font-size: 9px;
}
p.zeromargin {
	margin: 0px;
}
/* -----------------------------------------------------------------------
WHATWEDO ELEMENTS
-------------------------------------------------------------------------*/
#whatwedo {
	clear: both;
	padding-left: 6px;
	padding-top: 9px;
	font-size: 90%;
	line-height: 1.5em;
}
#whatwedo dl {
	width: 138px;
	float: left;
	margin-right: 12px;
}
#whatwedo dl.last {
	margin-right: 0;
}
#whatwedo img {
	border: 1px solid #7B826B;
}
#whatwedo dd.title{
	font-weight: bold;
}
/* -----------------------------------------------------------------------
OURSOURCE ELEMENTS
-------------------------------------------------------------------------*/
#top{
	width: 89%;
}
#top p{
	margin: 10px 0px 10px 0px;
}
#right{
	width: 49%;
	float: right;
}
#right p{
	margin: 10px 0px 0px 0px;
}
ul.vanlist{
	margin: 5px 40px;
}
ul.list{
	margin: 10px 0px 20px 20px;
}
ol.contactlist{
	margin-left: 25px;
	margin-bottom: 10px;
}
/* -----------------------------------------------------------------------
TESTIMONIALS ELEMENTS
-------------------------------------------------------------------------*/
.testimonial{
	font-size: 120%;
	background: url(../images/leftquotes.png) top left no-repeat;
	padding-left: 39px;
	margin-bottom: 0px;
}
.testimonialby{
	display: block;
	text-align: right;
	font-weight: bold;
	padding: 8px 40px 4px 0;
	background: url(../images/rightquotes.png) bottom right no-repeat;
}
p.paraclear{ /* On Safety-Training Page */
	margin: 220px 0px 0px 10px;
	width: 300px;
}
body.products p.paraclear{
	font-size: 14px;
	text-align: center;
	height: 333px;
	margin-bottom: 10px;
	background: url(../images/catalog.gif) 50px 40px no-repeat;
}
.hide{
	display: none;
}
/* -----------------------------------------------------------------------
JAVASCRIPT MENU ELEMENTS
-------------------------------------------------------------------------*/
ul#contentNav{
	margin-left: 10px;
	float: left;
	list-style-type: none;
}
ul#contentNav a{
	color: blue;
}
h3.listheading{
	color: #000;
	font-size: 15px;
	width: 350px;
	height: 29px;
	text-align: center;
	text-indent: -5px;
	padding-top: 120px;
	background: url(../images/clipboardtop.png) no-repeat;
}
body.products h3.listheading{
	padding-top: 150px;
	background: url(../images/productsclipboardtop.png) no-repeat;
}
.section p{
	background: url(../images/clipboardmiddle.png) repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
}
ul.safety{
	padding-right: 20px;
	padding-left: 20px;
	list-style-type: none;
	background: url(../images/clipboardmiddle.png) repeat-y;
}
ul.safety li{
	background: url(../images/checkmark.png) left top no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.section{
	background: url(../images/clipboardbottom.png) bottom left no-repeat;
	float: right;
	padding-bottom: 74px;
	width: 350px;
	margin-right: 20px;
	margin-top: -40px;
}
/* -----------------------------------------------------------------------
CONTACT ELEMENTS
-------------------------------------------------------------------------*/
img.contactimg{
	float: right;
	margin: 50px 20px 0px 0px;
}
p.address{
	margin-left: 100px;
}
form.contactform{
	width: 600px;
	margin: auto;
}
form.contactform fieldset{
	margin-left: 0px;
	margin-right: 40px;
	float: left;
	display: inline;
}
.checks{
	clear: both;
	margin-left: 300px;
}
.checks input{
	margin-right: 5px;
}
#submit{
	margin-left: 110px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
form.contactform label{
	display: block;
	clear: both;
	padding-bottom: 5px;
}
form.contactform .labeltext{
	display: block;
	float: left;
	width: 300px;
}
fieldset{
	border: 0px;
}
legend{
	margin-bottom: 10px;
}
.legendtext{
	display: block;
	width: 340px; 
	font-weight: bold;
	border-bottom: 1px dashed black;
}

form#icpsignup2419 {
	margin-left: 20px;
	padding: 12px;
	background: #f4f4f4;
	border: 1px solid #ccc;
}

/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	clear: both;
	background: url(../images/footerbg.gif) top center no-repeat;
	font-size: 90%;
	font-family: Arial, sans-serif;
	padding-top: 25px;
	text-align: center;
}
#footer ul{
	display: block;
	float: left;
	list-style-type: none;
	width: 98%;
}
#footer li{
	float: left;
	width: 33%;
	text-align: center;
}
#footer a{
	color: #505050;
}
#footer p{
	padding-top: 10px;
	line-height: 1.2em;
	margin-top: 17px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.col {
	padding: 10px;
	width: 230px;
	float: left;
}
.col a img {
	border: none;
}
.productp {
	width: 350px;
}
.redbox {
	margin-left: 10px;
	padding; 5px;
	background: #CC0000;
	color: #fff;
}
.red2 {
	color: #CC0000;
}