@charset "utf-8";
/* CSS Document */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    line-height:120%;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
strong, b {
    font-weight: bold;
}

pre {
    text-align:left;
    color:#000;
}

.groupCheckbox {
    margin-left:100px;
}

.error {
    display:block;
    padding:5px;
    border:2px solid #d00;
    color:#d00;
    font-weight:700;
    margin:5px 10px 5px 0;
}

.message {
    display:block;
    padding:5px;
    border:2px solid #333;
    color:#333;
    font-weight:700;
    margin:5px 10px 5px 0;
}

td .error {
    font-weight:100;
    margin:5px 0 5px 100px;
}

.hidden {
    display:none;
}

.vSpace10 {
    margin-bottom:5px !important;
}

.grey {
    color:#999 !important;
}


.shortLabel {
    display:block;
    float:left;
    width:10px;
}

.shortblockContent {
    float:right;
    width:145px;
}

body {
    line-height: normal;
    color: #fff;
    font-size:11px;
    background: #000;
    font-family:Tahoma, Verdana, sans-serif;
	text-align:center;
}

.fontSize14 {
    font-size:14px !important;
    padding-top:2px !important;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

td {
	vertical-align:top;
}


p {
	margin-bottom:15px;
}
hr {
	border:none;
	border-top:1px solid #cdcdcd;
	background:transparent;
	height:1px;
	line-height:1px;
}

.floatClear {
    float:none;
    clear:both;
}

a:link,a:visited,a:active {
    color:#184c6f;
    text-decoration: none;
}
a:hover {
    color:#000;
    text-decoration: underline;
}

#outerMainWrapper {
    text-align:center;
    background:#012036 url(../img/background.png) repeat-x;
}
#innerMainWrapper {
    background:url(../img/header_background.jpg) top center no-repeat;
}
#innerPageBackgroundWrapper {
	//*background: url(../img/wrapper_bottom_background.png) no-repeat center bottom;*/
}

#pageWrapper {
    width:960px;
    text-align:left;
    padding-bottom:32px;
    margin:0 auto;
    padding-top:10px;
}
#headerWrapper {
    padding-top:1px;
    height:215px;
}

#contentWrapper {
    background:#fff url(../img/page_background.png) repeat-y;
    padding-bottom:20px;
    color:#444;

}
/* Footer */
#footerWrapper {
    
}
#innerFooter {
	width:960px;
	text-align:left;
	margin:0 auto;
	color:#969696;
	padding-top:20px;
	background:url(../img/footer_background.png) no-repeat;
	height:200px;
}
#innerFooter h4 {
	color:#488cba;
	font-size:14px;
	line-height:normal;
	margin-bottom:7px;
}
.footerColumn {
	float:left;
	display:inline;
	width:130px;
	margin-left:40px;
}
.footerColumnBig {
	float:right;
	width:510px;
	display:inline;
}
.footerColumnBig .row {
	margin-bottom:30px;
}
.footerColumnBig .row img {
	float:left;
	margin-right:20px;
}
/* Footer end */
#select,#search {
    height:25px;
    float:left;
    display:inline;

}
#topDropDown {
    font-size:11px;
    height:auto;
    width:114px;
    position:absolute;
    z-index:10;
    display:none;
}
#topDropDown a {
    color: silver;
    font-size: 14px;
    line-height: 20px;
}
#topDropDown a:hover {
    color: white;
}
#selectBoxHeader {
  
   width:114px;
   background-image: url(../img/select_box_icon.png);
   background-repeat:no-repeat;
   background-position: right center;
   color:#b5b5b5;
}
#selectBoxHeader:hover {
   background-image: url(../img/select_box_icon_hover.png);
   color:#fff;
}
#search {
    width:242px;
    height:23px;
    float:right;
    display:inline;
    padding-top:0;
    padding-bottom:0;
}
#search .textInput {
    background:transparent;
    border:none;
    padding:3px;
    width:210px;
    float:left;
    display:inline;
	font-size:11px;
	color:#b5b5b5;
}
#search .searchSubmitButton {
    float:right;
    margin-top:4px;
}
#logo {
    clear:both;
    margin-top:60px;
    margin-left:-6px;
    zoom:1;
    width:192px;
}
.generalBoxStyle {
   border:1px solid #113b63;
   height:15px;
   background:#000;
   padding:4px;
   display:block;
   font-size:16px;
   color:#b5b5b5;
   text-decoration:none;
}

#menu {
    /*float:right;
    margin-right:260px;
    margin-top:-15px;
    */
    float:left;
    margin-left:250px;
    display:inline;
}
.menuColumn {
    float:left;
    display:inline;
    padding: 0 4px;
    /*margin-left:10px;*/
    margin-right:20px;
}
/* links */

.boxLink:link,
.boxLink:visited,
.boxLink:active,
#commentform_submit,
#smalladform_submit,
#newsletter_submit {
    display:block;
    padding:5px;
    color:#fff;
    width:124px;
    background:#011e32;
    text-align:center;
    border:none;
}


#commentform_submit,
#smalladform_submit {
    margin-left:100px;
    padding:5px;
}

#newsletter_submit {
    margin:5px 0 5px 50px;
    padding:2px;
}

.boxLink:hover,
#newsletter_submit:hover,
#commentform_submit:hover,
#smalladform_submit:hover {
    background:#023557;
}

.menuColumn a:link,
.menuColumn a:visited,
.menuColumn a:active{
    color:#fff;
    font-size:14px;

}
.menuColumn a:hover {
    text-decoration: underline;
    color:#fff;
}

.catMenu a:link,
.catMenu a:visited,
.catMenu a:active{
    color:#969696;
    font-size:11px;
    padding-left:8px;
    line-height:14px;
}

.menuColumn .allLink:link,
.menuColumn .allLink:visited,
.menuColumn .allLink:active,
#innerFooter a:link,
#innerFooter a:visited,
#innerFooter a:active {
    color:#969696;
    text-decoration:underline;
    font-size:11px;
}
#innerFooter a:link,
#innerFooter a:visited,
#innerFooter a:active {
	text-decoration:none;
	line-height:16px;
}

.menuColumn .allLink:hover,
#innerFooter a:hover {
    color:#fff;
}

/* links ende */

.catMenu {
    margin-top:5px;
    margin-bottom:5px;
}

.catMenu li {
    background:url(../img/menu_link_icon.png) left center no-repeat;
}

/* Columns */
#leftColumn,#middleColumn,#rightColumn {
    float:left;
    display:inline;
	overflow:hidden;
}
#leftColumn {
    width:468px;
}
#middleColumn,#rightColumn {
    width:245px;
    margin-left:1px;
    background:#fff;
}
#rightColumn {
    margin-top:-125px;
}
/* Sections */

.section {
    padding:10px;
    border-bottom:1px solid #333;
}

.sectionBanner {
    padding:0 !important;
    border-bottom:1px solid #333;
}

.header {
    background: url(../img/section_header_background.png) repeat-x;
    /*height:74px;*/
    height:45px;
    padding: 0 14px;
}

.header h2, .header h1 {
    color:#26488c;
    font-size:30px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top:8px;
    height:36px;
    margin-left:-4px;
}

h4 {
    font-size:16px;
    font-weight:700;
    color:#000;
    font-family: Arial, Verdana, sans-serif;
    margin-bottom:14px;
}

/* section navigation */
.navLine {
    margin-top:3px;
    padding: 0 5px;
}
.navLine select {
    border:1px solid #a9a9a9;
    padding:3px;
    float:left;
    display:inline;
    font-size:11px;
    margin-top:1px;
}
.navLine .newItemLink {
    float:right;
    display:inline;
    margin-top:4px;
}

/* section content */
.content {
    margin:0 0 5px 0;
    color:#4a4a4a;
}

.content h3{
    color:#000;
    text-transform:uppercase;
    font-size:24px;
    font-weight:bold;
    margin:10px 0 5px 0;
}

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

h3 a:active,h3 a:hover {
    color:#184c6f;
    text-decoration:none;
}

.content table {
   width:100%;
}
.content table td {
    border-bottom:1px solid #dbdbdb;
    padding: 5px 10px 5px 0;
}

/*  arrow isn't supposed to float */
.firstColumnItem {
	float:none;
}


/* alternate listingTable for middle and right column */
/*
#middleColumn table .firstColumn ,
#rightColumn table .firstColumn {
    text-align:left;
    width:120px;
    padding-left:10px;
}*/

/* column widths for various listings */

.onetdColumn {
    padding-right:0 !important;
}

.locationnameColumn {
    width:80px;
}

.mainView .locationnameColumn {
    width:130px;
}

.locationlogoColumn {
    text-align:left !important;
    width:100px;
}

.locationstreetColumn {
    width: auto;
}

.iconColumn {
    width:10px;
    text-align:left;
}
.dateColumn {
	width:60px;
}
.eventnameColumn {
	width:230px;
}

/* column widths end */
.banner,.bannerTop {
    
    border-bottom:1px solid #000;
    border-top:1px solid #000;
}
.banner {
    margin: 20px 0;
}
#leftColumn .banner {
    border:0;
}

/* event single */

.event .rating {
	float: right;
	display:inline;
	font-size: 16px;
}
.event h4 {
	color: #244485;
	font-size: 14px;
	font-weight: normal;
	margin-bottom:20px;
}
.event h2 {
	color:#244485;
	font-size:16px;
	margin-bottom:10px;
}
.event .content {
	color:#1a1a1a;
}
.event .content .subhead {
	font-size:11px;
	color:#888888;
	display:block;
}

/* comment list */
#commentList {
	margin-top:20px;
}
#commentList .firstColumn {
	width:80px;
	padding-left:10px;
}
#commentList .secondColumn {
	padding-right:10px;
}
#commentList .odd td {
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	background:#eeeeee;
}
#commentList .odd .firstColumn {
	border-left:1px solid #cdcdcd;
}
#commentList .odd .secondColumn {
	border-right:1px solid #cdcdcd;
}
#commentList .even td {
	border:none;
}
/* forms */
.row {
	margin-bottom:5px;
}

label {
	float:left;
	display:inline;
	width:100px;
}
input,
textarea {
	background:#f0f0f0;
	color:#000;
	border:1px solid #b7b7b7;
	padding:2px;
}

textarea {
    width:300px;
}
.row .submitButton {
    display:block;
    padding:5px;
    color:#fff;
    cursor:pointer;
    background:#011e32;
    text-align:center;
    border:none;
    margin-left:100px;
}

.singleGallery {
    clear:both;
    margin-bottom:5px;
}

.singleGallerySingleImage {
    overflow:hidden;
    height:100px !important;
    /*float:left;
    margin-right:10px;*/
}



#leftColumn .singleGallerySingleImage {
    float:left;
    margin-right:10px;
}

#leftColumn .singleGallerySingleContent {
    float:right;
    width:220px;
    margin:-10px;
}

.singleGalleryCaption {
    padding:5px;
    background:#333;
    color:#fff;
}

#smalladList img {
    float:right;
    margin-left:5px;
}

.singleGalleryCaption a {
    color:#fff;
}

.newsSingle img,
.smalladSingle img {
    float:right;
    margin-left:5px;
}

.commentName {
    width:100px;
}

.commentText {
    width:auto;
}

#leftColumn .content,
.eventSingle div {
    line-height:150% !important;
}

.twoColsLeft {
    width:244px;
    float:left;
}

.twoColsRight {
    width:165px;
    float:right;

}

.categorySelector {
    display:block;
    font-size:14px;
    float:right;
    margin-top:10px;
}

.eventCategoryDropdown,
.locationCategoryDropdown,
.smalladCategoryDropdown {
    border:1px solid #aaa;
    background:#ddd;
    padding:3px;
    font-size:12px;
}

h2 {
    float:left;
}

.imgNavLeft {
    float:left;
    width:120px;
}
.imgNavRight {
    float:right;
    text-align:right;
    width:120px;
}

.imgNavLeft img,
.imgNavRight img {
    vertical-align: middle;
}
.imgNavLeft a:hover,
.imgNavRight a:hover {
    text-decoration:none;
}

.imgNavLeftSmall {
    float:left;
    width:105px;
    height:70px;
    overflow:hidden;
}
.imgNavRightSmall {
    float:right;
    text-align:right;
    width:105px;
    height:70px;
    overflow:hidden;
}

.imgNavMiddleSmall {
    text-align:center;
}

.imgNavLeftSmall img,
.imgNavRightSmall img {
    vertical-align: top;
}

.imgNavLeftSmall .arrowLink,
.imgNavRightSmall .arrowLink{
    margin-top:15px;
}

.imgNavLeft .arrowLink,
.imgNavRight .arrowLink{
    margin-bottom:10px;
}

.singleGalleryimageSingleImage {
    float:left;
    width:75px;
    height:75px;
    overflow:hidden;
    margin:0 5px 5px 0;
}

.galleryImageSingle {
    text-align:center;
}

.imgNavLeftSmall img,
.imgNavRightSmall img {
    vertical-align: middle;
}
#connection_status {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    display: none;
}
#connection_status_message {
    color: #000000;
    margin: 20px;
}

.detailImageContainer {
    text-align: center;
}

ul.gallery_list,
ul.news_list,
ul.location_list {
    margin:10px 0;
    padding:0;
}

li.gallery_page,
li.news_page,
li.event_page,
li.location_page {
    float:left;
    padding:6px 10px;
    background:#ddd;
    margin-right:2px;
    font-weight:100;
}

a.gallery_current,
a.news_current,
a.event_current,
a.location_current{
    color:#b00;
    font-weight:700;
}

.newsletterContainer label {
    width:50px;
}

.addLink {
    text-align:right;
    font-weight:700;
}

.addLink img {
    vertical-align: middle;
}

.ratingContainer {
    text-align:left;
    float:none;
    margin-left:0;
    width:auto;
}

.galleryimageContainer .ratingContainer {
    text-align:center;
    width:120px;
    margin:0 auto;
}

ul.ratingUl {
    width:120px;
}

.galleryimageContainer ul.ratingUl {
    margin:0 auto;
}

li.singleRatingElement,
li.currentRatingValue {
    float:left;
}

.currentRatingValue {
    font-size:16px;
    color:#666;
    margin:-2px 0 0 6px;
    font-family: Arial, Verdana, sans-serif;
}

.newsnameColumn a {
    padding-right:20px;
    background:none;
}

.newsnameColumn a:visited {
    background:url(../img/checkbox.png) top right no-repeat;
}

.editLinkContainer {
    text-align:right;
}

.gmap {
width:100%;
height:300px;	
}

.singleCheckbox label {
	width:250px;
}

li.singleCheckbox {
	margin:5px 0;
	border-bottom:1px solid #bbb;
}