/*Version 2*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #203a65;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;	
	margin: 0;
	padding: 0;
	background: #BFBFBF url(bg.png) repeat-x;
	font-size: 14px;
}
.clear {
	padding:0;
	margin:0;
	line-height:0;
	height:0;
	font-size:0;
	clear:both;
}
/* Normal link */
a {
	color: #203a65;
	text-decoration: none;
	background: none;
	font-weight: bold;
}

a:hover, a:active, a:focus {
	color: #0568ab;
	text-decoration: none;
}



/* Small text */
small, .small, .smalldark, #pathway {
	font-size: 80%;
	color: #000;
}

/* Heading */
h1 {
	font-size: 16px;
	color:#bc6c0f;
	font-weight: normal;
	line-height: 16px;

}


.Red {
	color:#ff0000 !important;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	margin:  0;
	padding: 5px 0 0 0 ;
}
h2 {
	font-size: 16px;
	color:#d1393a;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	padding-bottom: 7px;
}
ul {
	list-style: none;
}

ul li {
	padding-left: 0px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #333333;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}
 p.green {
	color:#578d0f;
}
.red {
	color:#ff2895;
}


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */

#wrap {
		margin: 0px auto;
		width: 970px;
		padding: 0;
}


#containerwrap {
	padding: 0px;
	background: url(contentbg.png) repeat-y;
}

#indexcontainer {
	padding:0;
	padding-top: 300px;
	margin: 0;
	background: url(index-content-top.png) no-repeat top;
	
}
#pagecontainer {
	padding:0;
	padding-top: 43px;
	margin: 0;
	background: url(page-content-top.png) no-repeat top;
	
}
#pagecontainer h1 {
	font-weight: bold;
	font-size: 23px;
	color: #ffffff;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	padding: 0 0 100px 0;
	text-align: center;
	width: 290px;
}
#pagecontainer #content {
	padding: 0 50px;
}
#pagecontainer .images {
	width: 300px;
	float: left;
}
#pagecontainer .images img {
	padding-bottom: 20px;
}
/* HEADER
--------------------------------------------------------- */
#headerwrap {
	height: 137px;
	overflow: hidden;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	position: absolute;
	top: 30px;
	left: 15px;
	text-indent: -1000px;
}

#header h1 a {
	width: 240px;
	height: 75px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

/*LOGO*/

#logo {
	height: 109px;
	width: 970px;
	margin:0 auto;
}
/*menu */

ul#menu {
	height:28px;
	width:516px;
	margin:0 auto;
	padding:0;
}
ul#menu li {
	display: inline;
	float: left;
	height:28px;
}

#menu li#menu1 a {
	display: block; height:28px;
	width:49px;
	background: url(m-home.png) no-repeat;
}
#menu li#menu1 a:hover, #menu li#menu1.active a {
	background: url(m-home-h.png) no-repeat;
}

#menu li#menu2 a {
	display: block; height:41px;
	width:68px;
	background: url(m-about.png) no-repeat;
}
#menu li#menu2 a:hover, #menu li#menu2.active a {
	background: url(m-about-h.png) no-repeat;
}

#menu li#menu3 a {
	display: block; height:41px;
	width:62px;
	background: url(m-services.png) no-repeat;
}
#menu li#menu3 a:hover, #menu li#menu3.active a {
	background: url(m-services-h.png) no-repeat;
}

#menu li#menu4 a {
	display: block; height:41px;
	width:69px;
	background: url(m-products.png) no-repeat;
}
#menu li#menu4 a:hover, #menu li#menu4.active a {
	background: url(m-products-h.png) no-repeat;
}

#menu li#menu5 a {
	display: block; height:41px;
	width:90px;
	background: url(m-testimonials.png) no-repeat;
}
#menu li#menu5 a:hover, #menu li#menu5.active a {
	background: url(m-testimonials-h.png) no-repeat;
}

#menu li#menu6 a {
	display: block; height:41px;
	width:83px;
	background: url(m-contact.png) no-repeat;
}

#menu li#menu6 a:hover, #menu li#menu6.active a {
	background: url(m-contact-h.png) no-repeat;
}
#menu li#menu7 a {
background:url(m-accident.png) no-repeat scroll 0 0 transparent;
display:block;
height:28px;
width:95px;
}
#menu li#menu7 a:hover, #menu li#menu7.active a {
	background: url(m-accident-h.png) no-repeat;
}
/* CONTENT COLUMN
--------------------------------------------------------- */



#content ul {
padding: 0px 10px;
margin: 0 0 20px 0;
}
#content ul li {
	list-style-image: url(dot2.gif)
	}
#content1 {
	margin:0;
	padding:0;
	padding-left: 40px;
}

#content1 h3 {
	margin: 0px 0 3px 0px ;
	padding: 3px 0 0px 0px;
	font-size: 110%;
	line-height: normal;
	color:#e42240;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
}
#content1 a {
	color:#d1393a;

}
#content1 p {
	margin: 10px 0;
}
#content2 p {
	margin: 0;
	padding: 0;
}
#content2 {
		background: url(content2_bg.png) no-repeat top center;
		margin:0px;
		padding: 42px 0 0 0;
		height: 168px;
		color: #ffffff;
}

#content2 h3 {
	margin: 0px 0 3px 0px ;
	padding: 3px 0 5px;
	font-size: 19px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#content2 h3 span {
	font-size: 28px;
	color: #ff0000;
}
#content2 ul li {
	list-style-image: url(dot.gif);
	padding: 0;
}
#content3 {
		margin:0px;
		padding: 0px;
}
#content3 h3 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #c9c9c9;
	color: #203a65;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

/* column*/
#col11 {
	width:470px; /* +27 */
	float: left;
	padding: 0px;
}
#col11 p {
	padding:0;
	margin: 0;
}

#col11 h1 {
	color: #ffffff;
	font-size: 31px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height:31px;
padding:100px 0 10px 20px;

}
#col11 h1 span {
	color: #afedff;
	text-decoration: line-through;
	font-style: italic;
}
#col11 h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: normal;
	line-height:31px;
	padding:30px 0 10px 50px;
}
#col11 ul {
	width: 180px;
	list-style-image: url(dot.gif);
	padding:0 0 0 80px;
	float: left;
}
#col11 li {
	font-size: 20px;
	color: #afedff;
	line-height: 20px;
	margin-bottom: 5px;
}
#col12 {
	float: left;
	padding: 0 20px;
	width:400px;
}
#col12 p {
	margin: 0;
	padding: 0;
	line-height: 30px;
}
#col12 .img {
	float: left;
	width: 120px;
}
#col12 img  {
	padding-bottom: 10px;
	padding-top: 10px;
}
#col21 {
	float: left;
	padding:0px 5px 0px 30px;
	width:300px;
	position: relative;
}
#col22 {
	float: left;
	padding:0px 15px;
	width:275px;	
}
#col23 {
	width: 270px;
	float: left;
	padding:0px 20px;
	position: relative;
}
#col21 img.recycle {
	position: absolute;
	top: 70px;
	left: 200px;
}
#col23 img.logo {
	position: absolute;
	top: 56px;
	left: 18px;
}

/*content 3*/
#col31 {
	float: left;
	width: 240px;
	padding: 0 20px 0 80px;
}
#col32 {
	float: left;
	width: 240px;
	padding: 0 10px;
}
#col33 {
	float: left;
	width: 240px;
	padding: 0 10px;
}
/* FOOTER
--------------------------------------------------------- */
#footerwrap {
	background: url(footer.png) no-repeat top left;
	width: 970px;
}
#footer {
	margin:0;
	padding: 30px 0 20px 0;
	text-align: center;
	font-size: 11px;
	line-height: 1.5;
	clip: rect(auto,auto,auto,auto);
	right: 10px;
	left: -10px;
}
#footer p {
	margin: 0;
	padding: 0;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
}

blockquote {
	font-style: italic;
	color: #d1393a;
}
/*  [b] footprint  */

/* AccidentPage css Start Here */
.AccidentCon {
	width:800px;
}
.AccidentCon h3 {
	font-size:23px;
	color:#476991;
	text-align:center;
	font-weight:bold;
	padding:0 0 28px;
}
.AccidentCon h4 {
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
	padding-bottom:8px;
}
.AccidentCon h5 {
	font-size:13px;
	color:#333;
	padding-bottom:4px;
	font-weight:bold;
	background:url(arrow.png) 0 2px no-repeat;
	padding:0 0 2px 12px;
}
.Middle {
	vertical-align:middle;
}
.AccidentCon p {
	font-size:14px;
	font-family:Arial;
	padding-bottom:15px;
	font-weight:normal;
}
.AccidentBox {
	width:840px;
	background:#E9F4FF;
	border:1px solid #DFDFDF;
	margin:0 0 20px 0px;
	padding:10px;
}
.AccidentBox h6 {
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
	padding-bottom:15px;
	color:#ff0000;
	text-align:left;
}
.ImageBox2 {
	width:260px;
	float:left;
	margin:10px 15px 0 0;
} 
.TextAcci {
	width:400px;
	padding:10px 0 0 0;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	float:left;
}
.click {
	width:112px;
	height:25px;
	display:block;
	background:url(click.gif) 0 0 no-repeat;
	text-indent:-90000px;
	outline:none;
	margin:6px 0 0 0;
}
.click:hover {
	background:url(click.gif) 0 -25px no-repeat;
}
.contact {
	width:430px;
	float:left;
}
.contact h2 {
	font-size:18px;
	text-align:left;
	padding-bottom:10px;
	text-decoration:none;
	font-weight:normal;
}
.ImgCon {
	width:300px;
	float:right;
}
/* AccidentPage css End Here */
