/* ----------------------------------------------
   HTML ELEMENTS
*/ 

/* Top Elements */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    height:100%;
}

body {
    font: #3c3c3c 10px/15px Verdana, "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 50px 0;
    background: #0c548f url(images/body-bg.png) center top repeat-y;
    text-align: center;
    height:100%;
}

/* Links */
a,
a:active,
a:link {
    text-decoration: none;
    color: #0b4475;
}

a:visited {
    text-decoration: none;
}

a:hover {
    background: #ffffff;
    color: #895F30;
    text-decoration:none;
}

/* headers */
h1,
h2,
h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 15px 20px 5px 20px;
    margin: 0;
}

h2 {
    font-size: 14px;
    font-weight:bold;
    color: #76410c;
    letter-spacing:0;
    padding: 5px 20px 5px 20px;
    margin: 0;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px 5px 20px;
    margin: 0;
}

h4 {
    font-size: 13px;
    font-weight: bold;
    padding: 10px 20px 5px 20px;
    margin: 0;
}

p,
dl {
    padding: 5px 20px;
    margin: 0;
}

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

.b {
    font-weight:bold;
}

.breadcrumbs p {
    padding:0 20px;
    margin:0;
}

ul.plain {
    list-style-type:none;
    padding: 10px 20px;
}

dt {
    font-weight: bold;
    color: #895F30;
}

dd {
    padding-left: 25px;
}

.fullwidth {
    margin: 5px 20px;
}

/* images */
img,
.framed {
    background: #faeed1;
    border: 1px solid #e4cf9c;
    padding: 0;
}

img.float-right {
    margin: 5px 20px 5px 10px;
}

img.float-left {
    margin: 5px 10px 5px 20px;
}

img.plain {
    padding:0;
    border:none;
    margin:0;
    background:none;
}

.note,
.caption {
    font: 10px/145% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
}

.caption {
    text-align:center;
}

code {
    margin: 5px 0;
    padding: 15px;
    text-align: left;
    display: block;
    overflow: auto;
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
    /* white-space: pre; */
    border: 1px solid #ECF8FE;
    background: #ECF8FE;
}

acronym {
    cursor: help;
    border-bottom: 1px dotted #895F30;
}

blockquote {
    margin: 15px 20px;
    padding: 10px 10px 10px 35px;
    border: 1px solid #ECF8FE;
    background: #ECF8FE url(images/quote.jpg) no-repeat 10px 10px;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.5em;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #976957;
}


/*---- Category Chooser ----*/

ul.categoryChooser {
	margin: 10px 0;
	list-style:none;
}

/*---- Category Display */
ul.subs {
    list-style:none;
    margin:-5px 20px 0 20px;
    padding:0;
}

ul.subs li {
    display:inline;
    float:left;
    margin:0 10px 4px 0;
}

/* Calendar Table */
.calendar {
    font:normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
    padding:0 20px;
}

.calendar table {
    border-collapse:collapse;
}

.calendar td,
.calendar th {
    text-align:center;
    padding: 5px 0;
    width:40px;
}

.calendar th {
}

.calendar td {
    background:#fff;
    border-top:solid 1px #dfcfb5;
}

.calendar td.controls {
    padding:0;
    background:none;
    border:none;
}

/* start - table */
form table,
table.padded {
    border-collapse: collapse;
    margin: 10px 10px 10px 0;
    width:auto;
    font:normal 12px/18px Georgia, "Times New Roman", Times, serif;
}

form table th,
table.padded th {
    background: #e7e7e6;
    height: 38px;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
    text-align: center;
    border: 1px solid #aaa;
}

form table tr,
table.padded tr {
    height: 34px;
    background: #fff;
}

form table td,
table.padded td {
    padding: 5px;
    border: 1px solid #aaa;
}

form td.controls,
table.padded td.controls {
    border:none;
    text-align:center;
    font-size:120%;
}

form td.rt,
table.padded td.rt {
    text-align:right;
}

/* end - table */

/* form elements */
form {
    margin: 15px 20px;
    padding: 0;
    font:normal 12px/18px Georgia, "Times New Roman", Times, serif;
}

form h3,
form h2,
form h1,
form p {
    padding-left:0;
    padding-right:0;
}

form ul.plain {
    margin:0;
    padding:0;
}

form ul.categoryChooser {
    margin:10px 0;
    padding:0;
}

form ul.categoryChooser li {
    list-style-image:none !important;
}

label {
    display: block;
    font-weight: bold;
    margin: 0;
    color: #895F30;
}

label.inline {
    display:inline !important;
}

label.error {
    color:#C00;
}

.sale {
    color:#e00;
}

.crossed {
    text-decoration:line-through;
}

input,
select {
    padding: 4px;
    font: normal 1em Georgia, "Times New Roman", Times, serif;
    color: #666666;
    background: #fff;
}

textarea {
    width: 98%;
    padding: 4px;
    font: normal 1em Georgia, "Times New Roman", Times, serif;
    display: block;
    color: #666666;
}

input,
textarea,
select {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #b4b4b4 #cbcbcb #cbcbcb #b4b4b4;
}

input.error {
    border-color:#C00 #900 #900 #C00;
    background-color:#FFF2EF;
    color:#900;
}

input.nb {
    border:none !important;
}

input.button {
    font: bold 12px Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 4px 7px;
    color: #555;
    background: #b6b6b6;
    border-width: 1px;
    border-style: solid;
    border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
    cursor:pointer;
}

form div {
    margin:5px 0;
}

form div.nobreak {
    position:relative;
    float:left;
    width:auto;
    margin-right:15px;
}

form span.required {
    padding:0 4px;
    font-size:120%;
}

/* search form */
.searchform {
    background-color: transparent;
    border: none;
    margin: 0 0 30px 0;
    padding: 0 20px;
    width: auto;
    text-align:center;
}

.searchform p {
    margin: 0;
    padding: 10px 20px;
}

.searchform input.textbox {
    width: 170px;
    color: #777;
    height: 18px;
    padding: 2px;
    vertical-align: top;
    font:bold 12px/18px Georgia, "Times New Roman", Times, serif;
}

.searchform input.button {
    width: 60px;
    height: 24px;
    padding: 2px 5px;
    vertical-align: top;
    font:bold 12px/18px Georgia, "Times New Roman", Times, serif;
    background:#b6b6b6;
}

/*---- Message Block ----*/
.cl_messageBlock {
    width:500px;
    padding:10px 20px 5px 20px;
}

.cl_messageBlock ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.cl_messageBlock ul li.cl_errorText {
    color:#c00;
    font-weight:bold;
}

/*---- Image Gallery ----*/

.cl_gallery {
    text-align:center;
}

.cl_gallery .larger {
    font-weight:bold;
    padding:5px 0;
}

.cl_gallery .larger a {
    font-weight:normal;
    font-size:80%;
}

.cl_gallery .thumbnails img {
    cursor:pointer;
}

.cl_gallery .thumbnails img.selected {
    background-color:#0b4475;
    border:solid 1px #1c5586;
}

.cl_gallery .largeImage {
    position:relative;
}

.cl_gallery .imageBox {
    position:absolute;
    left:-9999px;
    width:auto;
}

.cl_gallery .imageBox a.viewlarger {
}

.cl_gallery .imageBox a.viewlarger:hover {
    border:none;
    background:none;
    padding:0;
}

/* ------------------------------------------
   LAYOUT
*/ 

.topper {
    width:100%;
    min-width:900px;
    height:100%;
    min-height:1000px;
    background:url(images/topper-bg.jpg) center top no-repeat;
}

.wrap-out {
    position: relative;
    background: transparent;
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

.wrap {
    width: 900px;
    margin: 0 auto;
}

.content-wrap {
    position: relative;
    clear: both;
    float: left;
    width: 898px;
    border:solid 1px #dfcfb5;
    padding: 10px 0 0 0;
    margin-left:0;
    background: url(images/content-wrap-bg.png) top left no-repeat;
    background-color:#fff;
    display: inline;
    min-height:550px;
}

.header {
    position: relative;
    width: 900px;
    height: 155px;
    padding: 0;
    margin: 0 auto;
}

/* Login */
.login {
    font: normal 12px/20px Georgia, "Times New Roman", Times, serif;
    color:#799cbb;
    position:relative;
    float:right;
    text-align:right;
    padding:15px 5px 5px 5px;
}

.login form {
    text-transform:uppercase;
    margin:0;
    padding:0;
    border:none;
    background:transparent;
}

.login form input {
    font: normal 12px/20px Georgia, "Times New Roman", Times, serif;
    height:auto;
    padding:1px 4px;
}

.login div {
    padding:0;
    margin:0;
}

/*---- Superfish ----*/
/*** ESSENTIAL STYLES ***/
.nav, .nav * {
    margin:0;
    padding:0;
    list-style:none;
}
.nav {
    line-height:1.0;
    padding-left:39px;
}
.nav ul {
    position:absolute;
    top:-999em;
    width:123px;
}
.nav ul li,
.nav a {
    width: 123px;
    height:25px;
}
.nav li {
    float:left;
    position:relative;
    z-index:99;
}
.nav a {
    display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
    left:0;
    top:26px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
    top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
    left:123px;
    top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
    top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
    float:left;
    margin-bottom:0;
}
.nav li {
    width:123px;
    text-align:center;
    font:10px/14px Verdana, "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif; /* Georgia, "Times New Roman", Times, serif; */
	text-transform:uppercase;
    font-weight: bold;

}
.nav a {
    color:#d5d6d7 !important; /* IE6 needs important for local links for some reason */
    padding: 5px 0 0 0;
    text-decoration:none;
    letter-spacing:0;
    height:20px;
}

.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
    color:#eee !important;
    text-decoration:none;
    background:none;
    border:none;
    z-index:100;
    background:#1e5280;
}
.nav li li {
    background: #123c62;/* #d5d6d7; */
    text-transform:capitalize;
    font:11px/14px Verdana, "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif; /*Georgia, "Times New Roman", Times, serif; */
}

.nav li li a {
    color: #a6b9c8 !important;
}

.nav li li:hover, .nav li li.sfHover,
.nav li li a:focus, .nav li li a:hover, .nav li li a:active {
    color:#0c2841 !important;
    text-decoration:none;
    background:#a6b9c8;
    border:none;
}

.nav li li li {
    background:#0b4577;
}

/*---- /Superfish ----*/

/* Main Content */
.content {
    float: left;
    width: 598px;
    padding: 0 0 15px 0;
    margin: 0;
    display: inline;
}

.content h1,
.content h2,
.content h3 {
    width:500px;
}

.content ul.bulletted li {
    list-style-image: url(images/bullet.gif);
    margin-left:20px;
}

.content ul.indented li {
    margin-left:20px;
}

p, ul {
    font:normal 12px/22px Georgia, "Times New Roman", Times, serif;
    color:#3c3c3c;
}

/* Main Section */

.content .section {
    padding:0 0 20px 0;
    margin:0 0 10px 0;
    background:url(images/section-bg.png) bottom center no-repeat;
}

/* Half Left */

.halfleft {
    position:relative;
    float:left;
    width:50%;
    border-right: 1px solid #ebebeb;
    margin:0 15px 10px 0;
}

/* Mini List */

ul.minilist {
    list-style:none;
    font:normal 12px/16px Georgia, "Times New Roman", Times, serif;
}

ul.minilist li {
    list-style-image:none;
    padding:3px 0;
}

/* Pull Quote */

.pullquote {
    margin:10px;
    border: 1px solid #ECF8FE;
    background: #ECF8FE url(images/quote.jpg) no-repeat 10px 10px;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.5em;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #976957;
    width:250px;
}

.pullquote p {
    padding: 10px 10px 5px 45px;
}

.pullquote p.caption {
    padding:5px 10px;
    margin:0;
    text-align:right;
    font: normal 10px/15px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
    color:#666;
}

/*---- Search Results Box 1 ----*/

.srb1 {
    margin: 15px 20px;
    width:535px;
}

.srb1 a.thumbnail {
    display:block;
    float:left;
    border:none;
    text-align:center;
    width:100px;
}

.srb1 a.thumbnail:hover,
.srb1 img {
    border:none;
    padding:0;
}

.srb1 h2 {
    font-size:14px;
    width:400px;
}

.srb1 p,
.srb1 h2 {
    text-align:left;
    margin: 0 0 0 110px;
    padding:0 0 5px 0;
}

.srb1 div.miniform {
    text-align:left;
    margin: 0 0 0 110px;
}

div.miniform form {
    margin:0;
}

/* Pager */
.pager {
    margin:5px 0;
    padding:8px;
    text-align:center;
    font:normal 12px/22px Georgia, "Times New Roman", Times, serif;
    color:#3c3c3c;
}

.pager a,
.pager span {
    padding:3px 5px;
    margin:2px;
    border:solid 1px #c1ced7;
    display:inline;
    color:#c1ced7;
}

.pager span {
    border:solid 1px #1e5280;
    background:#1e5280;
    color:#fff;
}

.pager a:hover {
    border:solid 1px #1e5280;
    background:#1e5280;
    color:#fff;
}

/* Sidebar */	

.sidebar-wrap {
    float: right;
    width: 300px;
    padding: 15px 0 0 0;
    margin: 0;
    display: inline;
    background:#e7e7e6 url(images/sidebar-wrap-bg.jpg) center 40px repeat-x;
}

.sidebar {
    width:100%;
    background:url(images/sidebar-bg.jpg) bottom center repeat-x;
    padding:0 0 200px 0;
    min-height:300px;
}

.sidebar h1 {
    color:#5e7182;
    font:normal 21px/30px Georgia, "Times New Roman", Times, serif;
    padding:10px 20px;
    text-align:center;
}

.sidebar h2 {
    color:743e0a;
    font:normal 12pt/18px Georgia, "Times New Roman", Times, serif;
    text-align:center;
    text-transform:none;
    padding-bottom:0;
}

.sidebar h3 {
    color:#000;
    font:normal 12pt/18px Georgia, "Times New Roman", Times, serif;
    text-align:center;
    text-transform:none;
}

.sidebar ul.sidemenu {
    text-align: left;
    margin: 2px 10px 8px 20px;
    padding: 0;
    text-decoration: none;
    font:normal 12px/18px Georgia, "Times New Roman", Times, serif; 
}

.sidebar ul.sidemenu li {
    list-style: none;
    padding: 8px 10px;
    background:url(images/sidebar-section-bg.gif) bottom center no-repeat;
    margin: 0;
    text-align:center;
}

.sidebar p {
    font:normal 12px/18px Georgia, "Times New Roman", Times, serif;
}

* html body .sidebar ul.sidemenu li {
    height: 1%;
}

.sidebar ul.sidemenu li a {
    text-decoration: none;
    background-image: none;
    background-color: transparent;
    font-weight: bold;
}

.sidebar ul.sidemenu li a span {
    color: #989898;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: .8em;
}

.sidebar ul.sidemenu li a:hover {
}

.sidebar ul.sidemenu ul {
    margin: 0 0 0 5px;
    padding: 0;
}

.sidebar ul.sidemenu ul li {
    background: none;
}

.sidebar .section {
    background:url(images/sidebar-section-bg.gif) bottom center no-repeat;
    padding: 0 0 10px 0;
}

.sideButtons {
    padding: 10px 0 10px 25px;
}

.sideButtons a {
    display:block;
    float:left;
    margin-right:10px;
    width:120px;
    padding:40px 0 5px 0;
    border:solid 1px #dddddd;
    text-align:center;
}

.sideButtons a.locations {
    background:url(images/button-location-off.png) center top no-repeat;
}

.sideButtons a.locations:hover {
    background:url(images/button-location-on.png) center top no-repeat;    
}

.sideButtons a.contact {
    background:url(images/button-contact-off.png) center top no-repeat;
}

.sideButtons a.contact:hover {
    background:url(images/button-contact-on.png) center top no-repeat;    
}

/* footer */
.footer-wrap {
    position: relative;
    clear: both;
    padding: 10px 0 20px 0;
    margin: 0 0 20px 0;
    width: 900px;
    height:auto;
    background:url(images/footer-bg.gif) bottom center no-repeat;
}

.footer-content {
    margin: 0 auto;
    padding:0;
    width: 900px;
    color:#4a6d8b;
    font:normal 10px/16px Verdana, "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif; /* Georgia, "Times New Roman", Times, serif; */
    letter-spacing:1px;
    text-transform:uppercase;
    text-align: center;
    background:url(images/footer-logo.gif) top right no-repeat;
    height:42px;
}

.footer-content a {
    color:#a1bbd1;
}

.footer-content a:hover {
    color:#000;
}

/* postmeta */
.postmeta {
    clear:both;
    padding: 2px 5px;
    text-align:right;
    width:auto;
    margin: 5px 20px;
    font-size: 1em;
    color: #777;
    border: 1px solid #ECF8FE;
    background: #ECF8FE;
    font:normal 12px/18px Georgia, "Times New Roman", Times, serif;
}

.postmeta .date {
    margin: 0 10px 0 5px;
}

.postmeta a.comments {
    margin: 0 10px 0 5px;
}

.postmeta a.readmore {
    margin: 0 10px 0 5px;
}

.post-info {
    font-size: 12px;
    padding: 0;
    width:auto;
    margin: 0 20px;
    color: #bababa;
}

.post-info a {
    color: #C5935C;
}

/* thumbnails */
p.thumbs {
    padding: 12px 0 0 10px;
}

.thumbs img {
    position: relative;
    border: 1px solid #ebebeb;
    background: none;
    padding: 4px;
    margin: 5px;/* margin: 4px 7px 4px 4px; */	
}

.thumbs img:hover {
    border: 1px solid #c5c5c5;
    background: none;
}

.thumbs a:hover {
    background-color: transparent;
    border: none
}

/* alignment classes */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align:center;
}

.clearer,
.cleared{
    clear: both;
}

.clear-left {
    clear:left;
}

.clear-right {
    clear:right;
}

/* margin classes */
.rightbox {
    float:right;
    margin:10px;
}

a.rightbox:hover {
    border:none;
    background:none;
}

.leftbox {
    float:left;
    margin:10px 10px 10px 20px;
}

/* management controls */
a.controls {
    float:right;
    margin-top:5px;
    margin-right:5px;
    padding:0;
    color:#b2c5d4;
    text-transform:lowercase;
    width:auto;
}

a.imgcontrols {
    position:absolute;
    right:0;
    margin:5px 5px 0 0;
    z-index:998;
}

a.imgcontrols,
a.controls {
    display:block;
    padding:0 2px 1px 2px;
    text-align:center;
    z-index:100;
    font-size:12px;
}

a.imgcontrols:hover,
a.controls:hover {
    color: #0b4475;
}

a.controls img {
    border:none;
}

/* jQuery UI date picker */
#datepicker_div, .datepicker_inline {
    font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background: #ddd;
    width: 185px;
}
#datepicker_div {
    display: none;
    border: 1px solid #d1d1d1;
    background: #ededed;
    z-index: 9999; /*must have*/
}
.datepicker_inline {
    float: left;
    display: block;
    border: 0;
}
.datepicker_rtl {
    direction: rtl;
}
.datepicker_dialog {
    padding: 5px !important;
    border: 4px ridge #ddd !important;
}
button.datepicker_trigger {
    width: 25px;
}
img.datepicker_trigger {
    margin: 2px;
    vertical-align: middle;
}
.datepicker_prompt {
    float: left;
    padding: 2px;
    background: #ddd;
    color: #000;
}
* html .datepicker_prompt {
    width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
    clear: both;
    float: left;
    width: 100%;
    /*	color: #fff; */
}
.datepicker_control {
    background: #fff;
    padding: 2px 0px;
}
.datepicker_links {
    background: #fff;
    padding: 2px 0px;
    color:#000;
}
.datepicker_control, .datepicker_links {
    font-weight: bold;
    font-size: 80%;
    letter-spacing: 1px;
}
.datepicker_links label { /* disabled links */
    padding: 2px 5px;
    color: #888;
}
.datepicker_clear, .datepicker_prev {
    float: left;
    width: 34%;
}
.datepicker_rtl .datepicker_clear, .datepicker_rtl .datepicker_prev {
    float: right;
    text-align: right;
}
.datepicker_current {
    float: left;
    width: 30%;
    text-align: center;
}
.datepicker_close, .datepicker_next {
    float: right;
    width: 34%;
    text-align: right;
}
.datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next {
    float: left;
    text-align: left;
}
.datepicker_header {
    padding: 2px 0;
    background: #457196;
    text-align: center;
    font-weight: bold;
}
.datepicker_header select {
    color: #000;
    border: 0px;
    font-weight: normal;
    font-size:10px;
}
.datepicker {
    background: #ccc;
    text-align: center;
    font-size: 100%;
}
.datepicker a {
    display: block;
    width: 100%;
}
.datepicker a:hover {
    border:none;
}
.datepicker_titleRow {
    background: #457196;
    color:#fff;
    font-weight:bold;
    padding:0 3px;
}
.datepicker_daysRow {
    background: #eee;
    color: #666;
}
.datepicker_weekCol {
    background: #777;
    color: #fff;
}
.datepicker_daysCell {
    color: #000;
    /* border: 1px solid #ddd; */
}
.datepicker_daysCell a{
    display: block;
    color: #666666;
}
.datepicker_weekEndCell {
    background: #ddd;
}
.datepicker_titleRow .datepicker_weekEndCell {
    background: #457196;
}
.datepicker_daysCellOver {
    background: #fff;
    /* border: 1px solid #777; */
}
.datepicker_unselectable {
    color: #888;
}
.datepicker_today {
    background: #457196;
}
.datepicker_currentDay {
    background: #999 !important;
}
.datepicker_currentDay, .datepicker_today {
    border:none;
    font-weight:bold;
    color:#fff;
}
.datepicker_currentDay a, .datepicker_today a {
    color:#fff;
}
.datepicker_status {
    background: #ddd;
    width: 100%;
    font-size: 80%;
    text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    /* color: #000; */
}
.datepicker_daysrow a {
}
.datepicker_inline .datepicker_links a {
    padding: 0 5px !important;
}
.datepicker_control a, .datepicker_links a {
    padding: 2px 5px !important;
    /* color: #eee !important; */
}
.datepicker_titleRow a {
    color: #fff !important;
}
.datepicker_control a:hover {
    /*background: #fdd !important;
      color: #333 !important; */
}
/* .datepicker_links a:hover, .datepicker_titleRow a:hover {
    background: #ddd !important;
    color: #333 !important;
} */

/* ___________ MULTIPLE MONTHS _________*/

.datepicker_multi .datepicker {
    border: 1px solid #777;
}
.datepicker_oneMonth {
    float: left;
    width: 185px;
}
.datepicker_newRow {
    clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.datepicker_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/*---- Tabs ----*/

ul.ui-tabs-nav {
    list-style:none;
    margin:0;
}
.ui-tabs-nav, .ui-tabs-panel {
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
    list-style-image:none !important;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(images/tabs.png) no-repeat;
    border:none;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:hover {
    border-bottom:none;
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #102e4a;
    padding: 10px;
    margin-top:0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

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

/* Cart Table */
table.cart {
    width:530px !important;
    padding:0;
    margin:0;
}

/* News Scroller */

.news-section-wrap {
    padding:0 20px;
    width:auto;
    position:relative;
}

.news-section {
    border-top:solid 1px #ddd;
    width:555px;
    position:relative;
}

.feature {
    width:300px;
    float:left;
    border-left:solid 1px #ddd;
    border-right:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
    padding:0;
    margin-right:20px;
}

ul.links {
    list-style-type:none;
    padding:5px 0;
    font-weight:bold;
    line-height:1.5em;
}

ul.links li {
    padding:3px 0;
}

div.news-container {
    height:16em;
    overflow:hidden;
    position:relative;
    padding:0;
    margin:0;
}

div.news-container .slide {
    position:relative;
    padding:0;
    list-style-type:none;
    list-style-image:none;
}

div.news-container .slide img {
    border-bottom:solid 1px #ddd;
}

p.title {
    font-size: 19px;
    font-weight: normal;
    letter-spacing: -1px;
    padding:5px 0 10px 0;
    margin:0;
    text-align:center;
}

p.summary {
    font-size: 16px;
    padding:0;
    margin:0;
    background-color:#fff;
}

.news-controls {
    padding:1px 5px;
}

.news-controls a:hover {
    background:none;
}
.news-controls .prev,
.news-controls .next{
    cursor:pointer;
    font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
}

.news-controls .prev {
    float:left;
}

.news-controls .next {
    float:right;
}

.verse {
    font-size:10px;
    padding:0 20px 5px 20px;
    margin:0;
    font-style:italic;
    line-height:1.5em;
}

.mceContentBody {
    background:none !important;
    text-align:left !important;
}
