/* CSS Document */
body {
	background-color: #C6C6C6;
	margin-bottom: 0px;
	clear: both;
	text-align: center;
	a: 
}

#mainContainer {
	background-color: #FFFFFF;
	width: 968px;
	margin: 0 auto 0 auto;
}

#mainImg {
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
}

.contentBg {
	background-image: url(images/cont_bg.gif);
	background-color:#000000;
}

.caption{
	margin: 5px;
	padding: 5px;
	border: 2px solid #CEE1FF;
	font-size: 12px;
	text-align: center;

}

#contentContainer {
	width: 930px;
	margin-left: 19px;
	margin-right: 19px;
	text-align:left;
}

#content {
	width: 596px;
	position:relative;
	left:147px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bac4c6;
}

#copyright {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-right: 19px;
	padding: 10px;
	clear: both;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	font-weight:bold;
	text-align: center;
	color: #9d0300;
	margin-top: 1px;
}

h2 {
	margin-top:0px;
}

h3 {
	margin:0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.submenu{
	font-family:Arial, Helvetica, sans-serif;
	color:#87a3a3;
	height:20px;
	float:left; 
	background:url(images/menu_sub_bg.gif) repeat-x; 
	display:none;
	font-size:12px;
	font-weight:normal; }

.submenu p {
	margin:0px; }

.submenu a, .submenu a:visited{
	color:#FFFFFF;
	text-decoration:none; }

.submenu a:hover{
	text-decoration:underline; }

.guaranteeBox{
	width:65%;
	padding:30px;
	background-color:#FFFF00;
	border: 2px solid #9D0300;
	margin: 0 auto;
	}
	
	.guaranteeBox h1{
		margin-top:0px;}
		
blockquote {
	text-indent: 25px;
	font-style:italic; 
	background:url(../images/common_quote1_start.png);
	background-position: 0 2px;
	background-repeat: no-repeat; }

	blockquote p {
		display: inline;
		margin: 0;
		padding-right: 24px;
		background:url(../images/common_quote1_end.png);
		background-position: bottom right;
		background-repeat: no-repeat; }

.quoteAuthor{
	text-align:right;
	font-weight:bold;
	margin-bottom:25px; }
	
.rightVid{
	width:320px;
	height:261px;
	padding:30px;
	float:right;
	text-align:center;
	text-indent:0px;
	margin-right:20px;
	clear:both;
}

.centerVid{
	width:400px;
	height:326px;
	padding:30px;
	margin: 0 auto; 
	text-align:center;
	text-indent:0px;
	clear:both;
}

.leftVid{
	width:320px;
	height:261px;
	padding:30px;
	float:left;
	text-align:center;
	text-indent:0px;
	clear:both;
}

img{
	border:0px;
}

/*Phone Call Btn */
	#phonebtn{
		width:81px;
		float:right;
		position:fixed;
		right:25px;
		top:25px;
		z-index:15;
	}
	
	#phonebtn img{
		border:0px;
	}
	
	*html #phonebtn { /* IE6 & Below */
		position:absolute;
		right: expression( ( 25 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  		top: expression( ( 25 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	}