* {
	margin: 0;
	padding: 0;
}

body#home  {
    background: #03a2a1 url(../images/bg-home.png) top center no-repeat;
}

body#zwembad  {
    background: #008ac9 url(../images/bg-zwembad.png) top center no-repeat;
}

body#sportzaal  {
    background: #f6a923 url(../images/bg-sportzaal.png) top center no-repeat;
}

body#spa  {
    background: #dc006b url(../images/bg-spa.png) top center no-repeat;
}

body#grand-cafe  {
    background: #84b819 url(../images/bg-grand-cafe.png) top center no-repeat;
}

body#fietsenstalling  {
    background: #c11dc3 url(../images/bg-fietsenstalling.png) top center no-repeat;
}

body#sportcomplexen  {
    background: #038e8d url(../images/bg-sportcomplexen.png) top center no-repeat;
}

body#algemeen, body#actueel  {
    background: #038e8d url(../images/bg-other.png) top center no-repeat;
}

body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #544e4e;
}

td {
	line-height: 1.5em;
}

img {
    border: 0;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

input.button {
	background: #666666;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #e2001a;
}

h1 {
	letter-spacing: 0em;
	font-size: 3em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #E2001A;
    margin: 0;
}

h3 {
	font-size: 1em;
}

h4 {
    font-size: 1em;
    font-weight: normal;
}

p {
	margin-top: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-top: 1.5em;
	line-height: 1.4em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #E2001A;
}

h4 a {
	border: none;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}


h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #E2001A;
}

hr {
	display: none;
}

/* Container */

#container {
    margin: 0px;
    padding: 0px;
}

/* Header */

#header {
	width: 890px;
	margin: 0px auto;
    background-image: url(../images/bg-header.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.browserFirefox #header {
    width: 892px;
}

#menu {
    width: 860px;
	float: left;
    position: relative;
    z-index: 10;
    margin-top: -137px;
    background-image: url(../images/menu-shadow.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#menu-back {
    width: 860px;
	float: left;
    position: relative;
    z-index: 10;
    margin-top: -137px;
    background-image: url(../images/menu-shadow-back.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}


#menu ul, #menu-back ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li, #menu-back li {
	float: left;
}

.browserIE6 #menu li, .browserIE6 #menu-back li {
    margin-top: -1px;
}

/* Social Media */
#socialmedia {
	float: left;
	position: relative;
	margin-top: -300px;	
	margin-left: 490px;
}

/* Search */

#search {
	float: right;
	width: 226px;
    margin-top: -300px;
    margin-right: 55px;
    color: #c6c3c3;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica;
    vertical-align: baseline;
}

.browserIE6 #search {
	float: right;
	width: 226px;
    margin-top: -320px;
    margin-right: -40px;
    color: #c6c3c3;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica;
    vertical-align: baseline;
}

#searchfor {
    padding-bottom: 4px;
}

#searchbox {
    width: 190px;
    background: url(../images/bg-search-box.png);
    background-repeat: no-repeat;
}

.browserChrome #searchbox {
    background-position: 5px 0px;
    height: 27px;
}

.browserFirefox #searchbox{
    background-position: 5px 0px;
    width: 125px;
    overflow: hidden;
}

.browserIE8 #searchbox {
	width: 120px;
	overflow: hidden;
}

#searchbox #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 79px;
    background: none;
}

#searchbox #go {
    float: left;
}

.search-results a {
    color: #038e8d;
    font-weight: bold;
}

.search-results hr {
    height: 0;
    border: 0;
    border-top: 0.5px solid #587d94;
    width: 100%;
    display: block;
    margin-top: 5px;
}

#header-image {
    position: relative;
    width: 860px;
    height: 210px;
    float: left;
    margin-top: 38px;
}

.browserIE6 #header-image {
    background-color: #ffffff;
    margin: -33px 0 0 0;
}


#top-menu {
    position: relative;
    float: left;
    width: 645px;
    height: 60px;
    margin: -200px 0 0 215px;
}

.browserIE6 #top-menu {
    margin: -240px 0 0 108px;
}


.top-menu-button {
    position: relative;
    float: left;
}

#btn-actueel {
}

#btn-mijn-marnix {
    margin-left: 18px;
}

#btn-foto-gallery {
    margin-left: 14px;
    margin-top: 12px;
}

#btn-stichting-space {
    margin-left: 12px;
    margin-top: 32px;
}

#btn-contact {
    margin-left: 16px;
    margin-top: 50px;
}

#btn-kinderhoek {
    margin-left: 43px;
    margin-top: 0px;
}

/* Logo */

#logo {
	width: 200px;
	height: 20px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    z-index: 5;
    background-color: #ffffff;
}

/* Page */

#page {
	width: 890px;
	margin-left: auto;
    margin-right: auto;
	padding: 0px;
}

/* Content */

#content {
	float: left;
	width: 425px;
	padding: 0px 0px 0px 20px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 2.0em;
}

.post .entry {
	padding: 0px 0px 0px 12px;
    float: left;
    position: relative;
}

.post .events {
	padding: 0px 0px 22px 12px;
    float: left;
    position: relative;
    margin-top: -20px;
}

.post .events table {
    margin-left: 6px;
    margin-top: -3px;
    background-color: #fbfc84;
}

.post .events table td {
    padding-left: 16px;
}

.post .events table td h1 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 20px;
    color: #03a2a1;
    padding: 5px 0 15px 0;
    margin: 0;
}

.post .events table p, .post .events table a  {
    font-family: Arial, Helvetica;
    font-size: 12px;
    color: #655e60;
    padding: 0 0 10px 0;
    margin: 0;
}

.post .events table a:hover {
    text-decoration: underline;
}

.post .events table strong  {
    font-family: Arial, Helvetica;
    font-size: 14px;
    color: #231f20;
    padding: 0 0 10px 0;
    margin: 0;
}


/* Sidebars */

.sidebar {
	float: left;
    padding-top: 10px;
    padding-bottom: 20px;
}

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

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	width: 250px;
    float: left;
    position: relative;
}

#sidebar2 {
	width: 245px;
    padding-right: 20px;
    padding-left: 5px;
    background-image: url(../images/bg-sidebar-2.png);
    background-repeat: no-repeat;
    background-position: left 20px;
}

#sidebar3 {
	width: 314px;
    padding-left: 7px;
    float: left;
    position: relative;
}

/* Accomodations */

#acommodationstitle {
    background-color: #e31313;
    height: 25px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 15px;
    color: #ffffff;
    padding-left: 8px;
}

#acommodationsspacer {
   height: 7px;
}

.arrows {
    width: 15px;
    padding-left: 8px;
}

.acommodations {
    font-family: Arial, Helvetica;
    font-size: 16px;
    padding-left: 8px;
}

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

#acommodation0, #acommodation0 a {
    color: #038b8a;
}

#acommodation1, #acommodation1 a {
    color: #008ac9;
}

#acommodation2, #acommodation2 a {
    color: #e69304;
}

#acommodation3, #acommodation3 a {
    color: #dc006b;
}

#acommodation4, #acommodation4 a {
    color: #83b817;
}

#acommodation5, #acommodation5 a {
    color: #c00bc7;
}


/* Did you know */

#didyouknowtitle {
    background-color: #03a2a1;
    height: 25px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 15px;
    color: #ffffff;
    padding-left: 8px;
}

.didyouknowthumb {
}

.didyouknowtext {
    padding-left: 12px;
    padding-top: 3px;
    padding-right: 8px;
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: #777575;
    background-color: #dce2e2;
    vertical-align: top;
    line-height: 1.2em;
}

.didyouknowtext a {
    color: #008ac9;
}

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

#balls {
    float: left;
    position: relative;
    margin-top: 17px;
    margin-left: -27px;
}

.browserIE6 #balls {
    position: absolute;
}

.browserSafari #balls, .browserChrome #balls {
    margin-top: 24px;
}

#menu-bar {
    width: 194px;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    z-index: 10;
}

#left-menu {
    width: 192px;
    margin: -392px 0 0 10px;
    float: left;
    position: relative;
}

#zwembad #gradient {
    width: 21px;
    height: 415px;
    margin: -3px 0 0 0;
    padding: 0px;
    background-image: url(../images/gradient-line-zwembad.png);
    background-position: top left;
    background-repeat: repeat;
    float: left;
    position: relative;
}

#sportzaal #gradient {
    width: 21px;
    height: 415px;
    margin: -3px 0 0 0;
    padding: 0px;
    background-image: url(../images/gradient-line-sportzaal.png);
    background-position: top left;
    background-repeat: repeat;
    float: left;
    position: relative;
}

#spa #gradient {
    width: 193px;
    height: 243px;
    margin: -3px 0 0 0;
    padding: 0px;
    background-image: url(../images/bg-spa-flower.jpg);
    background-position: top left;
    background-repeat: repeat;
    float: left;
    position: relative;
}

#grand-cafe #gradient {
    width: 234px;
    height: 127px;
    margin: 25px 0 0 -50px;
    padding: 0px;
    background-image: url(../images/bg-grand-cafe-coffee.png);
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

#fietsenstalling #gradient {
    width: 186px;
    height: 165px;
    margin: -3px 0 0 0;
    padding: 0px;
    background-image: url(../images/bg-fietsenstalling-chain.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

#sportcomplexen #gradient {
    width: 21px;
    height: 415px;
    margin: -3px 0 0 0;
    padding: 0px;
    background-image: url(../images/gradient-line-sportcomplexen.png);
    background-position: top left;
    background-repeat: repeat;
    float: left;
    position: relative;
}

#algemeen #gradient, #actueel #gradient {
    width: 21px;
    height: 415px;
    margin: -3px 0 0 0;
    padding: 0px;
    background-image: url(../images/gradient-line-other.png);
    background-position: top left;
    background-repeat: repeat;
    float: left;
    position: relative;
}

.browserFirefox #gradient {
    left: -1px;
}

.notselecteditem {
    width: 24px;
    height: 22px;
    float: left;
    position: relative;
}

#zwembad .selecteditem {
    width: 24px;
    height: 22px;
    background-image: url(../images/plus-sign-zwembad.png);
    background-position: left;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

#sportzaal .selecteditem {
    width: 24px;
    height: 22px;
    background-image: url(../images/plus-sign-sportzaal.png);
    background-position: left;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

#sportcomplexen .selecteditem {
    width: 24px;
    height: 22px;
    background-image: url(../images/plus-sign-sportcomplexen.png);
    background-position: left;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

#algemeen .selecteditem, #actueel .selecteditem {
    width: 24px;
    height: 22px;
    background-image: url(../images/plus-sign-other.png);
    background-position: left;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

.left-menuitem {
    float: left;
    position: relative;
    width: 175px;
    padding-left: 0px;
    margin-bottom: 5px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
}

#zwembad .left-menuitem a {
    color: #008ac9;
}

#zwembad .selected-left-menuitem {
    float: left;
    position: relative;
    width: 180px;
    padding-left: 0px;
    margin-bottom: 5px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #008ac9;
}

#zwembad .selected-left-menuitem a {
    color: #008ac9;
}

#zwembad .left-submenuitem a {
    color: #8c8f90;
}

#zwembad .left-selected-submenuitem a {
    color: #2db3f0;
}

#sportzaal .left-menuitem a {
    color: #e19004;
}

#sportzaal .selected-left-menuitem {
    float: left;
    position: relative;
    width: 180px;
    padding-left: 0px;
    margin-bottom: 5px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #e19004;
}

#sportzaal .selected-left-menuitem a {
    color: #e19004;
}

#sportzaal .left-submenuitem a {
    color: #8c8f90;
}

#sportzaal .left-selected-submenuitem a {
    color: #f4ba56;
}

#sportcomplexen .left-menuitem a {
    color: #038e8d;
}

#sportcomplexen .selected-left-menuitem {
    float: left;
    position: relative;
    width: 180px;
    padding-left: 0px;
    margin-bottom: 5px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #038e8d;
}

#sportcomplexen .selected-left-menuitem a {
    color: #038e8d;
}

#sportcomplexen .left-submenuitem a {
    color: #8c8f90;
}

#sportcomplexen .left-selected-submenuitem a {
    color: #03a7a6;
}

#algemeen .left-menuitem a, #actueel .left-menuitem a {
    color: #038e8d;
}

#algemeen .selected-left-menuitem, #actueel .selected-left-menuitem {
    float: left;
    position: relative;
    width: 180px;
    padding-left: 0px;
    margin-bottom: 5px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #038e8d;
}

#algemeen .selected-left-menuitem a, #actueel .selected-left-menuitem a {
    color: #038e8d;
}

#algemeen .left-submenuitem a, #actueel .left-submenuitem a {
    color: #8c8f90;
}

#algemeen .left-selected-submenuitem a, #actueel .left-selected-submenuitem a {
    color: #03a7a6;
}

.left-submenuitem {
    float: left;
    position: relative;
    width: 181px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
}

.left-selected-submenuitem {
    float: left;
    position: relative;
    width: 183px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
}

.submenuitem-text {
    float: left;
    padding-left: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
    width: 152px;
}

.content-bar {
    width: 365px;
    float: left;
    position: relative;
    margin: 19px 0 0 34px;
}

#actueel .content-bar, #algemeen .content-bar {
    width: 605px;
    float: left;
    position: relative;
    margin: 19px 0 0 34px;
}

.content-bar h1 {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 -15px 0;
    padding: 0;
}

.content-bar h2 {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 13px;
    margin: 20px 0 -15px 0;
    padding: 0;
}

.content-bar h3 {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 12px;
    margin: 20px 0 -15px 0;
    padding: 0;
}

.content-bar table {
    margin-top: 20px;
}

#zwembad #content-bar h1, #zwembad #content-bar h2, #zwembad #content-bar h3 {
    color: #008ac9;
}

#zwembad #content-bar p a {
    color: #008ac9;
    text-decoration: underline;
}

#sportzaal #content-bar h1, #sportzaal #content-bar h2, #sportzaal #content-bar h3 {
    color: #f6a923;
}

#sportzaal #content-bar p a {
    color: #f6a923;
    text-decoration: underline;
}

#spa #content-bar h1, #spa #content-bar h2, #spa #content-bar h3 {
    color: #dc006b;
}

#spa #content-bar p a {
    color: #dc006b;
    text-decoration: underline;
}

#grand-cafe #content-bar h1, #grand-cafe #content-bar h2, #grand-cafe #content-bar h3 {
    color: #84b819;
}

#grand-cafe #content-bar p a {
    color: #84b819;
    text-decoration: underline;
}

#fietsenstalling #content-bar h1, #fietsenstalling #content-bar h2, #fietsenstalling #content-bar h3 {
    color: #c11dc3;
}

#fietsenstalling #content-bar p a {
    color: #c11dc3;
    text-decoration: underline;
}

#sportcomplexen #content-bar h1, #sportcomplexen #content-bar h2, #sportcomplexen #content-bar h3 {
    color: #038e8d;
}

#sportcomplexen #content-bar p a {
    color: #038e8d;
    text-decoration: underline;
}

#algemeen #content-bar h1, #algemeen #content-bar h2, #algemeen #content-bar h3,
#actueel #content-bar h1, #actueel #content-bar h2, #actueel #content-bar h3 {
    color: #03a2a1;
    padding-bottom: 5px;
}

#algemeen #content-bar p a, #actueel #content-bar p a {
    color: #038e8d;
}

#content-bar p a:hover {
    text-decoration: none;
}

#circles-bar {
    margin-left: 12px;
    float: left;
    position: relative;
    margin-top: 24px;
    text-align: center;
    width: 233px;
}

.browserIE6 #circles-bar {
    margin-left: 5px;
}

.submenu-bar {
    background-image: url(../images/grey-line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.submenu-bar ul {
    margin: 0 0 0 -5px;
    padding: 0;
    height: 2em;
}

.submenu-bar li {
    float: left;
    list-style-type: none;
}

.submenu-bar .inner {
    padding: 0 10px 0 26px;
    display: inline;
    line-height: 2em;
    vertical-align: middle;
}

.submenu-bar a {
    float: left;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    text-decoration: none;
}

#zwembad .menuitem {
    background-image: url(../images/btn-splash-zwembad.png);
}

#zwembad #submenu-bar {
    color: #008ac9;
}

#zwembad #submenu-bar a {
    color: #008ac9;
}

#sportzaal .menuitem {
    background-image: url(../images/btn-splash-sportzaal.png);
}

#sportzaal #submenu-bar {
    color: #f6a923;
}

#sportzaal #submenu-bar a {
    color: #f6a923;
}

.breadcrumb-bar {
    float: left;
    position: relative;
    width: 400px;
    margin-top: 45px;
    background-image: url(../images/dotted-line-bottom.png);
    background-repeat: repeat-x;
    background-position: top;
    padding: 8px 0 0 2px;
}

#breadcrumb-bar a:hover {
    text-decoration: underline;
}

#zwembad #breadcrumb-bar a {
    color: #008ac9;
}

#sportzaal #breadcrumb-bar a {
    color: #f6a923;
}

#spa #breadcrumb-bar a {
    color: #dc006b;
}

#grand-cafe #breadcrumb-bar a {
    color: #84b819;
}

#fietsenstalling #breadcrumb-bar a {
    color: #c11dc3;
}

#sportcomplexen #breadcrumb-bar a {
    color: #038e8d;
}

#algemeen #breadcrumb-bar a, #actueel #breadcrumb-bar a {
    color: #038e8d;
}

#news-bar1 {
    float: left;
    position: relative;
    width: 370px;
    padding: 0;
    margin: 0;
}

#news-bar2 {
    float: left;
    position: relative;
    width: 217px;
    padding: 0;
    margin: 0 0 0 17px;
}

.browserIE6 #news-bar2 {
    float: left;
    position: relative;
    width: 217px;
    padding: 0;
    margin: 0 0 0 12px;
}

#newsitem1 {
    border: dashed 1px #212419;
    padding: 10px;
    margin-bottom: 0px;
    float: left;
    position: relative;
    width: 345px;
}

#newsitem1 h1 {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 23px;
    color: #03a2a1;
    line-height: 120%;
    margin-bottom: 1px;
}

#newsitem1 h2 {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 18px;
    color: #c2c0bf;
    margin-bottom: 0px;
    margin-top: -5px;
}

#newsitem2, #newsitem3, #newsitem4, #newsitem5, #newsitem6, #newsitem7, #newsitem8, #newsitem9, #newsitem10  {
    width: 370px;
    float: left;
    position: relative;
    margin-bottom: 0px;
    border-bottom: solid 2px #e5e9ea;
    line-height: 100%;
}

#newsitem2 h1 a, #newsitem7 h1 a {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 23px;
    color: #ec9b0f;
    padding: 5px 0px 0px 0px;
    margin-top: 0px;
    line-height: 120%;
}

#newsitem3 h1 a, #newsitem8 h1 a {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 23px;
    color: #0bacf7;
    padding: 5px 0px 0px 0px;
    line-height: 120%;
}

#newsitem4 h1 a, #newsitem6 h1 a {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 23px;
    color: #03a2a1;
    padding: 5px 0px 0px 0px;
    line-height: 120%;
}

#newsitem5 h1 a, #newsitem9 h1 a {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 23px;
    color: #ec9b0f;
    padding: 5px 0px 0px 0px;
    line-height: 120%;
}

#actueel #newsitem2 h2, #actueel #newsitem3 h2, #actueel #newsitem4 h2, #actueel #newsitem5 h2,
#actueel #newsitem6 h2, #actueel #newsitem7 h2, #actueel #newsitem8 h2, #actueel #newsitem9 h2 {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 18px;
    color: #c2c0bf;
    border-bottom: solid 2px #e5e9ea;
    margin-bottom: -15px;
    padding: 0px;
    line-height: 140%;
}

#newsletter {
    width: 198px;
    background-color: #3cb6c3;
    float: right;
    position: relative;
    padding: 11px;
    margin-bottom: 0px;
}

.browserIE #newsletter {
    margin-left: -3px;
}

#news-bar2 #newsletter h1 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
}

#newsletter p {
    color: #ffffff;
}

#newsletter #s {
    width: 190px;
    margin-top: 1px;
    margin-right: 3px;
    margin-bottom: 10px;
}

#newsletter #x {
    text-align: center;
}

#news-bar2 #schedule {
    width: 198px;
    background-color: #e52c87;
    float: right;
    position: relative;
    padding: 11px;
    margin-bottom: 0px;
	margin-top: 13px;
}

.browserIE #news-bar2 #schedule {
    margin-left: -3px;
}

#news-bar2 #schedule h1 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
}

#news-bar2 #schedule p {
    color: #ffffff;
}

#news-bar2 #schedule #s {
    width: 190px;
    margin-top: 1px;
    margin-right: 3px;
    margin-bottom: 10px;
}

#news-bar2 #schedule #x {
    text-align: center;
}

#news-right {
    width: 190px;
    background-color: #d3d7d8;
    float: right;
    position: relative;
    padding: 15px;
}

.browserIE #news-right {
    margin-left: -3px;
}

#news-right h1 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 23px;
    font-weight: bold;
    color: #03a2a1;
}

#news-bar2 .events {
	padding: 0px 0px 12px 0px;
    margin-left: -3px;
    float: left;
    position: relative;
}

#news-bar2 .events table {
    margin-top: 13px;
    background-color: #fbfc84;
}

#news-bar2 .events table td {
    padding-left: 16px;
    padding-right: 5px;
}

#news-bar2 .events table td h1 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 20px;
    color: #03a2a1;
    padding: 15px 0 10px 0;
    margin-bottom: 7px;
}

#news-bar2 .events p, #news-bar2 .events table a  {
    font-family: Arial, Helvetica;
    font-size: 12px;
    color: #038e8d;
    padding: 0 0 10px 0;
    margin: 0;
    text-decoration: none;
}

#news-bar2 .events table a:hover {
    text-decoration: underline;
}

#news-bar2 .events table strong  {
    font-family: Arial, Helvetica;
    font-size: 14px;
    color: #231f20;
    padding: 0 0 10px 0;
    margin: 0;
}

#extra-buttons {
    position: relative;
    width: 30px;
    top: -300px;
    left: 15px;
    float: right;
}

#designedby {
    position: relative;
    top: 200px;
    left: 5px;
    float: left;
}


 #gallery {
  padding: 0px;
  margin-top: 10px;
  margin-left: 0px;
  text-align: left;
}

#gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#gallery ul li {
  display: inline;
  margin-right: 21px;
  margin-bottom: 5px;
}

#gallery ul img {
    border: 2px solid #03a2a1;
    margin-bottom: 10px;
}

#gallery ul a:hover img {
    color: #ffffff;
}

#gallery a {
    color: #ffffff;
    text-decoration: none;
}

#gallery h1 {
    margin: 0;
    font-weight: normal;
    padding: 15px 0 15px 0px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12pt;
}

.content-bar .schedule {
	margin-top: 0px;
}

.content-bar .schedule .odd {
	background-color: #e5e9ea;
}

.schedule .price {
	cursor: help;
}

