html body {
	background : #e6e6e6 url('../../images/site_bg.jpg') repeat-y center top;
	font-family : Trebuchet MS;
	font-size : 12px;
	color : #676666;
	margin: 0px;
}




/*------------------- GENERAL  --------------------*/	  
	
td {
	vertical-align : top;
}
img {
	border:0px;
}

div#container {
	width:800px;
	margin:0 auto;
	position:relative;
	left:-1px;
}


div.sitepadding {
	width: 770px;
	margin: 0 auto;
}




/*------------------- TOP --------------------*/

.top {
	margin: 0;
	padding: 15px 0 15px 0;
}

.logo {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.phone {
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	color: #0f76bb;
	padding: 0;
	margin: 0;
	text-align: right;
	float: right;
	clear: both;
}

.phonesmall {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #0f76bb;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
	float: right;
	clear: both;
}

.hours {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #777475;
	padding: 0;
	margin: 0;
	text-align: right;
	float:right;
	clear: both;
}


#topLinks {
	float: right;
	margin: 0;
	padding: 0;
	font-family: arial;
	color: #777475;
	font-size: 10px;
	font-weight: normal;
}
#topLinks a {
	color: #777475;
	font-weight: normal;
}
#topLinks a:hover {
	color: #414141;
	font-weight: normal;
}
#topLinks .home {
	background: url(../../images/icon_home.gif) no-repeat 0 0;
	padding: 0 10px 0 20px;
}
#topLinks .contact {
	background: url(../../images/icon_contact.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
}






/*------------------- NAVIGATION --------------------*/


#navigation {
	background: url(../../images/navbar.jpg) no-repeat 0 0;
	height: 46px;
	width: 780px;
	margin: 0 auto;
	padding: 0 0 0 80px;
	text-align:center;
}
#navigation ul{
	margin: 12px auto;
	padding: 0;
}
#navigation li{
	margin: 0;
	padding: 3px 6px 0 7px;
	list-style-type: none;
	font-family: arial narrow;
	font-size: 14px;
	font-weight: bold;
	float: left;
	background: url(../../images/nav_separator.gif) no-repeat 0 0;
}
#navigation li a {
	color: #747474;
	font-weight: bold;
}
#navigation li a:hover {
	color: #484848;
	font-weight: bold;
}
#navigation li.first {
	background: none;
}
#navigation li.selected, #navigation li.selected a, #navigation li.selected a:hover {
	color: #0f76bb;
	font-weight: bold;
}


/*------------------- MAIN --------------------*/


#content {
	padding: 10px 0 30px 0;
	margin: 0;
}

a.freequoteBtn {
	margin:0;
	padding: 0;
	width:338px;
	height:79px;
	text-indent: -5000px;
	float: left;
	display: block;
	background: url('../../images/btn_free-quote.jpg') no-repeat 0 0;
	border: 0;
	cursor: hand;
	cursor: pointer;
}
a:hover.freequoteBtn {
	background: url('../../images/btn_free-quote.jpg') no-repeat 0 -78px;
}


#reducedebt .title {
	color: #0f76bb;
	font-size: 14px;
	font-weight: bold;
}
#reducedebt ul {
	margin: 5px 0 0 0;
	padding: 0;
}
#reducedebt li {
	list-style-type: none;
	background: url(../../images/bullet_1.gif) no-repeat 0 0;
	margin: 3px 0 0 0;
	padding: 0 0 0 20px;
	color: #686868;
	font-size: 12px;
}


.scrollingLogos {
	padding: 10px 0 20px 0;
}






/*------------------- FOOTER --------------------*/

#footer {
	font-size: 11px;
	color: #919191;
	border-top: 1px #c9c9c9 solid;
	padding: 20px 0 0 0;
}
#footer a {
	color: #0f76bb;
}
#footer a:hover {
	color: #4b9ed6;
}

.disclaimer {
	padding: 15px 0 15px 0;
}




/*------------------- GENERAL FONTS --------------------*/

     A:link {
	text-decoration : none;
	color : #40b2f2;
	font-weight : normal;
}
A:visited {
	text-decoration : none;
	color : #40b2f2;
	font-weight : normal;
}
A:hover {
	text-decoration : none;
	color : #229ade;
	font-weight : normal;
}
h2 {
	font-size: 18px;
	font-family: Trebuchet MS;
	font-weight: bold;
	line-height: 20px;
	color: #1c1c1c;
	margin: 0 0 10px 0;
	padding: 0;
}

h5 {
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #1c1c1c;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 34px;
} 

.mediumfont {
	font-size: 13px;
	font-family:Trebuchet MS;
	font-weight: normal;
	line-height: 18px;
	color: #676666;
}
.smallfont {
	font-size : 12px;
	font-family : Trebuchet MS;
	color : #676666;
	line-height: 15px;
}

.formfield {
font-family: Verdana, Arial, sans-serif;
color: #000;
font-size: 12px;
background-color: #FFFFFF;
border: 1px solid #487DF9;
padding: 2px;
width: 100%;
vertical-align:middle;
}

.formfieldNEW { 
font-family: Verdana, Arial, sans-serif; 
color: #000; 
font-size: 11px; 
background-color: #FFFFFF; 
border: 1px solid #D1D2C2; 
padding: 2px; 
width: 100%;
vertical-align:middle;
}

.formbg {
          background-color : #0f76bb; 
}


    	  
.formfont {
          font-size : 11px;
          font-family : arial;
          color : #FFFFFF;
          vertical-align: middle;
          padding-bottom: 5px;
}



.formdivfont {
          font-size : 14px;
          font-family : arial;
          color : #FFFFFF;
          padding: 20px;
          background-image : url('images/formdivbg.jpg');
          background-repeat : no-repeat;
}