html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}


* { margin: 0; padding: 0;}

html {
    
    background: url('/img/layout/body_bg.png')  #F7F1DA;

}

body {

    background: url('/img/layout/body_gradient.png') center top repeat-y;
    color: #666657;
    font-family: Georgia, serif;
    font-size: 62.5%;
    line-height: 1.75em;
    text-align: center;
    min-width: 950px;
    
}

a {
    
    color: #4F91B2;

}

a:hover {
    
    color: #E8794F;
    
}

li, label { 
    
    font-size: 14px;
    line-height: 1.75em; 
    
}

p {
    
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0;
    padding-bottom: 20px;
    
}

dd p { font-size: 1em; }

sub {

    vertical-align: bottom;

}

sup {

    vertical-align: super;

}

h1, h2, h3, h4, h5 {
    
    color: #717050;
    font-weight: normal;
    line-height: 120%;
    margin: 0;
    
}

h1 {
    
    margin: 20px auto;
    width: 127px;
    
}

h1 a {
    
    background: url('/img/layout/logo_hospice.png') no-repeat;
    display: block;
    height: 149px;
    text-indent: -99999px;
    width: 127px;
    
}

h2 {
    
    font-size: 2.2em;
    margin: 0;
    padding: 10px 0 5px 0;
    display: block;
    
}

h3 {
    
    font-size: 1.8em;
    margin: 0;
    padding-bottom: 10px;    
    
}

h4 {
    
    font-size: 1.6em;
    padding-bottom: 5px;
    line-height: 1.4em;
    
}

h5 {
    
    font-size: 1.4em;
    padding-bottom: 0px;
    
}

ul, ol {
    
    margin: 0;
    padding: 0 0 20px 0;
    
}

.subnav {

	margin-left: 0 !important;
    padding: 0 !important;

}

#user_bar
{
    
	padding: 10px 0 0 0;
	
}

#user_bar ul
{
	background: #f3f0df;
	margin: 0;
	padding: 0;
	padding: 5px;
    border: 1px solid #DDD;
}

#user_bar ul li
{
    display: inline;
    margin: 0 10px 0 0;	
}

#user_bar ul a
{
	text-decoration: none;
}

#user_bar ul a:hover
{
    text-decoration: underline;
}

ol {

    list-style: decimal;

}

#content blockquote {
    
    padding: 10px 10px 0 10px;
    font-style: italic;
    border: 1px solid #CCC;
    background: #FCFCFC;
    margin: 0 0 20px 0;

}

.block_list blockquote {
    
    font-size: 1em;
    padding-bottom: 10px;
    
}

blockquote p {
    
    line-height: 1.5em;
    
}

table
{
	border: 1px solid #DDD;
}

table tr td
{
	border: 1px solid #DDD;
	padding: 5px 5px 0 5px;
}


/*  Forms   */

legend { display: none;}

form {
    
    display: block;
    position: relative;
    
}

label { position: relative; }

fieldset {
    
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    overflow: hidden;
    clear: both;
    width: 100%;
    zoom: 1;
}

textarea {
    
    background: #FCFCFC !important;
    border: 1px solid #DDDDDD;
    color: #808080;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    padding: 3px !important;
    width: 435px;
    max-width: 435px;
    height: 200px;
    
}

form .form_controls { padding-right: 20px;}

form .form_controls input {
    
    border: none;
    color: #FFF;
    background: url('/img/layout/btn_submit_drk.png') no-repeat;
    display: block;
    height: 31px;
    width: 111px;
    font-size: 14px;
    float: right;
    font-family: Georgia, serif;
    height: 34px;
    text-align: center;
    line-height: 1.2em;
    padding: 4px 0px 6px 2px;
}

#blackbaud input:hover,
form .form_controls input:hover {
    cursor: pointer;
    background-position: bottom left !important;
}

#blackbaud input:active,
form .form_controls input:active {

    opacity: 1;

}


form .required {

    font-weight: bold;

}

form .required:after {
	
    content: " *";
    
}

textarea:focus,
input:focus {
    
    border: 1px solid #4F91B2;
    background: #FFF;
}

.black_button {
    
    border: none;
    color: #FFF;
    background: url('/img/layout/btn_huge.png') no-repeat top left;
    display: block;
    height: 34px;
    width: 245px;
    font-family: Georgia, serif;
    font-size: 14px;
    
}

.black_button:hover {

    cursor: pointer;
    
}

input { outline: none !important; }

form dd input {
    
    border: 1px solid #DDDDDD;
    background: #FCFCFC;
    color: #808080;
    padding: 5px 2px;
    
}

form label input {
    
    margin-right: 5px;
    
}

input[type="file"]{
    
    background: #EEE;
    border: none;
    
}

#filename
{
	border: 1px solid #DDD;
	background: #FCFCFC;
}

form dl {
    
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    
}

form dl dt {
    
    float: left;
    width: 190px;
    
}

form dl dd {
    
    float: left;
    position: relative;
    width: 240px;
    margin-bottom: 20px;
    
}

form dl dd input {
    
    width: 230px;
    
}

form dl.input_span dd input {
    
    width: 92px;
}


form dl.input_span dd span {
    
    margin: 0 10px;
    
}

.gender label {
    
    display: block;
    font-size: 13px;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;

}

.gender input { 

    background: none;
    border: none;
    
}

.gender br { display: none;}

form .checkbox {

    font-size: 12px;
    margin: 0 0 10px 0;

}

form .checkbox input {

    margin: 0 10px 0 0;

}

.gender dd label input {

    width: auto;
    height: auto;
    float: left !important;
    margin: 4px 10px 0 0;

}

#wrap {
    
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 950px;
    
}

#wrap:after {

    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    
}

.testimonial {

    padding: 10px 0 20px 0 !important;

}

.testimonial blockquote {

    font-style: italic;
    padding: 0;

}

.testimonial h5 {

    text-align: right;
    font-style: italic;
    font-size: 12px;
    color: #9b9b91; 

}

/*  Mast    */
#mast {
    
    background: url('/img/layout/hr_wide_up.png') no-repeat bottom left;
    margin-bottom: 13px;
    overflow: hidden;
    padding-top: 20px;
    width: 100%;
    
}

#site_controls  {
    
    clear: both;
    display: block;
    float: right !important;
    font-style: normal !important;
    padding: 0px;
    text-align: right;
    margin-top: -2px;
    
}

#site_controls .lang_controls a {
    
    text-decoration: none !important;
    
}

#site_controls .lang_controls .active {

    color: #666657 !important;

}


#site_controls .label {
    
    font-size: 11px;
    
}

#font_size {
    
    font-size: 11px;
    margin-right: 5px;
    
}

#mast p {
    
    float: left;
    font-size: 1.35em;
    line-height: 2em;
    font-style: italic;
    
    
}

#mast form {
    
    float: right;
    
}

#site_controls span.text_size {

    
    margin: 0 15px 0 3px;
}

#site_controls{


}


#site_controls .decrease { font-size: .9em; }

#site_controls .increase { font-size: 1.4em; }


/*  Sidebar */
#sidebar {
 
    float: left;
    padding: 0 20px 120px;
    position: relative;
    width: 210px;
    z-index: 2;
}

#form_search {
    
    background: url('/img/layout/hr_small_up.png') no-repeat bottom;
    padding-bottom: 10px;
    overflow: hidden;
    width: 100%;
    
}

#form_search dl {
    
    float: left;
    overflow: visible;
    padding-bottom: 0 !important;
    width: auto;
    width: 125px; 
    
}

#form_search dt { display: none; }

#form_search dd { 
    
    float: none !important;
    width: 125px;
    
}

#form_search dd input { 

    float: left;
    margin-top: 3px;
    width: 125px;
    
}

#form_search p { 
    
    padding-top: 1px;
    float: right;
    
}

#form_search .btn_search {
    
    background: url('/img/layout/btn_search.png') no-repeat;
    border: none;
    color: #FFF;
    font: normal 1.0em Georgia, serif;
    height: 31px;
    width: 60px;
    text-align: center;
    line-height: 1.2em;
    padding: 5px 0px 6px 2px;
    
}

#form_search .btn_search:hover { 

    background-position: 0px -33px; 
    cursor: pointer;
    
}

#main { z-index: 0;}
#sidebar .navigation {
    
    background: url('/img/layout/hr_small_down.png') no-repeat bottom;
    list-style-type: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 9999;
    
}

/*  DO NOT CHANGE ANY RELATIVE POSITIONING / Z-INDEX STUFF ON THESE - SERIOUSLY   */
#sidebar .navigation li {
    
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;

}

#sidebar .navigation li.active {
    
    position: relative;
    z-index: 5;
}

#sidebar .navigation a {
    
    display: block;
    padding: 6px 0;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    z-index: 0;

}

object {
    
    position: relative;
    z-index: 0;
    
}

#sidebar .navigation .current a {
    
    color: #E8794F;
    
}

#sidebar .navigation a:hover,
#sidebar .navigation .active a {
    
    padding: 5px 0;
    background: #F9F8F2;
    border-bottom: solid 1px #EDEBD9;
    border-top: solid 1px #EDEBD9;
    color: #E8794F;
    
}

#sidebar .navigation .active li a {
    
    color: #4F91B2;
    
}

#sidebar .navigation li a:hover {
    
    color: #E8794F;
    
}

#sidebar .navigation .flyout {
    
    display: none;
    border-left: 0px solid #EDEBD9;
    position: absolute;
    overflow: hidden;
    padding: 0px 0px 0;
    left: 150px;
    right: 3px;
    top: -40px;
    width: 595px;
    z-index: 999999;
    zoom: 1;
    
}

#sidebar .navigation .single .inner {
    
    width: 200px !important;
    
}

#sidebar .navigation .single {
    
    width: 250px !important;
    
}

#sidebar .navigation .single .top {
    
    background: url('/img/layout/flyout_single_top.png') no-repeat top left !important;

}

#sidebar .navigation .single .bottom {
    
    background: url('/img/layout/flyout_single_bottom.png') no-repeat top left !important;
    
}

#sidebar .navigation .flyout .top {
    
    background: url('/img/layout/flyout_top.png') no-repeat top left;
    height: 12px;
    overflow: hidden;
    display: block;
    
}

#sidebar .navigation .flyout .bottom {
    
    background: url('/img/layout/flyout_bottom.png') no-repeat bottom left;
    height: 18px;
    
}

#sidebar .navigation .flyout .inner {
    
    background: url('/img/layout/hr_flyout_wide_up.png') no-repeat 50% 10px #F9F8F2;
    border-left: 5px solid #EDEBD9;
    border-right: 5px solid #EDEBD9;    
    padding: 40px 20px 0;
    position: relative;
    width: 545px;

}

#sidebar .navigation .flyout.single .inner {
    
    background: url('/img/layout/hr_flyout_small_up.png') no-repeat 50% 10px #F9F8F2;
    position: relative;
}

#sidebar .navigation .flyout .inner:after {

    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    
}

#sidebar .navigation .flyout .bridge,
#sidebar .navigation .flyout.single .bridge {
    
    display: block;
    background: url('/img/layout/flyout_bridge.png') no-repeat;
    height: 36px;
    width: 5px;
    position: absolute;
    top: 25px;
    left: -5px;
    
}

#sidebar .navigation li:hover .flyout,
#sidebar .navigation .active {
    
    display: block !important;
    
}

#sidebar .navigation .flyout ul {
    
    width: 270px;
    float: left;
    padding: 0;
    
}

#sidebar .navigation .single ul {
    
    width: 220px !important;

}

#sidebar .navigation .flyout ul li ul {
    
    width: auto;
    float: none;
    margin: 0 !important;
    padding: 0 !important;
    
}

#sidebar .navigation .flyout ul li {
    
    line-height: 16px;
    padding-bottom: 10px;
    padding-right: 10px;
    position: relative;
    zoom: 1;
    
}

#sidebar .navigation .flyout ul a {

    border: none;    
    display: block;
    font-size: 16px;
    line-height: 18px !important;
    padding: 0 0 !important;
    padding-bottom: 0px !important;
    position: relative;
    zoom: 1;
    
}

#sidebar .navigation .flyout ul a:hover {
    
    background: none;
    border: none;
    
}

#sidebar .navigation .flyout ul li ul {
    
    border: none;
    position: static;
    left: 0;
    width: auto;
    padding: 0 10px 10px 20px !important;
    zoom: 1;
    
}

#sidebar .navigation .flyout ul li ul li {
    
    line-height: 12px;
    padding-bottom: 10px !important;
    zoom: 1;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 !important;
}

#sidebar .navigation .flyout ul li ul li a {
    
    font-size: 14px;
    padding: 0 !important;
    line-height: 1.4em;
    
}

#sidebar .navigation a span { color: #8F8F76;}

#sidebar .date {
    
    color: #8F8F76;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    padding-bottom: 5px;
    text-transform: uppercase;
    
}

#sidebar .meta {
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    letter-spacing: -.01em;
    padding-bottom: 10px;

}

#sidebar .meta a {
    
    color: #E8794F;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -.02em;
    text-decoration: none;
    text-transform: uppercase;    
    
}

#sidebar .meta a:hover { text-decoration: underline; }

/*  Main Column */
#main {
    
    float: left;
    padding: 0px 20px 20px 20px;
    width: 660px;
    position: relative;
    z-index: 0;
    
}

#content {
 
    background: url('/img/layout/hr_wide_up.png') no-repeat bottom left;
    padding-bottom: 40px;   
    zoom: 1;
    
}

#content:after {

    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    
}

#content .one_third {
    
    width: 210px;
    
}

#content .two_thirds {
    
    width: 430px;
    
}

#content .date {
    
    font-style: italic;
    padding-bottom: 10px;
    
}

#content .written_by
{
	font-size: 12px;
	font-style: italic;
}

.subnav {
    
    border-top: 1px solid #EDEBD9;
    margin-bottom: 20px;
    
}

.subnav li {
    
    font-size: 1.2em;
    list-style: none;
    line-height: 1.75em;
    
}

.subnav li a {
    
    display: block;
    padding: 3px 2px;
    border-bottom: 1px solid #EDEBD9;
    text-decoration: none;
    
}

.subnav li a span {
    
    color: #666657;
    
}

.subnav li.active a {
    
    background: #F9F9F9;    
    color: #E8794F;
    
}

.subnav li a:hover {
    
    background: #F9F9F9;

}

#content ul {
    
    list-style: disc;
    margin-left: 10px;
    
}

#content ol {

    list-style: decimal;
    margin-left: 10px;

}

#content ul,
#content ol {

    padding-left: 20px;

}

.block_list {
    
    margin-bottom: 20px !important;
    
}

.block_head {
    
    border-bottom: 1px solid #EDEBD9;
    font-size: 1.8em;
    padding: 5px 10px 10px;
    margin-bottom: 10px;
    
}

.block.heading {
    
    border-bottom: 1px solid #EDEBD9;
    margin-bottom: 20px;
    padding-bottom: 10px;
    
}

.block.heading p {

    font-size: 1.4em;
    padding-bottom: 0;

}

.tribute_content p
{
	font-size: 1.2em !important;
	padding-bottom: 20px !important;
}

.block_list .block {
    
    border-bottom: 1px solid #EDEBD9;
    margin-bottom: 0;
    padding: 15px 0;
    
}

.block_list .first {
    
    padding-top: 0;
    
}

.widget {
    
    background: #F9F8F2;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
    border:1px solid #EDEBD9;
    
}

.img_cta {
    
    background: none !important;
    border: none !important;
    padding: 0 !important;
    position: relative;
}

.img_cta img { 
    
    background: none !important;
    border: none !important;
    padding: 0 !important;
    
}

.img_cta a {
    
    position: relative;
    
}

.img_cta span {
    
    padding: 0 !important;
    position: absolute;
    bottom: 32px;
    left: 20px;
    font-size: 1.2em;

}

.extras {
    
    background: #F9F8F2;
    border:1px solid #EDEBD9;
    clear: both;
    overflow: hidden;
    padding: 10px 10px 0px;
    text-align: center;
    
}

.extras p{


  
}

.extras:after {

    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    
}

.extras .button span
{
	font-size: 12px;
}

.extras a.button {

    display: inline-block !important;
    float: none !important;
    margin-left: 10px;

}

.widget p,
.widget ul,
.extras p,
.extras ul { padding-bottom: 8px; }

.widget p { font-size: 1.2em;}

.widget .button { font-size: 1.4em;}

.extras .left.pad,
.extras .subnav_widget {
    
    margin-right: 40px;
    float: left;
    
}

.extras .left,
.extras .subnav_widget { 
    
    width: 40%;
    text-align: left;
    
}

.extras h5 { margin-bottom: 20px; }

/*  Homepage Handshake  */

#handshake {
    
    height: 341px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 0px;
    position: relative;
    width: 100%;

    
}

#handshake .description {
    background: url('/img/layout/bg_transparent.png');
    left: 10px;
    position: absolute;
    top: 80px;
    padding: 5px 10px 0 10px;
    zoom: 1;
    width: 240px;
}

#what_is_hospice .description {
    
    width: 213px;
}
#volunteer_services .description {

    margin-left: 292px

}

#giving_to_hospice .description {
    width: 300px;
}
#giving_to_hospice .description p {
    padding-bottom: 0px !important;
}
#giving_to_hospice .button {
    margin-top: -10px;
    margin-bottom: 10px;
}

.description p {

    font-size: 12px;
    color: #666657;
    line-height: 15px;

}

#handshake h2 {
    
    font-family: "Times New Roman", Times, serif;
    color: #666657;
    margin: 0;
    font-size: 3em;
    font-weight: normal;
    font-style: italic;
    line-height: 1em;
    
}

#handshake img {
    
    border: 0 !important;
    padding: 0 !important;
    
}

#handshake .links p,
#handshake .links ul {
    
    padding-bottom: 0;
    padding-left: 10px;
    list-style-type: none;
    width: auto;

}

#handshake .links {
    
    background: #FFF;
    opacity: .95;
    filter: alpha(opacity = 95);
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 5px;
    zoom: 1;
    width: 660px;
    
}

#handshake .links li {
    
    display: block;
    float: left;
    width: 210px;
    font-size: 14px;
    line-height: 1.4em;
    
}

#handshake .links li a {

    text-decoration: none;

}

#handshake .tab_what {
    
    width: 218px !important;
    
}

#handshake .tab_what a {
    
    background: url('/img/layout/home_handshake_nav_01.png') no-repeat;
    text-indent: -99999px;
    
}

#handshake .tab_vol a {
    
    background: url('/img/layout/home_handshake_nav_02.png') no-repeat;   
    text-indent: -99999px;
    
}

#handshake .tab_give a {
    
    background: url('/img/layout/home_handshake_nav_03.png') no-repeat;
    text-indent: -99999px;

}

.lang_es #handshake .tab_what a { background: url('/img/layout/home_handshake_nav_01_es.png') no-repeat; }

.lang_es #handshake .tab_vol a { background: url('/img/layout/home_handshake_nav_02_es.png') no-repeat;  }

.lang_es #handshake .tab_give a { background: url('/img/layout/home_handshake_nav_03_es.png') no-repeat; }

#handshake .ui-state-active a,
.tabs li a:hover {
    
    opacity: .8;
    filter: alpha(opacity = 80);
    
}

.tabs {
    
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;

}

.tabs li {
    
    float: left;
    width: 219px;
    
}

.tabs li a {
    
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 1.4em;
    height: 51px;
    width: 219px;
    
}

.search_list p { padding-bottom: 10px;}

.search_list .block { padding-bottom: 0;}

/*  Pagination */

.pagination_wrap {
    
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-left: 20px;
}

.pagination {

    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    
}

.pagination li {
    
    float: left;
    list-style-type: none;

}

.pagination li a,
.pagination li span {
    
    background: #fefefe;
    border: 1px solid #eee;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    padding: 2px 6px 0;
    margin: 0 2px;
    text-decoration: none;

}

.pagination li span {
    
    background: none;
    
}


/*  Calendar    */

.cal_wrap { margin: 0 0 40px; }

.calendar {
    border:1px solid #EEEEEE;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    width: 210px;
}

.calendar thead  tr {
    
    border: 1px solid #b3d596;
    padding: 0px;
    width: 100%;
    background: #b3d596;
    /*height: 31px;*/

}

.calendar thead tr td {
    
    background: #B3D596 !important;
    
}

.calendar .current { 

    background: #84b2c9; 
    color: #FFF;
    
}

.calendar .today {
 
    background-color: #eee;
    color: #666657;
 
}

.calendar .today {
    
    background: #ddf0f9;
    
}

.calendar .days { border: 1px solid #eee; }

.calendar thead tr td {
    
    border: none !important;
    background: none;
    color: #FFF;
    font-size: 1.6em;
    font-family: Georgia, serif;
    padding: 7px 0px;
    
}

.calendar thead tr td a {
    
    display: block;
    color: #FFF;
    font-size: 1em;
    
}

.calendar thead tr td a:hover { color: #E8794F; }

.calendar thead a { text-decoration: none; }

.calendar .days td {
    
    border: none !important;
    font-weight: bold;
    
}

.calendar td {
    
    text-align: center;
    border: 1px solid #eee;
    font-size: 1.2em;
    padding: 5px 7px 5px;
    
}

.cal_list .col_1 {
    
    font-family: times;
    margin-right: 20px;
    padding-left: 10px;
    width: 80px;
    
}

.cal_list .col_1 p {
    
    font-size: 1.4em;
    
}

.cal_list .col_2 {
    
    padding-right: 10px;
    width: 300px;
    
}

.cal_list .block {
    
    padding: 10px 0;
    border-bottom: 1px solid #EDEBD9;
    
}

.cal_list .col_2 p { padding-bottom: 5px; }

.cal_list .col_2 .category a { 

    color:#E8794F;
    font-family:Arial,Helvetica,sans-serif;
    letter-spacing:-0.02em;
    text-decoration:none;
    text-transform:uppercase;
    font-size: .9em;
}

.cal_single { border-bottom: 1px solid #EDEBD9; }

.cal_single dl {
    
    border-top: 1px solid #EDEBD9;
    padding: 10px 0;
    margin: 0 0 10px 0;
}

.cal_single dt {
    
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 20px;
    width: 100px;
    
}

.cal_single dd {
    
    float: left;
    width: 300px;
    font-size: 1.3em;
    
}

.cal_single dd img {
    
    /*max-width: 290px;*/
    
}

.cal_single form dd input {
    
    width: 175px;
    
}

.cal_single form dl,
.cal_single form dt,
.cal_single form dd
{
    border: none;
    float: none;
    display: inline;
    width: auto;
    
}

.cal_single form dt {
    
    display: none;
    
}

.cal_single form  {
    
    margin-top: 10px;
     
}

.cal_single form .form_controls {
    
    position: absolute;
    top: -3px;
    right: 0px;
    padding: 0 !important;
}

.trib_list { border-top: 1px solid #EDEBD9; }

.trib_list .col_1 {
    
    margin-right: 40px;
    width: 110px;
    
}

.trib_list .col_2 { width: 510px; }

.trib_list p { padding-bottom: 5px; }

.trib_list img { margin: 0 !important;}

.photo_list .left.pad { margin-right: 15px; }

.photo_list .photo {
    
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    width: 205px;
    
}

.photo_list .photo h3 {
    
    line-height: 125%;
    padding-bottom: 0;
    
}

#content .feature {
    
    background: url('/img/layout/hr_wide_down.png') no-repeat bottom left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;    
    width: 640px;
    zoom: 1;
    
}

#content .feature img {
    
    border: none;
    padding: 0;
    margin: 0;
    
}

#content .feature h3 { font-size: 2.6em; }

#content .feature .meta {
    
    width: 640px;
    display: block;
    background: #FFF;
    opacity: .9;
    filter: alpha(opacity = 90);
    padding: 10px 10px 0;
    position: absolute;
    left: 0;
    bottom: 23px;
    
}

#content .feature .meta p { 
    
    font-size: 1.4em;
    padding-bottom: 10px;
    
}

#content img {
    
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 4px;
    
}

#content .two_thirds.right img {

    border: none;
    padding: 0;
    max-width: 420px;
    
}

/* Sitemap */

#sitemap .navigation { width: auto !important; }

#sitemap ul li  {
    
    font-size: 16px;
    
}

#sitemap ul li li  {
    
    font-size: 14px;
    margin-left: 20px;
    
}

#sitemap ul li li li {
    
    font-size: 12px;
    margin-left: 30px;
    
}

/*  Feedback Messages  */

#messages {
    
    background: #feffe5;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 100px 0px 10px;
    position: relative;
    
}

form dd label.error {
    
    position: relative;
    zoom: 1;
    
}

form dd label.error span {
    
    display: block;
    
}

.error {

    font-family: Helvetica, Arial, sans-serif;

}

input.error {

    color: #808080;
    
}

#messages p {
	
	padding-bottom: 10px;
	
}

#messages .close {
    
    font-family: Arial, Helvetica, sans-serif;    
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #666;
    
}

.alert {
    
    background: #feffe5;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    
}


/*  Login Form */
#users-login {
    
    background: #F9F8F2;
    border: 1px solid #ddd;
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    
}


#users-login p input {
    
    border: none;
    color: #FFF;
    font: normal 1.0em Georgia, serif;
    
}


/*  Footer  */
#footer {
    
    clear: both;
    position: relative;
    padding: 15px 0;
    
}

#footer .clear {
    
    position: relative;
    width: 686px;
    
    
}

#footer .two_thirds {
    
    background: url('/img/layout/footer_bg.png') repeat-x top left;
/*    height: 93px;*/
    padding: 10px;
    width: 414px;
    
}

#footer .two_thirds h4 {
    
    float: none !important;
    text-align: right;
    
}

#footer .one_third {
    
    background: url('/img/layout/footer_ribbon.png') no-repeat top right ;
    color: #FFF;
    height: 109px;
    padding: 10px 0 0 25px;
    width: 227px;
    
}

#footer .one_third h3 { color: #FFF; }

#footer p {
    
    font-size: 1.2em;
    padding-bottom: 5px;
     
}

#footer a { text-decoration: none;}

#footer .links {
    
    background: url('/img/layout/hr_wide_down.png') no-repeat top left;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    
}

#footer .links ul { padding: 0 0 10px; }

#footer .links li {
    
    display: inline;
    list-style-type: none;
    padding: 0 5px;
    font-size: 12px;
}

#footer .links li a {
    
    margin-right: 10px;
    text-decoration: none;
    
}

#form_newsletter dl {
    
    overflow: visible;
    padding-bottom: 0 !important;
    width: auto;
    
}

#form_newsletter dt { display: none; }

#form_newsletter dd {
    
    float: left;
    padding-top: 4px;
    width: auto;
}

#form_newsletter dd input { width: 120px; }

#form_newsletter p {
    
    float: right;
    padding-right: 28px;
    
}

#form_newsletter p input {
    
    background: url('/img/layout/btn_green.png') no-repeat scroll top right;
    border: none;
    color: #FFF;
    font: normal 14px Georgia, serif;
    height: 33px;
    width: 68px;
    
}

#form_newsletter p input:hover { 
 background-position: bottom right;
      height: 33px;
    width: 68px;
   
    
}

.btn_more_news {
    
    background: url('/img/layout/btn_more_news.png') top left no-repeat;
    color: #FFF;
    display: block;
    float: right;
    font-size: 14px;
    height: 29px;
    padding: 4px 0 0 0;
    text-align: center;
    text-decoration: none;
    width: 136px;
    line-height: 24px;
    
}

.btn_more_news:hover {
    
    background-position: bottom;
    color: #FFF;
    text-decoration: none;
}


/*  Reusable Elements  */
a.button {

    background: transparent url('/img/layout/btn_trans_a.png') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: right;
    font: normal 1.4em Georgia, serif;
    font-size: 14px;
    height: 34px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
    
}

a.button span {
    
    background: transparent url('/img/layout/btn_trans_span.png') no-repeat top left;
    display: block;
    line-height: 23px;
    padding: 5px 3px 6px 13px;
    font-size: 14px;
    
}

a.button:hover { 

    color: #FFF;
    background-position: bottom right;
    
}

a.button:hover span {
    background-position: bottom left;
}

.support a.button {

    height: 34px;
    background:  url('/img/layout/btn_green_a.png') no-repeat top right;
     
}

.support a.button span {

    line-height: 22px;
    padding-bottom: 7px;
    background:  url('/img/layout/btn_green_span.png') no-repeat top left;
    
}

.support a.button:hover {
    
    background-position: bottom right !important;
    
}

.support a.button:hover span {
    
    background-position: bottom left !important;
}

.ui-tabs .ui-tabs-hide { display: none; }

.one_third {
    
    float: left;
    width: 218px;
    
}

.three_fourths { width: 75%; }

.three-cols.home {
    
    background: url('/img/layout/hr_wide_down.png') no-repeat top left;
    padding-top: 30px;
    
}

.three-cols.home img {
    
    border: 0 !important;
    padding: 0 !important;
    
}

.three-cols .one_third.pad {
    
    width: 213px;
    padding-right: 10px;
    
}

.two_thirds {
    
    float: left;
    width: 430px;
    
}

.clear {

    overflow: hidden;
    width: 100%;
    
}

.center { text-align: center; }

.block {

    clear: both;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    
}

.block:after {

    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    
}

.left { float: left; }

.right { float: right; }

.left.pad { margin-right: 20px;}

img.left { margin: 0 15px 5px 0;
background-color: #fff; }

img.right { margin: 0 0 5px 15px; }

.hidden { display: none; }

.valid { background-color: #fff; }

.invalid { background-color: #fee; }

.valid_input {

    position: absolute;    
    top: -5px;
    right: -25px;
    background: url('/img/layout/icons/valid.png') no-repeat;
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -999999px;
    
}

.invalid_input {

    background: url('/img/layout/icons/warn.png') no-repeat;
    padding: 0 0 3px 25px;

}

/* Lightbox Styles */

#lightbox-container-image-data #lightbox-image-details { width: 80%; }

#lightbox-image-details-caption {

    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    color: #666657 !important;
    font-weight: normal;
    
}

#lightbox-image-details-currentNumber { 
    
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    color: #666657 !important;
    padding-top: 10px;

}

/* share this pup-up */

.share_this p {
    
    font-size: 12px;
    padding-bottom: 5px;
    
}


/*  Language Specific   */
.lang_es .three-cols.home .one .button {

    margin-top: -1.4em;

}

.lang_es #footer .one_third h3 { padding-bottom: 0px;}