/* @override http://closeinsurance.biz/css/closeinsurance.css */

@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	border-top: 4px solid #eb2227;
}

a:link {
	color: red;
	text-decoration: none;
	border-bottom: 1px solid red;
}

a:visited {
	color: red;
	text-decoration: none;
	border-bottom: 1px solid red;
}

a:hover {
	color: red;
	text-decoration: none;
	border-bottom: 1px dotted red;
}

#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#free_quote {
	width:  434px;
	margin-left: auto;
	margin-right: auto;
}

#free_quote img {
	border: 0;
}

#logos {
	padding: 0 0 15px 0;
}

#logos a {
	border: none;
}

#navigation {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

#nav_wrapper {
	width: 940px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #c0c0c0;
	font-size: .9em;
}

#nav_wrapper ul {
	margin: 0;
	padding: 0;
}

#nav_wrapper li {
	display: inline;
	list-style-type: none;
	margin: 0 -5px 0 0;
}

/*#nav_wrapper p {
	float: right;
	padding: 0;
	margin: 0;
	color: red;
}*/

.service_areas {
	padding: 10px 0 0 30px;
	margin: 0 10px 0 0;
	float: left;
	color: red;
}

#nav_wrapper .rss a:link {
	border: none;
	float: right;
	padding: 10px 10px 0 10px;
	margin: 0;
}

#nav_wrapper .rss a:visited {
	border: none;
	float: right;
	padding: 10px 10px 0 10px;
	margin: 0;
}

#nav_wrapper .rss a:hover {
	border: none;
	float: right;
	background: none;
	padding: 10px 10px 0 10px;
	margin: 0;
}

#nav_wrapper a:link {
	padding: 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #c0c0c0;
	color: #424242;
	text-shadow: #FFF -1px 0px 0;
	display:block;
	float:left;
	border-bottom: none;
}

#nav_wrapper a:visited {
	padding: 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #c0c0c0;
	color: #424242;
	text-shadow: #FFF -1px 0px 0;
	display:block;
	float:left;
	border-bottom: none;
}

#nav_wrapper a:hover {
	padding: 10px;
	margin: 0;
	text-decoration: none;
	background: red url(../images/ui/background_featured_nav.jpg) left bottom repeat-x;
	color: black;
	text-shadow: #FFF -1px 0px 0;
	border-right: 1px solid #c0c0c0;
	display:block;
	float:left;
	border-bottom: none;
}

/*#nav_wrapper a:hover, body#auto #t-auto a {
	padding: 10px;
	margin: 0;
	text-decoration: none;
	background-color: red;
	color: white;
	border-right: 1px solid white;
}

#nav_wrapper a:hover, body#life #t-life a {
	padding: 10px;
	margin: 0;
	text-decoration: none;
	background-color: red;
	color: white;
	border-right: 1px solid white;
}

#nav_wrapper a:hover, body#homeowners #t-homeowners a {
	padding: 10px;
	margin: 0;
	text-decoration: none;
	background-color: red;
	color: white;
	border-right: 1px solid white;
}

#nav_wrapper a:hover, body#business #t-business a {
	padding: 10px;
	margin: 0;
	text-decoration: none;
	background-color: red;
	color: white;
	border-right: 1px solid #b3b3b3;
}*/

#nav_wrapper .highlight {
	padding: 10px;
	margin: 0;
	background: white url(../images/ui/background_featured_nav.jpg) left bottom repeat-x;
	color: white;
	border-left: 0px solid #b3b3b3;
	display: block;
	float:left;
}

#body_content {
	margin: 0;
	padding: 0;
	background: #E6E6E6 url(../images/ui/background_body_content_white.gif) repeat-y left top;
}

#content_wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#sub_content_wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0;
	background: url(/images/ui/background_sub_content_primary.gif) left top repeat-y ;
}

#content_header {
	width: 100%;
	background-color: black;
	border-bottom: 3px solid #c0c0c0;
	border-top: 3px solid #c0c0c0;
}

#header_image {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	
}

#content_primary {
	width: 670px;
	float: left;
	margin: 0;
	padding: 25px 0 25px 0;
	background-color: white;
	min-height: 800px;
}

#content_primary h1 {
	margin: 0;
	padding: 0 40px 0 0;
	font-size: 1.5em;
}

#content_primary h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.3em;
}

#content_primary em {
	margin: 5px 47px 0 300px;
	padding: 5px 15px 6px 15px;
	font-weight: normal;
	font-style: normal;
	background: url(/images/ui/background_get_quote.jpg) left bottom repeat;
	color: white;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
}

#content_primary em a:link {
	color: white;
	text-decoration: none;
	font-size: .7em;
	border-bottom: none;
}

#content_primary em a:visited {
	color: white;
	text-decoration: none;
	font-size: .7em;
	border-bottom: none;
}

#content_primary em a:hover{
	color: black;
	text-decoration: none;
	font-size: .7em;
	border-bottom: none;
}


#content_primary ul {
	padding: 0 0 0 15px;
	margin: 0;
	width: 625px;
}

#content_primary li {
	padding: 0;
	margin: 0;
	list-style-image: url(../images/ui/li_bullet.gif);
	line-height: 1.8em;
}

#content_primary p {
	line-height: 1.5em;
	padding: 0 40px 0 0;
	text-align: left;
}

blockquote {
	color: red;
	width: 250px;
	float: right;
	padding: 10px;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.img_border	{
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	background-color: #d1d1d1;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#article_details {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c0c0c0;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #c0c0c0;
	margin-bottom: 14px;
	width: 640px;
}

#article_details li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
	width: auto;
}

#author_details {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	margin-bottom: 14px;
	border-top: 1px solid #c0c0c0;
	width: 640px;
}

#author_details li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
	width: auto;
}

#content_primary .features {
	padding: 0;
	margin: 0 0 15px 0;
}

#content_primary .quote {
	margin: -32px 10px 0 0;
	padding: 0;
	border: none;
	float: right;
}

#content_primary .features li {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 10px;
	margin: 0;
}

#content_primary .alt {
	background-color: #e3e3e3;
}

#content_primary .features li:last-child {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
}

#content_primary .main_image {
	float: right;
	padding: 5px 0 5px 30px;
}

#content_primary .main_image_video {
	float: right;
	padding: 10px 38px 10px 10px;
}

#content_primary .partner_fav {
	border: 1px solid #c0c0c0;
	margin: 0 5px -3px 0;
}

.location_info {
	background-color: #e6e6e6;
	width: 640px;
	padding: 5px;
	margin: 10px 0;
	float: left;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 5px #c0c0c0;
	-webkit-box-shadow: 0px 1px 5px #c0c0c0;
	box-shadow: 0px 1px 5px #c0c0c0;
}

.location_contact {
	float: left;
	width: 230px;
}

.location_contact h2 {
	padding: 0px;
	margin: 0px;
}

.location_contact p {
	padding: 3px 0;
	margin: 0;
}

.location_pict {
	float: left;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#location_map_berkeley_springs_office {
	width: 200px;
	height: 150px;
	padding: 0;
	margin: 0;
	float: right;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#location_map_hancock_md_office {
	width: 200px;
	height: 150px;
	padding: 0;
	margin: 0;
	float: right;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


#location_map_cumberland_md {
	width: 200px;
	height: 150px;
	padding: 0;
	margin: 0;
	float: right;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#location_map_spring_mills_office {
	width: 200px;
	height: 150px;
	padding: 0;
	margin: 0;
	float: right;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.employee_info {
	background-color: #e6e6e6;
	line-height: 1.6em;
	width: 640px;
	padding: 5px;
	margin: 10px 0;
	float: left;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 5px #c0c0c0;
	-webkit-box-shadow: 0px 1px 5px #c0c0c0;
	box-shadow: 0px 1px 5px #c0c0c0;
}

.employee_contact {
	float: right;
	width: 430px;
}

.employee_contact h2 {
	padding: 0px;
	margin: 0px;
}

.employee_pict {
	float: left;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.discounts {
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
}

#content_secondary {
	width: 265px;
	float: left;
	margin: 0 0 100px 0px;
	min-height: 400px;
	padding: 0;
	/*background: url(/images/ui/background_secondary.gif) 1px bottom repeat-y;*/
}

#content_secondary h2 {
	padding: 5px;
	margin: 25px 0 0 5px;
	color: gray;
	font-size: 1em;
}

#content_secondary ul {
	margin: 0;
	padding: 0;
}

#content_secondary li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#content_secondary a:link {
	padding: 6px 10px;
	text-decoration: none;
	margin: 0;
	color: red;
	display: block;
	background: url(/images/ui/background_related_content.gif) -8px center no-repeat;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	_border-bottom: 1px solid #e6e6e6; /* IE 6 and below */
	_border-top: 1px solid #e6e6e6; /* IE 6 and below */
	_border-right: 1px solid #e6e6e6; /* IE 6 and below */
}

#content_secondary a:visited {
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	color: red;
	display: block;
	background: url(/images/ui/background_related_content.gif) -8px center no-repeat;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	_border-bottom: 1px solid #e6e6e6; /* IE 6 and below */
	_border-top: 1px solid #e6e6e6; /* IE 6 and below */
	_border-right: 1px solid #e6e6e6; /* IE 6 and below */
}

#content_secondary a:hover {
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	color: red;
	display: block;
	background: white;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#content_secondary .partner_fav {
	border: 1px solid #c0c0c0;
	margin: 0 5px -3px 0;
}

/*#content_secondary a:hover, body#locations #t-locations a {
	border-left: none;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-top: 1px solid #979797;
	background-color: #979797;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	color: white;
	display: block;
	background: red;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content_secondary a:hover, body#news #t-news a {
	border-left: none;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-top: 1px solid #979797;
	background-color: #979797;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	color: white;
	display: block;
	background: red;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content_secondary a:hover, body#contact_us #t-contact_us a {
	border-left: none;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-top: 1px solid #979797;
	background-color: silver;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	color: white;
	display: block;
	background: red;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content_secondary a:hover, body#about_us #t-about_us a {
	border-left: none;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-top: 1px solid #979797;
	background-color: #979797;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	color: white;
	display: block;
	background: red;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content_secondary a:hover, body#claim_center #t-claim_center a {
	border-left: none;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-top: 1px solid #979797;
	background-color: #979797;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	color: white;
	display: block;
	background: red;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content_secondary a:hover, body#pay_bill #t-pay_bill a {
	border-left: none;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-top: 1px solid #979797;
	background-color: #979797;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	color: white;
	display: block;
	background: red;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}*/

#home_locations {
	background-color: black;
	color: white;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    margin: 0;
    font-size: .8em;
    -moz-box-shadow: 0px 2px 4px #000;
	-webkit-box-shadow: 0px 2px 4px #000;
	box-shadow: 0px 2px 4px #000;
}

#home_locations .staff {
	width: 300px;
	float: left;
	padding: 10px 5px;
	text-align: right;
}

#home_locations .staff p {
	padding: 5px 15px 5px 0;
	margin: 0;
	font-size: .75em;
	text-align: right;
}

/* Search */

#search {
	padding: 10px 0 10px 8px;
	*padding: 1px 0 1px 8px; /* IE 7 and below */
	margin: 0;
	background: url(/images/ui/background_secondary_gradient.gif) bottom 1px no-repeat;
}

#search .search_btn {
	border: none;
	padding: 5px;
	color: gray;
	background-color: #e6e6e6;
}

#search input.txt {
	color: #838383;
	padding: 5px 5px 5px 15px;
	margin: 0 0 0 3px;
	border: 1px solid #e6e6e6;
	background: white url(/images/ui/background_search.gif) 2px center no-repeat;
}

/* Quote Request Form */

#form_body_content {
	margin: 0;
	padding: 0;
	background: #E6E6E6;
}

#form_sub_content_wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#form_content_primary {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0;
	/* background: url(/images/ui/background_sub_content_primary.gif) left top repeat-y ; */
}

#form_content_primary h1 {
	margin: 0;
	padding: 10px 40px 0 0;
	font-size: 1.5em;
}

* #form_content_primary legend {
    position:absolute;
    top: -.95em;
    left: .5em;
    padding: 0;
}
    
* #form_content_primary fieldset {
    position: relative;
    margin-top:1em;
    padding-top:.75em;
}

#form_content_primary fieldset {
	background-color: #FFF;
	padding: 25px 0;
	margin: 50px 0;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 5px #c0c0c0;
	-webkit-box-shadow: 0px 1px 5px #c0c0c0;
	box-shadow: 0px 1px 5px #c0c0c0;
}

fieldset #bodily_injury_liability {
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

fieldset #single_limit_liability {
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

#form_content_primary legend {
	padding: 5px 15px;
	background: #FFF;
	margin: 0 0 20px 0;
	/*_margin: -8px; /* IE Win */
	font-size: 1.3em;
	color: #000;	
	font-weight: bold;
	border: 1px solid #c0c0c0;
	-webkit-box-shadow: 0px 1px 5px #c0c0c0;
	box-shadow: 0px 1px 5px #c0c0c0;
}

/*Any Firefox*/
@-moz-document url-prefix() {
  #form_content_primary legend {
	padding: 5px 15px;
	background: #FFF;
	margin: -20px 0 50px 0;
	font-size: 1.3em;
	color: #000;	
	font-weight: bold;
	border: 1px solid #c0c0c0;
	-moz-box-shadow: 0px 1px 5px #c0c0c0;
	box-shadow: 0px 1px 5px #c0c0c0;
}
}


#form_content_primary input, textarea {
	border: 1px solid #AAAAAA;
	padding: 3px 5px;
	background: url(/images/ui/background_textarea.gif) top left repeat-x;
}

#form_content_primary .list_first {
	border: 1px solid #AAAAAA;
	padding: 3px 5px;
	margin: 15px 3px 5px 3px;
	_margin: 15px 3px 5px 0px;
}

#form_content_primary .list {
	border: 1px solid #AAAAAA;
	padding: 0px 5px;
	margin: 5px 3px 5px 371px;
}

#form_content_primary input:focus, textarea:focus {
	border: 1px solid #0076B2;
	padding: 3px 5px;
	background: url(/images/ui/background_textarea.gif) top left repeat-x;
	color: #0076B2;
}

#form_content_primary radio {
	border: none;
	padding: 3px 5px;
	background: url(/images/ui/background_textarea.gif) top left repeat-x;
}

#form_content_primary label {
	padding: 0 15px 0 0;
	margin: 0 0 0 25px;
	float: left;
	width: 35%;
	font-weight: bold;
}

#form_content_primary abbr {
	color: #FF5533;
}

#form_content_primary form p {
	padding: 10px 0;
	border-bottom: 1px solid #EAEAEA;
	margin: 0;
	font-size: .9em;
}

#form_content_primary form p.form_note {
	padding: 10px 23px;
	border-bottom: 1px solid #EAEAEA;
	margin: 0;
	font-size: .9em;
	color: #797979;
	background: #eaeaea;
}


#form_content_primary .captcha {
	padding: 10px 0 10px 370px;
}

#form_content_primary .btn {
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #D80000;
	color: #fff;
	margin: 0 0 20px 0;
	float: right;
}

/* #form_content_primary p:last-child {
	padding: 5px 0;
	border-bottom: none;
	margin: 0;
	background-color: ;
} */

/* Homepage Slideshow */

#insurance_rotator {
	padding: 25px 0 0 0;
	margin: 0;
}

ul.slideshow {  
    list-style:none;  
    width:940px;  
    height:350px;  
    overflow:hidden;  
    position:relative;  
    margin:0;  
    padding:0;  
    -moz-box-shadow: 0px 2px 4px #000;
	-webkit-box-shadow: 0px 2px 4px #000;
	box-shadow: 0px 2px 4px #000;
}     
  
ul.slideshow li {  
    position:absolute;  
    left:0;  
    right:0;  
}  
  
ul.slideshow li.show {  
    z-index:500;      
}  
  
ul img {  
    border:none;      
}  

ul.slideshow a {  
    border:none;      
}  
  
#slideshow-caption {  
    width:940px;  
    height:70px;  
    position:absolute;  
    bottom:0;  
    left:0;   
    color:#fff;  
    background:#000;  
    z-index:500;  
}  
  
#slideshow-caption .slideshow-caption-container {  
    padding:5px 10px;     
    z-index:1000;     
}  
  
#slideshow-caption h3 {  
    margin:0;  
    padding:0;    
    font-size:14px;  
}  
  
#slideshow-caption p {  
    margin:5px 0 0 0;  
    padding:0;  
}  

#partners {
	padding: 0;
	margin: 30px 0;
}

#footer {
	background: #4d4d4d;
	color: white;
	border-top: #979797 4px solid;
	font-size: .8em;
	padding: 20px 0;
}

#footer_wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#quick_links {
	width: 120px;
	float: left;
	border-right: 1px silver solid;
}

#quick_links a:link {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
}

#quick_links a:visited {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
}

#quick_links a:hover {
	text-decoration: none;
	color: silver;
	border-bottom: none;
}

#quick_links ul {
	padding: 10px 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
}

#quick_links li {
	list-style-type: none;
	padding: 3px 0 5px 0;
	font-weight: normal;
	font-size: .9em;
}

#recent_news {
	float: left;
	width: 300px;
	padding: 0 0 0 50px;
}

#recent_news a:link {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
	line-height: 1.5em;
}

#recent_news a:visited {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
	line-height: 1.5em;
}

#recent_news a:hover {
	text-decoration: none;
	color: silver;
	border-bottom: none;
	line-height: 1.5em;
}

#recent_news ul {
	padding: 10px 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
}

#recent_news li {
	list-style-type: none;
	padding: 3px 0 5px 0;
	font-weight: normal;
	font-size: .9em;
}

#footer_locations {
	float: right;
	width: 440px;
}

#footer_locations img {
	float: right;
	padding: 0 0 0 10px;
	margin: 0;
	min-height: 45px;
	min-width: 45px;
}

#footer_locations .footer_branch {
	
}

#footer_locations .footer_branch ul {

}

#footer_locations .footer_branch li {
	list-style-type: none;
	text-align: right;
	width: 340px;
}

.clear_both {
	clear: both;
}

#center {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
