body {
	font-family: Tahoma;
	font-size: 12px;
	margin:0;
	background: #fff;
}
td, th, p, div, span {
	font-family: Tahoma;
	font-size: 12px;
	color: #4b97d2;
}

a, a:visited, a:hover {
	text-decoration: underline;
	color:#4b97d2;
}
a:hover {
	text-decoration: none;
}

form {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	background:url(../images/ball.gif) no-repeat left;
	padding:2px 25px;
	margin: 0px;
	margin-bottom: 15px;
	color:#33b44a;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom:6px;
	color:#4b97d2;
}
h3 {
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	color:#C18DB8;
}

hr {
	height: 1px;
	color: #4b97d2;
	background: #4b97d2;
	border: 0 none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hr {
	height: 1px;
	background: #aaa;
	font-size: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.h5 {height:5px;font-size:1px;}
.h10 {height:10px;font-size:1px;}
.mb5 {margin-bottom:5px}

.fl {float:left}
.fr {float:right}
.clear {clear:both;float:none;}

.input {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #aaa;
	padding: 2px;
	color:#6E6E6E;
}
.button {
	font-family: Tahoma;
	font-size: 12px;
	cursor: pointer;
}

.error {
	color: red;
	font-weight: bold;
	text-align: center;
}
.green {
	color: green;
	font-weight: bold;
	text-align: center;
}

img.code {
	margin-bottom: -5px;
}
a img {
	border:0;
}
.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color:#7C5999;
}
h2 a, h2 a:visited, h2 a:hover{
	font-size: 12px;
	font-weight: bold;
	color:#4b97d2;
}
/* blockqoute */
blockquote {
	border: 1px dashed #333;
	background: #ffd;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 10px;
	margin-left: 40px;
}
.blockquote {
	border: 1px dashed #333;
	background: #ffd;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 10px;
}
.leftblockquote {
	border: 1px dashed #333;
	background: #ffd;
	float: left;
	width: 45%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.rightblockquote {
	border: 1px dashed #333;
	background: #ffd;
	float: right;
	width: 45%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.highlight {
	background-color: #fffebb;
}

#comments {
	margin-top: 30px;
}

.pollQuestion {
	font-weight: bold;
}
ul.poll {
	maring: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	list-style: none;
}
ul.poll li {
	margin-top: 3px;
	margin-bottom: 3px;
}
.pollsBar {
	background: #c7f1fb;
}
.pollsBarMax {
	background: #00ccff;
}

.date {
	color: #777;
}
#commentForm {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 8px;
}

ul.subCategories {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-bottom: 40px;
}
ul.subCategories li {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
ul.subCategories a {
	font-weight: bold;
}

.guestbookAnswer {
	font-style: italic;
	margin-top: 10px;
}
.left_column {
	background:url(../images/left.gif) repeat-y left;
	min-width:1024px;
	max-width:1280px;
}
.right_column {
	background:url(../images/right.gif) repeat-y right;
	min-width:1024px;
	max-width:1280px;
	padding:0px 7px;
}
.contact {
	margin:0;
	padding:0;
	height:20px;
	margin-right:20px;
	float:right;
}
.contact a, .contact a:hover, .contact a:visited {
	margin:0 0 0 30px;
}
/* ---- Basic menu styles ------------------- */

/* common styling */
#menu, #menu ul, #menu li { margin: 0; padding: 0; border: 0 none; }

#menu       { position:relative; z-index: 100;}
#menu li    { float:left;  position:relative; list-style: none; display: inline;}
#menu li a  { display:block; white-space: nowrap;  }
#menu li li { /*width: 100%;*/ clear: both;  /*FF 1.0.7 needs this */  }
#menu li ul { visibility: hidden; position:absolute; }

#menu li li ul {  top: 0; left: 0; }

#menu li.hover ul               {  visibility: visible; }
#menu li.hover ul li ul 		  {  visibility: hidden;  }
#menu li.hover li.hover ul      {  visibility: visible;  left: 100%; }

/* ---- Menu layout -------------------------- */


#menu li li { border: 0;}

#menu ul    { border: 0px; }
#menu ul li.node { background: transparent url(../images/arrow.png) no-repeat right; }
#menu ul li.separator { height: 1px;  }

#menu a {
	padding: 0 13px;
	margin: 0;
	color: #333333;
	line-height: 25px; vertical-align: middle;
	font-size: 11px; font-weight: bold; text-decoration: none;
	cursor: pointer;
	background-repeat: no-repeat; background-position: left 50%
}
#menu li a {
	line-height:23px;
	color:#fff;
	height:25px;
	background:url(../images/menu_orig.gif) no-repeat center;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	width:104px;
	padding: 0 13px;
}

#menu li.disabled a { color: gray; }

/* 1 level - hover */
#menu li.hover a { padding: 0 13px; background:url(../images/menu_orig.gif) no-repeat center;line-height:23px;color:#fff;height:25px;text-decoration:underline; margin: 0; }
/* 2 level - normal */
#menu li.hover li a span{ text-align:left; font-size:13px;font-weight:normal;color:#00479c;line-height:20px;}
#menu li.hover li a {background:none; background-color: #c4edff;width:250%; line-height:20px;height:20px;text-align:left; font-size:13px;font-weight:normal;color:#00479c;text-decoration:none;  margin: 0; padding:0; }
/* 2 level - hover */
#menu li.hover li.hover a span{ color:#00479c;line-height:20px;}
/* 2 level - hover */
#menu li.hover li.hover a { background-color: #c4edff;color:#00479c; text-decoration:none; margin: 0;   }
/* 3 level - normal */
#menu li.hover li.hover li a { background-color: transparent; border: 0 none;   margin: 2px;  }
/* 3 level - hover */
#menu li.hover li.hover li a:hover { background-color: #D6E5FC; border: 0px;  margin: 1px;  }



.menu_hover {  
color:#2d7aca;
width:104px;
padding: 0 13px;
font-size:13px;
font-weight:bold;
height:28px;
text-decoration:none;
margin: 0;
}

.menucentre {
	height:28px;
	margin-top:10px;
	padding-left:35px;
	line-height:23px;
	color:#fff5d7;
	background:url(../images/menu1.gif) repeat-x left;
}
.menucentre a, .menucentre a:visited, .menucentre a:hover{
	color:#fff5d7;
	padding:0 6px;
	font-size:12px;
	text-decoration:underline;
}
.menucentre a:hover{
	text-decoration:none;
}
.search {
	margin-left:10px;
	width:250px;
	
}
.more {
	margin-bottom:10px;
	text-align:right;
}
.more a, .more a:visited, .more a:hover{
	height:16px;
	font-size:11px;
	color:#56bb6b;
	text-decoration:underline;
}
.map-level-1{
	background:url(../images/small_ball.gif) no-repeat left;
}
.map-level-1 a, .map-level-1 a:visited, .map-level-1 a:hover {
	line-height:20px;
	padding-left:20px;
	font-weight:bold;
	
}

.map-level-2, .map-level-2 a, .map-level-2 a:visited, .map-level-2 a:hover {
	line-height:20px;
	padding-left:17px;
}
.footer {
	background:url(../images/footer.gif) repeat-x left;
	height:58px;
	padding-right:40px;
	color:#FFFFFF;
}
.footer div {
	color:#FFFFFF;
}
#projectsImages {float:left;}
#projectsImages ul, #projectsImages li {margin:0px;padding:0px;list-style:none;}
#projectsImages li {height:108px;}
.projectsImagesNext {float:left;width:16px;height:31px;background:url(../images/arrow_left.gif) no-repeat;margin-top:30px;margin-left:45px;margin-bottom:5px;margin-right:3px;cursor:pointer;}
.projectsImagesPrev {float:left;width:16px;height:31px;background:url(../images/arrow_right.gif) no-repeat;margin-top:30px;margin-right:3px; margin-left:3px;cursor:pointer;}
.concertTimesLeft {font-weight:bold;font-size:14px;text-transform:uppercase;}
#concertTimesLeft {color:red;}


.menu-l, .menu-r {
	background:url(../images/left_act.gif) no-repeat;
	height:25px;
	margin-left:6px;
	width:7px;
	float:left;
	display:block;
}
.menu-r {background:url(../images/right_act.gif) no-repeat;margin-left:0;margin-right:6px;}
.menu-m {
	color:#2085b8;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	float:left;
	height:25px;
	line-height:22px;
	display:block;
	padding-left:7px;
	padding-right:7px;
	background:url(../images/mid_act.gif) repeat-x;
}

a .menu-l, a .menu-l:visited, a .menu-l:hover {background:none; color:#2085b8; text-decoration:underline;}
a .menu-m, a .menu-m:visited, a .menu-m:hover {background:none; color:#666;}
a .menu-m:hover {background:none; color:#2085b8; text-decoration:underline;}
a .menu-r, a .menu-r:visited, a .menu-r:hover {background:none; color:#2085b8;}
a .menu-r:hover {color:#2085b8;text-decoration:underline;}

.tl {
	background:url(../images/box5-tl.gif) no-repeat top left;
	height: 20px;
	display:block;
	padding-left:12px;	
}
.tr {
	background:url(../images/box5-tr.gif) no-repeat top right;
	height: 20px;
	padding-right:12px;	
	display:block;
}
.tm {}
.bl {
	background:url(../images/box5-bl.gif) no-repeat bottom left;
	height: 20px;
	display:block;
	padding-left:12px;	
}
.br {
	background:url(../images/box5-br.gif) no-repeat bottom right;
	height: 20px;
	padding-right:12px;	
	display:block;
}
.space {
	height: 20px;
	display:block;
	padding:0 12px;	
}
