/* CSS Document */
body {
	background-color:#505050;
	text-align: center; /* for IE */
	color:#000000;
	background-image:url(../images/bg.gif);
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left;  /*counter the body center */
	background-color:#121518;
	background-image:url(../images/contbg.gif);
	width: 949px;
	border-left:5px solid #29384b;
	border-right:5px solid #29384b;
}

#content{
	width:695px;
	margin-left:100px;
	padding: 35px 25px;
}

p{
	font-size:1em;
	margin-top:0px;
	text-indent:25px;
}

h1 {
	font-size:26px;
	font-weight:bold;
	text-align: center;
	color: #9d0300;
	margin-top: 1em;
}

h2 {
	margin-top:0px;
	font-size:20px;
	text-align:center;
}

h3 {
	margin:0px;
}

.highlight1{
	color:#bc3e00;
}

form{
	text-align:center;
	margin: 10px auto;   /* align for good browsers */
	width:500px;
}

/*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' );
	}