
.cms_item {
    margin: 0;
    padding: 0;
}

.clear_item {
    clear: both;
}

.file_border img {
    border: 1px solid black;
}

.centered {
    text-align: center;
}

.right {
    text-align: right;
}

.small {
    font-size: 85%;
}

.large {
    font-size: 110%;
}

.cms_icon {
    text-align: center;
}

/* Image galleries */
.cms_gallery {
    width: 751px;;
    text-align: center;
    margin: 0 -5px 1.65em -5px;
}

.cms_gallery td {
    padding: 5px;
}

.cms_gallery thead td {
    font-size: 10%;
    height: 1px;
    width: 8.3333%;
    padding: 0;
}

/* Content slideshows */
.contentSlideshow {
    clear: both;
    position: relative;
    overflow: hidden;
}

.contentSlideshow .slide {
    margin-bottom: 100px;
    position: absolute;
}

.slideshowCenter {
    margin: 0 auto;
}

.slideshowLeft {
    display: inline;
    float: left;
    margin-right: 10px;
}

.slideshowRight {
    display: inline;
    float: right;
    margin-left: 10px;
}

.slideshowNav {
    width: 681px;
    margin: 0 30px 1.65em;
    overflow: hidden;
    -moz-user-select: none;
}

.slideshowNav a {
    cursor: pointer;
}

.slideshowNav .scrollLeft, .slideshowNav .scrollRight {
    float: left;
    font-size: 500%;
    height: 60px;
    width: 50px;
    line-height: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.slideshowNav .slideItems {
    float: left;
    width: 581px;
    overflow: hidden;
}

.slideshowNav td {
    padding: 5px;
}

/* Content playlists */
.contentPlaylist {
    clear: both;
    position: relative;
    overflow: hidden;
}

.playlistCenter {
    width: 240px;
    margin: 0 auto;
}

.playlistLeft {
    display: inline;
    float: left;
    margin-right: 10px;
}

.playlistRight {
    display: inline;
    float: right;
    margin-left: 10px;
}

.categoryIndex {
    width: 100%;
    clear: both;
}

/* Detailed indexes */
ul.detailedIndex {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: left;
    width: 100%;
}

ul.detailedIndex li {
    float: left;
    padding: 0 0 1.65em 0;
    margin: 0;
    width: 100%;
}

ul.detailedIndex ul {
    list-style: disc;
}

ul.detailedIndex ul, ul.detailedIndex p, ul.detailedIndex ol {
    margin-top: 0;
    margin-bottom: 1.65em;
}

ul.detailedIndex p.readMoreLink {
    margin-bottom: 0;
}

ul.detailedIndex li li {
    float: none;
    margin: default;
    margin-top: 0;
    padding: default;
    width: default;
}

ul.detailedIndex .description {
    float: right;
    width: 481px;
}

ul.detailedIndex .image {
    float: left;
    width: 240px;
}

ul.detailedIndex .image a {
    text-decoration: none;
}

ul.detailedIndex h3 {
    margin-top: 0;
    margin-bottom: 0;
}

#content ul.rssVideoFeed {
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
    width: 100%;
}

.rssVideoFeed li {
    display: inline;
    float: left;
    width: 100%;
}

.rssVideoFeed .video {
    display: inline;
    float: left;
    width: 200px;
    height: 175px;
    margin-bottom: 1.65em;
}

.rssVideoFeed .description {
    display: inline;
    float: right;
    width: 726px;
}

ul.rsslink {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.rsslinkbefore {
    display: none;
}

.pageIndex {
    float: right;
    list-style: none;
}

.pageIndex li {
    display: inline;
}

.pageIndex span, .pageIndex a {
    padding: 0 5px;
}

.floatLeft, .floatRight {
    display: inline; /* IE6 Hack */
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: expression('0'); /* IE and firefox handle this differently */
}

.floatLeft {
    float: left;
    clear: left;
    margin-right: 10px;
}

.floatRight {
    float: right;
    clear: right;
    margin-left: 10px;
}

.floatRight p, .floatLeft p, .alignRight p, .alignLeft p, .alignCenter p {
    margin: 0;
    padding: 0;
}

.floatLeft a img, .floatRight a img, .categoryIndex li a img {
    display: block;
    text-decoration: none;
}

.floatLeft a, .floatRight a {
    display: block;
    text-align: center;
}

.cms_aligned td {
    padding: 5px;
    vertical-align: middle;
}

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

.caption {
    padding-top: 2px;
    font-size: 85%;
    font-weight: bold;
    position: relative;
}

.alignLeft, .alignRight, .alignCenter { margin: 0 0 1.65em 0; }
.alignLeft   { text-align: left;   }
.alignCenter { text-align: center; }
.alignRight  { text-align: right;  }

.alignCenter table {
    margin: 0 auto;
}

table.csv {
    font-size: 85%;
    border-bottom: 1px solid black;
}

table.csv th, table.csv td {
    padding: 1px 8px;
}

table.csv th {
    text-align: center;
}

table.csv thead th {
    border: 1px solid black;
    border-width: 1px 0px;
}

table.csv caption {
    font-weight: bold;
    padding: 1px 0;
}

table.csv .odd {
    background-color: #e8e8e8;
}

table.csv .even {
    background-color: #f8f8f8;
}

.extraTable th, .extraTable td {
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
    padding: 1px 20px;
}

#content .error {
    color: #770000;
    border: 1px dotted #770000;
    background-color: #ffcccc;
    padding: 0 0.5ex;
}

#content .success {
    color: #004400;
    border: 1px dotted #004400;
    background-color: #ccffcc;
    padding: 0 0.5ex;
}

.glossaryIndex {
    margin: 0;
    padding: 0;
}

.glossaryIndex li {
    display: inline;
    text-transform: uppercase;
}

p.subscribe_link,
p.returnLink,
p.readMoreLink {
    clear: both;
}

/* Fixes for lists and floating elements */
#content div.cms_item ul,
#content div.cms_item ol {
    margin-left: 0;
    padding-left: 40px;
}

#content div.cms_item.hasFloatLeft ul,
#content div.cms_item.hasFloatLeft ol {
    position: relative;
    left: 40px;
    margin-left: 0;
    padding-left: 0;
    margin-right: 40px;
}

body.contact #googleMap {
    width: 400px;
    height: 300px;
    color: black;
    position: relative;
    z-index: 100;
    text-align: left;
    font-size: 90%;
}

body.contact #googleMap div.name {
    font-weight: bold;
}

body.contact #googleMap a {
    color: blue;
}

body.contact #contactForm {
    clear: both;
}

.googleMap {
    text-align: left;
    line-height: 1.25;
}

.mapFailed {
    font-size: 90%;
    background-color: #eeeeee;
    padding: 20px;
}

.googleMap .mapInfo a {
    display: inline;
}

.alignCenter .googleMap {
    margin: 0 auto;
}

.alignRight .googleMap {
    margin: 0 0 0 auto;
}

/* For contact form */
#iField_subject {
    display: none;
}

#first_column {
    clear: left;
}
.columns-2 #first_column, .columns-2 #chunk2 {
    width: 355.5px;
}
.columns-3 #first_column, .columns-3 #chunk2, .columns-3 #chunk3 {
    width: 227px;
}
#first_column, .columns-2 #chunk2, .columns-3 #chunk2, .columns-3 #chunk3 {
    display: inline; /* IE6 margin fix */
    float: left;
    overflow: hidden;
}

.columns-2 #chunk2, .columns-3 #chunk2, .columns-3 #chunk3 {
    margin-left: 30px;
}

.columns-2 #chunk3, .columns-2 #chunk4, .columns-2 #chunk5, .columns-2 #chunk6, .columns-2 #chunk7, .columns-3 #chunk4, .columns-3 #chunk5, .columns-3 #chunk6, .columns-3 #chunk7, .columns-3 #chunk8 {
    clear: both;
    zoom: 1;
}

/* For categorical columns (not nestable with above) */
.cat_columns {
    display: inline; /* IE6 fix */
    float: left;
}

.cat_columns ul {
    display: inline; /* IE6 fix */
    float: left;
}

.cat_columns_2 ul { width: 330px; }
.cat_columns_3 ul { width: 207px; }
.cat_columns_4 ul { width: 145px; }
.cat_columns_5 ul { width: 108px; }

/* For right click prevention things */

body.home #chunk2 {
    width: 312px;
    font-size: 90%;
    line-height: 1.25;
    margin-top: -5.0em;
    background: transparent url(/images/theme-gigglessanibel/sidebar-mid.png) repeat-y;
    overflow: visible;
}

body.home #chunk2 .cms_item {
    background-color: white;
    padding-bottom: 1px;
    margin-top: -1px;
}

body.home #chunk2 .sidebar {
    background: transparent url(/images/theme-gigglessanibel/sidebar-bot.png) no-repeat scroll left bottom;
    padding: 0px 18px 1px;
    border-bottom: 20px solid white;
    position: relative;
    zoom: 1; /* fix background position in IE */
}

body.home .sidebar p, body.home .sidebar ol, body.home .sidebar ul {
    margin-bottom: 1.25em;
}

body.home #first_column, body.home h1 {
    width: 399px;
    overflow: visible;
}

body.home .sidebar h2 {
    margin: 0 -18px;
    background: transparent url(/images/theme-gigglessanibel/sidebar-top.png) no-repeat;
    height: 39px;
    padding: 0 0 6px;
    line-height: 37px;
    color: white;
    text-align: center;
}

body.home .sidebar h2 a {
    color: white;
    text-decoration: none;
}

body.home .sidebar h2 a:hover {
    text-decoration: underline;
}

.share {
    background-color: white;
    margin: 0;
    width: 282px;
    height: 28px;
    padding-left: 30px;
    padding-top: 12px;
    font-size: 85%;
    position: relative;
}

.button {
    margin: 0;
    padding: 0;
    font-size: 130%;
    background-color: #68c21a;
    text-align: center;
    font-weight: normal;
    background: white url(/images/cache/images-util-corners-a7777752dff8d3dbad27474e791a89d9.png) no-repeat scroll center top;
    height: 31px;
    line-height: 29px;
}

.button a {
    color: white;
    text-decoration: none;
    display: block;
}

.share a, .share span.ShareThis {
    width: 74px;
    float: left;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    text-decoration: none;
    color: black;
}

.share span.ShareThis {
    padding-left: 0;
    padding-right: 20px;
    overflow: hidden;
}
.share a.Facebook { background: transparent url(/images/cms/facebook-icon-16x16.png) no-repeat scroll left top; }
.share a.Twitter { background: transparent url(/images/cms/twitter-icon-16x16.png) no-repeat scroll left top; }

.share .stbuttontext {
    line-height: 16px;
}

#stwrapper {
    margin-top: 13px;
    margin-left: -107px;
    margin-top: expression('-5px');
    margin-left: expression('-152px');
}


.wrapper {
}

.wrapper .t .l {
    background: transparent url(/images/cache/images-util-corners-cf8bf47e50665ac529a222b74442c753.png) no-repeat;
    width: 14px;
    height: 14px;
}

.wrapper .t .c {
    background: transparent url(/images/cache/images-util-corners-90e0516872f35a39e7ca74aeef093277.png) repeat-x;
    height: 14px;
}

.wrapper .t .r {
    background: transparent url(/images/cache/images-util-corners-bda24dabcc3ebc287822750a9adac581.png) no-repeat;
    width: 14px;
    height: 14px;
}

.wrapper .c .l {
    background: transparent url(/images/cache/images-util-corners-04bb021599428e8d38d871b4f90f6be9.png) repeat-y;
    width: 14px;
}

.wrapper .c .c {
    background: transparent url(/images/cache/images-util-corners-ee127eaf9774c479defef1c41479ef6f.png) repeat;
}

.wrapper .c .r {
    background: transparent url(/images/cache/images-util-corners-c824e6bd9263af1e210924e0c3124263.png) repeat-y;
    width: 14px;
}

.wrapper .b .l {
    background: transparent url(/images/cache/images-util-corners-4ce590164b7a13b828092ff87da5aa55.png) no-repeat;
    width: 14px;
    height: 14px;
}

.wrapper .b .c {
    background: transparent url(/images/cache/images-util-corners-b430f67ffc7e21dbfb230f9e008f3b38.png) repeat-x;
    height: 14px;
}

.wrapper .b .r {
    background: transparent url(/images/cache/images-util-corners-02a341351cc983e9b97cb4278698a012.png) no-repeat;
    width: 14px;
    height: 14px;
}

body table.wrapper {
    margin: 0 0 -5px 0;
    position: relative;
}

body.home #chunk2 table.wrapper {
    margin: 0 -7px -5px;
}

.cms_gallery table.wrapper, .alignCenter table.wrapper {
    margin: 0 auto -5px;
}

table.wrapper td {
    padding: 0 !important;
}

.wrapper img {
    display: block;
    position: relative;
}

#content div.cms_item ul.homeNewsIndex {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    left: 0;
}

.homeNewsIndex li {
    margin-bottom: 1.25em;
}

.homeNewsIndex a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.homeNewsIndex a:hover {
    text-decoration: underline;
}

#idrssFeed h2 {
    font-size: 145%;
    font-weight: normal;
    letter-spacing: -1px;
}

.rssFeed {
    list-style: none;
    margin-left: 0;
    padding-left: 0 !important;
    left: 0;
}

.rssFeed a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}


