/* !FOUNDATION OVERRIDE */

body {
    position: relative;
    margin: 0; padding: 0;
    color: #000;
}

a:link { color: #006DD9; text-decoration: underline; }
a:visited { color: #306 }
a:hover { color: #2693FF }

#main .large-3:first-child h1,
#main .large-3:first-child h2,
#main .large-3:first-child h3,
#main .large-3:first-child h4,
#main .large-3:first-child h5,
#main .large-3:first-child h6,

#main .large-4:first-child h1,
#main .large-4:first-child h2,
#main .large-4:first-child h3,
#main .large-4:first-child h4,
#main .large-4:first-child h5,
#main .large-4:first-child h6

{
	margin-top: 0.2em;
}

.introtext{
	margin: .5em 0 1em;
}


/* !TABS */
.tabs{
	margin-bottom: 0;
}
ul.tabs-content{
	margin-right: 0;
	padding-top: 10px;
	float: left;
	border: 1px solid #e6e6e6;
	border-top: 0;
}
.tabs-content li{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	opacity: 0;
}
.tabs-content li.active{
	opacity: 1;
}



/* !Layout Frames */
div#main-wrap {
    position: relative;
}

#nav-wrap{
	border-top:6px solid #F58E38;
	background: #198FC7;
}
/* !SEARCH BAR */
#search-bar{
	width: 100%;
	max-width: 30em;
	margin: .5em auto;
	line-height: 1;
	overflow: hidden;
	background: #D1D1D1 url(../images/search-bg.png) repeat-y right top;
	border:1px solid #eee;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;	
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#search-bar label{
	float: left;
	text-align: center;
	margin: 0;
	padding: .5em 2% .5em 2%;
	width: 24%;
	background: url(../images/search-label.png) no-repeat right 60%;
	color: #000;
	text-shadow: 0px 1px 0px #fff;
}

#search-bar input[type=text]{
	display: inline;
	color: #000;
	background: transparent;
	border:0;
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
	top: auto;
	width: 68%;
	height: 2em;
	padding: .25em;
	line-height: 1em;
}

#search-bar input#ajaxSearch_submit{
	height: auto;
	padding: 0;
	top:	auto
}


/* !Header */
#head-wrap { 
	position: relative;
	background:  #FFFFFF;
}

header {
	position: relative;
	
   overflow: hidden;
   height:60px;
}

header h1{
	font-weight: 200;
	font-size:24px;
}


/* !SIBLING NAVIGATION */

.sibling-nav{
	list-style: none;
	margin: 0;
	/* text-transform: uppercase; */
	font-size:16px;
/* 	font-weight: bold; */
	font-family: "myriad-pro-condensed", sans-serif;
	
}

.sibling-nav li{
	margin: 0;
	border:1px solid #C7C7C9;
	border-left: 0;
	margin-bottom: -1px;
}

.sibling-nav li a{
	padding: .5em 0 .5em .5em;
	display: block;
	text-decoration: none;
	line-height: 1.3;
	color: #000;
} 

.sibling-nav li a:hover {
	background-color: #ddd;
}

.sibling-nav li.self{
	border: 0;	
	background: url("../images/sibling-nav-arrow.png") no-repeat right center;
	padding-right:11px;
	margin-right: -11px;
}

.sibling-nav li a.self {
	background: #198FC7;
	color: #fff;
	/* text-shadow: 0px -1px 0px rgba(0,0,0, 0.6); */
}

/* !SIDEBAR LINKS & NEWS */
#sidebar-links{
		/* background:url(../images/_global/separator3.gif) left bottom repeat-x; */
		padding:  20px 0;
}
#sidebar-links ul{
	font-size:0.9em;
	line-height: 1.3;
	margin-left: 1.3em;
}

#sidebar-links ul li{
	margin: .5em 0;
}

#main #sidebar-links h3,
#main #sidebar-news h3{
	font-family: "myriad-pro",sans-serif;
	margin-top: 0; 
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
}

#sidebar-links a,
#sidebar-news .article a{
	display: block;
	text-decoration: none;
}

#sidebar-news{
	position:relative;
	padding: 10px;
	background: #E7E9E6;
	border: 1px solid #D8D9D6;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;	
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-shadow: 0px 1px 0px #fff;
}

#main #sidebar-news h4{
	font-size:.9em;
	margin: .25em 0;
}

#sidebar-news p.date{
	color: #666;
	
	
}
#main #sidebar-news p{
	font-size:.9em;
	line-height: 1.2;
	margin: .5em 0;
}

#sidebar-news .orbit-container{
	margin-bottom: 1em;
}
#sidebar-news .orbit-bullets{
	width: 90%;
}


/* !BREADCRUMB NAVIGATION */
.breadcrumbs {
	margin: 0;
	padding: 0;
	border:0;
	background-color: transparent;
}

.breadcrumbs li{
	line-height: 1;
	font-size: 1em;
}

.breadcrumbs li a:link,
.breadcrumbs li a:visited,
 .breadcrumbs li span{
	color: #006DD9;
	font-size:.9em;
	text-decoration: none;
}
.breadcrumbs li a:hover{
	color: #f00	;
}

.breadcrumbs li:before {
	content: "→";
	font-family: Calibri,sans-serif;
	vertical-align: top;
	font-weight: bold;
	font-size: 1em;

}

/* !SECTIONS */

#main .section-container.tabs p.title{
	margin: 0;
}

.section-container.tabs section .title a, .section-container.tabs .section .title a{
	text-decoration: none;
}

.section-container.tabs section.active .content.row, .section-container.tabs .section.active .content.row{
	margin-left: 0; margin-right: 0;
}

/* !PANELS */
.panel{
	background: #E8E8E6;
	border-color: #DDDEDF;
	text-shadow: 0px 1px 0px #fff;

}

#main .main-area .panel p{
 	color: #000;	
 	margin: .75em 0;
}


.panel.callout{
	background: #198FC7;
	border-color: #49574B;
	text-shadow: 0px -1px 0px rgba(0,0,0, 0.5);
}
/* !REVEAL MODAL */
.reveal-modal{
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;	
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	background-color: #eee;
	text-shadow: 0px 1px 0px #fff;
}

.reveal-modal h3{
	font-size:1.1em;
}	

/* !ORBIT SLIDER */

.home-slideshow .orbit-container{
	margin: 1em 0 0;
}

.home-slideshow .orbit-container img,
.home-slideshow .orbit-container {
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;	
	-moz-border-radius: 7px;
	border-radius: 7px;
	
}

.home-slideshow .orbit-container .orbit-next,
.home-slideshow .orbit-container .orbit-prev,
.home-slideshow .orbit-container  .orbit-slide-number,
.home-slideshow .orbit-container .orbit-timer,
#main .orbit-container .orbit-next,
#main .orbit-container .orbit-prev,
#main .orbit-container  .orbit-slide-number,
#main .orbit-container .orbit-timer  {
/* 	override .touch .orbit-container .orbit-prev rules in foundation.css */
	display: none;
}

.orbit-container .orbit-slides-container,
.orbit-container .orbit-slides-container li{
	margin: 0;
	
	
}

.orbit-container{
	/* safari */
	-webkit-transform: translateZ(0);

}

.home-slideshow .orbit-container .orbit-slides-container > * .orbit-caption  {
	background: url(../images/black-50.png);
	text-align: center;
	padding-top: 0; 
	padding-bottom: .5em;
	
	
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;

}

.home-slideshow .orbit-container .orbit-slides-container > * .orbit-caption *{
	color: #fff;
	margin-bottom: 0;
}



.home-slideshow .orbit-container .orbit-caption h2{
	font-size:1.0em;
	font-weight: normal;
	
	line-height: 1.1;
	text-shadow: 0px 1px 0px #000;
	
}


.orbit-bullets{
	text-align: center;
	margin-bottom: 0;
	position: absolute;
	top:auto;
	bottom:-4px;
	width: 100%;
}
.orbit-bullets li{
	float: none;
	display: inline-block;
	border-color: #A6A9AA;
	background-color: #eee;
	margin-right: 9px;
	
}
.orbit-bullets li.active{
	border-color: #818588;
	background-color: #ACAFB1;
}

html.boxshadow .orbit-bullets li{
	border: 0;
	-moz-box-shadow: inset 0px 1px 4px #000;
	-webkit-box-shadow: inset 0px 1px 4px #000;
	box-shadow: inset 0px 1px 4px #000;
	
}



/* !Main Content */

#main .main-area  h1.pagetitle {
	margin: .25em 0 .5em; 
	padding: .15em .5em .25em;
	background: #F58E38;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;	
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #fff;
	color: #fff;
	/* text-transform: lowercase; */
	font-size:1.8em;
	text-shadow:none;
	-moz-box-shadow: 0px 1px 5px #666;
	-webkit-box-shadow: 0px 1px 5px #666;
	box-shadow: 0px 1px 5px #666;
	
}

#main .main-area h1,
#main .main-area h2,
#main .main-area h3,
#main .main-area h4,
#main .main-area h5,
#main .main-area h6 {
    margin: 30px 0 10px; 
    font-size: 1.6em; 
    font-family: "myriad-pro",sans-serif;
    line-height: 1.2;
}


#main .main-area h2 {
	font-size: 1.4em;
}

#main .main-area h3 {
    font-size: 1.3em
}

#main .main-area h4 {
    font-size: 1.2em; 
}

#main .main-area h5 {
    font-size: 1.1em; 
}

#main .main-area h6 {
    font-size: 1.0em; 
    font-weight: bold;
}

#main .main-area  .column h1:first-child:not(.margin),
#main .main-area  .column h2:first-child:not(.margin),
#main .main-area  .column h3:first-child:not(.margin),
#main .main-area  .column h4:first-child:not(.margin),
#main .main-area  .column h5:first-child:not(.margin),
#main .main-area  .column h6:first-child:not(.margin) {
    margin-top: 0;
}



#main .main-area p {
	margin: .5em 0 1em
}

#main ul.nobullet{
	list-style: none;
	margin-left: 0;
}

/* !ACCORDION */
#main .ui-accordion{
	font-size: 1em;
		font-family: "myriad-pro",sans-serif;
}
#main h3.ui-accordion-header{
	margin-bottom: 0;
	padding: .25em 0 .25em 1.5em;
	font-family: "myriad-pro",sans-serif;
	background: #ececec;
	
}
#main h3.ui-accordion-header-active{
	border-bottom: 0;
	background: #fff;
}

#main .row.ui-accordion-content{
	margin: 0;
	padding: .25em 0 1em 0;
	font-family: "myriad-pro",sans-serif;
	font-size: 1em;
}


/* !News Archive */
#main .news-archive h2{
	font-size: 1.1em;
}
.news-archive .date{
	font-style: italic;
	font-weight: bold;
	margin-bottom:1em;
	color: #777;
}
#main .news-archive p{
	margin:.25em 0;	
}

.news-archive .paginate-nav{
	background: #eee;
	padding: .2em 1em;
}
.news-archive .paginate-nav .ditto_next_link{
	padding-left: 1em ;
}
.news-archive .paginate-nav .ditto_previous_link{
	padding-right: 1em; 
}


/* !Photo gallery */
div.photo-gallery {
    float: left;
    width: 100%;
}
div.photo-gallery div.thumb {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0 0 20px 33px;
    padding: 5px;
    text-align: center;
    width: 198px;
    box-shadow: 0px 1px 2px rgba(0,0,0, 0.7);
}
html.no-boxshadow div.photo-gallery div.thumb {
	border:1px solid #ccc;
	margin-left: 30px;
}


div.photo-gallery div.thumb.first,
html.no-boxshadow div.photo-gallery div.thumb.first {
    clear: left;
    margin-left: 0;
}
div.photo-gallery div.thumb img {
    display: none;
}
div.main-area div.photo-gallery div.thumb a {
    padding: 0 0;
    margin: 0 0;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
    height: 150px;
    overflow: hidden;
    width: 198px;
}

div.main-area div.photo-gallery div.thumb:hover{
	 box-shadow: 0px 3px 10px  rgba(0,0,0, 0.7);
}

html.csstransforms div.main-area div.photo-gallery div.thumb:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05); 
}

html.no-boxshadow div.main-area div.photo-gallery div.thumb:hover{
	background-color: #0068A6;
}
/* Facebook Like Box */
.fb-like-box{
	float: right;
	margin-left: 20px;
}
.fb-like-box iframe{
	background: #fff;
}

/* !Tables */
table.Table-Default {
    width: 680px;
    margin: .25em 0 .5em;
    border-top: 0;
    border: 1px solid #ccc;
    border-bottom-color: #999;
}

table.Table-Default th {
    padding: 5px;
    background-color: #63A53C; color: #fff;
    border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(0,0,0,1);
    vertical-align: top;
}

table.Table-Default td {
    padding: 5px;
    border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;
    vertical-align: top
}

/* !Google Maps */
div.google-map {
    
    height: 21em; width: 100%;
    margin: 0;
    border: 1px solid #999
}
div.main-area div.google-map h3 {
    margin: 0;
    font-size: .9em; font-weight: 700
}
div.main-area div.google-map p {
    margin: 0;
    font-size: .8em
}

div.google-map img{
	max-width:none;
}

/* !SERVICE ALPHABETICAL */
#main ul.grid-menu{
	margin: .25em 0;
	float: left;
	width: 100%;
}

#main .grid-menu li{
	float: left;
	position: relative;
	list-style: none;
	margin: 4em 18px 0 0;
	padding-bottom: 10px;
	
	width: 158px;
}
#main .grid-menu.key-people li{
	margin-top: 2em;

}

#main .grid-menu h3{
	margin: 0 0 .25em;
	text-align: center;

	/* text-transform: uppercase; */
	font-family: "myriad-pro-condensed",sans-serif;
	font-size: .9em;
	line-height: 1;

	position: absolute;
	bottom: 103%;
/* 	width: 88%; */
width: 100%;



}

#main .grid-menu h3 a{
	text-decoration: none;
}

#main .grid-menu > li > a{
	float: left;
	position:relative;
	width: 100%;
}
#main .grid-menu a .thumb{
	margin: 6px;
	width: auto;
}
#main .grid-menu .frame{
	position: absolute;
	top:0; left: 0;
	width: 100%;
}


/* !Forms */

#contactForm{
	margin: 1em 0 0;
	
}
#contactForm legend{
	font-weight: 200;
	font-size: 2.1em;
	margin: 0 0 .25em;
	
}
input.required,
input.text,
textarea {
    padding: .25em 5px;
    font-size: .9em;
    border: 1px solid #bbb;
    background:#eee;
    
 	-webkit-transition: background-position 0s ease-in-out;
 	-moz-transition: background-position 0s ease-in-out;
 	-o-transition: background-position 0s ease-in-out;
 	-ms-transition: background-position 0s ease-in-out;
 	transition: background-position 0s ease-in-out;
 
    
}

input.required,
p.required,
span.required { 
	background: #fff url(../../base/images/required-field-mark.png) no-repeat right .5em ;
	padding-right: 20px ;

}
p.required{
	width: auto;
	background-color: transparent;
}
p.required textarea{
	background: #fff;
}
span.required{
	padding:.25em 20px 0.2em .2em;
	background-position: right center;
	color: #333;
}

input.button{
	font-size:1.0em;
}

label.inline{
	display: inline;
	margin:0 1em
}

#subscribeForm input[type="submit"]{
	margin-top: 1.35em;
}

a.button:link,
a.button:visited,
.slider-rsec a:link,
.slider-rsec a:visited {
	
	margin:0 0 0 0px;
	padding: 0.55em 0.75em 0.65em;
	
	color:#fff;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0,0,0, 0.7);

	font-weight:bold;

	display: inline-block;
	
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;	
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	border:1px solid rgba(0,0,0, 0.5);
	background-origin: border-box;
	
	background: #EB5C2B url(../images/btnbg-rpt.png) repeat-x left center;
	
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0, 0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0, 0.5);
}



.cssgradients a.button:link,
.cssgradients a.button:visited,
.cssgradients .slider-rsec a:link,
.cssgradients .slider-rsec a:visited {
	background-image: linear-gradient(top, #FF7847 0%, #EB5C2C 50%, #C34D22 50%, #C34D22 100%);
	background-image: -o-linear-gradient(top, #FF7847 0%, #EB5C2C 50%, #C34D22 50%, #C34D22 100%);
	background-image: -moz-linear-gradient(top, #FF7847 0%, #EB5C2C 50%, #C34D22 50%, #C34D22 100%);
	background-image: -webkit-linear-gradient(top, #FF7847 0%, #EB5C2C 50%, #C34D22 50%, #C34D22 100%);
	background-image: -ms-linear-gradient(top, #FF7847 0%, #EB5C2C 50%, #C34D22 50%, #C34D22 100%);
}



div.errors {
    margin: .25em 0 .5em; padding: .5em;
    background-color: #ffc;
    border:1px solid #ccc;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;	
    -moz-border-radius: 7px;
    border-radius: 7px;
    
}

/* !Reflect */
div.main-area ul.reflect_archive {
    padding-left: 0;
    margin: 0 0 0 20px
}

div.main-area ul.reflect_months {
    padding-left: 0;
    margin: 0 0 0 25px
}

li.reflect_year { list-style: none }

li.reflect_month { margin: .25em 0 }

a.reflect_month_link:link,
a.reflect_month_link:visited {
    display: block;
    padding: .25em 0 .25em 5px;
    color: #333;
    text-decoration: none;
    -khtml-border-radius-bottomleft: 5px;
    -khtml-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

a.reflect_month_link:hover {  }

/* !Footer */

#footer-wrap {
	position: relative;
	width: 100%
}

footer.row {
	position: relative;
	padding: .25em 0;
	margin-top:10px;
	margin-bottom:10px;
	overflow: visible;
	background: #DDDDDD;
	font-size:12px;
	line-height: 1.5;
	color: #333333;
	text-shadow: 0px 1px 0px #fff;
	border:1px solid #aaa;
	border-top-color: #8B8B8B;
	border-bottom-color: #BBB;
}

footer p{
	margin: 0 0;padding: 0 0;
}

footer a:hover { color: #c00 }

footer a:link,
footer a:visited {
	color: #000;
	text-decoration: none
}

footer a.atm {
	display: block; float: right;
	height: 1.4em; width: 32px;
	margin: 0px 0px 0 0; padding: 0;
	text-indent: -10000em;
	background: url("../../base/images/logo-atm-footer-black.png") no-repeat left center;
}

div#atm-info {
	position: absolute;
	right: 10000px; top: -100px;
	width: 376px;
	-khtml-border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #fff;
	border: 1px solid #666;
	line-height: 1.2;
	font-size:13px;
}

div#atm-info div.pointer {
    position: absolute;
    bottom: -12px; right: 40px;
    height: 12px; width: 12px;
    background: url(../../base/images/atm-info-pointer.png) no-repeat
}

div#atm-info a:link,
div#atm-info a:visited,
div#atm-info a:hover {
    padding: 0;
    color: #06f;
    text-decoration: underline;
    background: none
}

div#atm-info img {
    float: left;
    margin: 10px 15px 10px 10px
}

div#atm-info h1 {
	margin: 1em 0 .5em; padding: 0 5px 0 0;
	color: #333;
	font-weight: 400
}

div#atm-info p {
	color: #333
}


/* !Footer Twitter Feed */


.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0; margin: 0;
	list-style-type: none;
}

.tweet_time{
	padding-right: 1em
}

.tweet_list .tweet_even {

}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

#tweetFeed {
	height: 170px;
	overflow-y: hidden;
	position: relative;
}

ul.tweet_list {
	position: absolute;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;	
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
}

ul.tweet_list li {
	height: 85px;
}

.tweet_list .tweet_even {
	background: transparent;	
}




/* !QUICKLINKS */

#footer .quicklinks h4{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px -1px 0px #54635E;
	font-size: 1em;
	font-family: "myriad-pro",sans-serif;
}

#footer  ul.quicklinks{
	margin-left: 1.05em;
}
	
#footer ul.quicklinks li{
	line-height: 1.2;
	margin: .5em 0;
	text-indent: -1.05em;
}
#footer  ul.quicklinks li a{
	display: block;
	font-weight: bold;
}

#footer ul.quicklinks li span{
	font-family: Calibri, sans-serif;
	
}

#foot_atm{
	margin-top: 2em; 
}

/* !Home Page */

#main .home-main-area {
	padding-top: 0
}
.home-main-area .callout-wrap{
	padding-top: .25em;
	margin-bottom: 16px;
}
.home-main-area .callout-wrap-inner{
	padding-bottom: .25em;
}

#main .home-boxes h3{
	text-decoration: none;
	text-transform: uppercase;
	clear: both;
	font-size:1em;
	font-weight: bold;
}

.home-boxes h3 a:link{
	text-decoration: none;
}

.home-boxes a.more{
	text-transform: lowercase;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
}

#main .home-boxes > .article > .column > a{
	float: left;
	position:relative;
	width: 100%;
}
#main .home-boxes > .article > .column > a .thumb{
	margin: 3% 3% 10%;
	width: 94%;
}
#main .home-boxes > .article > .column > a .frame{
	position: absolute;
	top:0; left: 0;
	width: 100%;
}



/* !Home News */
.home-news .portal{
	background:#E7E9E6 ;
	border:1px solid #D8D9D6;
	
	margin:0 ;
	position:relative;
	
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;	
	-moz-border-radius: 7px;
	border-radius: 7px;
	
}

.home-news .orbit-container,
#sidebar-news .orbit-container{
	background: transparent;
	
	
}

.home-news .article{
	background: url(../images/_global/bg_quote_wrap.png) 25px 25px no-repeat;
	padding: 17px 10px 30px 100px;
}

#main .home-news h2{
	margin: 1em 0 .25em;
	text-decoration: none;
	text-transform: uppercase;
	clear: both;
	font-size: 1em;
	font-weight: bold;
}

#main .home-news h3{
	font-size:1em;
	font-weight: bold;
	margin: 0;	
}

#main .home-news h3 a{
	color: #000;
	text-decoration: none;
}

#main .home-news .date{
	color: #666;
	
}

#main .home-news p{
	margin: .25em 0;

}

.home-news .orbit-bullets{
	position: absolute;
	bottom: -5px;
	top:auto;
	width: 100%;
}





