@charset "utf-8";

body  {
	background: #FFFFFF;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
a {
	font-size: .9em;
	color: #003D7E;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003D7E;
}
a:hover {
	text-decoration: underline;
	color: #003D7E;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}


.clear {
	clear: both;
	height: 1px;
	width: 1px;
	display: inline;
}
#content {
	top: 0px;
	width: 100%;
	text-align: center;
	left: 0px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#container {
	text-align: left;
	width: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	position: relative;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}
#header .phoneNumber {
	text-align: left;
	position: absolute;
	right: 0px;
	margin: 10px;
	top: 0px;
	background-image: url(/images/shading.png);
	background-repeat: repeat;
	padding: 10px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}
#header .slogan {
	text-align: right;
	margin: 10px;
	position: absolute;
	z-index: 1;
	right: 0px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	bottom: 0px;
	background-image: url(/images/shading.png);
	background-repeat: repeat;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
}


#divSeparator {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
	left: 0px;
	top: 0px;
	position: relative;
	color: #FFFFFF;
	background-color: #0066CC;
	background-image: url(/images/glassBar.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	border-right-width: 0px;
	border-left-width: 0px;
}
#main {
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: 215px;
	margin-bottom: 0px;
	margin-left: 210px;
	padding: 10px;
	position: relative;
}

#leftBar {
	float: left;
	width: 180px;
	left: 0px;
	top: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	position: relative;
}
#leftBar ul, li {
	list-style-position: inside;
	list-style-type: none;
	margin-top: 0px;
	margin-left: -20px;
	display: block;
	left: 0px;
	top: 0px;
}
#leftBar    a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/40pxButtonGlass.png);
	height: 65px;
	width: 176px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	display: block;
	line-height: 45px;
	margin-right: 3px;
	margin-left: 3px;
}
#leftBar   a.menu:hover  {
	background-image: url(/images/40pxButtonGlassOverlay.png);
}
#leftBar a.current {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/40pxButtonGlassActive.png);
	height: 65px;
	width: 176px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	display: block;
	line-height: 45px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#leftBar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftBar p {
	margin-bottom: 40px;
}



#rightBar {
	float: right;
	width: 185px;
	left: 0px;
	top: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-size: .7em;
	position: relative;
}
#rightBar a {
	text-align: center;
	vertical-align: middle;
	display: block;
}
#rightBar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightBar p {
	margin-bottom: 40px;
}
#overlay {
	background-image: url(/images/ravelcoOverlay.png);
	position: absolute;
	z-index: 1;
	height: 119px;
	width: 202px;
	top: 165px;
	left: 0px;
}
#footer {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #EFEFEF;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
	border: 1px solid #999999;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 20px;
}
#footer  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	display: block;
	left: 0px;
	top: 0px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}	
.rightFloat {
	float: right;
	width: auto;
}
.leftFloat {
	float: left;
	width: auto;
}
.pGroup {
	background-color: #E3F5FD;
	border: 1px solid #104B7B;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
	background-image: url(/images/paragraphBg.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: relative;
}
.pGroup .p   {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
	background-image: url(/images/tabBg.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 10px;
	display: block;
	border: 1px solid #104B7B;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #E3F5FD;
}
.pGroup  p {
	text-align: justify;
	line-height: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.pGroup h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
	background-image: url(/images/headingBg.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 1.2em;
	left: 0px;
	top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	z-index: 2;
}
.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
}
.dealer {
	float: left;
	padding: 10px;
	width: 200px;
	height: 140px;
	background-color: #FFFFFF;
	border: 1px solid #104B7B;
	margin: 10px;
}
.infoRequest {
	font-size: 14px;
	font-weight: bold;
	color: #104B7B;
	margin: 20px 40px;
}
.infoRequest a {
	text-decoration: underline;
}
.infoRequest a:hover {
	color: #FF0000;
}
.infoRequest fieldset {
	border: 1px solid #104B7B;
	background-image: url(/images/shadingLight.png);
	background-repeat: repeat;
	padding: 20px;
	margin: 0px 0px 20px 0px;
}
.infoRequest legend {
	background: #104B7B;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #104B7B;
	margin: 10px;
	padding: 5px 10px;
}
.infoField {
	background-color: #FFFFFF;
	width: 90%;
	border: 1px solid #104B7B;
	padding: 10px 10px;
	font-size: 16px;
	margin: 10px 0px;
}
.infoTextarea {
	background-color: #FFFFFF;
	height: 200px;
	width: 90%;
	border: 1px solid #104B7B;
	padding: 0px 10px;
	font-size: 16px;
	margin: 10px 0px;
}
.infoBtn {
	background: #104B7B;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #104B7B;
	margin: 10px 0px;
	padding: 5px 5px;
}
.infoBtn:hover {
	background: #33CC00;
	cursor: pointer;
}
.tmWrapper {
	margin: 0px 10px;
}
.tmEntry {
	background-color: #EFEFEF;
	border: 1px solid #999999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	margin: 20px 0px;
}
.tmHead {
	color: #104B7B;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
.tmName {
	color: #666666;
	border-bottom: 1px dotted #999999;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin: 0px 5px 5px 5px;
	padding: 5px 0px;
}
.tmSum {
	color: #666666;
	font-size: 0.8em;
	text-align: left;
	margin: 0px 5px 5px 5px;
}
.tmLink {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 5px;
}
.tmSub {
	color: #104B7B;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px;
}
.tmMsg {
	color: #666666;
	font-size: 0.9em;
	line-height: 16px;
	padding: 10px;
}
.tmSig {
	color: #666666;
	border-top: 1px dotted #999999;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin: 5px 5px 0px 5px;
	padding: 5px 0px;
}
.pricing {
	background-color: #EFEFEF;
	border: 1px solid #999999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin: 0px 20px 20px 20px;
}
.pricing-border-left {
	border-left: 1px solid #999999;
}
.pricing-border-right {
	border-right: 1px solid #999999;
}
.pricing-border-bottom {
	border-bottom: 1px solid #999999;
}
.pricing th {
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #999999;
	padding: 0px 0px 5px 0px;
}
.pricing td {
	color: #666666;
	background-color: #FFFFFF;
	font-size: 0.8em;
	vertical-align: middle;
	padding: 10px 20px;
}
.pricing ul {
	margin: 0px;
	padding: 0px;
}
.articleContainer {
	height: 400px;
	width: 500px;
	overflow: auto;
}
.articleContainer p  {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}
.printHeading {
	font-size: 1.4em;
	color: #104B7B;
	margin-left: 30px;
	font-weight: bold;
}
.print ul {
	margin: 0px;
}
