@import "/style/choosecountry.css";
@import "/style/footer.css";

html, body {
	margin: 0; padding: 0;
}

body {
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

form { margin:0; padding: 0; }
input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
img { border:0 }
a { outline: none; text-decoration: none; }
a:hover { text-decoration: underline; }

.hr { border-top: 1px dotted #868686; margin: 10px 0 0 0; height: 18px; }
.hr hr { display: none }

.hide { display: none; }
.clear { font-size:0; line-height:0; clear: both; }

/*********************/

#container {
	width: 762px; 
	margin: 0 auto;
	position: relative;
	padding: 35px 0 0 0;
	z-index: 1;
}

#mainborder {
	width: 762px; 
	margin: 0 auto;
	background: url(../img/borderbg.gif) repeat-x 0 0 #eee;
	border-top: 1px solid #d7d7da;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 1;
}
#main {
	width: 760px; 
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

ul#topmenu {
	margin: 0 0 0 0; padding: 0;
	list-style: none;
	position: absolute;
	left:20px; top:10px;
	z-index: 100;
}

ul#topmenu li {
	float:left; display: inline;
	margin: 0; padding: 0;
	background: url(../img/tabbg.gif) repeat-x 0 0;
	overflow: hidden;
	height: 26px;
}
ul#topmenu li.active {	background: url(../img/tabbgactive.gif) repeat-x 0 0; }

ul#topmenu li a {
	float:left; display: inline;
	padding: 5px 15px 0 15px;
	height: 21px;
	color:#acacac;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
ul#topmenu li.active a {
	background: url(../img/arrowdown.gif) no-repeat 50% 100%;
	color:#000;
}




#toplinks {
	position: absolute;
	right:20px; top:7px;
	font-size: 11px;
	color:#8f8f8f;
	line-height: 10px;
}

#toplinks a {
	color:#8f8f8f;
}
#toplinks strong {
	font-size: 12px;
	color:#7d7e85;
}
#toplinks span {
	border-left:1px solid #8f8f8f;
	margin-left: 5px;
	overflow: hidden;
	height: 20px;
	display: inline-block;
	text-indent: -200px;
	zoom:1;
	width: 5px;
}

#header {
	background: url(../img/header1.jpg) no-repeat 0 0;
	height:226px;
}

div.site1 { background: url(../img/header1.jpg) no-repeat 0 0 !important; }
div.site2 { background: url(../img/header2.jpg) no-repeat 0 0 !important; }
div.site3 { background: url(../img/header3.jpg) no-repeat 0 0 !important; }

#header h2 { display:none; }


#menu {
	background: #d6d5d5;
}

#menu table {
	width:579px;
	border: 0;
}
#menu table td {
	vertical-align: middle;
	text-align: center;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	border-left:1px solid #fff;
	border-right:1px solid #a1a1a1;
	margin: 0;
}
#menu table td.first { border-left: 0 }
#menu table td.last { border-right: 1px solid #fff; }

#menu table td a {
	border-bottom: 3px solid #000;
	display: block;
	padding: 5px 0;
	color:#000;
	text-decoration: none;
}

#menu table td a:hover { border-color:#fff; }

#maininner {
	background: url(../img/mainbg.gif) repeat-x 0 0 #fff; 
	overflow: hidden;
	padding: 15px 0;
	border-top: 1px solid #fff;
}

#leftcol {
	width:175px;
	float: left; display: inline;
	margin: 0 16px 0 5px;
	font-size: 11px;
}

#rightcol {
	width:559px;
	float: left; display: inline;
}

#widecol {
	margin: 0 5px;
}

/*** common classes ***/
.gradbg { /*background: url(../img/bottombg.gif) repeat-x 0 100%;*/ }

.picborder img { 
	margin:2px 6px 6px 6px;
} 

.box {
	border:1px solid #c8c8c8;
	margin-bottom: 18px;
	position: relative;
	border-left: 3px solid #c8c8c8;
	zoom:1;
}

.box a { color:#424242; }

.boxtitle {
	border-left: 3px solid #999;
	font-weight: bold;
	font-size:13px;
	margin: 0 0 0 -3px;
	padding: 3px 10px;
}

.boxtitle .date { color:#5d5c5c }

.boxcontent { overflow: hidden; zoom:1; }
.boxcontent p { margin: 0 0 1em 0; }

.boxcontent .hr { border-top: 1px solid #ccc; margin: 5px 0 0 0; height: 5px; }

.backtotop {
	position: absolute;
	right:5px; bottom:5px;
	background: url(../img/arrowup.gif) no-repeat 50% 50%;
	width:15px; height: 10px;
	overflow: hidden;
	text-indent: -300px;
}

#leftcol .box { border:0; }
#leftcol .boxtitle {
	margin-left:0;
	background: #d6d5d5;
	color:#333;
	font-size: 11px;
	padding: 3px 7px;
}
#leftcol .boxcontent {
	border-top:1px solid #fff;
}
#rightcol .boxcontent {
	margin: 0 8px;
	border-top:1px solid #ccc;
	padding: 10px 0;
	font-size: 13px;
}
#widecol .boxcontent {
	margin: 0 8px;
	border-top:1px solid #ccc;
	padding: 10px 0;
	font-size: 12px;
}

.cols { /*overflow: hidden;*/ }
.cols .col { float:left; display: inline; }

/*** Calendar Search panel ***/

.calendarsearch .col1 { width: 263px; }
.calendarsearch .col2 { width: 482px; }
.calendarsearch .col2 .boxtitle { border:0; margin: 0; }
.calendarsearch .calendar { font-size: 12px; width: 246px; *width:100%; }
.calendarsearch .calendar thead th { font-size: 17px; }
.calendarsearch .gradbg { padding: 0 5px 5px 5px; height: 88px; }
.calendarsearch .selector {
	clear: both;
	color: #6c6c6c;
	font-size: 11px;
	padding: 5px;
}
.calendarsearch .selector span { padding-right: 20px; }
.calendarsearch .selector a {
	color: #6c6c6c;
	text-decoration: none;
	padding: 0 2px;
}

.calendarsearch .col2 .col { width:50%; font-size: 12px;  }
.calendarsearch .col2 .col h2 {
	font-size: 17px;
	text-transform: uppercase;
	margin: 0 0 10px 0; padding: 0;
}

.calendarsearch .col2 .col input.checkbox {
	float:left; display: inline;
	width:13px; height:13px;
	overflow: hidden;
	padding: 0; margin: 0 5px 3px 0;
}
.calendarsearch .col2 .col label {
	float:left; display: inline;
	width: 90px;
	margin: 0 0 3px 0;
}

.calendarsearch .submit  {
	padding: 2px 0; margin: 0;
	color:#fff;
	font-weight:bold;
	font-size: 13px;
	background: #ffc500;
	border:1px solid #f4e500;
	width:446px;
	/*position: absolute;*/
	right:8px; bottom:10px;
}

#commentForm .submit  {
	padding: 2px 0; margin: 5px 0;
	color:#fff;
	font-weight:bold;
	font-size: 13px;
	background: #ffc500;
	border:1px solid #f4e500;
	width:200px;
	right:8px; bottom:10px;
}

/*** Event list ***/
.eventlist {
	border-top:1px solid #ccc;
	margin: 0 8px 25px 8px;
	overflow: hidden;
}

.eventlist .event {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	zoom:1;
}
.eventlist .row1 {
	background: url(../img/bottombg.gif) repeat-x 0 100%;
	border-bottom: 0;
}

.event { overflow: hidden; position: relative; zoom:1; }

.event .date {
	float: left; display: inline;
	width: 51px; height: 61px;
	background: url(../img/eventcalbg.png) no-repeat 0 0;
	overflow: hidden;
	margin: 0 5px 0 3px;
}
.event .singledate {
	background: url(../img/eventcalbg_single.png) no-repeat 0 0;
	height: 30px;
}
.event .date strong { display: block; padding: 9px 0 8px 11px; }
.event .date span { display: none; }

.event .picborder { 
	float: left; display: inline;
	/*background: url(../img/picborder_small.png) no-repeat 0 0;*/
	overflow: hidden;
	/*margin: 0 10px 0 0;*/
}
.event .picborder img { display: block; padding: 1px; border: 1px solid #CCCCCC; } 

.event .eventcontent {
	margin-left: 180px;
}
.event .eventcontent h3 {
	margin: 0 0 5px 0; padding: 0;
	font-size: 12px;
	font-weight: bold;
}
.event .eventcontent p {
	margin: 0 0 5px 0; padding: 0;
	font-size: 11px;
}
.event .eventcontent a.details { font-weight: bold; text-decoration: none }

#calendarmain .col1 { width: 370px; margin-right: 10px; }
#calendarmain .col2 { width: 370px; }
#calendarmain .col .eventcontent { margin-left: 60px; zoom:1; }

/*** page(r) tools ***/
.pagetools {
	position: absolute;
}
.pagetoolstop { top:4px; right:10px;}
.pagetoolsbottom { bottom:5px; right: 20px; }

.pagetools strong { float: left; display: inline; padding: 0 10px; }

.pagetools .prev, .pagetools .next {
	float:left; display: inline;
	margin: 0; padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 20px; height: 15px;
	overflow: hidden;
	line-height: 150px;
	font-size: 0;
}
.pagetools a.prev { background-image: url(../img/prevpage.gif); }
.pagetools a.next { background-image: url(../img/nextpage.gif); }
.pagetools span.prev { background-image: url(../img/prevpage_off.gif); }
.pagetools span.next { background-image: url(../img/nextpage_off.gif); }

.pagetools .print {
	float:left; display: inline;
	margin: 0; padding: 0 5px;
	background: url(../img/print.gif) no-repeat 50% 0;
	width: 20px; height: 15px;
	overflow: hidden;
	line-height: 150px;
	font-size: 0;	
}


/*** article ***/
#rightcol .article { padding: 5px 0; color: #2c2c2c; font-size: 11px; }
.article h3 {
	margin: 0; padding: 0;
	font-size: 12px;
	font-weight: bold;
}
.article h3 small {
	font-size: 11px;
	font-weight: normal;
}
.article p { margin: 0; }

.contentpic { border:2px solid #f0f0f0; }
.mappic {
	float: left; display: inline;
	margin: 0 10px 10px 0;
	
}

.box a { text-decoration: underline; }
a.arrow {
	background: url(../img/arrowright.gif) no-repeat 0 50%;
	padding: 0 0 0 8px;
	font-size: 11px;
	font-weight: bold;
}

.shortarticle .boxtitle {
	font-size:18px;
	padding-top: 5px;
}
#rightcol .shortarticle .boxcontent {
	/*padding: 0 0 10px 0;*/
	font-size: 12px;
}

.meta { 
	border: 0; border-collapse: collapse;
	width: 100%;
	background: #ccc;
	color:#424242;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}
.meta td { padding: 2px 3px;} 
.meta span { color:#94989e; }

#widecol .content .boxcontent {
	padding: 10px 5px;
	color:#393939;
}
.content h3 {
	margin: 2em 0 1em 0;
	padding: 0;
	font-size: 15px; 
}
.content p { margin: 0 0 1em 0; }
.content .picborder {
	background: url(../img/picborder.png) no-repeat;
	width:171px; height: 111px;
}
.picleft { float:left; margin: 0 5px 5px -3px; padding: 1px; border: 1px solid #CCCCCC; }
.picright { float:right; margin: 0 0 5px 5px; padding: 1px; border: 1px solid #CCCCCC; }
.content .picborder img { margin: 3px 5px 6px 5px; }

.content ul {
	margin: 0 0 1em 20px; padding: 0;
	list-style: none;
}
.content ul li {
	margin: 0; padding: 0 0 0 10px;
	list-style: none;
	background: url(../img/listdot.gif) no-repeat 0 0.4em;
}
.content ul ul { margin: 0;}

.content dl {
	margin: 0 0 1em 20px; padding: 0;
	overflow: hidden;
	line-height: 1.5em;
	zoom:1;
}
.content dl dt {
	float:left; display: inline;
	clear: left;
	width: 100px;
	margin: 0; padding: 0;
}
.content dl dd {
	float:left; display: inline;
	margin: 0; padding: 0;
	width:600px;
}

/*** banners ***/
#leftcol .banner {
	width:120px;
	height: 240px;
	text-align: center;
	border:1px solid #e5e5e5;
	padding: 1px;
	margin: 0 auto 19px auto;	
}

.separatorbanner { 
	border:1px solid #ccc; border-left:3px solid #b20000;
	margin: 0 auto 18px auto;	
}
.separatorbanner img {
	display: block;
}

/*** CALENDAR ***/
table.calendar {
	border:1px solid #d5d5d5; border-collapse: collapse;
	width:100%;
	font-size: 10px;
	background: url(../img/calendarbg.gif) repeat-x 0 51px #fffbe5;
	margin: 1px auto 0 auto;
	*margin: 0 auto;
}
#leftcol .calendar { width: 174px; *width: 100%;}

table.calendar td, table.calendar th {
	vertical-align: middle;
	text-align: center;
	padding: 2px;
}

table.calendar thead th {
	background: url(../img/calendarheaderbg.gif) repeat-x 0 100% #fff;
	height: 27px;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
	text-transform: uppercase;
}

table.calendar a.prev, table.calendar a.next {
	display: block;
	width:10px; height: 14px;
	margin: 0 auto;
	background: url(../img/arrowleft.gif) no-repeat 50% 50%;
	overflow: hidden;
	text-indent:-300px;
}
table.calendar a.next {
	background: url(../img/arrowright.gif) no-repeat 50% 50%;
}

table.calendar tbody th {
	background: url(../img/daysbg.gif) repeat-x 0 0 #fff2b4;
	height: 22px;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
}

table.calendar tbody td {
	background: transparent;
}
table.calendar tbody a {
	background: #ffd400;
	color:#fff;
	text-decoration: none;
	display: block;
}
table.calendar tbody a.green {
	background: #0DB14B;
}
table.calendar tbody a:hover {
	color:#000;
}

ul.linklist {
	margin: 0; padding: 0;
	list-style: none;
}
ul.linklist li {
	margin: 0; padding: 0;
	list-style: none;
	overflow: hidden;
	zoom:1;
}
ul.linklist li a {
	display: block;
	background: url(../img/arrowright.gif) no-repeat 98% 50%;
	border-bottom:1px solid #ccc;
	padding: 2px 0;
	color:#333;
	text-decoration: none !important;
	zoom:1;
}
ul.linklist li a:hover { background-position: 100% 50%; }

/*** form ***/

.loginbox .boxcontent {
	border-left:3px solid #c6d9f4;
	background: #e7eefa;
}
.loginbox .boxcontent div { padding: 5px; }
.loginbox .boxcontent div.links { border-top:1px solid #c6d9f4;}
.loginbox .boxcontent div.links a { color:#333;text-decoration: none; }

.data {
	background: url(../img/inputbg.gif) repeat-x 0 0 #fff;
	border: 1px solid #999;
	color:#333;
	margin: 0 0 5px 0;
	padding: 3px;
}
.loginbox .data { width: 150px }

.submit {
	background: url(../img/submitbg.gif) repeat-x 0 0 #c0c0c0;
	border: 1px solid #999;
	color:#333;
	font-size: 12px;
}





#footer {
	background: url(../img/footerbg.png) no-repeat 50% 0;
	/*text-align: center;
	padding: 20px 0;*/
	color:#666;
}


/**** COLORS ****/

#menu table td.red a		{ border-color:#f15b4e; }
#menu table td.blue a	{ border-color:#0089cf; }
#menu table td.green a	{ border-color:#0db14b; }
#menu table td.yellow a { border-color:#ffd400; }

.red { border-left-color: #f8d7cb; }
.blue { border-left-color: #c6d9f4; }
.green { border-left-color: #a0e4ba; }
.yellow { border-left-color: #fff1ae; }

.red a, .redtitle			{ color: #f15b4e; }
.blue a, .bluetitle		{ color: #0089cf; }
.green a, .greentitle	{ color: #0db14b; }
.yellow a, .yellowtitle	{ color: #e8c100; }

.red .boxtitle 	{ border-left-color: #f15b4e; }
.blue .boxtitle 	{ border-left-color: #0089cf; }
.green .boxtitle 	{ border-left-color: #0db14b; }
.yellow .boxtitle { border-left-color: #ffd400; }

#leftcol .red .boxtitle 	{ background-color: #f8d7cb; }
#leftcol .blue .boxtitle 	{ background-color: #c6d9f4; }
#leftcol .green .boxtitle 	{ background-color: #a0e4ba; }
#leftcol .yellow .boxtitle { background-color: #fff1ae; }

.red .meta 		{ background-color: #ffe2e2; }
.blue .meta 	{ background-color: #f1f5fc; }
.green .meta 	{ background-color: #e2ffe6; }
.yellow .meta 	{ background-color: #fffae2; }

#rightcol .red .boxcontent 	{ border-color: #f15b4e; }
#rightcol .blue .boxcontent 	{ border-color: #0089cf; }
#rightcol .green .boxcontent 	{ border-color: #0db14b; }
#rightcol .yellow .boxcontent { border-color: #ffd400; }

/*** Gallery ***/
#thumbs {
	margin:30px auto 0 auto;
	border:0; border-collapse: collapse;
}
#thumbs td {
	background: #e5e5e5;
	vertical-align: middle;
	text-align: center;
	border:1px solid #fff;
	padding:0; margin:0;
	width:170px; height:180px;
}

#thumbs td img { border: 3px solid #000; margin: 0 auto; display: block; }

#thumbs td.thumbs_title {
	background: #e5e5e5;
	vertical-align: middle;
	text-align: center;
	border:1px solid #fff;
	padding:0; margin:0;
	width:170px; height:40px;
}

#thumbs table.thumbs_image td{
	border: 0px;
	padding:0; margin:0;
}

label.text {
	display: block;
	float: left;
	width: 150px;
	padding-top:5px;
}

div.inline_error {
	color: #FF0000;
	padding: 0px;
}