/* CSS Document */

body, p, h1, h2, h3, h4, h5, td {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	letter-spacing:.03em;
}

/*Define styles for Body tag*/
body {
	}

a:link {
	text-decoration:underline;
	color:#990000;
}
a:visited {
	text-decoration:underline;
	color:#990000;
}
a:hover {
	color:#16376a;
	text-decoration:none;
}
p {
	padding-bottom:5px;
}
.small {
	padding-bottom:5px;
	padding-left:8px;
	font-size:10px;
	font-weight:bold
}
h1 {
	font-size:14px;
	padding-bottom:6px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.title {
	color: #FFFFFF;
	width: 100%;
	background-color: #153567;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	border-top: 4px solid #FFD70C;
	}

h2 {
	font-size:12px;
	padding-bottom:4px;
	letter-spacing:-0px;
	font-weight:bold;
	color:#990000;
}

h2 a {
}

h3 {
	font-size:11px;
	padding-bottom:4px;
	letter-spacing:-0px;
	font-weight:bold;
	color:#990000;
}
h4 {
	font-size:10px;
	padding-bottom:4px;
	letter-spacing:-0px;
	color:#16376a;
	text-transform:uppercase;
}
.small_text {
	font-size:9px;
}
.indent1 {
	padding-left:5px;
}
.bg_left {
	background-image:url(../images/bg_left.jpg);
	background-repeat:repeat-y;
	width:57px;
}
.bg_right {
	background-image:url(../images/bg_right.jpg);
	background-repeat:repeat-y;
	width:57px;
}
#content {
}
#content_left {
	padding-top:10px;
	float:left;
	width:228px;
	padding-left:10px;
	padding-right:15px;
	font-size:9px;
	text-align:justify;
}
#content_right {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	width:484px;
	background-image:url(../images/global/soft_shadow.jpg);
	background-repeat:no-repeat;
}
#content_right_full {
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/global/soft_shadow.jpg);
	background-repeat:no-repeat;
	padding-top: 15px;
}

/*Define styles for photos within content*/

.left_photo {
	float: left;
	}
	
/*Define styles for Index page content section*/

.index_content {
	width: 757px;
	margin-top: 10px;
}
.ad {
	float: right;
}
.left_side {
	width: 500px;
	float: left;
}

/* new horizontal nav */

	#new_nav{
			background-color:#E0E0E0;
			height:49px;
			padding: 0px 0px 0px 40px;
			background-image:url(../images/new-nav-bg.jpg);
			background-repeat:no-repeat;
		
			
	}

      #new_nav ul {
          list-style-type:none;
          padding:0px 0 20px 0;
          border-top:2px solid #E0E0E0;
          margin:0px 0;
      }
       #new_nav ul li {
          float:left;
          margin:0 0px;
		  font-size:12px;
		  font-weight:bold;
		         list-style-type:none;
       
      }
	  
	  
	         #new_nav ul li a {
          display:block;
          padding:15px 20px 10px 20px;
		  margin: 0px 0px 0px 1px;
   /*       background-color:#E0E0E0; */
          color:#153567;
          text-decoration:none;
	
      }
      /* place the "current" pseudo class here */
       #new_nav ul li a.current {
/*          background-color:#40611F; */
          color:#FFFFFF;
      }
       #new_nav ul li a:hover {
/*          background-color:#153567; */
          color:#051a39;
		  background-image:url(../images/button-hilite.jpg);
		  background-repeat:repeat-x;
      }
	  .active{
		  	  background-image:url(../images/button-hilite.jpg);
	  }
.free_estimate_home {
	float: right;
	position: relative;
	margin-left:15px;
	}
	#new_header{
		/*
		z-index:1000;
display:block;
height:111px;
position:absolute;
right:0px;
left:0px;
top:5px;
width:100%;
text-align:center;
*/
	}
	#flash{
	z-index:1;
	
	}
	#free-estimate{
		float:right;
		margin-left:15px;
		
		
	}
	#free{
		
		color:#990000;
		text-transform:uppercase;
		font-size:11px;
		font-weight:bold;
		margin-left:3px;
		text-align:center;
	}
	.red_button{
		color:#FFF;
	}
	.red_link {
		color:#FFF;
	}