@charset "utf-8";

P.Content
{
	padding: 2px 10px 0px 5px;
	margin: 0px;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(images/grid.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container  {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	padding: 0px 0px 12px;
}
#header  {
	padding: 0 0px;
	font-weight: bold;
}
.greenBar {
	background: #3FB11D;
	height: 25px;
	width: 100%;
	color: #FFF;
	vertical-align: middle;
	padding-top: 10px;
	margin: 0px;
}

#header a:link , #header a:visited{
	color: #FFF;
	text-decoration: none;
}
#header a:hover, #header a:active {
	color: #06C;
	text-decoration: underline;
}
.form {
	float: right;
	width: 220px;
	border: 4px dashed #F60;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 5px;
}
.10Font {
	font-size: 10px;
}
.BldTxtHdr {
	font-size:14px;
	font-weight: bold;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.BldTxtHdrWH {
	font-size:14px;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}


.fontSmall {
	font-size: 11px;
	font-weight: bold;
}


#mainContent  {
	padding: 0;
}
#mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}


#mainContent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #F30;
	padding-bottom: 10px;
}
#mainContent  p {
	padding: 0px 10px 10px;
}
#mainContent ul li {
	padding: 0px 10px 10px 0px;
	margin-left: 25px;
}

.space10 {
	padding: 5px;
}

.one {
	color: #FFF;
	background: url(images/backgr1.jpg) no-repeat;
	height: 100px;
	margin: 0px;
	border-top: 2px solid #CCC;
	font-weight: bold;
	border-bottom: 2px solid #CCC;
}
.services {
	color: #FFF;
}


#mainContent .one h1{
	padding-left: 20px;
	color: #FFF;
}
#mainContent .one p {
	padding-left: 20px;
	font-size: 13px;
}
#mainContent .one ul li{
	list-style: url(images/checkmark.png);
	padding: 1px 5px 1px 0px;
	font-size: 13px;
	margin-left: 40px;
	margin-top: 5px;
}

.separatorVert {
	border-left: 3px double #EBEBEB;
}


#footer  {
	padding: 0 10px;
	border-top: 3px double #E6E6E6;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	color: #999;
}
.fltRight {
	float: right;
}
.fltLeft {
	float: left;
}
.fltClear {
	clear: both;

}
.form  a:link, .form a:visited {
	color: #666;
	text-decoration: none;
}
.form a:hover, .form a:active {
	color: #999;
	text-decoration: none;
}
.dot {
	list-style: disc;
}
.requestInfo {
	background: url(images/btn-Reqquote.gif) no-repeat;
	height: 52px;
	width: 154px;
}
a img {
	text-decoration: none;
	border-style: none;
}

.BlueBoxPreview {
	width: 350px;
	margin-bottom: 10px;
	background: #CED8FF no-repeat center top;
	height: 300px;
	margin-right: 10px;
	margin-left: 50px;
	padding: 0px;
	border: 3px solid #110089;
}
.hideDiv {
	display: none;
}

