/*--------------------------------------------- */
/*               >>> CONTENT <<<                */
/*--------------------------------------------- */

div.grid_custom { display: none; }

#home .grid_custom { display: inline; }

/* HOMEPAGE CONTENT
----------------------------------------------- */
#info-box {padding: 20px 10px 10px;}

#bannerHome {
	background: url(/download/gallery/img/bannerhome) 0 0 no-repeat;
	height: 182px !important;
}

#bannerHome .grid_7 { padding-top: 12px; }

#bannerHome .grid_9 {
	padding-top: 12px;
	text-align:center;
}

#bannerHome .grid_9 p {
	margin-right: 240px;
}

h2.headingProgram, h2.headingHappening {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 0;
	padding: 46px 0 0;
	overflow: hidden;
	margin-bottom: 10px;
}

h2.headingProgram { background-image: url(/download/gallery/img/headprogra); }

h2.headingHappening { background-image: url(/download/gallery/img/headhappen); }

.boxProgram {
	height: 340px;
	overflow: auto;
}

.grid_4 img {
	padding: 5px 0;
}
.feedEvent .rss-box {
	height: 160px;
	overflow: auto;
}

.rss-box {
	height: 280px;
	overflow: auto;
}

.rss-box ul li {
	border-bottom: 1px dotted #656565; 
	list-style: none;
	padding: 8px 0;
}

.rss-box ul { padding: 0 5px; }

.rss-box ul.rss-items { margin-left: 0; }


#container {
        display:inline;
        float:left;
        background:#C8E5BC none repeat scroll 0 0;
	height: 182px;
	position: relative;
        margin-left: 10px;
	width: 350px;
}

#messaging div {
	display: none;
	position: absolute;
}

#container #messaging img {
	height: 182px;
	width: 100%;
}


/* SUBPAGE CONTENT
----------------------------------------------- */
#highlightbox {background: #ffffcc;
               border: 1px solid #000000;}

.grid-inner { padding: 10px; }

#grid_row {overflow: hidden;}


/*--------------------------------------------- */
/*                 >>> HTML <<<                 */
/*--------------------------------------------- */

a                { color: #0a92c5; text-decoration: none; }
#tinymce a       { color: #0a92c5!important; text-decoration: none !important; }

a:hover          { color: #0a92c5; text-decoration: underline;}
#tinymce a:hover { color: #0a92c5!important; text-decoration: underline !important; }

h1 {
	color: #018640;
}

h1, h2, h3, h4 {
	font-family: 'Times New Roman', 'Arial';
}

/*--------------------------------------------- */
/*                >>> LAYOUT <<<                */
/*--------------------------------------------- */

/* COLORS
----------------------------------------------- */

body {
	color: #656565;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
}

body          { background: #e6f0e1; }

#header       { background: #faf9d3; }

/*
#header-inner { background:         url(/download/gallery/img/logotaglin) 310px 22px no-repeat; } */
#header-inner { background:         url(/download/gallery/img/logogif) 35px 10px no-repeat; }

#main		  { background: #ffffff url(/download/gallery/img/maingif) 0 0 repeat-x; }





/* STRUCTURE
----------------------------------------------- */

#header-inner, #navigation, #content, #footer-inner {
	margin: 0 auto;
	width: 960px;
}

#header-inner { height: 100px; }

#content-inner {
	padding-top: 1em;
}

#footer { border-top: 1px solid #c8e5bc; }

#footer-custom {
	height: auto !important;
	height: 1%;
	overflow: hidden;
}

#footer-inner {
	padding-top: 10px;
}

#footer-system {
	padding: 15px 0;
}


/*--------------------------------------------- */
/*              >>> COMPONENTS <<<              */
/*--------------------------------------------- */


/* TITLE
=============================================== */

#content-head h1 {
	border-bottom: 1px solid #d8d8d8;;
}


/* SIGN IN
=============================================== */

#comsignin { border-width: 0; }


/* LOGO/TAGLINE
=============================================== */

#logo { padding: 10px 0 0 35px; }

#logo a {
	
	display: block;
	height: 0 !important;
	overflow: hidden;
	padding: 74px 0 0;
	width: 221px;
}


/* PRIMARYNAV
=============================================== */

#primarynav ul {
	height: auto !important;
	height: 1%;
	overflow: hidden;
}

#primarynav li {
	float: left;
	margin-left: 2px;
}

#primarynav a {
	color: #018640;
	display: block;
	text-decoration: none;
}

#primarynav a span {
	display: block;
	padding: 13px 17px 10px;
}

#primarynav .here a, #home #primarynav .home a { background: url(/download/gallery/img/navhererig) 100% 0 no-repeat !important; }

#primarynav .here a span, #home #primarynav .home a span { background: url(/download/gallery/img/navherelef) 0 0 no-repeat !important; }

#primarynav a:hover      { background: url(/download/gallery/img/navrightgi) 100% 0 no-repeat; }

#primarynav a:hover span { background: url(/download/gallery/img/navleftgif) 0 0 no-repeat; }




/*--------------------------------------------- */
/*            >>> APPLICATIONS <<<              */
/*--------------------------------------------- */


/* Containers
=============================================== */

.container {
	height: auto !important;
	height: 1%;
	overflow: hidden;
	margin-bottom: 18px;
}

/* Grid >> Global
=============================================== */

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5,
.grid_6, .grid_7, .grid_8, .grid_9, .grid_10, 
.grid_11, .grid_12, .grid_13,
.grid_14, .grid_15, .grid_16,
.grid_custom 
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}


/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
=============================================== */

.alpha { margin-left: 0; }
.omega { margin-right: 0; }


/* =Grid >> 16 Columns
=============================================== */

.grid_custom { width: 300px; }
.grid_1  { width: 40px; }
.grid_2  { width: 100px; }
.grid_3  { width: 160px; }
.grid_4  { width: 220px; }
.grid_5  { width: 280px; }
.grid_6  { width: 340px; }
.grid_7  { width: 400px; }
.grid_8  { width: 460px; }
.grid_9  { width: 520px; }
.grid_10 { width: 580px; }
.grid_11 { width: 640px; }
.grid_12 { width: 700px; }
.grid_13 { width: 760px; }
.grid_14 { width: 820px; }
.grid_15 { width: 880px; }
.grid_16 { width: 940px; }

#tinymce .grid_1, #tinymce .grid_2, #tinymce .grid_3, #tinymce .grid_4, #tinymce .grid_5,
#tinymce .grid_6, #tinymce .grid_7, #tinymce .grid_8, #tinymce .grid_9, #tinymce .grid_10, 
#tinymce .grid_11, #tinymce .grid_12, #tinymce .grid_13,
#tinymce .grid_14, #tinymce .grid_15, #tinymce .grid_16 {
	margin-left: 4px;
	margin-right: 4px;
}

#tinymce .alpha { margin-left: 0; }
#tinymce .omega { margin-right: 0; }

#tinymce .alpha .alpha { margin-left: 4px; }
#tinymce .alpha .omega { margin-right: 4px; }
#tinymce .omega .omega { margin-right: 4px; }
#tinymce .omega .alpha { margin-left: 4px; }

.mceContentBody { padding: 1px !important; }

#sideBar1 li, #sideBar2 li, #sideBar3 li    { 
background: url(/download/gallery/img/bltarwgrey) no-repeat scroll 0 5px; 
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:15px;
}
