@charset "utf-8";
/* CSS Document */
*
{
	 margin:0px;
	 padding:0px;
}

h1
{
	font-size: 20px;
	margin: 8px 0px;
	font-weight: normal;
	padding-top:5px;
	padding-bottom:5px;
	color:#192768;
}

h2
{
	font-size: 16px;
	margin: 4px 0px;
	font-weight: normal;
	padding-top:5px;
	padding-bottom:5px;
	color:#192768;
}

h3
{
	font-size: 14px;
	margin: 2px 0px;
	font-weight: normal;
	padding-top:5px;
	padding-bottom:5px;
	color:#192768;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	color:#192768;
}

body
{
	background: url(images/bg.jpg) center repeat-y #c1bdbe;
 	margin:0px;
 	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#container
{
	width:860px;
	background: url(images/leftBG2.jpg) repeat-y #FFFFFF;
	margin:0 auto 0;
	font-size:12px;
	margin-bottom:0;
	line-height:140%;
}
#left_side
{
	width:213px;
	float:left;
}
#header
{
 float:right;
}
#footer
{
	width:660px;
	min-height:90px;
	padding-right:200px;
	padding-top:30px;
	color:#000000;
	background: url(images/footerBG.jpg) top no-repeat #434c51;
	clear:both;
}
ul, ol
{
	padding-left:30px;
}
a, a:visited
{
	color:#9A3334;
	text-decoration:none;
	font-weight: bold;
}
a:hover
{
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}
#RTservices
{
	text-align:right;
	clear:both;
	background:#434c51;
	padding-bottom:10px;
}
#RTservices a, #RTservices a:visited
{
	color:#ffffff;
	text-decoration:none;
}
#RTservices a:hover
{
	color:#ffffff;
	text-decoration:underline;
}
p
{
	padding-bottom:10px;
	padding-top:10px;
}
hr
{
	margin-top:10px;
	margin-bottom:10px;
}
.left
{
	text-align:left;
	width:300px;
	float:left;
	padding:5px;
}
.right
{
	text-align:right;
	width:200px;
	float:left;
	padding:5px;
	
}

#content
{
	width:627px;
	float:right;
}
#content_right
{
	padding-right:20px;
}
#nav
{
	width:213px;
	background: url(images/navBG.jpg) repeat-y;
	float:left;
}

.shaded
{
	background-color:#DDDDDD;
}

.pricegrid
{
	font-size:10px;
	text-align:center;
	border-collapse: collapse;
	width:625px;
	line-height:1.1;
	background: url(images/pricelogo.jpg) no-repeat;
}
.pricegrid td
{	
	border:1px solid black;
	width:66px;
	padding:3px 2px;
}

.testimonial
{
 	background:#F2F2F2;
 	width:597px;
 	text-align:right;
 	margin:0px;
 	padding:10px 10px 10px 0px; 
 	font-size:11px;
 	font-style: italic;
 	border-bottom:2px #A3A5A8 dashed;
 	
}
.testimonial_left
{
 	background:url(images/qopen.gif) no-repeat top left #F2F2F2;
 	width:35px;
 	height:35px;
 	float:left;
 	margin:0px;
 	padding:0px;

}

.testimonial_right
{
 	background:url(images/qclose.gif) no-repeat bottom right #F2F2F2;
 	width:527px;
 	float:left;
 	margin:0px 0px 5px 0px;
 	padding:5px 35px 5px 0px; 
 	text-align:left;
 	font-size:12px;
 	font-style: normal;
}


#menu,
			#menu ul { padding-left:0px; padding-top:0px; list-style:none; width:200px; color:#FFFFFF; font:Arial, Helvetica, sans-serif; font-size:14px; }
			#menu li { 	height:12px;padding-top:3px; padding-bottom:8px; }
			
			/* first level */
			#menu { width: 195px; font-size:14px; font-weight:bold; }
			#menu li, #menu a { float: left; width: 205px; text-decoration:none;}
			#menu a { display: block;color:#FFFFFF; padding-left:10px; line-height:22px; }
			#menu a:hover,
			#menu a.menu_open { color:#333333; }

			/* second level */
			#menu ul { visibility: hidden; position: absolute; width: 205px; padding-left:8px; line-height:22px; }
			#menu ul a { background: #9A3334; color:#FFFFFF; border:#663332 1px solid;}
			#menu ul a:hover,
			#menu ul a.menu_open { background: #9A3334; color:#333333; }